summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Update changes for Tk 8.5.11.dgp2011-10-261-0/+4
|
* Tentative fix for bug 3410609 - use the keysym returned by XLookupString in ↵bug_3410609Kevin B Kenny2011-10-011-0/+10
| | | | preference to the raw one in the XEvent.
* Correctly documented what the [$ph data] command produces without the ↵dkf2011-09-011-0/+5
| | | | -format option.
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-0/+12
|\
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-0/+1
| |
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-0/+7
|\ \ | |/
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-0/+19
| |
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-131-0/+13
|\ \ | |/
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-131-0/+7
| |
* | [Bug 3314770] regression - Windows file dialogs not resizablejan.nijtmans2011-08-031-0/+5
| |
* | [Bug 3380684] XEmptyRegion prototype doesn't match usagejan.nijtmans2011-07-281-0/+5
|\ \ | |/
| * [Bug 3380684] XEmptyRegion prototype doesn't match usagejan.nijtmans2011-07-281-0/+5
| |
* | 3341056 Correct segfault due to flaw in the 2011-06-17 commit.dgp2011-06-291-0/+5
| |
* | merge to RCcore_8_5_10core_8_5_10_rcdgp2011-06-231-0/+4
|\ \
| * | typosdgp2011-06-231-0/+4
| | |
* | | release mark in ChangeLogdgp2011-06-211-0/+2
|/ /
* | Crash in unset traces 3062331dgp2011-06-171-0/+6
| |
* | Sync with win/tcl.m4 from Tcljan.nijtmans2011-06-161-0/+5
|\ \ | |/
| * Sync with win/tcl.m4 from Tcljan.nijtmans2011-06-161-0/+5
| |
* | Correct some README bitrot.dgp2011-06-101-0/+3
| |
* | [Bug 3175610]: Incomplete refresh of line items.dgp2011-06-101-0/+5
|\ \ | |/
| * [Bug 3175610]: Incomplete refresh of line items.dgp2011-06-101-0/+5
| |
* | typodgp2011-06-081-1/+1
| |
* | Update changes for 8.5.10dgp2011-06-081-18/+26
| |
* | Backport [Bug 2482771] fix.dgp2011-06-071-0/+2
| |
* | Bug 2358545: Restore support for values "08" and "09"in a [spinbox] configureddgp2011-06-071-0/+5
| | | | | | to use -from and -to values.
* | Restore proper NUL output to the [console]. [Bug 2546087]dgp2011-06-061-0/+5
|\ \ | |/
| * Restore proper NUL output to the [console]. [Bug 2546087]dgp2011-06-061-0/+5
| |
* | [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon.pspjuth2011-04-221-0/+5
|\ \ | |/
| * [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon.pspjuth2011-04-221-0/+5
| |
* | Document all variable options as global.pspjuth2011-04-211-0/+12
|\ \ | |/
| * Document all variable options as global.pspjuth2011-04-211-0/+8
| |
* | [Bug 723765]: When a slave was removed from grid,pspjuth2011-04-041-0/+6
| | | | | | the -in option was not remembered.
* | [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.
* | [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-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
| |