summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Forgot to check in critical helper macro!dkf2008-04-281-2/+8
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-2770-2145/+2153
* * generic/tkCanvas.c: Fix logic that determines when canvas itemdgp2008-04-171-4/+5
* * generic/tkStubInit.c: make stubs tables static constdas2008-04-162-16/+18
* Let the GIF writer use a real LZW compressor.nijtmans2008-04-091-444/+321
* a little cleanup, in preparation for replacing the gif compressor with a real...nijtmans2008-04-091-92/+85
* * generic/tkDecls.h: make genstubs (genStubs.tcl changes).das2008-04-083-11/+6
* * tkDecls.h: Reverted das's change of Tk's stubs pointersKevin B Kenny2008-04-083-6/+11
* * generic/tkWindow.c (Initialize): fix double-free on Tk_ParseArgvhobbs2008-04-071-2/+1
* use kenny variant for 1936238 fixhobbs2008-04-071-12/+4
* * generic/tkArgv.c: fix -help mem explosion. [Bug 1936238] (bachmann)hobbs2008-04-071-2/+3
* * generic/tkDecls.h: make genstubsdas2008-04-027-63/+23
* * generic/tkStubLib.c: make symbols in libtkstub.a MODULE_SCOPE todas2008-04-022-12/+18
* * generic/tk.decls: remove 'export' declarations of symbols nowdas2008-04-021-23/+1
* typodgp2008-04-022-13/+6
* * generic/tkWindow.c: Revised package initialization so thatdgp2008-04-022-8/+7
* * README: Bump version number to 8.6a0dgp2008-04-0110-28/+43
* * README: Bump to 8.5.2 for release.dgp2008-03-281-3/+3
* * generic/ttk/ttkStubLib.c: ensure tcl stubs are used in libtkstubdas2008-03-272-4/+14