summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-0514-194/+175
* typodkf2008-10-032-4/+4
* Convert %g to Tcl_PrintDouble to avoid locale trouble. [Bug 2112563]dkf2008-10-035-84/+102
* Implemented TIP #236 from patch by Neil McKay.dkf2008-09-301-158/+228
* * generic/tk.h: Dropped use of _ANSI_ARGS_ macro to preservedgp2008-09-032-162/+135
* * generic/tkImgPhoto.c: Changed TclStack* calls to ck* calls so thatdgp2008-08-281-10/+8
* * README: Bump version number to 8.6a3dgp2008-08-281-3/+3
* Fix crash reported by Don Porter.dkf2008-08-251-1/+3
* Split the photo image core into two pieces to make it easier to maintain.dkf2008-08-253-2170/+2288
* Use ckrealloc to resize arrays...dkf2008-08-211-11/+7
* After some discussion with Joe English and subsequently thegeorgeps2008-08-196-68/+23
* generic/ttk/ttkScroll.c: Don't use sprintf "%g" to format floatingjenglish2008-08-191-11/+11
* * README: Bump version number to 8.6a2dgp2008-08-121-4/+4
* Fix for [Bug 2010422] "no event type or button # or keysymjenglish2008-08-052-13/+30
* * generic/tk.h: Added missing EXTERN for the Tcl_PkgInitStubsCheckdgp2008-07-311-2/+2
* fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-2333-173/+173
* Audit: ensure that output arguments to Tk_Get*FromObj() are initialized,jenglish2008-07-044-17/+15
* * generic/tk.h: TIP 285 additions make Tk 8.6 call the newdgp2008-06-191-3/+3
* * README: Bump version number to 8.6a1dgp2008-06-191-3/+3
* TIP 285 ImplementationJoe Mistachkin2008-06-131-9/+58
* * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore adas2008-06-121-6/+4
* * generic/ttk/ttkTreeview.c: fix warning.das2008-06-121-3/+4
* NSCjenglish2008-06-011-3/+3
* [ttk::style theme use] without an argument now returns the current themepatthoyts2008-05-271-3/+40
* fix warningdas2008-05-231-2/+3
* Batch of ttk::treeview enhancements:jenglish2008-05-237-334/+567
* Avoid passing width or height <= 0 to Tk_RedrawImage,jenglish2008-05-231-1/+7
* Apply fix for [Bug 1639824]dkf2008-05-141-4/+13
* fix constness warningsdas2008-05-031-4/+4
* More elimination of pre-C89-isms.dkf2008-05-022-9/+9