Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 6 | -13/+14 |
|\ | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. | ||||
| * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 8 | -16/+25 |
| |\ | | | | | | | | | | | | | | | | | | | 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_ | ||||
| | * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 3 | -8/+8 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | Tk_InitStubs("8.6",1) would succeed in an "8.60" interp. Fixed. | jan.nijtmans | 2013-01-04 | 1 | -52/+51 |
| | | | | | | | | | No longer use Tcl_SetResult() for setting the 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 | ||||
* | | | merge trunk | dgp | 2012-12-04 | 3 | -3/+21 |
|\ \ \ | |||||
| * \ \ | [Bug 3588824]: bug in image index handling for weird image names | dgp | 2012-12-04 | 3 | -3/+21 |
| |\ \ \ | | |/ / | |||||
| | * | | [Bug 3588824]: bug in image index handling for weird image names | dgp | 2012-12-04 | 3 | -3/+21 |
| | |\ \ | | | |/ | |||||
| | | * | [Bug 3588824]: bug in image index handling for weird image names | fvogel | 2012-11-22 | 1 | -3/+12 |
| | | | | |||||
| | | * | More complete purge of things only present for supporting long-dead Mac 9 ↵ | dgp | 2012-11-15 | 19 | -85/+33 |
| | | | | | | | | | | | | | | | | systems. | ||||
| | | * | 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. | ||||
| | * | | merge 8.5 | dgp | 2012-11-07 | 1 | -3/+9 |
| | |\ \ | |||||
| | * | | | Release branch for Tk 8.5.13. | dgp | 2012-11-05 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | merge trunk | dgp | 2012-11-19 | 7 | -11/+15 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Simplification: don't declare struct types that are never used. | jan.nijtmans | 2012-11-15 | 7 | -11/+15 |
| | | | | | |||||
* | | | | | Create Tk 8.6.0 release branch | dgp | 2012-11-08 | 1 | -3/+3 |
|/ / / / | |||||
* | | | | [Bug 3574708]: Move window liveness checks to better location. | dkf | 2012-11-07 | 1 | -3/+9 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | [Bug 3574708]: Move window liveness checks to better location. | dkf | 2012-11-07 | 1 | -3/+9 |
| |/ / | |||||
* | | | Now that fossil stores the right characters, we might as well use them in ↵ | jan.nijtmans | 2012-11-07 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | more places | ||||
| * | | sync nmakehlp.c with Tcl version | jan.nijtmans | 2012-10-23 | 1 | -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.nijtmans | 2012-10-23 | 4 | -45/+41 |
| | | | | | | | | | | | | metrics handling from trunk | ||||
| * | | Cherrypick Merge, Backport of [6223d9e067]. Restored from | andreask | 2012-10-09 | 3 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Backport of dgp fixes on 50e0c049b2 to 8.5 | Kevin Walzer | 2012-10-02 | 1 | -0/+2 |
| | | | |||||
| * | | Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, ↵ | jan.nijtmans | 2012-09-28 | 2 | -6/+47 |
| |\ \ | | |/ | | | | | | | 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 | 2 | -189/+228 |
| | | | | | | | | | | | | lime, olive, silver and teal), part of TIP #403 | ||||
| * | | Merge Tk-Cocoa backport into core-8-5-branch | Kevin Walzer | 2012-09-25 | 5 | -52/+133 |
| |\ \ | |||||
| | * | | review remarks, see mail. | jan.nijtmans | 2012-09-12 | 4 | -8/+0 |
| | | | | |||||
| | * | | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 5 | -52/+141 |
| | | | | |||||
* | | | | merge trunk | dgp | 2012-09-17 | 1 | -0/+3 |
|\ \ \ \ | |||||
| * | | | | 3567812 3567779 Repaired regressions in 3546073 fix. | dgp | 2012-09-15 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | Stopped test event leakage in winWm-9.2. | ||||
* | | | | | merge trunk | dgp | 2012-09-14 | 2 | -6/+8 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | [Bug 3567453]: Clip regions must be cleared with XSetClipMask and not | dkf | 2012-09-13 | 2 | -6/+8 |
| |\ \ \ \ | | |/ / / | | | | | | TkSetRegion on X11. | ||||
| | * | | | [Bug 3567453]: Clip regions must be cleared with XSetClipMask and not | dkf | 2012-09-13 | 2 | -6/+8 |
| | |/ / | | | | | | | | | TkSetRegion on X11. | ||||
* | | | | merge trunk | dgp | 2012-09-12 | 2 | -6/+9 |
|\ \ \ \ | |/ / / | |||||
| * | | | [Bug 3566594]: Fix clipping problem in classic X11; clip regions were leaking in | dkf | 2012-09-11 | 2 | -6/+9 |
| |\ \ \ | | |/ / | | | | | reused GCs. | ||||
| | * | | [Bug 3566594]: Fix clipping problem in classic X11; clip regions were leaking in | dkf | 2012-09-11 | 2 | -6/+9 |
| | | | | | | | | | | | | reused GCs. | ||||
* | | | | merge trunk | dgp | 2012-09-07 | 1 | -9/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | [Bug 3565533]: Purge use of variable that was only ever checked once immediately | dkf | 2012-09-07 | 1 | -9/+4 |
| | | | | | | | | | | | | afterwards, except for one (buggy) case where it was checked without assignment. | ||||
* | | | | Bump to 8.6b3 | dgp | 2012-09-07 | 1 | -2/+2 |
|/ / / | |||||
* | | | Unbreak AIX, replaced use of C99 comments in commit [961ae24a3f] ↵ | andreask | 2012-08-30 | 1 | -2/+2 |
| | | | | | | | | | | | | (2012-08-27) with C89-style. | ||||
* | | | [Bug 3562426]: Context menu goes out of edge of screen. | jan.nijtmans | 2012-08-28 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3562426]: Context menu goes out of edge of screen. | jan.nijtmans | 2012-08-28 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | [Bug 3562426]: Context menu goes out of edge of screen. | jan.nijtmans | 2012-08-28 | 1 | -0/+2 |
| | | | | | | | | | | | | <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> | ||||
| | * | Backport fix for [Bug 3546073] | jenglish | 2012-07-31 | 1 | -5/+2 |
| | | | |||||
* | | | Generate -errorcode values to go with errors. Generate messages and postscript | dkf | 2012-08-27 | 79 | -2941/+3880 |
|\ \ \ | | | | | | | | | using Tcl_Obj API, not the string result API. | ||||
| * \ \ | merge trunk | dkf | 2012-08-27 | 2 | -4/+51 |
| |\ \ \ | |/ / / |/| | | | |||||
| * | | | merge trunk | dkf | 2012-08-14 | 4 | -23/+26 |
| |\ \ \ | |||||
| * \ \ \ | merge trunk | dkf | 2012-08-08 | 3 | -7/+11 |
| |\ \ \ \ | |||||
| * | | | | | minor improvements to flag handling | dkf | 2012-07-31 | 16 | -95/+94 |
| | | | | | |