summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Don't compile Tk with -DTCL_NO_DEPRECATED by default any more, it might hurt ↵jan.nijtmans2013-01-161-13/+21
|\ | | | | | | when we compile Tk 8.x against Tcl 8.y with y > x, because new deprecated constructs might be added in higher Tcl versions (except for Tk 8.6, for now, because there is no higher 8.x yet)
| * Don't compile Tk with -DTCL_NO_DEPRECATED by defaultjan.nijtmans2013-01-161-3/+11
| | | | | | | | | | | | any more, it might hurt when we compile Tk 8.x against Tcl 8.y with y > x, because new deprecated constructs might be added in higher Tcl versions (except for Tk 8.6, for now, because there is no higher 8.x yet)
* | and ChangeLog as welljan.nijtmans2013-01-141-0/+5
| |
* | [Bug 3588824]: bug in image index handling for weird image namesdgp2012-12-041-0/+5
|\ \ | |/
| * Fixed commit datefvogel2012-12-031-1/+1
| |
| * [Bug 3588824]: bug in image index handling for weird image namesfvogel2012-11-221-0/+5
| |
* | [Bug 3585396]: winDialog.test requires user interaction.jan.nijtmans2012-11-131-0/+6
|\ \ | |/ | | <p>Renumber test-cases as in Tk 8.6, and convert various to tcltest-2 style.
| * [Bug 3585396]: winDialog.test requires user interaction.jan.nijtmans2012-11-131-0/+6
| | | | | | <p>Renumber test-cases as in Tk 8.6, and convert various to tcltest-2 style.
* | ChangeLog release markcore_8_5_13core_8_5_13_rcdgp2012-11-091-0/+14
| |
* | [Bug 3574708]: Move window liveness checks to better location.dkf2012-11-071-0/+7
| |
* | Now that fossil stores the right characters, we might as well use them in ↵jan.nijtmans2012-11-071-2/+2
| | | | | | | | more places
* | 3574893 Add overlooked toplevel ref count maintenance in the [wm manage|forget]dgp2012-10-241-0/+6
| | | | | | operations that could cause segfaults due to premature free of structs.
* | sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-231-1/+1
|\ \ | |/ | | | | <p>purge spaces at end of lines <p>clean-up unix/Makefile.in after carbon removal
* | Backport of ::tk::mac::useCompatibilityMetrics handling and scrollbar ↵jan.nijtmans2012-10-231-0/+12
| | | | | | | | metrics handling from trunk
* | Cherrypick Merge, Backport of [6223d9e067]. Restored fromandreask2012-10-091-0/+10
| | | | | | | | | | | | | | | | | | tk-cocoa-8-5-bacport-branch, did not survive the merge. See trunk 2012-05-29 Donal K. Fellows * generic/tkInt.decls (TkMacOSXDrawable): Added OSX-specific mechanism to allow retrieval of the drawing surface. Allows Canvas3d to be adapted to 8.6.
* | Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, ↵jan.nijtmans2012-09-281-0/+8
|\ \ | |/ | | | | lime, olive, silver and teal), part of TIP #403
| * Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, ↵jan.nijtmans2012-09-281-0/+8
| | | | | | | | lime, olive, silver and teal), part of TIP #403
* | Compile win32 binaries with -DTCL_NO_DEPRECATEDjan.nijtmans2012-09-261-0/+8
|\ \ | |/
| * Compile win32 binaries with -DTCL_NO_DEPRECATEDjan.nijtmans2012-09-261-0/+4
| |
* | [Bug 3567453]: Clip regions must be cleared with XSetClipMask and notdkf2012-09-131-0/+9
| | | | | | TkSetRegion on X11.
* | [Bug 3566594]: Fix clipping problem in classic X11; clip regions were leaking indkf2012-09-111-0/+8
| | | | | | reused GCs.
* | [Bug 3562426]: Context menu goes out of edge of screen.jan.nijtmans2012-08-281-0/+5
|\ \ | |/
| * [Bug 3562426]: Context menu goes out of edge of screenjan.nijtmans2012-08-281-0/+5
| |\
| | * [Bug 3562426]: Context menu goes out of edge of screen. jan.nijtmans2012-08-281-0/+5
| | | | | | | | | | | | <p>PLEASE DON'T PUT THIS ASIDE TO A <b>MISTAKE</b> BRANCH OR SOMETHING! It's simply a fork, in fossil there's nothing wrong with that!</p>
| * | [Bug 3558535]: Factor out the filtered-sorted globbing code into one proceduredkf2012-08-251-1/+10
| | | | | | | | | that knows how to avoid nasty problems when non-list filters are used.
* | | [Bug 3558535]: Factor out the filtered-sorted globbing code into one proceduredkf2012-08-241-1/+10
| | | | | | | | | that knows how to avoid nasty problems when non-list filters are used.
* | | 3554026,3561016 Stop crash with tearoff menus.dgp2012-08-231-0/+4
|\ \ \ | |/ /
| * | 3554026,3561016 Stop crash with tearoff menus.dgp2012-08-231-0/+4
| |/
* | nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-171-0/+5
|\ \ | |/ | | | | version numbers.
| * nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-171-0/+5
| | | | | | | | version numbers.
* | Backport some more improvements from Tcl 8.6jan.nijtmans2012-08-151-0/+1
| |
* | Only build the threaded builds by default. jan.nijtmans2012-08-151-0/+5
| | | | | | Backport some improvements from Tcl 8.6
* | Fixed [Bug 3554273]: Test textDisp-32.2 failedfvogel2012-08-111-0/+4
|\ \
| * | Fixed [Bug 3554273]: Test textDisp-32.2 failedbug_3554273fvogel2012-08-041-0/+4
| | |
* | | Remove useless (void *) casts introduced in checkin [b7a58eae61]. The ↵stwo2012-08-091-0/+7
|/ / | | | | | | warnings were false flags from a faulty OpenBSD C compiler.
* | Fixed [Bug 3554081]: Test bind-22.10 failedfvogel2012-08-031-0/+4
|\ \ | |/
| * Fixed [Bug 3554081]: Test bind-22.10 failedfvogel2012-08-031-0/+4
| |
* | Fixed [Bug 3553311]: Test spinbox-3.70 failedfvogel2012-08-021-0/+4
| |
* | [Bug 3551802]: Convert from XKeycodeToKeysym to XkbKeycodeToKeysym to fixdkf2012-07-311-0/+6
|\ \ | |/ | | deprecation warning.
| * [Bug 3551802]: Convert from XKeycodeToKeysym to XkbKeycodeToKeysym to fixdkf2012-07-311-0/+6
| | | | | | deprecation warning.
* | Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-311-0/+5
|\ \ | |/
| * Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-311-0/+5
| |
| * Fixed previous commit date in changelogfvogel2012-07-191-1/+1
| |
| * [Bug 3545457]: Crash on packing a menubuttonbug_3545457fvogel2012-07-181-0/+4
| |
* | Release note tidinessdgp2012-07-171-0/+16
| |
* | [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-0/+4
|\ \ | |/
| * [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-0/+4
| |
* | Update changes for Tk 8.5.12 release.dgp2012-07-161-16/+29
| |
* | [Bug 3541305]: Xfree/Xsync... should not be macrosjan.nijtmans2012-07-081-0/+5
|\ \ | |/
| * [Bug 3541305]: Xfree/Xsync... should not be macrosjan.nijtmans2012-07-081-0/+5
| |