Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | remove duplicate code | jan.nijtmans | 2013-01-24 | 1 | -5/+0 | |
| | ||||||
* | Eliminate use of deprecated Tcl_VarEval function from ttk. | jan.nijtmans | 2013-01-23 | 1 | -1/+7 | |
| | ||||||
* | Tk_CancelIdleCall -> Tcl_CancelIdleCall | jan.nijtmans | 2013-01-23 | 2 | -4/+4 | |
| | ||||||
* | make TkBackgroundEvalObjv a static function, and eliminate the use of the ↵ | jan.nijtmans | 2013-01-23 | 2 | -83/+65 | |
| | | | | deprecated SaveResult API from it. | |||||
* | Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() ↵ | jan.nijtmans | 2013-01-22 | 2 | -5/+7 | |
|\ | | | | | | | fails, in stead of simply abort() | |||||
| * | Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() ↵ | jan.nijtmans | 2013-01-22 | 2 | -5/+7 | |
| | | | | | | | | fails, in stead of simply abort() | |||||
* | | some formatting (backported from 8.6) | jan.nijtmans | 2013-01-17 | 1 | -55/+54 | |
| | | ||||||
* | | Don't compile Tk with -DTCL_NO_DEPRECATED by default any more, it might hurt ↵ | jan.nijtmans | 2013-01-16 | 3 | -15/+23 | |
|\ \ | |/ | | | | | 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 default | jan.nijtmans | 2013-01-16 | 3 | -8/+16 | |
| | | | | | | | | | | | | 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) | |||||
* | | fix comment | jan.nijtmans | 2013-01-15 | 3 | -3/+3 | |
| | | ||||||
* | | Don't use deprecated "case" any more. | jan.nijtmans | 2013-01-15 | 4 | -12/+5 | |
|\ \ | |/ | | | | | Don't do unnecessary Tcl_PkgRequire(..., "Tcl", ...), the preceding Tcl_InitStubs() call already does that, both for dynamic loaded as wel as the static case. Disallow Tk 8.5.x to be loaded in any Tcl 8.5 alpha release. | |||||
| * | Don't use deprecated "case" any more. | jan.nijtmans | 2013-01-15 | 2 | -10/+7 | |
| | | | | | | Don't do unnecessary Tcl_PkgRequire(..., "Tcl", ...), the preceding Tcl_InitStubs() call already does that, both for dynamic loaded as wel as the static case. | |||||
* | | and ChangeLog as well | jan.nijtmans | 2013-01-14 | 1 | -0/+5 | |
| | | ||||||
* | | More flexible search for win32 tclConfig.sh, backported from TEA. | jan.nijtmans | 2013-01-14 | 2 | -67/+285 | |
| | | ||||||
| | | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
*---. \ | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 16 | -36/+42 | |
|\ \ \ \ | | | |/ | | | | | | | | | | | | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases. Enable tk.h to be used with higher tcl.h versions which might lack _ANSI_ARGS_ | |||||
| | | * | add [file normalize] to UNIX pkgIndex.tcl too | jan.nijtmans | 2013-01-11 | 1 | -1/+1 | |
| | |/ | ||||||
| | * | wrong end brace location | jan.nijtmans | 2013-01-11 | 1 | -1/+1 | |
| |/ | ||||||
| * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 11 | -33/+31 | |
| | | | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases. | |||||
* | | Restructure Tk's stub library: No longer use Tcl_SetResult() for setting the ↵ | jan.nijtmans | 2013-01-04 | 1 | -60/+51 | |
|\ \ | |/ | | | | | | | | | | | error message, but Tcl_ResetResult/Tcl_AppendResult, as all other stub libraries do. This will allow us to remove Tcl_SetResult() in Tcl 9.0, eventually. More structural improvements, taken over from Tcl 8.6's tclOOStubLib.c/tclTomMathStubLib.c and from Tk 8.6's tclStubLib.c | |||||
| * | Restructure Tk's stub library: No longer use Tcl_SetResult() for setting the ↵ | jan.nijtmans | 2013-01-04 | 1 | -59/+86 | |
| | | | | | | | | | | | | | | error message, but Tcl_ResetResult/Tcl_AppendResult, as all other stub libraries do. This will allow us to remove Tcl_SetResult() in Tcl 9.0, eventually. More structural improvements, taken over from Tcl 8.6's tclOOStubLib.c/tclTomMathStubLib.c and from Tk 8.6's tclStubLib.c | |||||
* | | Make Aqua Tk build on OSX Leopard again; *I* still use it! | dkf | 2012-12-17 | 1 | -4/+25 | |
| | | ||||||
* | | 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 namesbug_3588824 | 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 markcore_8_5_13core_8_5_13_rc | 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 | |
| |\ \ | |/ / |/| | |