| Commit message (Expand) | Author | Age | Files | Lines |
* | 3607830 Runtime checks that Xkb is available in the X server before trying to | dgp | 2013-04-01 | 1 | -0/+1 |
|\ |
|
| * | Merge 8.5. Bring together the compile time and run time Xkb checks.bug_3607830 | dgp | 2013-04-01 | 24 | -328/+355 |
| |\ |
|
| | * | One last review of tkCmds.c, making sure that there is no single mistake in it. | jan.nijtmans | 2013-03-29 | 1 | -14/+7 |
|
|
| | * | Easier solution, with proper protection and configure warnings. | jan.nijtmans | 2013-03-28 | 3 | -8/+3 |
|
|
| | * | Properly clean up, when a (Tcl 8.6) thread is canceled.
| jan.nijtmans | 2013-03-27 | 1 | -8/+65 |
|
|
| | * | Make compiling/running Tk8.5 against 8.6 headers work on Windows as well. | jan.nijtmans | 2013-03-27 | 1 | -0/+6 |
|
|
| | * | more mergingdgp_support_tcl_8_6_build | dgp | 2013-03-22 | 2 | -14/+0 |
|
|
| | * | merge trunk | dgp | 2013-03-22 | 21 | -297/+259 |
| | |\ |
|
| | * | | Set of changes that permits Tk 8.5.14 to build against the released | dgp | 2012-12-10 | 2 | -1/+11 |
|
|
| * | | | Runtime check for Xkb support in X server. | dgp | 2013-04-01 | 1 | -0/+1 |
|
|
* | | | | Remove dead code. During 8.6 alpha/beta, Tk_DefineBitmap/Tk_GetBitmapFromData... | jan.nijtmans | 2013-03-28 | 3 | -22/+0 |
|
|
* | | | | 3607326 Stop segfault from [listbox .l -listvariable $array]. | dgp | 2013-03-11 | 1 | -3/+0 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | 3607326 Stop segfault from [listbox .l -listvariable $array]. | dgp | 2013-03-11 | 1 | -3/+0 |
|
|
| * | | | Extend the public and private stub tables with dummy NULL entries, up to the ... | jan.nijtmans | 2013-02-15 | 5 | -0/+49 |
| |\ \ \ |
|
| | * | | | Extend the public and private stub tables with dummy NULL entries, up to the ... | jan.nijtmans | 2013-02-15 | 6 | -1/+226 |
|
|
* | | | | | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to th... | jan.nijtmans | 2013-03-07 | 8 | -21/+80 |
|
|
* | | | | | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper | jenglish | 2013-02-27 | 13 | -90/+89 |
|
|
* | | | | | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ... | jan.nijtmans | 2013-02-27 | 13 | -89/+90 |
|
|
* | | | | | Remove unneeded SetOptionFromAny and SetTextIndexFromAny. They were only need... | jan.nijtmans | 2013-02-26 | 2 | -49/+2 |
|
|
* | | | | | Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ca... | jan.nijtmans | 2013-02-22 | 9 | -28/+28 |
|
|
* | | | | | ttk::theme::* packages don't Provide anything Extra. | jenglish | 2013-02-15 | 3 | -3/+3 |
|
|
* | | | | | Eliminate usage of Tcl_PkgProvide/Tcl_PkgRequire functions, use the 'Ex' vers... | jan.nijtmans | 2013-02-15 | 7 | -9/+9 |
|
|
* | | | | | Eliminate last use of Tcl_GetStringResult | jan.nijtmans | 2013-02-15 | 1 | -1/+1 |
|
|
* | | | | | ttk::treeview: schedule redisplay when adding or removing tags [Bug 3603077]. | jenglish | 2013-02-04 | 1 | -0/+5 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | ttk::treeview: schedule redisplay when adding or removing tags [Bug 3603077]. | jenglish | 2013-02-04 | 1 | -0/+5 |
|
|
* | | | | | eliminate unnecessary Tcl_ConvertToType call | jan.nijtmans | 2013-02-01 | 1 | -4/+5 |
|
|
* | | | | | some more int -> size_t changes | jan.nijtmans | 2013-02-01 | 9 | -39/+43 |
|
|
* | | | | | typo | jan.nijtmans | 2013-02-01 | 1 | -1/+1 |
|
|
* | | | | | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw... | jan.nijtmans | 2013-02-01 | 11 | -45/+45 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw... | jan.nijtmans | 2013-02-01 | 2 | -69/+62 |
|
|
* | | | | | Merge trunk. | jan.nijtmans | 2013-01-31 | 1 | -1/+26 |
|\ \ \ \ \
| |/ / / / |
|
* | | | | | Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. | jan.nijtmans | 2013-01-28 | 6 | -16/+14 |
|
|
* | | | | | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to... | jan.nijtmans | 2013-01-26 | 14 | -49/+49 |
|
|
* | | | | | more places converted | jan.nijtmans | 2013-01-24 | 29 | -106/+106 |
|
|
* | | | | | Merge core-8-5-branch | jan.nijtmans | 2013-01-24 | 24 | -78/+83 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | 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 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Tk_CancelIdleCall -> Tcl_CancelIdleCall | jan.nijtmans | 2013-01-23 | 1 | -1/+1 |
|
|
| * | | | | make TkBackgroundEvalObjv a static function, and eliminate the use of the dep... | jan.nijtmans | 2013-01-23 | 1 | -83/+0 |
|
|
* | | | | | Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() fa... | jan.nijtmans | 2013-01-22 | 3 | -8/+10 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() fa... | jan.nijtmans | 2013-01-22 | 2 | -5/+7 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() fa... | jan.nijtmans | 2013-01-22 | 2 | -5/+7 |
|
|
| * | | | | some formatting (backported from 8.6) | jan.nijtmans | 2013-01-17 | 1 | -55/+54 |
|
|
* | | | | | eliminate use of deprecated Tcl_SaveResult API | jan.nijtmans | 2013-01-20 | 1 | -12/+7 |
|
|
* | | | | | fix comment | jan.nijtmans | 2013-01-15 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | fix comment | jan.nijtmans | 2013-01-15 | 3 | -3/+3 |
|
|
* | | | | | More flexible search for win32 tclConfig.sh, backported from TEA. | jan.nijtmans | 2013-01-15 | 3 | -10/+4 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Don't use deprecated "case" any more. | jan.nijtmans | 2013-01-15 | 3 | -10/+4 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Don't use deprecated "case" any more. | jan.nijtmans | 2013-01-15 | 1 | -7/+1 |
|
|
* | | | | | Replace various functions calls, for functions which are small wrappers aroun... | jan.nijtmans | 2013-01-14 | 20 | -76/+77 |
|
|