summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* minor: tidy up change log formattingdkf2013-02-281-13/+13
|
* [Bug 3599312]: Apply fix for Alt key problems.dkf2013-02-282-8/+17
|\
| * The proposed fix from Bug 3599312, which should make key map handling interactbug_3599312dkf2013-01-071-8/+9
| | | | | | | | better with input methods. Note that this does not work on OSX (in X11 mode) because that handles the Alt key in its own special way.
* | Extend the public and private stub tables with dummy NULL entries, up to the ↵jan.nijtmans2013-02-155-0/+49
|\ \ | | | | | | | | | size of the Tk 8.6 stub tables. This makes it easier to debug Tk extensions which use Tk 8.6 features but (erroneously) are attempted to be loaded in wish8.5
| * | Extend the public and private stub tables with dummy NULL entries, up to the ↵jan.nijtmans2013-02-156-1/+226
| | | | | | | | | | | | size of the Tk 8.6 stub tables. This makes it easier to debug Tk extensions which use Tk 8.5/8.6 features but (erroneously) are attempted to be loaded in wish8.4
* | | Add some extra paths on Windows for finding tclConfig.sh, for mSys and ↵jan.nijtmans2013-02-142-19/+31
|\ \ \ | |/ / | | | | | | | | | Cygwin shell. Improve some comments and quoting, no change in functionality.
| * | Add some extra paths on Windows for finding tclConfig.sh, for mSys and ↵jan.nijtmans2013-02-142-46/+58
| | | | | | | | | | | | Cygwin shell.
* | | merge-markjan.nijtmans2013-02-120-0/+0
|\ \ \ | |/ /
| * | Backport various improvements from Tcl 8.5jan.nijtmans2013-02-124-151/+366
| | |
* | | ttk::treeview: schedule redisplay when adding or removing tags [Bug 3603077].jenglish2013-02-041-0/+5
| | |
* | | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr ↵jan.nijtmans2013-02-012-69/+62
| | | | | | | | | | | | everywhere.
* | | Bug [3599928]: Use XkbKeycodeToKeysym if available.stwo2013-01-313-1/+193
| | |
* | | Bug [3602534]: Test for XScreensaver last.stwo2013-01-312-265/+271
| | |
* | | remove duplicate codejan.nijtmans2013-01-241-5/+0
| | |
* | | Eliminate use of deprecated Tcl_VarEval function from ttk.jan.nijtmans2013-01-231-1/+7
| | |
* | | Tk_CancelIdleCall -> Tcl_CancelIdleCalljan.nijtmans2013-01-232-4/+4
| | |
* | | make TkBackgroundEvalObjv a static function, and eliminate the use of the ↵jan.nijtmans2013-01-232-83/+65
| | | | | | | | | | | | deprecated SaveResult API from it.
* | | Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() ↵jan.nijtmans2013-01-222-5/+7
|\ \ \ | |/ / | | | | | | fails, in stead of simply abort()
| * | Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() ↵jan.nijtmans2013-01-222-5/+7
| | | | | | | | | | | | fails, in stead of simply abort()
* | | some formatting (backported from 8.6)jan.nijtmans2013-01-171-55/+54
| | |
* | | Don't compile Tk with -DTCL_NO_DEPRECATED by default any more, it might hurt ↵jan.nijtmans2013-01-163-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 defaultjan.nijtmans2013-01-163-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 commentjan.nijtmans2013-01-153-3/+3
| | |
* | | Don't use deprecated "case" any more.jan.nijtmans2013-01-154-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.nijtmans2013-01-152-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 welljan.nijtmans2013-01-141-0/+5
| | |
* | | More flexible search for win32 tclConfig.sh, backported from TEA.jan.nijtmans2013-01-142-67/+285
| | |
| | |
| \ \
| \ \
| \ \
*---. \ \ Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵jan.nijtmans2013-01-1116-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 toojan.nijtmans2013-01-111-1/+1
| | |/
| | * wrong end brace locationjan.nijtmans2013-01-111-1/+1
| |/
| * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵jan.nijtmans2013-01-1111-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.nijtmans2013-01-041-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.nijtmans2013-01-041-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!dkf2012-12-171-4/+25
| |
* | Force the use of the correct internal function for parsing hex colors rather ↵dkf2012-12-061-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.dkf2012-12-061-3/+2
| |
| * Force the use of the correct internal function for parsing hex colors ratherdkf2012-12-061-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 namesdgp2012-12-045-3/+48
|\ \ | |/
| * Fixed commit datefvogel2012-12-031-1/+1
| |
| * [Bug 3588824]: bug in image index handling for weird image namesfvogel2012-12-033-3/+39
| |\
| | * Added tests for weird embedded windows namesbug_3588824fvogel2012-11-241-5/+15
| | |
| | * [Bug 3588824]: bug in image index handling for weird image namesfvogel2012-11-223-3/+29
| |/
* | merge-markjan.nijtmans2012-12-020-0/+0
|\ \ | |/
| * More complete purge of things only present for supporting long-dead Mac 9 ↵dgp2012-11-1551-1881/+86
| | | | | | | | systems.
* | merge-markjan.nijtmans2012-11-150-0/+0
|\ \ | |/
| * Remove all the long dead mac entries in tk*.decls files jan.nijtmans2012-11-157-1823/+117
| | | | | | <p>re-generate all tk*Decls.h files.
| * Remove all long-dead mac/* files (for Mac OS9 !?!).dgp2012-11-1557-36235/+0
| |
| * Avoid crashing the test suite due to apparent Xlib bug handling thedgp2012-11-141-1/+0
| | | | | | zapfdingbats font as a core font, observed on Snow Leopard.
* | [Bug 3585396]: winDialog.test requires user interaction.jan.nijtmans2012-11-133-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.nijtmans2012-11-133-203/+315
| | | | | | <p>Renumber test-cases as in Tk 8.6, and convert various to tcltest-2 style.