| Commit message (Expand) | Author | Age | Files | Lines |
* | [Bug 3437816]: Missing TCL_ERROR return in [canvas lower] | jan.nijtmans | 2011-11-17 | 1 | -0/+1 |
|
|
* | Add dummy user_data field to XVirtualEvent, for improved upwards compatibilit... | jan.nijtmans | 2011-10-11 | 1 | -0/+5 |
|
|
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 3 | -16/+1 |
|
|
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-13 | 2 | -4/+4 |
|
|
* | [Bug 3175610]: Incomplete refresh of line items. | dgp | 2011-06-10 | 1 | -2/+5 |
|
|
* | Purge RCS Keywords. | dgp | 2011-06-08 | 105 | -209/+0 |
|
|
* | Restore proper NUL output to the [console]. [Bug 2546087] | dgp | 2011-06-06 | 1 | -1/+19 |
|
|
* | [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon. | pspjuth | 2011-04-22 | 1 | -0/+1 |
|
|
* | [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One mo... | jan.nijtmans | 2011-03-28 | 1 | -5/+7 |
|
|
* | [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. | nijtmans | 2011-01-25 | 2 | -5/+5 |
|
|
* | [Bug 2956548] TkpButtonSetDefaults only initializes one button type | nijtmans | 2010-03-12 | 2 | -7/+11 |
|
|
* | generic/tkMenu.c: Defer TkMenuOptionTables cleanup to CallWhenDeleted() time, | jenglish | 2010-02-17 | 1 | -4/+5 |
|
|
* | Apply (upgraded) version of [Patch 1469210]. | dkf | 2009-10-22 | 2 | -47/+87 |
|
|
* | * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu in | hobbs | 2009-09-14 | 1 | -2/+3 |
|
|
* | [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash. | dkf | 2009-07-22 | 1 | -1/+13 |
|
|
* | * generic/tk.h: Restore _TCL guards around tcl.h inclusion to restore | dgp | 2009-04-09 | 1 | -1/+3 |
|
|
* | [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to avoi... | patthoyts | 2009-02-28 | 1 | -1/+8 |
|
|
* | * generic/tkImgPhoto.c: fix leaks discovered with the Mac OS X | das | 2009-02-06 | 2 | -3/+12 |
|
|
* | * generic/tkPort.h: remove the ../unix/ header dir as the build | hobbs | 2008-11-04 | 1 | -2/+2 |
|
|
* | Fix for [Bug 2010422]: account for X11 changing constant LASTEvent. | jenglish | 2008-08-06 | 1 | -9/+7 |
|
|
* | * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore a | das | 2008-06-12 | 1 | -6/+4 |
|
|
* | * generic/tkCanvas.c: Fix logic that determines when canvas item | dgp | 2008-04-17 | 1 | -4/+5 |
|
|
* | * generic/tkWindow.c (Initialize): fix double-free on Tk_ParseArgv | hobbs | 2008-04-07 | 1 | -2/+1 |
|
|
* | * README: Bump version number to 8.4.19 | dgp | 2008-04-07 | 1 | -3/+3 |
|
|
* | *** 8.4.18 TAGGED FOR RELEASE *** | dgp | 2008-02-06 | 1 | -3/+3 |
|
|
* | * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484). | rmax | 2008-02-01 | 1 | -1/+7 |
|
|
* | * generic/tkMenubutton.c (ConfigureMenuButton): trace the | hobbs | 2007-12-13 | 1 | -27/+23 |
|
|
* | * generic/tkText.c (DeleteChars, TextEditCmd, updateDirtyFlag): | hobbs | 2007-12-13 | 1 | -39/+48 |
|
|
* | Backport from HEAD of [Bug #1822391]: | Kevin B Kenny | 2007-11-26 | 1 | -2/+2 |
|
|
* | * generic/tkPlace.c: Prevent segfault in place geometry manager. | dgp | 2007-10-25 | 1 | -4/+43 |
|
|
* | * README: Bump version number to 8.4.17 | dgp | 2007-10-02 | 1 | -3/+3 |
|
|
* | * generic/tkImgGIF.c: Fixed a buffer overrun that got triggered by | rmax | 2007-09-11 | 1 | -2/+2 |
|
|
* | * generic/tkImgPhoto.c (ImgPhotoConfigureInstance, DisposeInstance): | das | 2007-06-23 | 1 | -20/+12 |
|
|
* | * generic/tkFont.c: #ifdef out debug msg printing to stderr. | das | 2007-05-31 | 1 | -1/+3 |
|
|
* | * generic/tk.h: Correct placement of #include <tcl.h> [Bug 1723812]. | dgp | 2007-05-30 | 1 | -8/+6 |
|
|
* | * README: Bump version number to 8.4.16 | dgp | 2007-05-30 | 1 | -3/+3 |
|
|
* | * generic/tkFileFilter.c (AddClause): fix warning. | das | 2007-05-30 | 1 | -2/+2 |
|
|
* | * generic/tkGrid.c: Stop crash due to list intrep shimmer [Bug 1677608] | dgp | 2007-05-15 | 1 | -2/+18 |
|
|
* | * generic/tkFileFilter.c (AddClause): OSType endianness fixes. | das | 2007-05-09 | 1 | -2/+5 |
|
|
* | * generic/tkCanvas.c: allow -selectforeground option to be None; add | das | 2007-04-29 | 8 | -50/+142 |
|
|
* | * generic/tkMain.c (Tk_MainEx): replicate macosx-specific code from | das | 2007-03-07 | 1 | -5/+18 |
|
|
* | * generic/tkListbox.c (ConfigureListboxItem): ListboxWorldChanged | hobbs | 2006-12-04 | 1 | -5/+10 |
|
|
* | * README: Bump version number to 8.4.15 | dgp | 2006-10-23 | 1 | -3/+3 |
|
|
* | * generic/tkPanedWindow.c: Cleaned up some code flagged by a | dgp | 2006-10-17 | 4 | -10/+10 |
|
|
* | * changes: updates for 8.4.14 release. | das | 2006-10-16 | 3 | -3/+29 |
|
|
* | * generic/tkConsole.c: Complete reversal of the changes of Sep 22. | andreas_kupries | 2006-09-25 | 3 | -8/+8 |
|
|
* | * generic/tkConsole.c: TIP #268 update regarding registered package | andreas_kupries | 2006-09-22 | 3 | -9/+9 |
|
|
* | Fix [Bug 1562528] | dkf | 2006-09-22 | 1 | -10/+9 |
|
|
* | * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgr | das | 2006-09-10 | 4 | -9/+34 |
|
|
* | * generic/tkWindow.c: add #include "tclInt.h" now required due to use | das | 2006-09-07 | 1 | -1/+3 |
|
|