Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | autoconf-2.13 | das | 2008-06-12 | 1 | -130/+131 |
| | |||||
* | duh, fix missing 'fi', thanks aku! | das | 2008-06-12 | 1 | -1/+2 |
| | |||||
* | * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore a | das | 2008-06-12 | 2 | -6/+9 |
| | | | | | | 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] | ||||
* | * macosx/tkMacOSXXStubs.c: sync with core-8-5-branch. | das | 2008-06-12 | 2 | -2/+9 |
| | |||||
* | * unix/configure: autoconf-2.13 | das | 2008-06-12 | 1 | -170/+167 |
| | |||||
* | * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc. | das | 2008-06-12 | 1 | -14/+30 |
| | |||||
* | bump release tagcore_8_4_19 | dgp | 2008-04-17 | 1 | -2/+2 |
| | |||||
* | * generic/tkCanvas.c: Fix logic that determines when canvas item | dgp | 2008-04-17 | 2 | -4/+10 |
| | | | | <Enter> event should fire. Thanks to Sebastian Wangnick. [Bug 1327482] | ||||
* | bump release date | dgp | 2008-04-11 | 1 | -2/+2 |
| | |||||
* | * generic/tkWindow.c (Initialize): fix double-free on Tk_ParseArgv | hobbs | 2008-04-07 | 4 | -18/+35 |
| | | | | * tests/main.test (main-3.*): error. [Bug 1937135] | ||||
* | * README: Bump version number to 8.4.19 | dgp | 2008-04-07 | 9 | -24/+64 |
| | | | | | | | | | | | | * 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. | ||||
* | * unix/configure: autoconf-2.13 | das | 2008-03-27 | 1 | -29/+10 |
| | |||||
* | * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166] | das | 2008-03-27 | 2 | -1/+7 |
| | |||||
* | fix copyright year | das | 2008-02-27 | 1 | -4/+4 |
| | |||||
* | * macosx/tkMacOSXDraw.c: workaround leak in Carbon SetPortPenPixPat() | das | 2008-02-27 | 2 | -12/+31 |
| | | | | API [Bug 1863346]; avoid repeated PixPat allocation/deallocation. | ||||
* | correct bug IDcore_8_4_18 | dgp | 2008-02-06 | 1 | -1/+1 |
| | |||||
* | *** 8.4.18 TAGGED FOR RELEASE *** | dgp | 2008-02-06 | 8 | -23/+61 |
| | | | | | | | | | | | | | * 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. | ||||
* | * macosx/Wish-Info.plist.in: add CFBundleLocalizations key, listing | das | 2008-02-02 | 4 | -34/+34 |
| | | | | | | | | | * unix/configure.in (Darwin): all library/msgs locales. * unix/configure.in (Darwin): correct Info.plist year substitution in non-framework builds. * unix/configure: autoconf-2.13 | ||||
* | * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484). | rmax | 2008-02-01 | 3 | -2/+42 |
| | | | | * tests/imgPhoto.test: Added a test for the above. | ||||
* | sync with HEAD 'changes' of relevant aqua entries for 8.4.17core_8_4_17 | das | 2007-12-31 | 1 | -1/+6 |
| | |||||
* | * changes: updates for 8.4.17 release. | dgp | 2007-12-31 | 4 | -13/+70 |
| | | | | | * unix/configure.in: Add "hu" to LOCALES. * unix/configure: autoconf-2.13 | ||||
* | * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Revert 2007-10-26 | das | 2007-12-18 | 4 | -35/+154 |
| | | | | | | | | | | | | | change to window class of transient toplevels that are not also overrideredirect. [Bug 1845899] * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Implement more * macosx/tkMacOSXMouseEvent.c (BringWindowForward): X11-like transient * macosx/tkMacOSXSubwindows.c (XDestroyWindow): behaviour by adding transient windows to a window group owned by the master window, this ensures transients always remain in front of and are collapsed with the master; bring master to front when selecting transient windows; restore default window group of transients if master destroyed. [Bug 1845899] | ||||
* | * macosx/tkMacOSXPrivate.h: fix Panther build. | das | 2007-12-18 | 1 | -1/+2 |
| | |||||
* | * generic/tkMenubutton.c (ConfigureMenuButton): trace the | hobbs | 2007-12-13 | 2 | -27/+28 |
| | | | | -textvariable even if an image exists as it may use -compound. | ||||
* | * generic/tkText.c (DeleteChars, TextEditCmd, updateDirtyFlag): | hobbs | 2007-12-13 | 3 | -40/+92 |
| | | | | | | | * 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] | ||||
* | * win/tkWinInt.h: remove CS_CLASSDC (not recommended for any apps now) | hobbs | 2007-12-05 | 4 | -77/+43 |
| | | | | | | | * win/tkWinX.c: and simplify WNDCLASS to one style. * win/tkWinWm.c: Reduce wrapper update for exStyle to toolwindow change only and set WS_EX_LAYERED as sticky (once set on a window, do not remove it) to reduce alpha transition flicker. | ||||
* | * win/tkWinDraw.c: Applied [Patch 1723362] for transparent bitmaps. | hobbs | 2007-12-05 | 1 | -3/+6 |
| | |||||
* | Backport from HEAD of [Bug #1822391]: | Kevin B Kenny | 2007-11-26 | 3 | -3/+27 |
| | | | | | | | | * 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]. | ||||
* | Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09 | das | 2007-11-09 | 1 | -2/+2 |
| | |||||
* | Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09 | das | 2007-11-09 | 1 | -2/+2 |
| | |||||
* | Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09 | das | 2007-11-09 | 2 | -13/+24 |
| | |||||
* | Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09 | das | 2007-11-09 | 28 | -824/+2344 |
| | |||||
* | sync with tcl/unix/tcl.m4 | das | 2007-11-09 | 1 | -1/+1 |
| | |||||
* | Spelling corrections | dgp | 2007-11-05 | 4 | -10/+10 |
| | |||||
* | * library/entry.tcl: don't error with Clear event. [Bug 1509288] | hobbs | 2007-10-30 | 2 | -2/+7 |
| | |||||
* | fix DEF_MENUBUTTON_FONT | das | 2007-10-30 | 1 | -2/+2 |
| | |||||
* | * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): fix window class of | das | 2007-10-26 | 2 | -24/+32 |
| | | | | transient toplevels that are not also overrideredirect. [Bug 1816252] | ||||
* | * macosx/tkMacOSXDialog.c: sync with HEAD. | das | 2007-10-26 | 1 | -12/+13 |
| | |||||
* | * unix/configure.in (Darwin): add support for 64-bit X11. | das | 2007-10-25 | 3 | -78/+126 |
| | | | | * unix/configure: autoconf-2.13 | ||||
* | * generic/tkPlace.c: Prevent segfault in place geometry manager. | dgp | 2007-10-25 | 2 | -4/+48 |
| | | | | Thanks to Colin McDonald. [Bug 1818491] | ||||
* | Added Hungarian message catalog. | dkf | 2007-10-11 | 2 | -0/+79 |
| | |||||
* | * macosx/tkMacOSXWm.c (TkMacOSXGrowToplevel): manually constrain resize | das | 2007-10-11 | 2 | -2/+19 |
| | | | | | limitBounds to maxBounds, works around SectRect() mis-feature (return zero rect if input rect has zero height/width). [Bug 1810818] | ||||
* | * README: Bump version number to 8.4.17 | dgp | 2007-10-02 | 8 | -25/+55 |
| | | | | | | | | | | * 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: | ||||
* | *** 8.4.16 TAGGED FOR RELEASE ***core_8_4_16 | das | 2007-09-18 | 1 | -0/+6 |
| | | | | * changes: updates for 8.4.16 release. | ||||
* | Aqua changes for 8.4.16 | das | 2007-09-18 | 1 | -1/+29 |
| | |||||
* | update changes for 8.4.16 release | dgp | 2007-09-18 | 1 | -1/+13 |
| | |||||
* | * unix/tcl.m4 (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld' | das | 2007-09-15 | 3 | -128/+144 |
| | | | | | in SHLIB_LD by 'cc' compiler driver. * unix/configure: autoconf-2.13 | ||||
* | * generic/tkImgGIF.c: Fixed a buffer overrun that got triggered by | rmax | 2007-09-11 | 3 | -3/+23 |
| | | | | | | | multi-frame interlaced GIFs that contain subsequent frames that are smaller than the first one. * tests/imgPhoto.test: Added a test for the above. | ||||
* | cleanup | das | 2007-09-11 | 1 | -11/+7 |
| | |||||
* | * unix/configure.in: backport of TK_INCLUDE_SPEC addition. | das | 2007-09-11 | 4 | -5/+24 |
| | | | | | * unix/tkConfig.sh.in: [Bug 777203] * unix/configure: autoconf-2.13 |