summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Purge RCS Keywords.dgp2011-06-08616-1245/+0
|
* Restore proper NUL output to the [console]. [Bug 2546087]dgp2011-06-062-1/+24
|
* [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon.pspjuth2011-04-223-0/+14
|
* Document all variable options as global.pspjuth2011-04-216-5/+13
|
* [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One ↵jan.nijtmans2011-03-282-5/+12
| | | | more place where this problem could appear.
* The -debug:full option is not supported when using the modern versions of ↵jan2011-03-263-3/+3
| | | | link.exe included with MSVC, use -debug instead
* [Bug #3239768] tk8.4.19 (and later) WIN32 menu font supportjan.nijtmans2011-03-242-461/+480
|
* SEH-emulation for AMD64jan.nijtmans2011-03-114-42/+119
| | | | | mingw-w64 does not accept _WIN32_IE < 0x0501 Merged --cherrypick from core-8-5-branch (2010-12-13, f4ecadb40d) remove conflicting definition of timezone struct
* SC_EMBED_MANIFEST macrojan.nijtmans2011-03-115-129/+481
| | | Merged --cherrypick from core-8-5-branch (2010-08-26, 3416226333358009f)
* We are no longer on CVS, so don't need the .cvsignore files any morejan.nijtmans2011-03-053-33/+0
|
* [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2.nijtmans2011-01-256-9/+24
| | | | Just the strcpy->memcpy part, to prevent anything like [Bug #3164879]
* [Patch #3154705] Close button has no effect.nijtmans2011-01-132-7/+19
| | | | Add <Escape> binding as well (backported from Tcl 8.5)
* Add -D_CRT_SECURE_NO_DEPRECATE and -D_CRT_NONSTDC_NO_DEPRECATE, reducing the ↵nijtmans2010-10-315-49/+70
| | | | | | | | number of deprecation warnings on later VC++ versions. Better VCVERSION determination. All changes backported from Tcl8.5/8.6
* Update for VS10nijtmans2010-10-232-7/+18
|
* [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-127-77/+45
| | | | Fix 2 minor gcc warnings in tkWinTest.c
* generic/tkMenu.c: Defer TkMenuOptionTables cleanup to CallWhenDeleted() time,jenglish2010-02-172-4/+12
| | | | | to ensure that the record doesn't get freed until after all widget instance commands have been deleted (Fixes [Bug#2952745]).
* Fix test for the ewmh attributes additionpatthoyts2010-01-231-2/+2
|
* TIP #359: Extended Window Manager Hints support for 8.4patthoyts2010-01-238-13/+244
|
* [Bug 2912473]: Stop problems caused by display names with a double colon in.dkf2009-12-112-1/+11
|
* Fix for [Bug 1739613]Joe Mistachkin2009-11-022-2/+47
|
* 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
|