Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge-mark | jan.nijtmans | 2013-03-27 | 0 | -0/+0 |
|\ | |||||
| * | Make compiling/running Tk8.5 against 8.6 headers work on Windows as well. | jan.nijtmans | 2013-03-27 | 1 | -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. | ||||
* | | [Bug 3608074]: Add <<Invoke>> bindings to Button's, Listbox and Menu. | jan.nijtmans | 2013-03-27 | 9 | -0/+76 |
|\ \ | |/ | | | Document <<Invoke>>, <<ThemeChanged>>, <<EnteredChild>> (ttk_pandedwindow only) and <<Increment/Decrement>> (ttk_spinbox only) | ||||
| * | Same change as [9bc120ced2] for UNIX, but for Windows as well. | jan.nijtmans | 2013-03-27 | 5 | -3/+30 |
| | | |||||
| * | [Bug 3608074]: Add <<Invoke>> bindings to Button's, Listbox and Menu. | jan.nijtmans | 2013-03-27 | 7 | -0/+46 |
| |\ | | | | | | | Document <<Invoke>>, <<ThemeChanged>>, <<EnteredChild>> (ttk_pandedwindow only) and <<Increment/Decrement>> (ttk_spinbox only) | ||||
| | * | Add documentation for <<EnteredChild>>, <<Invoke>>, <<Increment>> and ↵bug_3608074 | jan.nijtmans | 2013-03-21 | 3 | -0/+15 |
| | | | | | | | | | | | | <<Decrement>> | ||||
| | * | Add <<Invoke>> bindings to button, listbox and menu, for consistancy with ttk. | jan.nijtmans | 2013-03-20 | 3 | -0/+19 |
| | | | |||||
* | | | merge-mark | dgp | 2013-03-22 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | ChangeLog | dgp | 2013-03-22 | 1 | -0/+8 |
| | | | |||||
* | | | merge mark | dgp | 2013-03-22 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge dgp-support-tcl-8.6-build branch to complete support for building | dgp | 2013-03-22 | 4 | -7/+17 |
| |\ \ | | |/ | |/| | against Tcl 8.6+ headers that was begun in checkin 6445eceebbc. | ||||
| | * | more mergingdgp_support_tcl_8_6_build | dgp | 2013-03-22 | 2 | -14/+0 |
| | | | |||||
| | * | merge trunk | dgp | 2013-03-22 | 40 | -735/+1197 |
| | |\ | | |/ | |/| | |||||
| | * | merge 8.5 | dgp | 2013-01-03 | 1 | -4/+25 |
| | |\ | |||||
| | * | | Set of changes that permits Tk 8.5.14 to build against the released | dgp | 2012-12-10 | 5 | -4/+28 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | | | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-13 | 3 | -29/+7 |
|\ \ \ \ | |/ / / | | | | | | | | | they have in Debian. | ||||
| * | | | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-13 | 3 | -29/+7 |
| |\ \ \ | | | | | | | | | | | | | | | | they have in Debian. | ||||
| | * | | | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-13 | 3 | -80/+7 |
| | | | | | | | | | | | | | | | | | | | | they have in Debian. | ||||
* | | | | | 3607326 Stop segfault from [listbox .l -listvariable $array]. | dgp | 2013-03-11 | 3 | -3/+16 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | 3607326 Stop segfault from [listbox .l -listvariable $array]. | dgp | 2013-03-11 | 3 | -3/+16 |
| | | | | | |||||
* | | | | | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to ↵ | jan.nijtmans | 2013-03-07 | 12 | -27/+97 |
| | | | | | | | | | | | | | | | | | | | | the prefered Tcl_EvalEx). | ||||
* | | | | | minor: tidy up change log formatting | dkf | 2013-02-28 | 1 | -9/+9 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | minor: tidy up change log formatting | dkf | 2013-02-28 | 1 | -13/+13 |
| | | | | | |||||
* | | | | | [Bug 3599312]: Apply fix for Alt key problems. | dkf | 2013-02-28 | 2 | -8/+17 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | [Bug 3599312]: Apply fix for Alt key problems. | dkf | 2013-02-28 | 2 | -8/+17 |
| |\ \ \ \ | |||||
| | * | | | | The proposed fix from Bug 3599312, which should make key map handling interactbug_3599312 | dkf | 2013-01-07 | 1 | -8/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | better with input methods. Note that this does not work on OSX (in X11 mode) because that handles the Alt key in its own special way. | ||||
* | | | | | | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper | jenglish | 2013-02-27 | 13 | -90/+89 |
| | | | | | | | | | | | | | | | | | | exists and is used. | ||||
* | | | | | | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ↵ | jan.nijtmans | 2013-02-27 | 13 | -89/+90 |
| | | | | | | | | | | | | | | | | | | | | | | | | Tcl_GetIndexFromObjStruct. | ||||
* | | | | | | Remove unneeded SetOptionFromAny and SetTextIndexFromAny. They were only ↵ | jan.nijtmans | 2013-02-26 | 2 | -49/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | needed to prevent a panic in Tcl, but Tcl now generates a nice error-message in stead of panicing. | ||||
* | | | | | | Put mutex around XInitThreads call, making sure it is only called once. | jan.nijtmans | 2013-02-25 | 1 | -5/+10 |
| | | | | | | |||||
* | | | | | | Make sure the stubbed variants of Tcl_ObjSetVar2/Tcl_NewStringObj are never ↵ | jan.nijtmans | 2013-02-22 | 2 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | used in winMain.c/tkAppInit.c | ||||
* | | | | | | Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ↵ | jan.nijtmans | 2013-02-22 | 9 | -28/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | calls: The former are just thin wrappers around the latter. | ||||
* | | | | | | Call XInitThreads once before the first Xlib call. Suggested by Brian Griffin. | jan.nijtmans | 2013-02-18 | 2 | -1/+18 |
| | | | | | | |||||
* | | | | | | Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in ↵ | jan.nijtmans | 2013-02-18 | 2 | -23/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tkAppInit.c/winMain.c. Remove unneeded use of TEXT() macro, as in tclAppInit.c | ||||
* | | | | | | ttk::theme::* packages don't Provide anything Extra. | jenglish | 2013-02-15 | 6 | -6/+6 |
| | | | | | | | | | | | | | | | | | | Change Tcl_PkgProvideEx() back to Tcl_PkgProvide(). | ||||
* | | | | | | merge-mark | jan.nijtmans | 2013-02-15 | 0 | -0/+0 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Extend the public and private stub tables with dummy NULL entries, up to the ↵ | jan.nijtmans | 2013-02-15 | 5 | -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.nijtmans | 2013-02-15 | 6 | -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 usage of Tcl_PkgProvide/Tcl_PkgRequire functions, use the 'Ex' ↵ | jan.nijtmans | 2013-02-15 | 10 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | versions in stead. | ||||
* | | | | | | Eliminate last use of Tcl_GetStringResult | jan.nijtmans | 2013-02-15 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Add some extra paths on Windows for finding tclConfig.sh, for mSys and ↵ | jan.nijtmans | 2013-02-14 | 2 | -19/+31 |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | Cygwin shell. Improve some comments and quoting, no change in functionality. | ||||
| * | | | | | Add some extra paths on Windows for finding tclConfig.sh, for mSys and ↵ | jan.nijtmans | 2013-02-14 | 2 | -19/+31 |
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | Cygwin shell. Improve some comments and quoting, no change in functionality. | ||||
| | * | | | | Add some extra paths on Windows for finding tclConfig.sh, for mSys and ↵ | jan.nijtmans | 2013-02-14 | 2 | -46/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | Cygwin shell. | ||||
| * | | | | | merge-mark | jan.nijtmans | 2013-02-12 | 0 | -0/+0 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Backport various improvements from Tcl 8.5 | jan.nijtmans | 2013-02-12 | 4 | -151/+366 |
| | | | | | | |||||
* | | | | | | Restore failing tests to passing. | dgp | 2013-02-05 | 4 | -12/+12 |
| | | | | | | |||||
* | | | | | | 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 | 10 | -40/+44 |
| | | | | | |