summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix [Bug 2809525] by limiting X11 color name lengths.dkf2009-10-252-6/+24
|
* Apply (upgraded) version of [Patch 1469210].dkf2009-10-224-48/+108
|
* [Patch 2088597]: Stop scrollbars from getting too small at the end.dkf2009-10-072-8/+13
|
* * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu inhobbs2009-09-143-6/+32
| | | | | | | * win/tkWinMenu.c (TkWinHandleMenuEvent): torn off Windows menu. [Bug 873613] (DrawMenuEntryArrow): Draw Win menu arrow after being torn off. [Bug 873608]
* * macosx/tkMacOSXHLEvents.c (ScriptHandler): fix "do script" appledas2009-08-242-49/+34
| | | | | | event handler issues on recent Mac OS X releases by using AE coercion to 'utf8' for text data and to 'fsrf' for alias data. (reported by Youness Alaoui on tcl-mac)
* [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash.dkf2009-07-222-1/+18
|
* Backport 2080533 fix.dgp2009-04-302-2/+56
|
* * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the checkhobbs2009-04-283-180/+187
| | | | to add _r to CC on AIX with threads.
* Regen unix/configurestwo2009-04-141-1/+1
|
* Removed -Wno-implicit-int from CFLAGS_WARNING.stwo2009-04-142-1/+5
|
* * 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]
* [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to ↵patthoyts2009-02-282-1/+13
| | | | avoid a crash when mapping dead windows.
* * 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:
* 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