summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper jenglish2013-02-2713-90/+89
* Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ...jan.nijtmans2013-02-2713-89/+90
* Remove unneeded SetOptionFromAny and SetTextIndexFromAny. They were only need...jan.nijtmans2013-02-262-49/+2
* Put mutex around XInitThreads call, making sure it is only called once.jan.nijtmans2013-02-251-5/+10
* Make sure the stubbed variants of Tcl_ObjSetVar2/Tcl_NewStringObj are never u...jan.nijtmans2013-02-222-2/+10
* Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ca...jan.nijtmans2013-02-229-28/+28
* Call XInitThreads once before the first Xlib call. Suggested by Brian Griffin.jan.nijtmans2013-02-182-1/+18
* Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in tkAppInit.c/winMain....jan.nijtmans2013-02-182-23/+28
* ttk::theme::* packages don't Provide anything Extra.jenglish2013-02-156-6/+6
* merge-markjan.nijtmans2013-02-150-0/+0
|\
| * Extend the public and private stub tables with dummy NULL entries, up to the ...jan.nijtmans2013-02-155-0/+49
| |\
| | * Extend the public and private stub tables with dummy NULL entries, up to the ...jan.nijtmans2013-02-156-1/+226
* | | Eliminate usage of Tcl_PkgProvide/Tcl_PkgRequire functions, use the 'Ex' vers...jan.nijtmans2013-02-1510-12/+12
* | | Eliminate last use of Tcl_GetStringResultjan.nijtmans2013-02-151-1/+1
* | | Add some extra paths on Windows for finding tclConfig.sh, for mSys and Cygwin...jan.nijtmans2013-02-142-19/+31
|\ \ \ | |/ /
| * | Add some extra paths on Windows for finding tclConfig.sh, for mSys and Cygwin...jan.nijtmans2013-02-142-19/+31
| |\ \ | | |/
| | * Add some extra paths on Windows for finding tclConfig.sh, for mSys and Cygwin...jan.nijtmans2013-02-142-46/+58
| * | merge-markjan.nijtmans2013-02-120-0/+0
| |\ \ | | |/
| | * Backport various improvements from Tcl 8.5jan.nijtmans2013-02-124-151/+366
* | | Restore failing tests to passing.dgp2013-02-054-12/+12
* | | ttk::treeview: schedule redisplay when adding or removing tags [Bug 3603077].jenglish2013-02-041-0/+5
|\ \ \ | |/ /
| * | ttk::treeview: schedule redisplay when adding or removing tags [Bug 3603077].jenglish2013-02-041-0/+5
* | | eliminate unnecessary Tcl_ConvertToType calljan.nijtmans2013-02-011-4/+5
* | | some more int -> size_t changesjan.nijtmans2013-02-0110-40/+44
* | | typojan.nijtmans2013-02-011-1/+1
* | | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw...jan.nijtmans2013-02-0113-78/+89
|\ \ \ | |/ /
| * | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw...jan.nijtmans2013-02-012-69/+62
* | | Merge trunk. jan.nijtmans2013-01-311-1/+26
|\ \ \ | |/ /
| * | 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
* | | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to...jan.nijtmans2013-01-2615-50/+50
* | | more places convertedjan.nijtmans2013-01-2430-122/+122
* | | Merge core-8-5-branchjan.nijtmans2013-01-2433-151/+151
|\ \ \ | |/ /
| * | 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 dep...jan.nijtmans2013-01-232-83/+65
* | | Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() fa...jan.nijtmans2013-01-223-8/+10
|\ \ \ | |/ /
| * | Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() fa...jan.nijtmans2013-01-222-5/+7
| |\ \ | | |/
| | * Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() fa...jan.nijtmans2013-01-222-5/+7
* | | 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
| |\ \ | | |/