summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Lots of small changes to make code more pretty and C89-like.dkf2008-11-0836-553/+586
* add "-Wno-implicit-int" flag for gcc, as on UNIXnijtmans2008-11-064-4/+11
* regendkf2008-11-061-3540/+4025
* Fix [Bug 2229999].dkf2008-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 widgetpatthoyts2008-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...patthoyts2008-11-032-5/+25
* Fixed an embedding test that became broken during the test upgrade. Killing a...patthoyts2008-11-032-8/+10
* busy tests: the default wait cursor on windows is wait not watch, so added su...patthoyts2008-11-032-7/+63
* const fixes for windows codepatthoyts2008-11-032-13/+19
* Added cast to work around stupid type inference bug in MSVC. Apparently itdkf2008-11-031-2/+2
* Forgot to check this in due to local network woes.dkf2008-11-021-43/+52
* more internal -Wwrite-strings warning fixesnijtmans2008-11-028-58/+75
* Cleanup and document TK_MOVABLE_POINTSdkf2008-11-011-78/+167
* Implementation of TIP 97 - canvas imove and rchars methods.dkf2008-11-018-904/+1326
* Implemented the themed spinbox widget ttk::spinbox.patthoyts2008-11-0115-83/+933
* Minor formatting/usage correctiondkf2008-11-011-2/+3
* Temporary workaround for [Bug 2207435]jenglish2008-10-312-1/+6
* more internal -Wwrite-strings warning fixesnijtmans2008-10-3017-80/+91
* * tests/unixSelect.test: Revise the unixSelect-1.* tests so thatdgp2008-10-302-67/+49
* [Bug 2190619] Warnings due to Tk_SmoothMethodnijtmans2008-10-3010-83/+79
* Remove incorrect 'const' qualifier.jenglish2008-10-292-7/+12
* CONST updatedgp2008-10-291-2/+2
* formattingdgp2008-10-291-17/+17
* CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindownijtmans2008-10-2820-97/+132
* Expanded set of symbolic cursors.jenglish2008-10-287-37/+217
* * win/tkWinTest.c: Revise [testclipboard] to form thatdgp2008-10-284-28/+23
* Tweaking for better readability.dkf2008-10-272-71/+92
* Code style improvements, especially including making code less deeply nested.dkf2008-10-2710-1940/+2014
* Disable test ttk-6.3, it's not applicable [Bug 2175411].jenglish2008-10-243-16/+15
* Silence warning.dkf2008-10-242-4/+10
* * README: Bump version number to 8.6a4dgp2008-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 castsdkf2008-10-201-2/+2
* Correct mistake in [tk busy configure].dkf2008-10-201-27/+27
* fix compile errors and warningsdgp2008-10-201-9/+10
* Factor out the platform-specific bits of [tk busy]. [Bug 2180919]dkf2008-10-2010-428/+617
* msvc uses __inline, so added the necessary macro now that we are using thispatthoyts2008-10-191-3/+4
* Implementation of the [tk busy] command on non-OSX.dkf2008-10-1814-50/+1988
* [Bug 1825353] To fix a problem with tiny fonts on Russian versions ofpatthoyts2008-10-182-3/+22
* Avoid const jiggling by using Tcl_SetObjResultpatthoyts2008-10-181-2/+3
* Add "const" to many internalnijtmans2008-10-1751-347/+397