summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tkOldConfig.c (Tk_ConfigureWidget): fix the handling ofhobbs2005-12-051-13/+25
* update README filesdgp2005-12-021-2/+2
* * generic/tkImgGIF.c: cast calls to block_outhobbs2005-12-011-3/+3
* * generic/tkEvent.c: fix handling of ClientMessage handlers.hobbs2005-11-301-4/+4
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-2710-57/+61
* Fix [Bug 1151523] by making the code conform to the docs.dkf2005-11-221-15/+22
* Backport of fixes for [Bug 1353414]dkf2005-11-221-12/+15
* * README: Bump version number to 8.4.12dgp2005-11-161-3/+3
* * generic/tkMain.c: Rewrote code that sets the ::argv valuedgp2005-10-181-16/+21
* * generic/tkInt.h: add MODULE_SCOPE and WORDS_BIGENDIAN checkshobbs2005-10-101-1/+40
* * generic/tkConfig.c (Tk_DeleteOptionTable, Tk_CreateOptionTable):hobbs2005-10-101-3/+3
* Fix for [Bug 1288128]dkf2005-09-141-86/+131
* Backport of fix for Tk_ConfigSpec-related part of [Bug 749908]dkf2005-08-161-24/+131
* Fix [Bug 1252702]dkf2005-08-1111-72/+69
* * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code intodas2005-08-092-6/+5
* * generic/tkFrame.c (DisplayFrame):hobbs2005-07-284-11/+43
* * generic/tkInt.h: Swap TkUnsupported1Cmd for TkUnsupported1ObjCmd.hobbs2005-07-282-6/+7
* * generic/tkConsole.c: backport fix for bug 756840 & sync whitespacedas2005-06-231-8/+26
* typodgp2005-06-211-2/+2
* Plug a buffer overflow in the GIF readerdkf2005-06-201-22/+33
* * README: Bump version number to 8.4.11dgp2005-06-181-3/+3
* Backport fix for [Bug 1114977]; canvas tag searches now work with threads.dkf2005-06-031-81/+146
* Backported [console] rename fix. [Bug 1016385]dkf2005-06-031-42/+38
* * generic/tkPanedWindow.c, tests/panedwindow.test: batch of fixeshobbs2005-05-311-208/+347
* * generic/tkMenu.c (MenuCmd): create event handler earlier tohobbs2005-05-311-37/+15
* * README: Bumped patchlevel to 8.4.10hobbs2005-05-271-3/+3
* * generic/tkTest.c: disable commands not available on TkAqua.das2005-05-241-4/+4
* Add native drawing for Entry and Spinbox widgets.wolfsuit2005-03-252-348/+464
* * generic/tkCanvBmap.c (ConfigureBitmap, ComputeBitmapBbox): Fixedhobbs2005-02-111-49/+59
* D'oh!dkf2005-01-111-2/+2
* Improved version of Michael Kirkham's fix for parsing pad values. [1098779]dkf2005-01-114-92/+115
* Add missing Tcl_ResetResult [697915]dkf2005-01-071-1/+2
* Speed up use of Tk_PhotoPutBlock by allowing it to skip the complex-alpha checkdkf2004-12-091-3/+7
* Alpha blending fixes. [Patch 848161]dkf2004-12-031-20/+32
* * unix/tkUnixButton.c (TkpDisplayButton): constrain coords tohobbs2004-12-021-1/+10
* bumped patchlevel to 8.4.9hobbs2004-11-251-3/+3
* * generic/tkCanvWind.c (ConfigureWinItem): unmap windowshobbs2004-11-171-3/+15
* * generic/tkCanvImg.c (ImageToPostscript): don't try ps generationhobbs2004-11-171-7/+9
* * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd): set save_under Xhobbs2004-11-171-1/+6
* * generic/tkCmds.c (Tk_TkObjCmd): use correct screen data whenhobbs2004-11-121-6/+4
* * generic/tkMain.c:das2004-11-111-1/+10
* * README: Bumped to patch level 8.4.8dgp2004-10-281-3/+3
* * generic/tkInt.h: Backport of shutdown safety mods from the HEADdavygrvy2004-10-274-10/+160
* * generic/tkInt.decls: Signature for tkWinXCleanup needed to bedavygrvy2004-10-272-5/+5
* * generic/tkEvent.c (Tk_HandleEvent): Call XSetICFocus wheneverrmax2004-10-261-1/+12
* Backport of 8.5 wm iconphoto that added support for Tk photohobbs2004-10-051-1/+4
* * generic/tkCursor.c: Add missing initialization in debug routine.dgp2004-09-241-1/+4
* * generic/tkInt.decls: Add decl for TkWinGetPlatformTheme.mdejong2004-09-233-3/+15
* * generic/tkMenu.c (MenuWorldChanged): ensure that we recomputehobbs2004-09-161-7/+7
* Fixed a memory leak when a placed widget was forgotten. [Bug 1028888]pspjuth2004-09-161-9/+41