Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | 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. | |||||
* | 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 | |
| | | ||||||
* | | ChangeLog | dgp | 2013-03-22 | 1 | -0/+8 | |
| | | ||||||
* | | 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 | |
| |\ | |/ |/| | ||||||
* | | 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 | |
| | | | ||||||
* | | | 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 | |
|\ \ \ | ||||||
| * | | | 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. | |||||
* | | | | 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 | |||||
* | | | | 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 | |
| | | | | ||||||
* | | | | ttk::treeview: schedule redisplay when adding or removing tags [Bug 3603077]. | jenglish | 2013-02-04 | 1 | -0/+5 | |
| | | | | ||||||
* | | | | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr ↵ | jan.nijtmans | 2013-02-01 | 2 | -69/+62 | |
| | | | | | | | | | | | | | | | | everywhere. | |||||
* | | | | Bug [3599928]: Use XkbKeycodeToKeysym if available. | stwo | 2013-01-31 | 3 | -1/+193 | |
| | | | | ||||||
* | | | | Bug [3602534]: Test for XScreensaver last. | stwo | 2013-01-31 | 2 | -265/+271 | |
| | | | | ||||||
* | | | | remove duplicate code | jan.nijtmans | 2013-01-24 | 1 | -5/+0 | |
| | | | | ||||||
* | | | | 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 | 2 | -4/+4 | |
| | | | | ||||||
* | | | | make TkBackgroundEvalObjv a static function, and eliminate the use of the ↵ | jan.nijtmans | 2013-01-23 | 2 | -83/+65 | |
| | | | | | | | | | | | | | | | | deprecated SaveResult API from it. | |||||
* | | | | Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() ↵ | jan.nijtmans | 2013-01-22 | 2 | -5/+7 | |
|\ \ \ \ | |/ / / | | | | | | | | | fails, in stead of simply abort() | |||||
| * | | | Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() ↵ | jan.nijtmans | 2013-01-22 | 2 | -5/+7 | |
| | | | | | | | | | | | | | | | | fails, in stead of simply abort() | |||||
* | | | | some formatting (backported from 8.6) | jan.nijtmans | 2013-01-17 | 1 | -55/+54 | |
| | | | | ||||||
* | | | | Don't compile Tk with -DTCL_NO_DEPRECATED by default any more, it might hurt ↵ | jan.nijtmans | 2013-01-16 | 3 | -15/+23 | |
|\ \ \ \ | |/ / / | | | | | | | | | when we compile Tk 8.x against Tcl 8.y with y > x, because new deprecated constructs might be added in higher Tcl versions (except for Tk 8.6, for now, because there is no higher 8.x yet) | |||||
| * | | | Don't compile Tk with -DTCL_NO_DEPRECATED by default | jan.nijtmans | 2013-01-16 | 3 | -8/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | any more, it might hurt when we compile Tk 8.x against Tcl 8.y with y > x, because new deprecated constructs might be added in higher Tcl versions (except for Tk 8.6, for now, because there is no higher 8.x yet) | |||||
* | | | | fix comment | jan.nijtmans | 2013-01-15 | 3 | -3/+3 | |
| | | | | ||||||
* | | | | Don't use deprecated "case" any more. | jan.nijtmans | 2013-01-15 | 4 | -12/+5 | |
|\ \ \ \ | |/ / / | | | | | | | | | 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.nijtmans | 2013-01-15 | 2 | -10/+7 | |
| | | | | | | | | | | | | 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. | |||||
* | | | | and ChangeLog as well | jan.nijtmans | 2013-01-14 | 1 | -0/+5 | |
| | | | | ||||||
* | | | | More flexible search for win32 tclConfig.sh, backported from TEA. | jan.nijtmans | 2013-01-14 | 2 | -67/+285 | |
| | | | | ||||||
| | | | | ||||||
| \ \ \ | ||||||
| \ \ \ | ||||||
| \ \ \ | ||||||
*---. \ \ \ | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 16 | -36/+42 | |
|\ \ \ \ \ \ | | | |/ / / | |_|_| / / |/| | | / | | | | | | | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases. Enable tk.h to be used with higher tcl.h versions which might lack _ANSI_ARGS_ | |||||
| | | * | | add [file normalize] to UNIX pkgIndex.tcl too | jan.nijtmans | 2013-01-11 | 1 | -1/+1 | |
| | |/ / | ||||||
| | * | | wrong end brace location | jan.nijtmans | 2013-01-11 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 11 | -33/+31 | |
| | | | | | | | | | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases. | |||||
* | | | Restructure Tk's stub library: No longer use Tcl_SetResult() for setting the ↵ | jan.nijtmans | 2013-01-04 | 1 | -60/+51 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | error message, but Tcl_ResetResult/Tcl_AppendResult, as all other stub libraries do. This will allow us to remove Tcl_SetResult() in Tcl 9.0, eventually. More structural improvements, taken over from Tcl 8.6's tclOOStubLib.c/tclTomMathStubLib.c and from Tk 8.6's tclStubLib.c | |||||
| * | | Restructure Tk's stub library: No longer use Tcl_SetResult() for setting the ↵ | jan.nijtmans | 2013-01-04 | 1 | -59/+86 | |
| | | | | | | | | | | | | | | | | | | | | | error message, but Tcl_ResetResult/Tcl_AppendResult, as all other stub libraries do. This will allow us to remove Tcl_SetResult() in Tcl 9.0, eventually. More structural improvements, taken over from Tcl 8.6's tclOOStubLib.c/tclTomMathStubLib.c and from Tk 8.6's tclStubLib.c | |||||
| | * | merge 8.5 | dgp | 2013-01-03 | 1 | -4/+25 | |
| | |\ | |_|/ |/| | | ||||||
* | | | Make Aqua Tk build on OSX Leopard again; *I* still use it! | dkf | 2012-12-17 | 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. | |||||
* | | Force the use of the correct internal function for parsing hex colors rather ↵ | dkf | 2012-12-06 | 1 | -85/+63 | |
|\ \ | |/ | | | | | than leaving it to the vagaries of the system library (buggy on some versions of MinGW apparently). | |||||
| * | Minor improvements now that we're no longer tracking a standard API. | dkf | 2012-12-06 | 1 | -3/+2 | |
| | |