Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tentative fix for bug 3410609 - use the keysym returned by XLookupString in ↵bug_3410609 | Kevin B Kenny | 2011-10-01 | 1 | -0/+2 |
| | | | | preference to the raw one in the XEvent. | ||||
* | Move -takefocus option out of ttkCoreOptionSpecs, | jenglish | 2011-09-22 | 13 | -33/+36 |
| | | | | explicitly specify it on individual widgets. [Bug 3404541], [Bug 1204186]. | ||||
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 2 | -12/+12 |
|\ | |||||
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 3 | -16/+1 |
| | | |||||
* | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-13 | 2 | -10/+3 |
|\ \ | |/ | |||||
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-13 | 2 | -4/+4 |
| | | |||||
* | | 3341056 Correct segfault due to flaw in the 2011-06-17 commit. | dgp | 2011-06-29 | 1 | -1/+1 |
| | | |||||
* | | merge to RC | dgp | 2011-06-20 | 1 | -0/+46 |
|\ \ | |||||
| * | | Add comments explaining new code.bug_3062331 | dgp | 2011-06-17 | 1 | -0/+29 |
| | | | |||||
| * | | New attempt to fix Bug 3062331 | dgp | 2011-06-16 | 1 | -0/+17 |
| | | | |||||
* | | | Merge to RC branch | dgp | 2011-06-10 | 141 | -282/+49 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3175610]: Incomplete refresh of line items. | dgp | 2011-06-10 | 1 | -2/+3 |
| |\ \ | | |/ | |||||
| | * | [Bug 3175610]: Incomplete refresh of line items. | dgp | 2011-06-10 | 1 | -2/+5 |
| | | | |||||
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 141 | -274/+23 |
| |\ \ | | |/ | |||||
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 105 | -209/+0 |
| | | | |||||
| * | | Bug 2358545: Restore support for values "08" and "09"in a [spinbox] configured | dgp | 2011-06-07 | 1 | -5/+4 |
| | | | | | | | | | to use -from and -to values. | ||||
| * | | Restore proper NUL output to the [console]. [Bug 2546087] | dgp | 2011-06-06 | 1 | -1/+19 |
| |\ \ | | |/ | |||||
| | * | Restore proper NUL output to the [console]. [Bug 2546087] | dgp | 2011-06-06 | 1 | -1/+19 |
| | | | |||||
* | | | Release candidate branch for Tk 8.5.10 | dgp | 2011-05-26 | 1 | -2/+2 |
|/ / | |||||
* | | [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon. | pspjuth | 2011-04-22 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon. | pspjuth | 2011-04-22 | 1 | -0/+1 |
| | | |||||
* | | eliminate unneeded variable displayFocusPtr | jan | 2011-04-21 | 1 | -2/+1 |
| | | |||||
* | | [Bug 723765]: When a slave was removed from grid, | pspjuth | 2011-04-04 | 1 | -0/+40 |
| | | | | | | the -in option was not remembered. | ||||
* | | [Bug 2997657]: Removed -container from labelframe | pspjuth | 2011-04-04 | 1 | -0/+4 |
| | | | | | | | | | | documentation since it does not work as expected and does not make sense as a container. Added note to frame about restrictions when used as a container. | ||||
* | | [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One ↵ | jan.nijtmans | 2011-03-28 | 1 | -5/+7 |
|\ \ | |/ | | | | | more place where this problem could appear. | ||||
| * | [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One ↵ | jan.nijtmans | 2011-03-28 | 1 | -5/+7 |
| | | | | | | | | more place where this problem could appear. | ||||
| * | [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. | nijtmans | 2011-01-25 | 2 | -5/+5 |
| | | | | | | | | Just the strcpy->memcpy part, to prevent anything like [Bug #3164879] | ||||
| * | [Bug 2956548] TkpButtonSetDefaults only initializes one button type | nijtmans | 2010-03-12 | 2 | -7/+11 |
| | | | | | | | | Fix 2 minor gcc warnings in tkWinTest.c | ||||
| * | generic/tkMenu.c: Defer TkMenuOptionTables cleanup to CallWhenDeleted() time, | jenglish | 2010-02-17 | 1 | -4/+5 |
| | | | | | | | | | | to ensure that the record doesn't get freed until after all widget instance commands have been deleted (Fixes [Bug#2952745]). | ||||
| * | 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 |
| | | | | | | | | | | | | | | * win/tkWinMenu.c (TkWinHandleMenuEvent): torn off Windows menu. [Bug 873613] (DrawMenuEntryArrow): Draw Win menu arrow after being torn off. [Bug 873608] | ||||
| * | [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 |
| | | | | | | | | compat with early 8.4.* releases. Thanks Stuart Cassoff. [Bug 1723812] | ||||
| * | [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to ↵ | patthoyts | 2009-02-28 | 1 | -1/+8 |
| | | | | | | | | avoid a crash when mapping dead windows. | ||||
| * | * generic/tkImgPhoto.c: fix leaks discovered with the Mac OS X | das | 2009-02-06 | 2 | -3/+12 |
| | | | | | | | | | | * generic/tkMenu.c: Instruments.app Leaks tool. * macosx/tkMacOSXWm.c: | ||||
| * | * generic/tkPort.h: remove the ../unix/ header dir as the build | hobbs | 2008-11-04 | 1 | -2/+2 |
| | | | | | | | | | | system already has it, and it confuses builds when used with private headers installed. | ||||
| * | 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 |
| | | | | | | | | | | | | global grab capture and to release the restrict window capture when releasing a button grab. Fixes segfault due to dangling reference to restrict window inside TkpSetCapture() implementation. [Bug 1991932] | ||||
| * | * generic/tkCanvas.c: Fix logic that determines when canvas item | dgp | 2008-04-17 | 1 | -4/+5 |
| | | | | | | | | <Enter> event should fire. Thanks to Sebastian Wangnick. [Bug 1327482] | ||||
| * | * generic/tkWindow.c (Initialize): fix double-free on Tk_ParseArgv | hobbs | 2008-04-07 | 1 | -2/+1 |
| | | | | | | | | * tests/main.test (main-3.*): error. [Bug 1937135] | ||||
| * | * README: Bump version number to 8.4.19 | dgp | 2008-04-07 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.19 release. | ||||
| * | *** 8.4.18 TAGGED FOR RELEASE *** | dgp | 2008-02-06 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * README: Bump version number to 8.4.18 * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.18 release. | ||||
| * | * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484). | rmax | 2008-02-01 | 1 | -1/+7 |
| | | | | | | | | * tests/imgPhoto.test: Added a test for the above. | ||||
| * | * generic/tkMenubutton.c (ConfigureMenuButton): trace the | hobbs | 2007-12-13 | 1 | -27/+23 |
| | | | | | | | | -textvariable even if an image exists as it may use -compound. | ||||
| * | * generic/tkText.c (DeleteChars, TextEditCmd, updateDirtyFlag): | hobbs | 2007-12-13 | 1 | -39/+48 |
| | | | | | | | | | | | | | | * tests/text.test (text-25.10.1,25.11.[12]): Don't require [update idle] to trigger Modified event [Bug 1809538] Modified virtual event should only fire on state change [Bug 1799782] Make sure we delete chars before triggering <<Modified>> [Bug 1737288] | ||||
| * | Backport from HEAD of [Bug #1822391]: | Kevin B Kenny | 2007-11-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | * generic/tkImgPPM.c (StringReadPPM): Corrected a comparison whose sense was reversed that resulted in reading beyond the end of the input buffer on malformed PPM data. [Bug #1822391] * tests/imgPPM.test (imgPPM-4.1): Added test case that exercises [Bug #1822391]. | ||||
| * | * generic/tkPlace.c: Prevent segfault in place geometry manager. | dgp | 2007-10-25 | 1 | -4/+43 |
| | | | | | | | | Thanks to Colin McDonald. [Bug 1818491] | ||||
| * | * README: Bump version number to 8.4.17 | dgp | 2007-10-02 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * unix/configure.in: Removed "es_ES" entry in LOCALES * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: | ||||
| * | * generic/tkImgGIF.c: Fixed a buffer overrun that got triggered by | rmax | 2007-09-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | multi-frame interlaced GIFs that contain subsequent frames that are smaller than the first one. * tests/imgPhoto.test: Added a test for the above. | ||||
| * | * generic/tkImgPhoto.c (ImgPhotoConfigureInstance, DisposeInstance): | das | 2007-06-23 | 1 | -20/+12 |
| | | | | | | | | | | | | | | | | use XDestroyImage instead of XFree to destroy XImage; replace runtime endianness determination by compile-time check for WORDS_BIGENDIAN. * xlib/ximage.c (XCreateBitmapFromData): use XCreateImage and XDestroyImage instead of creating XImage structure manually. |