summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* whitespacedas2009-02-061-2/+2
|
* True commit.andreas_kupries2009-01-161-2/+2
|
* * win/tkWinWm.c (WmAttributesCmd): Fix a single use ofandreas_kupries2009-01-162-1/+11
| | | | SetWindowLongPtr which was not properly ifdef'd.
* adjust copyright yeardas2009-01-081-3/+3
|
* Fix potential use of uninitialized variable flagged by clang static analyzerdas2008-12-071-3/+4
|
* Fix leaks flagged by clang static analyzerdas2008-12-071-1/+25
|
* TkpDisplayButton: use computed borderWidthdas2008-12-071-2/+2
|
* MenuDefProc: avoid crash with non-Tk menusdas2008-12-071-6/+3
|
* * 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.
* autoconf-2.13das2008-08-131-1/+1
|
* * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition todas2008-08-132-1/+8
| | | | libX11.so et al.
* Fix for [Bug 2010422]: account for X11 changing constant LASTEvent.jenglish2008-08-062-9/+12
|
* * macosx/tkMacOSXCarbonEvents.c: fix debug carbon event tracing;das2008-06-192-44/+55
| | | | | (InstallStandardApplicationEventHandler): replace needless use of TkMacOSXInitNamedDebugSymbol() by standard TkMacOSXInitNamedSymbol().
* * macosx/tkMacOSXDebug.c: revert 2007-11-09 commit makingdas2008-06-192-5/+6
| | | | | * macosx/tkMacOSXDebug.h: TkMacOSXInitNamedDebugSymbol() available outside of debug builds.
* * 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).
* * macosx/tkMacOSXWindowEvent.c (TkMacOSXProcessWindowEvent): fixdas2008-06-191-2/+2
| | | | return value.
* autoconf-2.13das2008-06-121-130/+131
|
* duh, fix missing 'fi', thanks aku!das2008-06-121-1/+2
|
* * 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]
* * macosx/tkMacOSXXStubs.c: sync with core-8-5-branch.das2008-06-122-2/+9
|
* * unix/configure: autoconf-2.13das2008-06-121-170/+167
|
* * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc.das2008-06-121-14/+30
|
* bump release tagcore_8_4_19dgp2008-04-171-2/+2
|
* * generic/tkCanvas.c: Fix logic that determines when canvas itemdgp2008-04-172-4/+10
| | | | <Enter> event should fire. Thanks to Sebastian Wangnick. [Bug 1327482]
* bump release datedgp2008-04-111-2/+2
|
* * generic/tkWindow.c (Initialize): fix double-free on Tk_ParseArgvhobbs2008-04-074-18/+35
| | | | * tests/main.test (main-3.*): error. [Bug 1937135]
* * 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.
* * unix/configure: autoconf-2.13das2008-03-271-29/+10
|
* * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166]das2008-03-272-1/+7
|
* fix copyright yeardas2008-02-271-4/+4
|
* * macosx/tkMacOSXDraw.c: workaround leak in Carbon SetPortPenPixPat()das2008-02-272-12/+31
| | | | API [Bug 1863346]; avoid repeated PixPat allocation/deallocation.
* correct bug IDcore_8_4_18dgp2008-02-061-1/+1
|
* *** 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.
* * 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
* * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484).rmax2008-02-013-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_17das2007-12-311-1/+6
|
* * changes: updates for 8.4.17 release.dgp2007-12-314-13/+70
| | | | | * unix/configure.in: Add "hu" to LOCALES. * unix/configure: autoconf-2.13
* * 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]
* * macosx/tkMacOSXPrivate.h: fix Panther build.das2007-12-181-1/+2
|
* * generic/tkMenubutton.c (ConfigureMenuButton): trace thehobbs2007-12-132-27/+28
| | | | -textvariable even if an image exists as it may use -compound.
* * 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]
* * 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.
* * win/tkWinDraw.c: Applied [Patch 1723362] for transparent bitmaps.hobbs2007-12-051-3/+6
|
* Backport from HEAD of [Bug #1822391]:Kevin B Kenny2007-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].
* Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-2/+2
|
* Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-2/+2
|
* Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-092-13/+24
|
* Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-0928-824/+2344
|
* sync with tcl/unix/tcl.m4das2007-11-091-1/+1
|
* Spelling correctionsdgp2007-11-054-10/+10
|