summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* Suggested fix for [3613759]: ttk::entry and symbolic index namesbug_3613759jan.nijtmans2013-06-041-1/+5
|
* 3607830 Runtime checks that Xkb is available in the X server before trying todgp2013-04-011-0/+1
|\ | | | | use. Adapted from patch from Brian Griffin.
| * Merge 8.5. Bring together the compile time and run time Xkb checks.bug_3607830dgp2013-04-0124-328/+355
| |\
| | * One last review of tkCmds.c, making sure that there is no single mistake in it. jan.nijtmans2013-03-291-14/+7
| | | | | | | | | Found one unnecessary IncrRefCount/DecrRefcount, some unneeded type cast and a few more cleanups, all already fixed in Tk 8.6. So better backport that too.
| | * Easier solution, with proper protection and configure warnings.jan.nijtmans2013-03-283-8/+3
| | |
| | * Properly clean up, when a (Tcl 8.6) thread is canceled. jan.nijtmans2013-03-271-8/+65
| | | | | | | | | (Backported from Tk 8.6)
| | * Make compiling/running Tk8.5 against 8.6 headers work on Windows as well.jan.nijtmans2013-03-271-0/+6
| | | | | | | | | In dynamic builds, Tcl_FindExecutable should always be taken from the stub table, even though the 8.6 headers tell otherwise. That's why in Tcl 8.6, the Tcl_FindExecutable() call moved from Tk_MainEx to the Tk_Main() macro.
| | * more mergingdgp_support_tcl_8_6_builddgp2013-03-222-14/+0
| | |
| | * merge trunkdgp2013-03-2221-297/+259
| | |\
| | * | Set of changes that permits Tk 8.5.14 to build against the releaseddgp2012-12-102-1/+11
| | | | | | | | | | | | | | | | header files of Tcl 8.6.0. Developed and tested only on linux so far. A step in the saga to decouple Tcl and Tk releases.
| * | | Runtime check for Xkb support in X server.dgp2013-04-011-0/+1
| | | | | | | | | | | | Contributed patch from Brian Griffin.
* | | | Remove dead code. During 8.6 alpha/beta, ↵jan.nijtmans2013-03-283-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Tk_DefineBitmap/Tk_GetBitmapFromData moved to stub entry 274/275 due to a signature change, but later that turned out not be necessary at all. The stub entries were kept in order not to lose binary compatibility for extensions that were compiled against beta 8.6 headers. Now that Tk 8.6 is final, this makes no sense any more.
* | | | 3607326 Stop segfault from [listbox .l -listvariable $array].dgp2013-03-111-3/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | 3607326 Stop segfault from [listbox .l -listvariable $array].dgp2013-03-111-3/+0
| | | |
| * | | 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
* | | | | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to ↵jan.nijtmans2013-03-078-21/+80
| | | | | | | | | | | | | | | | | | | | the prefered Tcl_EvalEx).
* | | | | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper jenglish2013-02-2713-90/+89
| | | | | | | | | | | | | | | exists and is used.
* | | | | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ↵jan.nijtmans2013-02-2713-89/+90
| | | | | | | | | | | | | | | | | | | | Tcl_GetIndexFromObjStruct.
* | | | | Remove unneeded SetOptionFromAny and SetTextIndexFromAny. They were only ↵jan.nijtmans2013-02-262-49/+2
| | | | | | | | | | | | | | | | | | | | needed to prevent a panic in Tcl, but Tcl now generates a nice error-message in stead of panicing.
* | | | | Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ↵jan.nijtmans2013-02-229-28/+28
| | | | | | | | | | | | | | | | | | | | calls: The former are just thin wrappers around the latter.
* | | | | ttk::theme::* packages don't Provide anything Extra.jenglish2013-02-153-3/+3
| | | | | | | | | | | | | | | Change Tcl_PkgProvideEx() back to Tcl_PkgProvide().
* | | | | Eliminate usage of Tcl_PkgProvide/Tcl_PkgRequire functions, use the 'Ex' ↵jan.nijtmans2013-02-157-9/+9
| | | | | | | | | | | | | | | | | | | | versions in stead.
* | | | | Eliminate last use of Tcl_GetStringResultjan.nijtmans2013-02-151-1/+1
| | | | |
* | | | | 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-019-39/+43
| | | | |
* | | | | typojan.nijtmans2013-02-011-1/+1
| | | | |
* | | | | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr ↵jan.nijtmans2013-02-0111-45/+45
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | everywhere. Change some internal "length" variables from type int to type size_t, so it could handle bigger string sizes (for "novem")
| * | | | 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.
* | | | | Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. jan.nijtmans2013-01-286-16/+14
| | | | | | | | | | | | | | | 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-2614-49/+49
| | | | | | | | | | | | | | | | | | | | to work with "novem"
* | | | | more places convertedjan.nijtmans2013-01-2429-106/+106
| | | | |
* | | | | Merge core-8-5-branchjan.nijtmans2013-01-2424-78/+83
|\ \ \ \ \ | |/ / / / | | | | | Various Tcl_GetIndexFromObj -> Tcl_GetIndexFromObjStruct changes.
| * | | | Eliminate use of deprecated Tcl_VarEval function from ttk.jan.nijtmans2013-01-231-1/+7
| | | | |
* | | | | Tk_CancelIdleCall -> Tcl_CancelIdleCalljan.nijtmans2013-01-231-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Tk_CancelIdleCall -> Tcl_CancelIdleCalljan.nijtmans2013-01-231-1/+1
| | | | |
| * | | | make TkBackgroundEvalObjv a static function, and eliminate the use of the ↵jan.nijtmans2013-01-231-83/+0
| | | | | | | | | | | | | | | | | | | | 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()
| * | | | some formatting (backported from 8.6)jan.nijtmans2013-01-171-55/+54
| | | | |
* | | | | eliminate use of deprecated Tcl_SaveResult APIjan.nijtmans2013-01-201-12/+7
| | | | |
* | | | | 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-153-10/+4
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | 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-153-10/+4
| |\ \ \ \ | | |/ / / | | | | | | | | | | 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-151-7/+1
| | | | | | | | | | | | | | | 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.