summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Document all variable options as global.pspjuth2011-04-211-0/+12
|\
| * Document all variable options as global.pspjuth2011-04-211-0/+12
| |\
| | * Document all variable options as global.pspjuth2011-04-211-0/+8
| | |
* | | Resolve ChangeLog conflict mistakenly committed.dgp2011-04-111-11/+0
| | |
* | | sync with Tcl version of tcl.m4jan.nijtmans2011-04-111-0/+11
| | |
* | | Don't use -fvisibility=hidden with static libraries (--disable-shared)jan.nijtmans2011-04-061-0/+2
| | |
* | | Make symbols "main" and "Tcl_AppInit" MODULE_SCOPE: there is absolutely no ↵jan.nijtmans2011-04-061-0/+5
| | | | | | | | | | | | reason for exporting them.
* | | [Bug 723765]: When a slave was removed from grid,pspjuth2011-04-041-0/+6
|\ \ \ | |/ / | | | the -in option was not remembered.
| * | [Bug 723765]: When a slave was removed from grid,pspjuth2011-04-041-0/+6
| | | | | | | | | the -in option was not remembered.
* | | * win/tkWinDialog.c (FontchooserShowCmd): Change the CHOOSEFONT and LOGFONT ↵Joe Mistachkin2011-04-041-0/+7
| | | | | | | | | | | | used with sizeof to CHOOSEFONTA and LOGFONTA to match their local variable declarations (i.e. mismatch with -DUNICODE). This code is not present in 8.4 or 8.5.
* | | [Bug 2997657]: Removed -container from labelframe documentationpspjuth2011-04-041-0/+9
|\ \ \ | |/ / | | | | | | | | | since it does not work as expected and does not make sense as a container. Added note to frame about restrictions when used as a container.
| * | [Bug 2997657]: Removed -container from labelframepspjuth2011-04-041-0/+9
| | | | | | | | | | | | | | | documentation since it does not work as expected and does not make sense as a container. Added note to frame about restrictions when used as a container.
* | | Make tk::FindAltKeyTarget handle the traversal of the logical window managerdkf2011-03-281-3/+10
| | | | | | | | | hierarchy correctly. Based on comments by Emiliano Gavilan.
* | | [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One ↵jan.nijtmans2011-03-281-0/+5
|\ \ \ | |/ / | | | | | | more place where this problem could appear.
| * | [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One ↵jan.nijtmans2011-03-281-0/+5
| |\ \ | | |/ | | | | | | more place where this problem could appear.
| | * [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One ↵jan.nijtmans2011-03-281-0/+5
| | | | | | | | | | | | more place where this problem could appear.
* | | [Bug #3239768] tk8.4.19 (and later) WIN32 menu font support.jan.nijtmans2011-03-241-1/+6
|\ \ \ | |/ /
| * | [Bug #3239768] tk8.4.19 (and later) WIN32 menu font support.jan.nijtmans2011-03-241-24/+29
| |\ \ | | |/
| | * [Bug #3239768] tk8.4.19 (and later) WIN32 menu font supportjan.nijtmans2011-03-241-455/+460
| | |
| | * SEH-emulation for AMD64jan.nijtmans2011-03-111-0/+7
| | | | | | | | | | | | | | | 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-111-0/+6
| | | | | | | | | Merged --cherrypick from core-8-5-branch (2010-08-26, 3416226333358009f)
| | * [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2.nijtmans2011-01-251-0/+7
| | | | | | | | | | | | Just the strcpy->memcpy part, to prevent anything like [Bug #3164879]
| | * [Patch #3154705] Close button has no effect.nijtmans2011-01-131-0/+5
| | | | | | | | | | | | 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-311-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | number of deprecation warnings on later VC++ versions. Better VCVERSION determination. All changes backported from Tcl8.5/8.6
| | * Update for VS10nijtmans2010-10-231-1/+5
| | |
| | * [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-121-0/+9
| | | | | | | | | | | | Fix 2 minor gcc warnings in tkWinTest.c
| | * generic/tkMenu.c: Defer TkMenuOptionTables cleanup to CallWhenDeleted() time,jenglish2010-02-171-0/+7
| | | | | | | | | | | | | | | to ensure that the record doesn't get freed until after all widget instance commands have been deleted (Fixes [Bug#2952745]).
| | * TIP #359: Extended Window Manager Hints support for 8.4patthoyts2010-01-231-0/+10
| | |
| | * [Bug 2912473]: Stop problems caused by display names with a double colon in.dkf2009-12-111-0/+5
| | |
| | * Fix for [Bug 1739613]Joe Mistachkin2009-11-021-0/+7
| | |
| | * Fix [Bug 2809525] by limiting X11 color name lengths.dkf2009-10-251-0/+6
| | |
| | * Apply (upgraded) version of [Patch 1469210].dkf2009-10-221-0/+7
| | |
| | * [Patch 2088597]: Stop scrollbars from getting too small at the end.dkf2009-10-071-5/+10
| | |
| | * * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu inhobbs2009-09-141-0/+8
| | | | | | | | | | | | | | | | | | | | | * 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-241-0/+7
| | | | | | | | | | | | | | | | | | 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-221-0/+5
| | |
| | * Backport 2080533 fix.dgp2009-04-301-0/+5
| | |
| | * * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the checkhobbs2009-04-281-0/+5
| | | | | | | | | | | | to add _r to CC on AIX with threads.
| | * Removed -Wno-implicit-int from CFLAGS_WARNING.stwo2009-04-141-0/+4
| | |
| | * * generic/tk.h: Restore _TCL guards around tcl.h inclusion to restoredgp2009-04-091-0/+5
| | | | | | | | | | | | compat with early 8.4.* releases. Thanks Stuart Cassoff. [Bug 1723812]
| | * [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to ↵patthoyts2009-02-281-0/+5
| | | | | | | | | | | | avoid a crash when mapping dead windows.
| | * * generic/tkImgPhoto.c: fix leaks discovered with the Mac OS Xdas2009-02-061-0/+6
| | | | | | | | | | | | | | | * generic/tkMenu.c: Instruments.app Leaks tool. * macosx/tkMacOSXWm.c:
| | * * win/tkWinWm.c (WmAttributesCmd): Fix a single use ofandreas_kupries2009-01-161-0/+5
| | | | | | | | | | | | SetWindowLongPtr which was not properly ifdef'd.
| | * * generic/tkPort.h: remove the ../unix/ header dir as the buildhobbs2008-11-041-0/+6
| | | | | | | | | | | | | | | system already has it, and it confuses builds when used with private headers installed.
| | * * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition todas2008-08-131-0/+7
| | | | | | | | | | | | libX11.so et al.
| | * Fix for [Bug 2010422]: account for X11 changing constant LASTEvent.jenglish2008-08-061-0/+5
| | |
| | * * macosx/tkMacOSXCarbonEvents.c: fix debug carbon event tracing;das2008-06-191-0/+18
| | | | | | | | | | | | | | | (InstallStandardApplicationEventHandler): replace needless use of TkMacOSXInitNamedDebugSymbol() by standard TkMacOSXInitNamedSymbol().
| | * * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore adas2008-06-121-0/+5
| | | | | | | | | | | | | | | | | | 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-121-0/+7
| | |
| | * bump release tagcore_8_4_19dgp2008-04-171-2/+2
| | |