summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* reverted change from 2008-11-06 (was under the impression thatnijtmans2008-11-113-2/+8
* Ttk widget initializeProc()s now return void instead ofjenglish@flightlab.com2008-11-0912-52/+45
* One more (hopefully the last) signature changenijtmans2008-11-096-20/+23
* One more (hopefully the last) signature changenijtmans2008-11-097-18/+23
* Remove unnecessary casts from ttkWidget.c.jenglish@flightlab.com2008-11-092-15/+18
* make all Tk_CustomOption tables const andnijtmans2008-11-099-61/+57
* More small changes to use C89 better and manage the result more efficiently.donal.k.fellows@manchester.ac.uk2008-11-0813-218/+187
* Lots of small changes to make code more pretty and C89-like.donal.k.fellows@manchester.ac.uk2008-11-081-115/+110
* Lots of small changes to make code more pretty and C89-like.donal.k.fellows@manchester.ac.uk2008-11-0836-553/+586
* add "-Wno-implicit-int" flag for gcc, as on UNIXnijtmans2008-11-064-4/+11
* regendonal.k.fellows@manchester.ac.uk2008-11-061-3540/+4025
* Fix [Bug 2229999].donal.k.fellows@manchester.ac.uk2008-11-062-13/+19
* no need to use CONST in internal header filesnijtmans2008-11-055-21/+23
* fix [Bug 1866774 ] Remove X10 references from docsnijtmans2008-11-053-4/+6
* CONSTify string and fileName parameters of TkGetBitmapDatanijtmans2008-11-057-61/+70
* fix [Bug 2226093] const changes not all correctnijtmans2008-11-054-13/+25
* bug #2218949: force focus to the tested widgetpatthoyts@users.sourceforge.net2008-11-031-2/+2
* tkWinTest.c: fix warning: assignment discards qualifiers from pointer target ...nijtmans2008-11-032-3/+3
* ttkEntry.c: fix warning: unused variable 'currentValue'nijtmans2008-11-033-16/+21
* Fixed broken test. testclipboard no longer returns binary data but proper tcl...patthoyts@users.sourceforge.net2008-11-032-5/+25
* Fixed an embedding test that became broken during the test upgrade. Killing a...patthoyts@users.sourceforge.net2008-11-032-8/+10
* busy tests: the default wait cursor on windows is wait not watch, so added su...patthoyts@users.sourceforge.net2008-11-032-7/+63
* const fixes for windows codepatthoyts@users.sourceforge.net2008-11-032-13/+19
* Added cast to work around stupid type inference bug in MSVC. Apparently itdonal.k.fellows@manchester.ac.uk2008-11-031-2/+2
* Forgot to check this in due to local network woes.donal.k.fellows@manchester.ac.uk2008-11-021-43/+52
* more internal -Wwrite-strings warning fixesnijtmans2008-11-028-58/+75
* Cleanup and document TK_MOVABLE_POINTSdonal.k.fellows@manchester.ac.uk2008-11-011-78/+167
* Implementation of TIP 97 - canvas imove and rchars methods.donal.k.fellows@manchester.ac.uk2008-11-018-904/+1326
* Implemented the themed spinbox widget ttk::spinbox.patthoyts@users.sourceforge.net2008-11-0115-83/+933
* Minor formatting/usage correctiondonal.k.fellows@manchester.ac.uk2008-11-011-2/+3
* Temporary workaround for [Bug 2207435]jenglish@flightlab.com2008-10-312-1/+6
* more internal -Wwrite-strings warning fixesnijtmans2008-10-3017-80/+91
* * tests/unixSelect.test: Revise the unixSelect-1.* tests so thatdgp@users.sourceforge.net2008-10-302-67/+49
* [Bug 2190619] Warnings due to Tk_SmoothMethodnijtmans2008-10-3010-83/+79
* Remove incorrect 'const' qualifier.jenglish@flightlab.com2008-10-292-7/+12
* CONST updatedgp@users.sourceforge.net2008-10-291-2/+2
* formattingdgp@users.sourceforge.net2008-10-291-17/+17
* CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindownijtmans2008-10-2820-97/+132
* Expanded set of symbolic cursors.jenglish@flightlab.com2008-10-287-37/+217
* * win/tkWinTest.c: Revise [testclipboard] to form thatdgp@users.sourceforge.net2008-10-284-28/+23
* Tweaking for better readability.donal.k.fellows@manchester.ac.uk2008-10-272-71/+92
* Code style improvements, especially including making code less deeply nested.donal.k.fellows@manchester.ac.uk2008-10-2710-1940/+2014
* Disable test ttk-6.3, it's not applicable [Bug 2175411].jenglish@flightlab.com2008-10-243-16/+15
* Silence warning.donal.k.fellows@manchester.ac.uk2008-10-242-4/+10
* * README: Bump version number to 8.6a4dgp@users.sourceforge.net2008-10-239-21/+33
* fix TkX11 builddas2008-10-231-2/+2
* Letting CONST die a slow and graceful death, since NO_CONST wasnijtmans2008-10-2212-896/+910
* add tkBusy.cdas2008-10-221-1/+7
* fix GenericEvent Tcl_Panic errordas2008-10-221-2/+2
* Reduce number of castsdonal.k.fellows@manchester.ac.uk2008-10-201-2/+2