summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr ↵jan.nijtmans2013-02-012-69/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | everywhere.
| | | | | | | | | | | | * Merge trunk. jan.nijtmans2013-01-311-1/+26
| | | | | | | | | | | | |\ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | Define some macros in tk.h which are needed by Tk as fallback, which might be removed from future tcl.h versions.
| * | | | | | | | | | | | Bug [3599928]: Use XkbKeycodeToKeysym if available.stwo2013-01-313-1/+193
| | | | | | | | | | | | |
| * | | | | | | | | | | | Bug [3602534]: Test for XScreensaver last.stwo2013-01-312-265/+271
| | | | | | | | | | | | |
| | | | | | | | | | | | * Oops. Missed removing one line in last commit.stwo2013-01-311-2/+0
| | | | | | | | | | | | |
| | | | | | | | | | | | * Bug [3599928]: Use XkbKeycodeToKeysym if available.stwo2013-01-313-0/+194
| | | | | | | | | | | | |
| | | | | | | | | | | | * Bug [3602534]: Test for XScreensaver last.stwo2013-01-312-265/+271
| | | | | | | | | | | | |
| | | | | | | | | | | | * Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. jan.nijtmans2013-01-289-23/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert Tcl_GetStringFromObj to Tcl_GetString when possible.
| | | | | | | | | | | | * Use some more (void *)'s in FreeProc's, a step in the direction getting Tk ↵jan.nijtmans2013-01-2615-50/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to work with "novem"
| | | | | | | | | | | | * more places convertedjan.nijtmans2013-01-2430-122/+122
| | | | | | | | | | | | |
| | | | | | | | | | | | * Merge core-8-5-branchjan.nijtmans2013-01-2433-151/+151
| | | | | | | | | | | | |\ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | Various Tcl_GetIndexFromObj -> Tcl_GetIndexFromObjStruct changes.
| * | | | | | | | | | | | 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
| | | | | | | | | | | | |\ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | 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-223-8/+10
| | | | | | | | | | | | |\ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | 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()
| | * | | | | | | | | | | Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() ↵jan.nijtmans2013-01-222-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fails, in stead of simply abort()
| | | | | | | | | | | | * eliminate use of deprecated Tcl_SaveResult APIjan.nijtmans2013-01-201-12/+7
| | | | | | | | | | | | |
| | | | | | | | | | | | * merge-markjan.nijtmans2013-01-170-0/+0
| | | | | | | | | | | | |\ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | some formatting (backported from 8.6)jan.nijtmans2013-01-171-55/+54
| | | | | | | | | | | | |
| | | | | | | | | | | | * merge-markjan.nijtmans2013-01-161-11/+11
| | | | | | | | | | | | |\ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | 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-151-1/+1
| | | | | | | | | | | | |\ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | fix commentjan.nijtmans2013-01-153-3/+3
| | | | | | | | | | | | |
| | | | | | | | | | | | * More flexible search for win32 tclConfig.sh, backported from TEA. jan.nijtmans2013-01-157-79/+295
| | | | | | | | | | | | |\ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't use deprecated "case" any more. 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.6.x to be loaded in any Tcl 8.6 alpha/beta release.
| * | | | | | | | | | | | 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
| | | | | | | | | | | | |
| | | | | | | | | | | | * Replace various functions calls, for functions which are small wrappers ↵jan.nijtmans2013-01-1426-90/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | around other functions, to call the wrapped function directly.
| | | | | | | | | | | | * [Bug 3600390]: tk_strictMotif not tested for.jan.nijtmans2013-01-133-18/+34
| | | | | | | | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now all key-bindings for Control-a,b,e,f,n,p (and its shift variant) respect tk_strictMotif.
| | | | | | | | | | | | | * removed one entry too much from ttk:entryjan.nijtmans2013-01-131-0/+1
| | | | | | | | | | | | | |
| | | | | | | | | | | | | * [Bug 3600390]: tk_strictMotif not tested for.jan.nijtmans2013-01-133-18/+33
| | | | | | | | | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now all key-bindings for Control-a,b,e,f,n,p (and its shift variant) respect tk_strictMotif.
| | | | | | | | | | | | | | * See bug 3600390bug_3600390jan.nijtmans2013-01-112-3/+6
| | | | | | | | | | | | | |/ | | | | | | | | | | | | |/|
| | | | | | | | | | | | | * "package require Tk 8.5" already implies "package require Tcl 8.5" (That's ↵jan.nijtmans2013-01-125-11/+3
| | | | | | | | | | | | | |\ | | | | | | | | | | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | what the Tcl_InitStubs does), so there is no need to test both.
| | | | | | | | | | | | | * "package require Tk 8.5" already implies "package require Tcl 8.5" (That's ↵jan.nijtmans2013-01-125-12/+3
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | what the Tcl_InitStubs does), so there is no need to test boths
| | | | | | | | | | | | * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵jan.nijtmans2013-01-1114-31/+32
| | | | | | | | | | | | |\ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.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.
| | | | | | | | | | | * [Bug 3600260]: Errors in new virtual event definitionsjan.nijtmans2013-01-102-3/+5
| | | | | | | | | | | |
| | | | | | | | | | | * [Bug 3600251]: Inappropriate replacement of Mac binding.jan.nijtmans2013-01-102-1/+6
| | | | | | | | | | | |
| | | | | | | | | | | * merge-markjan.nijtmans2013-01-040-0/+0
| | | | | | | | | | | |\ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | 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
| | | | | | | | | | * Tk_InitStubs("8.6",1) would succeed in an "8.60" interp. Fixed.jan.nijtmans2013-01-041-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