summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash.dkf2009-07-222-1/+18
| | | FossilOrigin-Name: d4a0a9045d3b131a664ea4ecf1ffe0b4693ac536
* Backport 2080533 fix.dgp2009-04-302-2/+56
| | | FossilOrigin-Name: 9465f442037330e71b78582db661d0ccf166d55e
* * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the checkhobbs2009-04-283-180/+187
| | | | | | to add _r to CC on AIX with threads. FossilOrigin-Name: b39a8d8ed18bbfbdaebebfce8bc5e4f8fa016ab0
* Regen unix/configurestwo2009-04-141-1/+1
| | | FossilOrigin-Name: 552ada0672c437bb5492c5d1886cc36b2572bea3
* Removed -Wno-implicit-int from CFLAGS_WARNING.stwo2009-04-142-1/+5
| | | FossilOrigin-Name: 3cf9b5b8bd40da095fb27fae20fc278a83e80f35
* * generic/tk.h: Restore _TCL guards around tcl.h inclusion to restoredgp2009-04-092-1/+8
| | | | | | compat with early 8.4.* releases. Thanks Stuart Cassoff. [Bug 1723812] FossilOrigin-Name: a0cf8211f6dd2c7ba082e77323063ca3770b19fe
* [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to ↵patthoyts2009-02-282-1/+13
| | | | | avoid a crash when mapping dead windows. FossilOrigin-Name: 4f246e52725c7fc500236663667969583d5cd8fe
* * generic/tkImgPhoto.c: fix leaks discovered with the Mac OS Xdas2009-02-064-4/+25
| | | | | | | * generic/tkMenu.c: Instruments.app Leaks tool. * macosx/tkMacOSXWm.c: FossilOrigin-Name: 893b87235129b3f39582fa66f11e50b31764b73e
* whitespacedas2009-02-061-2/+2
| | | FossilOrigin-Name: d647d4d9bdcc6837dfaa472aa1fbfb979826a43e
* True commit.andreas_kupries2009-01-161-2/+2
| | | FossilOrigin-Name: 5df7affdb99b5b475fab11fbf2dd9e91bf5d7a43
* * win/tkWinWm.c (WmAttributesCmd): Fix a single use ofandreas_kupries2009-01-162-1/+11
| | | | | | SetWindowLongPtr which was not properly ifdef'd. FossilOrigin-Name: 75bf70aee586387e8425096b913e390588e2e0fa
* adjust copyright yeardas2009-01-081-3/+3
| | | FossilOrigin-Name: e0707e03c2d13b833d9999eba74684ecff20a12f
* Fix potential use of uninitialized variable flagged by clang static analyzerdas2008-12-071-3/+4
| | | FossilOrigin-Name: b5a8364c47ebd06db246b547be948b2273e4893a
* Fix leaks flagged by clang static analyzerdas2008-12-071-1/+25
| | | FossilOrigin-Name: 0546a4224f9ad7e12f8d245c0486d266be60c430
* 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