summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* TIP#119 implementation. [Patch 1611359]dkf2008-11-223-102/+612
* Minor simplification in fix for [Bug 2312027]:nijtmans2008-11-182-15/+7
* Widget self-destruction is not necessarily an error [Bug 2298720].jenglish2008-11-162-8/+7
* bug 2239034: restrict [wm manage] to Frame type widgetspatthoyts2008-11-152-2/+13
* ttkWidget.c: Reworked widget construction and destruction sequence;jenglish2008-11-132-109/+129
* Small syntactic improvementsdkf2008-11-121-18/+23
* fix [Bug 2265860] new test failuresnijtmans2008-11-121-2/+2
* modify Tk_Create(Old)ImageType signature, relaxingnijtmans2008-11-127-50/+101
* Don't crash when application uses nondefault visual [#2264732].jenglish2008-11-111-3/+2
* Ttk widget initializeProc()s now return void instead ofjenglish2008-11-0911-49/+30
* One more (hopefully the last) signature changenijtmans2008-11-093-11/+11
* One more (hopefully the last) signature changenijtmans2008-11-096-18/+18
* Remove unnecessary casts from ttkWidget.c.jenglish2008-11-091-15/+14
* make all Tk_CustomOption tables const andnijtmans2008-11-098-61/+46
* More small changes to use C89 better and manage the result more efficiently.dkf2008-11-0812-207/+176
* Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-115/+110
* Lots of small changes to make code more pretty and C89-like.dkf2008-11-0821-370/+356
* add "-Wno-implicit-int" flag for gcc, as on UNIXnijtmans2008-11-061-2/+2
* no need to use CONST in internal header filesnijtmans2008-11-054-21/+21
* CONSTify string and fileName parameters of TkGetBitmapDatanijtmans2008-11-054-31/+33
* ttkEntry.c: fix warning: unused variable 'currentValue'nijtmans2008-11-032-16/+15
* 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-025-42/+42
* Implementation of TIP 97 - canvas imove and rchars methods.dkf2008-11-015-700/+942
* Implemented the themed spinbox widget ttk::spinbox.patthoyts2008-11-011-68/+350
* Temporary workaround for [Bug 2207435]jenglish2008-10-311-1/+2
* more internal -Wwrite-strings warning fixesnijtmans2008-10-3016-80/+72
* [Bug 2190619] Warnings due to Tk_SmoothMethodnijtmans2008-10-308-80/+65
* Remove incorrect 'const' qualifier.jenglish2008-10-291-7/+7
* CONST updatedgp2008-10-291-2/+2
* CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindownijtmans2008-10-2818-85/+103
* Disable test ttk-6.3, it's not applicable [Bug 2175411].jenglish2008-10-241-10/+5
* Silence warning.dkf2008-10-241-4/+5
* * README: Bump version number to 8.6a4dgp2008-10-231-3/+3
* Letting CONST die a slow and graceful death, since NO_CONST wasnijtmans2008-10-2211-896/+896
* 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-203-324/+79
* Implementation of the [tk busy] command on non-OSX.dkf2008-10-184-10/+1238
* Avoid const jiggling by using Tcl_SetObjResultpatthoyts2008-10-181-2/+3
* Add "const" to many internalnijtmans2008-10-1736-153/+151
* Add "const" to many internalnijtmans2008-10-1511-35/+35
* Added new utility function: TkNewWindowObj()dkf2008-10-142-46/+74
* Correct error result generation of [$canvas select clear $bogus].dkf2008-10-111-2/+2
* removed bogus commentdkf2008-10-091-3/+3
* * generic/tkListbox.c: Make literal return values consistent withdgp2008-10-091-3/+3
* comment formattingdkf2008-10-091-4/+3
* minor correctionsdkf2008-10-052-6/+5