summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* * generic/tkBind.c (Tk_BindEvent, ChangeScreen): replacehobbs2006-04-111-6/+9
* * tests/grid.test: fix segfault on empty index listhobbs2006-04-051-26/+31
* * generic/tkText.c (DumpLine): stop dumping if we detect that thehobbs2006-04-051-100/+117
* * generic/tkTextDisp.c (TkTextPixelIndex): Don't segfault on fullhobbs2006-04-051-2/+10
* * generic/tkWindow.c (DeleteWindowsExitProc): added commentshobbs2006-03-302-4/+10
* * generic/tkWindow.c (CreateTopLevelWindow): use thread exithobbs2006-03-291-6/+7
* * generic/tkFont.h: added prototype for TkFontGetFirstTextLayout()das2006-03-281-1/+3
* Fix (and add test for) [Bug 1458234]dkf2006-03-271-14/+14
* Fix [Bug 1380427] with [Patch 1391939]dkf2006-03-201-28/+8
* Hack to make photo-to-photo copies cheaper in the common case of no alphadkf2006-03-161-4/+26
* Squelch [Bug 1409140] by special-case-ing the single-pixel put case.dkf2006-03-151-3/+37
* * generic/tkCmds.c: Purged remaining references todgp2006-03-131-2/+1
* * READNE: Bump version number to 8.4.13 and updatedgp2006-03-071-3/+3
* Fix old thread-safety issue. [Bug 470322]dkf2006-02-271-2/+6
* Fix pixmap creation ordering issue [Bug 480862]dkf2006-02-271-16/+22
* * generic/tk.decls: fix signature of TkMacOSXInvalClipRgnsdas2006-02-093-17/+6
* XIM fixes [See #905830, patch tk84-xim-fixes.patch]:jenglish2006-01-201-3/+5
* * 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