summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Properly clean up, when a (Tcl 8.6) thread is canceled. jan.nijtmans2013-03-271-8/+65
* | | | | | | merge-markjan.nijtmans2013-03-270-0/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Make compiling/running Tk8.5 against 8.6 headers work on Windows as well.jan.nijtmans2013-03-271-0/+6
* | | | | | | [Bug 3608074]: Add <<Invoke>> bindings to Button's, Listbox and Menu.jan.nijtmans2013-03-279-0/+76
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Same change as [9bc120ced2] for UNIX, but for Windows as well.jan.nijtmans2013-03-275-3/+30
| | |_|_|/ / | |/| | | |
| * | | | | [Bug 3608074]: Add <<Invoke>> bindings to Button's, Listbox and Menu.jan.nijtmans2013-03-277-0/+46
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Add documentation for <<EnteredChild>>, <<Invoke>>, <<Increment>> and <<Decre...bug_3608074jan.nijtmans2013-03-213-0/+15
| | * | | | Add <<Invoke>> bindings to button, listbox and menu, for consistancy with ttk.jan.nijtmans2013-03-203-0/+19
| | | |/ / | | |/| |
* | | | | merge-markdgp2013-03-220-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | ChangeLogdgp2013-03-221-0/+8
* | | | | merge markdgp2013-03-220-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge dgp-support-tcl-8.6-build branch to complete support for buildingdgp2013-03-224-7/+17
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | more mergingdgp_support_tcl_8_6_builddgp2013-03-222-14/+0
| | * | | merge trunkdgp2013-03-2240-735/+1197
| | |\ \ \ | | |/ / / | |/| | |
| | * | | merge 8.5dgp2013-01-031-4/+25
| | |\ \ \
| | * | | | Set of changes that permits Tk 8.5.14 to build against the releaseddgp2012-12-105-4/+28
* | | | | | Patch by Andrew Shadura, providing better support for three architectures the...jan.nijtmans2013-03-133-29/+7
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Patch by Andrew Shadura, providing better support for three architectures the...jan.nijtmans2013-03-133-29/+7
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Patch by Andrew Shadura, providing better support for three architectures the...jan.nijtmans2013-03-133-80/+7
* | | | | | 3607326 Stop segfault from [listbox .l -listvariable $array].dgp2013-03-113-3/+16
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 3607326 Stop segfault from [listbox .l -listvariable $array].dgp2013-03-113-3/+16
* | | | | | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to th...jan.nijtmans2013-03-0712-27/+97
* | | | | | minor: tidy up change log formattingdkf2013-02-281-9/+9
|\ \ \ \ \ \ | |/ / / / /
| * | | | | minor: tidy up change log formattingdkf2013-02-281-13/+13
* | | | | | [Bug 3599312]: Apply fix for Alt key problems.dkf2013-02-282-8/+17
|\ \ \ \ \ \ | |/ / / / /
| * | | | | [Bug 3599312]: Apply fix for Alt key problems.dkf2013-02-282-8/+17
| |\ \ \ \ \
| | * | | | | The proposed fix from Bug 3599312, which should make key map handling interactbug_3599312dkf2013-01-071-8/+9
* | | | | | | 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