summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Permit Tk 8.6 to use deprecated Tcl constructs (since we cannot look into ↵jan.nijtmans2018-01-223-5/+5
| | | | the future, which constructs will be deprecated in Tcl 8.7+). Tk 8.6 should build independant of this.
* Fix [657c389120] and [b4214b4712]: Segfault when destroying menu with ↵fvogel2018-01-191-0/+5
|\ | | | | | | checkbutton entry
| * Fix [657c389120] and [b4214b4712]: Segfault when destroying menu with ↵fvogel2018-01-131-0/+5
| | | | | | | | checkbutton entry
* | Fix broken build (one line of the patch for [382712ade6] was missing)fvogel2018-01-181-0/+1
|\ \
| * | Fix broken build (one line of the patch was missing)fvogel2018-01-181-0/+1
| | |
* | | Fix [382712ade6]: X11: 'event generate . <KeyPress>' segfaults. Patch from ↵fvogel2018-01-161-1/+27
|\ \ \ | |/ / | | | | | | Christian Werner.
| * | Fix [382712ade6]: X11: 'event generate . <KeyPress>' segfaults. Patch from ↵fvogel2018-01-101-1/+27
| |/ | | | | | | Christian Werner.
* | Make Tk 8.6 loadable in a TIP #484-enhanced Tcl 8.7. Backported from trunk.jan.nijtmans2018-01-161-2/+13
|/
* Some code cleanup, suggested by Christian Werner. Cherry-picked from ↵jan.nijtmans2018-01-081-11/+1
| | | | bug-00a27923ee branch.
* Complement fix for [84af709826] about alphabetical order of the ↵fvogel2018-01-071-4/+4
|\ | | | | | | widget-specific options of ttk:spinbox.
| * Fix (again) alphabetical order of the widget-specific options of ttk:spinbox.fvogel2018-01-071-4/+4
| |
* | Further fix for [fa8de77936]: ttk::checkbutton handle empty variable ↵fvogel2018-01-072-5/+11
|\ \ | | | | | | | | | graceful. Patch from Christian Werner again.
| * | Adapt test result for checkbutton-1.8 following addition of the invoke ↵fvogel2018-01-071-1/+1
| | | | | | | | | | | | command on the checkbutton
| * | Further fix for [fa8de77936]: ttk::checkbutton handle empty variable ↵fvogel2018-01-071-4/+7
| | | | | | | | | | | | graceful. Patch from Christian Werner again.
| * | Complement test checkbutton-1.8 so that it crashes now on checkbutton invoke ↵fvogel2018-01-071-0/+3
| | | | | | | | | | | | again --> needs a further fix.
* | | Fix [fa8de77936]: ttk::checkbutton handle empty variable graceful. Patch ↵fvogel2018-01-073-12/+25
|\ \ \ | |/ / | | | | | | from Christian Werner
| * | Add non-regression test checkbutton-1.8fvogel2018-01-071-0/+6
| | |
| * | Correct handling of refcount in ProgressbarStepCommand. Patch from Christian ↵fvogel2018-01-071-5/+7
| | | | | | | | | | | | Werner.
| * | Fix [fa8de77936]: ttk::checkbutton handle empty variable graceful. Patch ↵fvogel2018-01-071-7/+12
| | | | | | | | | | | | from Christian Werner.
* | | Fix [882108bf05]: Incorrect style for disabled state of treeviewfvogel2018-01-078-14/+53
|\ \ \
| * | | Propagate fix to the 'default' themefvogel2018-01-011-2/+6
| | | |
| * | | Fix [882108bf05]: Incorrect style for disabled state of treeview. Patch ↵fvogel2018-01-017-12/+47
| |/ / | | | | | | | | | provided by Rüdiger Härtel.
* | | Fix [925262ed17]: ttk::scale widget does not support -state optionfvogel2018-01-072-0/+40
|\ \ \
| * | | Add test scale-2.1 to check support of the -state option by ttk::scalefvogel2017-12-311-0/+23
| | | |
| * | | Fix [925262ed17]: ttk::scale widget does not support -state optionfvogel2017-12-311-0/+17
| |/ /
* | | Fix [84af709826]: ttk::treeview does not support -state standard optionfvogel2018-01-077-41/+31
|\ \ \ | | |/ | |/|
| * | Fix [84af709826] (ttk::treeview does not support -state standard option) by ↵fvogel2017-12-311-0/+3
| | | | | | | | | | | | clarifying in the man page for ttk::widget what a compatibility option is.
| * | Remove -width from the widget-specific options section of the ttk::button ↵fvogel2017-12-311-7/+0
| | | | | | | | | | | | man page. The -width option is a standard option already linking to the ttk::widget man page.
| * | Fix alphabetical order for the widget-specific options of ttk::progressbar ↵fvogel2017-12-312-23/+23
| | | | | | | | | | | | and ttk:spinbox.
| * | Remove wrong info from the man page of ttk::separator and ttk::sizegrip: the ↵fvogel2017-12-312-2/+3
| | | | | | | | | | | | -state option is actually not supported by these two widgets. Note: Addition of '.PP' in ttk_separator.n is needed to avoid loosing the 'contents' header in the generated html page, for some obscure reason (alternative: add more .SH sections, as is done in ttk_sizegrip.n).
| * | Document -state for ttk::label and ttk::spinbox, same as for ttk::buttonfvogel2017-12-312-2/+2
| | |
| * | Remove section 'COMPATIBILITY OPTIONS' from the ttk::button man page, it ↵fvogel2017-12-311-7/+0
| |/ | | | | | | duplicates the section of the same name in the ttk::widget man page, which is already linked from the ttk::button man page. This makes the man page for ttk::button consistent with the man pages for ttk::checkbutton, ttk::menubutton and ttk::radiobutton.
* | Fix [64bef9b7e7]: Standard methods not documented for ttk::panedwindowfvogel2018-01-071-0/+8
|\ \ | |/ |/|
| * Fix [64bef9b7e7]:Standard methods not documented for ttk::panedwindowfvogel2017-12-311-0/+8
|/
* Fix [6525e1af25]: Potential Tcl_Encoding leak in macosx/tkMacOSXHLEvents.c. ↵fvogel2017-12-311-2/+4
|\ | | | | | | Thanks to Christian Werner.
| * Fix [6525e1af25]: Potential Tcl_Encoding leak in macosx/tkMacOSXHLEvents.c. ↵fvogel2017-12-311-2/+4
|/ | | | Thanks to Christian Werner.
* Fix [aa7679685e]: Destroying a master-window .. then crashfvogel2017-12-313-12/+43
|\
| * Change variable name from gridPtr2 to slavePtr since it really is a slave.fvogel2017-12-231-12/+12
| |
| * Avoid questioning operator precedence.fvogel2017-12-231-1/+1
| |
| * Fix [aa7679685e]: Destroying a master-window .. then crashfvogel2017-12-211-0/+1
| |
| * Testcases added for [aa7679685e]: Destroying a master-window .. then crashfvogel2017-12-211-0/+30
| |
* | typosjan.nijtmans2017-12-231-2/+2
| |
* | merge releasejan.nijtmans2017-12-239-9/+89
|\ \
| * \ merge 8.6dgp2017-12-212-10/+10
| |\ \
| * \ \ Merge 8.6; update changesdgp2017-12-194-19/+28
| |\ \ \
| * \ \ \ merge 8.6dgp2017-12-1510-848/+1862
| |\ \ \ \
| * | | | | update changesdgp2017-12-071-0/+76
| | | | | |
| * | | | | merge 8.6dgp2017-12-071-17/+17
| |\ \ \ \ \
| * | | | | | Start RC branch for Tk 8.6.8dgp2017-12-068-9/+9
| | | | | | |
* | | | | | | Update to nmake rules 1.1 - allow extensions to link against import libs ↵apnadkarni2017-12-232-6/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | with or without t suffix