summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tkImgPhoto.c: fix numerous leaks discovered with thedas2009-02-067-13/+33
* fix for aMSN compatibility [tcl-Bug 2507326]nijtmans2009-01-141-1/+6
* * generic/tkEvent.c: Backport a fix from 8.6 for a NULL pointergeorgeps2009-01-111-1/+7
* Don't crash when application uses nondefault visual [Bug 2264732]jenglish2008-12-221-3/+3
* Add missing headerdgp2008-12-221-1/+2
* Forgot that I had to add code to propagate the tkwin through the psInfoPtr.dkf2008-12-221-1/+3
* Backport of fix for [Bug 2107938].dkf2008-12-221-2/+2
* Backport of the Millipeter patch [1813597,2218964]ferrieux2008-12-214-19/+117
* * generic/tk.h: Bump to 8.5.6 for release.dgp2008-12-211-2/+2
* Fix leaks flagged by clang static analyzerdas2008-12-071-2/+2
* Relax the constraint that every Tk_ImageTypenijtmans2008-11-192-25/+68
* [Bug 2239034] Only frame widgets are acceptable for [wm manage]patthoyts2008-11-152-2/+13
* * generic/tk.h: Bump version number to 8.5.6b1 to distinguishdgp2008-10-231-3/+3
* Correct error result generation of [$canvas select clear $bogus].dkf2008-10-111-2/+2
* * generic/tk.h: Bump to 8.5.5 for release.dgp2008-10-101-2/+2
* * generic/tkListbox.c: Make literal return values consistent withdgp2008-10-091-3/+3
* * tests/canvText.test: Backport test updates in light of thedgp2008-10-091-3/+3
* Backport of fix for [Bug 2112563]dkf2008-10-055-38/+60
* * generic/tk.h: Bump version number to 8.5.5b1 to distinguishdgp2008-08-281-3/+3
* generic/ttk/ttkScroll.c: Don't use sprintf "%g" to format floatingjenglish2008-08-191-11/+11
* * generic/tk.h: Bump to 8.5.4 for release.dgp2008-08-081-3/+3
* 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
* Audit: ensure that output arguments to Tk_Get*FromObj() are initialized,jenglish2008-07-044-17/+15
* * generic/tk.h: Bump to 8.5.3 for release.core_8_5_3dgp2008-06-301-2/+2
* * generic/tkPanedWindow.c (PanedWindowProxyCommand)dgp2008-06-261-4/+13
* * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore adas2008-06-121-6/+4
* Avoid passing width or height <= 0 to Tk_RedrawImage,jenglish2008-05-231-1/+7
* * generic/tkCanvas.c: Fix logic that determines when canvas itemdgp2008-04-171-4/+5
* * generic/tk.h: Bump version number to 8.5.3b1 to distinguishdgp2008-04-111-3/+3
* * 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
* ensure WORDS_BIGENDIAN #define agrees with autoconfdas2008-04-021-2/+2
* * generic/tkStubLib.c (Tcl_InitStubs): Added missing error message.dgp2008-04-022-2/+7
* * 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
* whitespace, typodas2008-03-271-2/+2
* XIM reorganization and cleanup; see [Patch 1919791] for details.jenglish2008-03-262-97/+49
* Keep ttkStubLib.o in libtkstub instead of libtk. [Bug 1920030]jenglish2008-03-212-12/+6
* initialize StubsPtr vars to NULLdas2008-03-191-6/+6
* ensure symbols needed for Ttk stub support are exporteddas2008-03-192-6/+12
* * generic/tkCanvUtil.c: fix gcc-4.2 warnings.das2008-03-111-7/+7
* Don't enforce minimum sash thickness of 5 pixels, just use 5 as a defaultjenglish2008-02-231-9/+4
* *** 8.5.1 TAGGED FOR RELEASE ***dgp2008-02-041-2/+2
* * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484).rmax2008-02-011-1/+7
* Make sure to schedule a redisplay when adding and/or hiding tabs [Bug 1878298].jenglish2008-01-281-2/+5
* BUGFIX: fix crash in [ttk::labelframe] when -style option specifiedjenglish2008-01-081-34/+37
* (oops. Missed a spot.)jenglish2008-01-061-11/+1
* Call Tk_MakeWindowExist() in widget constructor.jenglish2008-01-062-10/+6