summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Some more fixes for Cygwin32/64 in win32 GUI mode. jan.nijtmans2013-06-131-5/+5
|\
| * Some more fixes for Cygwin32/64 in win32 GUI mode. jan.nijtmans2013-06-131-5/+5
* | Add support for X11 GUI-mode on Cygwin64jan.nijtmans2013-06-062-7/+7
|\ \ | |/
| * Add support for X11 GUI-mode on Cygwin64jan.nijtmans2013-06-062-4/+4
* | Fix [2100430]: ttk::entry widget index must be integerjan.nijtmans2013-06-053-6/+11
|\ \ | |/
| * Fix [2100430]: ttk::entry widget index must be integerjan.nijtmans2013-06-053-13/+11
* | Fix [3613759] ttk::entry and symbolic index names.jan.nijtmans2013-06-051-2/+5
|\ \ | |/
| * Fix [3613759] ttk::entry and symbolic index names.jan.nijtmans2013-06-051-2/+5
| |\
| | * Suggested fix for [3613759]: ttk::entry and symbolic index namesbug_3613759jan.nijtmans2013-06-041-1/+5
| |/ |/|
| * Remove unused variable. jan.nijtmans2013-04-032-2/+8
| * Restore selected code improvements that missed the 8.5.14 release.dgp2013-04-031-12/+6
| * merge release to 8.5; revert features not included in releasedgp2013-04-034-77/+30
* | 3607830 Runtime checks that Xkb is available in the X server before trying todgp2013-04-011-0/+1
|\ \ | |/
| * 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
| | * 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
| | * Make compiling/running Tk8.5 against 8.6 headers work on Windows as well.jan.nijtmans2013-03-271-0/+6
| | * 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
| * | | Runtime check for Xkb support in X server.dgp2013-04-011-0/+1
* | | | Remove dead code. During 8.6 alpha/beta, Tk_DefineBitmap/Tk_GetBitmapFromData...jan.nijtmans2013-03-283-22/+0
* | | | 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
| |\ \ \
| | * | | Extend the public and private stub tables with dummy NULL entries, up to the ...jan.nijtmans2013-02-156-1/+226
* | | | | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to th...jan.nijtmans2013-03-078-21/+80
* | | | | 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
* | | | | Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ca...jan.nijtmans2013-02-229-28/+28
* | | | | ttk::theme::* packages don't Provide anything Extra.jenglish2013-02-153-3/+3
* | | | | Eliminate usage of Tcl_PkgProvide/Tcl_PkgRequire functions, use the 'Ex' vers...jan.nijtmans2013-02-157-9/+9
* | | | | 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 everyw...jan.nijtmans2013-02-0111-45/+45
|\ \ \ \ \ | |/ / / /
| * | | | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw...jan.nijtmans2013-02-012-69/+62
* | | | | Merge trunk. jan.nijtmans2013-01-311-1/+26
|\ \ \ \ \ | |/ / / /
* | | | | Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. jan.nijtmans2013-01-286-16/+14
* | | | | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to...jan.nijtmans2013-01-2614-49/+49
* | | | | more places convertedjan.nijtmans2013-01-2429-106/+106
* | | | | Merge core-8-5-branchjan.nijtmans2013-01-2424-78/+83
|\ \ \ \ \ | |/ / / /
| * | | | 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