summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* TkpDisplayButton: use computed borderWidthdas2008-12-071-2/+2
| | | FossilOrigin-Name: 18d17bc64216153c92ac169b7c980169418c4bb3
* MenuDefProc: avoid crash with non-Tk menusdas2008-12-071-6/+3
| | | FossilOrigin-Name: 4d7c9cff90308fc46bbc42321bb135f11ebb7827
* * generic/tkPort.h: remove the ../unix/ header dir as the buildhobbs2008-11-042-2/+8
| | | | | | | system already has it, and it confuses builds when used with private headers installed. FossilOrigin-Name: c83c543647979f202b718a61c81ac9f8763d7660
* autoconf-2.13das2008-08-131-1/+1
| | | FossilOrigin-Name: 37e133cf346e4de5e2be2e273cd1ea0577cb206d
* * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition todas2008-08-132-1/+8
| | | | | | libX11.so et al. FossilOrigin-Name: b0134c3181b0c769c31c51b60c40b352559f29f6
* Fix for [Bug 2010422]: account for X11 changing constant LASTEvent.jenglish2008-08-062-9/+12
| | | FossilOrigin-Name: b1bd86cd2adebd35ccf23aa967c26d2b48b5ea0f
* * macosx/tkMacOSXCarbonEvents.c: fix debug carbon event tracing;das2008-06-192-44/+55
| | | | | | | (InstallStandardApplicationEventHandler): replace needless use of TkMacOSXInitNamedDebugSymbol() by standard TkMacOSXInitNamedSymbol(). FossilOrigin-Name: f0631055e667b14ef0418fa61e21db0de035b557
* * macosx/tkMacOSXDebug.c: revert 2007-11-09 commit makingdas2008-06-192-5/+6
| | | | | | | * macosx/tkMacOSXDebug.h: TkMacOSXInitNamedDebugSymbol() available outside of debug builds. FossilOrigin-Name: 6c34d29b6e7ac913e1facabee850f97ca9b89170
* * macosx/tkMacOSXEmbed.c (TkpMakeWindow): fix bug with missingdas2008-06-192-18/+50
| | | | | | | | * macosx/tkMacOSXSubwindows.c (XMapWindow): focus on first map by only sending VisibilityNotify events once windows are mapped (rather than when they are created). FossilOrigin-Name: 96bdad05b124545caad2f10b9db8ca08e8b01cba
* * macosx/tkMacOSXWindowEvent.c (TkMacOSXProcessWindowEvent): fixdas2008-06-191-2/+2
| | | | | | return value. FossilOrigin-Name: 3d447f60cd0e1c4f83bc93343113daee7a20f38e
* autoconf-2.13das2008-06-121-130/+131
| | | FossilOrigin-Name: 3bf500a960ed5371c4c73fea69e61b0c7b001be8
* duh, fix missing 'fi', thanks aku!das2008-06-121-1/+2
| | | FossilOrigin-Name: 5c8abaacfc1140b9f7792fac7978fc9c40f1ad57
* * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore adas2008-06-122-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] FossilOrigin-Name: 8524e84a5a41d94365fb301b1fe36a257dc146e3
* * macosx/tkMacOSXXStubs.c: sync with core-8-5-branch.das2008-06-122-2/+9
| | | FossilOrigin-Name: be9839488d703ac5bfd26b6b2ea6153faa899212
* * unix/configure: autoconf-2.13das2008-06-121-170/+167
| | | FossilOrigin-Name: 8fdcb719d7002b3b4e3e6f1f4bccee76843c14e8
* * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc.das2008-06-121-14/+30
| | | FossilOrigin-Name: 3f985b1099225e41ad608da60673bef6cd0e3afe
* bump release tagcore-8-4-19dgp2008-04-171-2/+2
| | | FossilOrigin-Name: e886917365faf646765d61d852cc0d7a09baa2ab
* * generic/tkCanvas.c: Fix logic that determines when canvas itemdgp2008-04-172-4/+10
| | | | | | <Enter> event should fire. Thanks to Sebastian Wangnick. [Bug 1327482] FossilOrigin-Name: 34f1ba78d705912888096725f5fd827691dab68f
* bump release datedgp2008-04-111-2/+2
| | | FossilOrigin-Name: 8556d493a386a2aaedd3fd853e731cbc5f69949a
* * generic/tkWindow.c (Initialize): fix double-free on Tk_ParseArgvhobbs2008-04-074-18/+35
| | | | | | * tests/main.test (main-3.*): error. [Bug 1937135] FossilOrigin-Name: 9395b7e10d138d4e37f624da399f06095336b6c1
* * README: Bump version number to 8.4.19dgp2008-04-079-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. FossilOrigin-Name: fdb428db9291a12f88b3ba5199a8720cf04d2402
* * unix/configure: autoconf-2.13das2008-03-271-29/+10
| | | FossilOrigin-Name: 48abe59125b65b9522429d1cd40ac81b10902617
* * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166]das2008-03-272-1/+7
| | | FossilOrigin-Name: c54f693b98aed895010c26fa39e1c527fdcb63f5
* fix copyright yeardas2008-02-271-4/+4
| | | FossilOrigin-Name: cc95a649a40f85032e292c40007d3efb43167df6
* * macosx/tkMacOSXDraw.c: workaround leak in Carbon SetPortPenPixPat()das2008-02-272-12/+31
| | | | | | API [Bug 1863346]; avoid repeated PixPat allocation/deallocation. FossilOrigin-Name: 939ecb70b95364380c96eab73cdb977e75331f07
* correct bug IDcore-8-4-18dgp2008-02-061-1/+1
| | | FossilOrigin-Name: 749c7f7fec76205aa56a5f8656ce11b6b9dd2eab
* *** 8.4.18 TAGGED FOR RELEASE ***dgp2008-02-068-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. FossilOrigin-Name: ea6696f24e1abe7986f5e45e7b523b121ebb3da0
* * macosx/Wish-Info.plist.in: add CFBundleLocalizations key, listingdas2008-02-024-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 FossilOrigin-Name: 13be7679379ec35fe1975b071faaba6b8fac895c
* * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484).rmax2008-02-013-2/+42
| | | | | | * tests/imgPhoto.test: Added a test for the above. FossilOrigin-Name: fb40595a088937ee93e4572b98f7787e3e4461a3
* sync with HEAD 'changes' of relevant aqua entries for 8.4.17core-8-4-17das2007-12-311-1/+6
| | | FossilOrigin-Name: 1706de874304a8a680b4872333766d24e22ca6d8
* * changes: updates for 8.4.17 release.dgp2007-12-314-13/+70
| | | | | | | * unix/configure.in: Add "hu" to LOCALES. * unix/configure: autoconf-2.13 FossilOrigin-Name: 1e9ee7be9f6f69dd87ce4f2de9c8a46b98aa76e8
* * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Revert 2007-10-26das2007-12-184-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] FossilOrigin-Name: bca05a1a2089db126219446ce30f0ff46b44a246
* * macosx/tkMacOSXPrivate.h: fix Panther build.das2007-12-181-1/+2
| | | FossilOrigin-Name: d0d3fd335964995bed9012567b3e33225c13f1b9
* * generic/tkMenubutton.c (ConfigureMenuButton): trace thehobbs2007-12-132-27/+28
| | | | | | -textvariable even if an image exists as it may use -compound. FossilOrigin-Name: e677ad358f4fa0ee50703cf52c9ef694c0fc7f73
* * generic/tkText.c (DeleteChars, TextEditCmd, updateDirtyFlag):hobbs2007-12-133-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] FossilOrigin-Name: dec49c3caeefc3a150a1c7eaabe872552e205acb
* * win/tkWinInt.h: remove CS_CLASSDC (not recommended for any apps now)hobbs2007-12-054-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. FossilOrigin-Name: b545e1e2fb3a24f006b12e115fc4740d5205c769
* * win/tkWinDraw.c: Applied [Patch 1723362] for transparent bitmaps.hobbs2007-12-051-3/+6
| | | FossilOrigin-Name: f4f64f1499d5dcd94ceb9a772d483176a3131b51
* Backport from HEAD of [Bug #1822391]:kennykb2007-11-263-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]. FossilOrigin-Name: d7902b20d936053d91698cb8e3eac5f57828a7c6
* Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-2/+2
| | | FossilOrigin-Name: 6bef6474e0fc02eb3e8cc6b3f39b23661df2ec93
* Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-2/+2
| | | FossilOrigin-Name: 8417f42478638776642818e8836cc3ecef7326b2
* Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-092-13/+24
| | | FossilOrigin-Name: a3911de6f3e67a675c63e39104908be271903a92
* Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-0928-824/+2344
| | | FossilOrigin-Name: f3af33f1617bb95c8c7819e1ad7b5bf8df20df55
* sync with tcl/unix/tcl.m4das2007-11-091-1/+1
| | | FossilOrigin-Name: 7c5103344a5f47e7aa3e3b131ffcd6c728977b5f
* Spelling correctionsdgp2007-11-054-10/+10
| | | FossilOrigin-Name: 5787fbefbb6f7d46a569604f481c7af61810d263
* * library/entry.tcl: don't error with Clear event. [Bug 1509288]hobbs2007-10-302-2/+7
| | | FossilOrigin-Name: 4ece99c5dd4d58d4d0be9221322aea6bd264a5b3
* fix DEF_MENUBUTTON_FONTdas2007-10-301-2/+2
| | | FossilOrigin-Name: ed7f40a745a23990bb9ab87f2cda042f3f45e2a4
* * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): fix window class ofdas2007-10-262-24/+32
| | | | | | transient toplevels that are not also overrideredirect. [Bug 1816252] FossilOrigin-Name: 1f3a06680b08848d59383e21f65b040020cf5266
* * macosx/tkMacOSXDialog.c: sync with HEAD.das2007-10-261-12/+13
| | | FossilOrigin-Name: 0f956e6fefc9dfea894cdc0719546c776428da5d
* * unix/configure.in (Darwin): add support for 64-bit X11.das2007-10-253-78/+126
| | | | | | * unix/configure: autoconf-2.13 FossilOrigin-Name: cdddd3263c5cf0d2af1c6565de329178436bd980
* * generic/tkPlace.c: Prevent segfault in place geometry manager.dgp2007-10-252-4/+48
| | | | | | Thanks to Colin McDonald. [Bug 1818491] FossilOrigin-Name: 5db44042b42f960c69bbe7cb73b1a63be04604ed