summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update changes. Tag RC1.core_8_5_14core_8_5_14rcdgp2013-04-012-19/+17
|
* Merge 8.5.dgp2013-04-015-16/+60
|\
| * silence compiler warningdgp2013-04-011-1/+1
| |
| * 3607830 Runtime checks that Xkb is available in the X server before trying todgp2013-04-015-16/+60
| |\ | | | | | | use. Adapted from patch from Brian Griffin.
| | * Merge 8.5. Bring together the compile time and run time Xkb checks.bug_3607830dgp2013-04-0157-1035/+1820
| | |\ | | |/ | |/|
| | * Runtime check for Xkb support in X server.dgp2013-04-013-15/+47
| | | | | | | | | Contributed patch from Brian Griffin.
* | | merge-markjan.nijtmans2013-03-300-0/+0
|\ \ \ | |/ /
| * | 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-287-8/+23
| | |
| * | 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.
| * | Same change as [9bc120ced2] for UNIX, but for Windows as well.jan.nijtmans2013-03-275-3/+30
| | |
* | | Cherry-pick [14a41a1d96]jan.nijtmans2013-03-307-0/+46
|\ \ \ | |/ /
| * | [Bug 3608074]: Add <<Invoke>> bindings to Button's, Listbox and Menu.jan.nijtmans2013-03-277-0/+46
| |\ \ | | | | | | | | Document <<Invoke>>, <<ThemeChanged>>, <<EnteredChild>> (ttk_pandedwindow only) and <<Increment/Decrement>> (ttk_spinbox only)
| | * | Add documentation for <<EnteredChild>>, <<Invoke>>, <<Increment>> and ↵bug_3608074jan.nijtmans2013-03-213-0/+15
| | | | | | | | | | | | | | | | <<Decrement>>
| | * | Add <<Invoke>> bindings to button, listbox and menu, for consistancy with ttk.jan.nijtmans2013-03-203-0/+19
| | | |
* | | | Backout [9bc120ced2] and part of [ea8d772054] (change-log entry for ↵jan.nijtmans2013-03-305-19/+7
| | | | | | | | | | | | | | | | [9bc120ced2] only)
* | | | make distdgp2013-03-221-0/+3
| | | |
* | | | Tag for releasedgp2013-03-221-0/+10
| | | |
* | | | update changesdgp2013-03-221-0/+2
| | | |
* | | | merge 8.5dgp2013-03-225-7/+25
|\ \ \ \ | |/ / /
| * | | ChangeLogdgp2013-03-221-0/+8
| | | |
| * | | Merge dgp-support-tcl-8.6-build branch to complete support for buildingdgp2013-03-224-7/+17
| |\ \ \ | | |/ / | |/| | against Tcl 8.6+ headers that was begun in checkin 6445eceebbc.
| | * | 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
| | | | | | | | | | | | | | | | | | | | 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.
* | | | | update changesdgp2013-03-221-0/+18
| | | | |
* | | | | Release branch for Tk 8.5.14dgp2013-03-228-15/+15
|/ / / /
* | | | Patch by Andrew Shadura, providing better support for three architectures ↵jan.nijtmans2013-03-133-29/+7
|\ \ \ \ | | | | | | | | | | | | | | | they have in Debian.
| * | | | Patch by Andrew Shadura, providing better support for three architectures ↵jan.nijtmans2013-03-133-80/+7
| | | | | | | | | | | | | | | | | | | | they have in Debian.
* | | | | 3607326 Stop segfault from [listbox .l -listvariable $array].dgp2013-03-113-3/+16
| | | | |
* | | | | minor: tidy up change log formattingdkf2013-02-281-13/+13
| | | | |
* | | | | [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
| | | | | | | | | | | | | | | | | | | | | | | | 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.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
* | | | | | Add some extra paths on Windows for finding tclConfig.sh, for mSys and ↵jan.nijtmans2013-02-142-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.nijtmans2013-02-142-46/+58
| | | | | | | | | | | | | | | | | | | | | | | | Cygwin shell.
* | | | | | merge-markjan.nijtmans2013-02-120-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Backport various improvements from Tcl 8.5jan.nijtmans2013-02-124-151/+366
| | | | | |
* | | | | | ttk::treeview: schedule redisplay when adding or removing tags [Bug 3603077].jenglish2013-02-041-0/+5
| | | | | |
* | | | | | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr ↵jan.nijtmans2013-02-012-69/+62
| | | | | | | | | | | | | | | | | | | | | | | | everywhere.
* | | | | | Bug [3599928]: Use XkbKeycodeToKeysym if available.stwo2013-01-313-1/+193
| | | | | |
* | | | | | Bug [3602534]: Test for XScreensaver last.stwo2013-01-312-265/+271
| | | | | |
* | | | | | remove duplicate codejan.nijtmans2013-01-241-5/+0
| | | | | |
* | | | | | Eliminate use of deprecated Tcl_VarEval function from ttk.jan.nijtmans2013-01-231-1/+7
| | | | | |
* | | | | | Tk_CancelIdleCall -> Tcl_CancelIdleCalljan.nijtmans2013-01-232-4/+4
| | | | | |
* | | | | | make TkBackgroundEvalObjv a static function, and eliminate the use of the ↵jan.nijtmans2013-01-232-83/+65
| | | | | | | | | | | | | | | | | | | | | | | | deprecated SaveResult API from it.
* | | | | | Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() ↵jan.nijtmans2013-01-222-5/+7
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | fails, in stead of simply abort()