Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 8.5 | dgp | 2013-01-03 | 1 | -4/+25 |
|\ | |||||
| * | Make Aqua Tk build on OSX Leopard again; *I* still use it! | dkf | 2012-12-17 | 1 | -4/+25 |
| | | |||||
* | | Set of changes that permits Tk 8.5.14 to build against the released | dgp | 2012-12-10 | 5 | -4/+28 |
|/ | | | | header files of Tcl 8.6.0. Developed and tested only on linux so far. A step in the saga to decouple Tcl and Tk releases. | ||||
* | Force the use of the correct internal function for parsing hex colors rather ↵ | dkf | 2012-12-06 | 1 | -85/+63 |
|\ | | | | | | | than leaving it to the vagaries of the system library (buggy on some versions of MinGW apparently). | ||||
| * | Minor improvements now that we're no longer tracking a standard API. | dkf | 2012-12-06 | 1 | -3/+2 |
| | | |||||
| * | Force the use of the correct internal function for parsing hex colors rather | dkf | 2012-12-06 | 1 | -85/+64 |
| | | | | | | | | than leaving it to the vagaries of the system library (buggy on some versions of MinGW apparently). | ||||
* | | [Bug 3588824]: bug in image index handling for weird image names | dgp | 2012-12-04 | 5 | -3/+48 |
|\ \ | |/ | |||||
| * | Fixed commit date | fvogel | 2012-12-03 | 1 | -1/+1 |
| | | |||||
| * | [Bug 3588824]: bug in image index handling for weird image names | fvogel | 2012-12-03 | 3 | -3/+39 |
| |\ | |||||
| | * | Added tests for weird embedded windows names | fvogel | 2012-11-24 | 1 | -5/+15 |
| | | | |||||
| | * | [Bug 3588824]: bug in image index handling for weird image names | fvogel | 2012-11-22 | 3 | -3/+29 |
| |/ | |||||
* | | merge-mark | jan.nijtmans | 2012-12-02 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | More complete purge of things only present for supporting long-dead Mac 9 ↵ | dgp | 2012-11-15 | 51 | -1881/+86 |
| | | | | | | | | systems. | ||||
* | | merge-mark | jan.nijtmans | 2012-11-15 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Remove all the long dead mac entries in tk*.decls files | jan.nijtmans | 2012-11-15 | 7 | -1823/+117 |
| | | | | | | <p>re-generate all tk*Decls.h files. | ||||
| * | Remove all long-dead mac/* files (for Mac OS9 !?!). | dgp | 2012-11-15 | 57 | -36235/+0 |
| | | |||||
| * | Avoid crashing the test suite due to apparent Xlib bug handling the | dgp | 2012-11-14 | 1 | -1/+0 |
| | | | | | | zapfdingbats font as a core font, observed on Snow Leopard. | ||||
* | | [Bug 3585396]: winDialog.test requires user interaction. | jan.nijtmans | 2012-11-13 | 3 | -178/+289 |
|\ \ | |/ | | | <p>Renumber test-cases as in Tk 8.6, and convert various to tcltest-2 style. | ||||
| * | [Bug 3585396]: winDialog.test requires user interaction. | jan.nijtmans | 2012-11-13 | 3 | -203/+315 |
| | | | | | | <p>Renumber test-cases as in Tk 8.6, and convert various to tcltest-2 style. | ||||
* | | merge release to 8.5 | dgp | 2012-11-12 | 12 | -23/+54 |
|\ \ | |||||
| * | | ChangeLog release mark | dgp | 2012-11-09 | 1 | -0/+14 |
| | | | |||||
| * | | merge 8.5 | dgp | 2012-11-09 | 2 | -5/+5 |
| |\ \ | |/ / |/| | | |||||
* | | | Avoid setting TK_LIBRARY to a relative pathname. | dgp | 2012-11-09 | 1 | -2/+2 |
| | | | |||||
* | | | Constrain tests that improperly demand user interaction. | dgp | 2012-11-09 | 1 | -3/+3 |
| | | | |||||
| * | | update changes | dgp | 2012-11-07 | 1 | -0/+2 |
| | | | |||||
| * | | merge 8.5 | dgp | 2012-11-07 | 4 | -12/+25 |
| |\ \ | |/ / |/| | | |||||
* | | | [Bug 3574708]: Move window liveness checks to better location. | dkf | 2012-11-07 | 2 | -3/+16 |
| | | | |||||
* | | | Now that fossil stores the right characters, we might as well use them in ↵ | jan.nijtmans | 2012-11-07 | 2 | -4/+4 |
| | | | | | | | | | | | | more places | ||||
* | | | just fix some characters that fossil cannot handle well | jan.nijtmans | 2012-11-07 | 2 | -5/+5 |
| | | | |||||
| * | | make dist | dgp | 2012-11-06 | 1 | -4/+18 |
| | | | |||||
| * | | 3584471 Repair `make dist` backport. | dgp | 2012-11-06 | 1 | -4/+5 |
| | | | |||||
| * | | merge 8.5 | dgp | 2012-11-05 | 1 | -0/+20 |
| |\ \ | |/ / |/| | | |||||
* | | | Update changes for 8.5.13. | dgp | 2012-11-05 | 1 | -0/+20 |
| | | | |||||
| * | | Release branch for Tk 8.5.13. | dgp | 2012-11-05 | 8 | -15/+15 |
|/ / | |||||
* | | 3574893 Add overlooked toplevel ref count maintenance in the [wm manage|forget] | dgp | 2012-10-24 | 2 | -0/+12 |
| | | | | | | operations that could cause segfaults due to premature free of structs. | ||||
* | | sync nmakehlp.c with Tcl version | jan.nijtmans | 2012-10-23 | 20 | -233/+247 |
|\ \ | |/ | | | | | <p>purge spaces at end of lines <p>clean-up unix/Makefile.in after carbon removal | ||||
| * | sync nmakehlp.c with Tcl version | jan.nijtmans | 2012-10-23 | 1 | -4/+5 |
| | | |||||
* | | remove tkMacOSXCarbonEvents.c | jan.nijtmans | 2012-10-23 | 1 | -690/+0 |
| | | |||||
* | | remove RCS keywords, use mode: objc consistantly | jan.nijtmans | 2012-10-23 | 49 | -138/+52 |
| | | |||||
* | | Backport of ::tk::mac::useCompatibilityMetrics handling and scrollbar ↵ | jan.nijtmans | 2012-10-23 | 10 | -127/+104 |
| | | | | | | | | metrics handling from trunk | ||||
* | | Backport of dgp wm-forget and wm-manage fixes; test suite no longer crashes | Kevin Walzer | 2012-10-18 | 1 | -6/+17 |
| | | |||||
* | | Pull unintentional core-8-5-branch fork back together. | andreask | 2012-10-09 | 1 | -2/+2 |
|\ \ | |||||
| * | | 3574877 stop hang of test dialog-1.3 on Aqua builds. | dgp | 2012-10-05 | 1 | -2/+2 |
| | | | |||||
* | | | Cherrypick Merge, Backport of [6223d9e067]. Restored from | andreask | 2012-10-09 | 5 | -0/+33 |
|/ / | | | | | | | | | | | | | | | | | 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. | ||||
* | | fix typo | dgp | 2012-10-05 | 1 | -1/+1 |
| | | |||||
* | | Fix typo in tkMacOSXFont.c | Kevin Walzer | 2012-10-04 | 1 | -1/+1 |
| | | |||||
* | | Fix for 3572016, menus not re-enabling after modal dialog | Kevin Walzer | 2012-10-02 | 1 | -0/+6 |
| | | |||||
* | | Backport of dgp fixes on 50e0c049b2 to 8.5 | Kevin Walzer | 2012-10-02 | 3 | -10/+17 |
| | | |||||
* | | Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, ↵ | jan.nijtmans | 2012-09-28 | 6 | -8/+96 |
|\ \ | |/ | | | | | lime, olive, silver and teal), part of TIP #403 | ||||
| * | Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, ↵ | jan.nijtmans | 2012-09-28 | 6 | -282/+374 |
| | | | | | | | | lime, olive, silver and teal), part of TIP #403 |