Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [de156e9efe]: Safe Base interpreters must not write to the PRIMARY ↵ | fvogel | 2018-01-25 | 7 | -19/+1272 |
|\ | | | | | | | selection. Bugfix, doc upddate and new tests by Keith Nash. | ||||
| * | Revised tests/safePrimarySelection.test for unsafe slave interpreters | kjnash | 2018-01-22 | 1 | -20/+52 |
| | | |||||
| * | merge core-8-6-branch | fvogel | 2018-01-21 | 137 | -2489/+4788 |
| |\ | |||||
| * | | Fix error in documentation, in selection.n section SECURITY dealing with ↵ | fvogel | 2018-01-21 | 1 | -1/+1 |
| | | | | | | | | | | | | safe and unsafe interpreters. | ||||
| * | | Add tests in file tests/safePrimarySelection.test | kjnash | 2018-01-17 | 1 | -0/+1188 |
| | | | |||||
| * | | Document changes in doc/selection.n | kjnash | 2017-07-11 | 1 | -0/+20 |
| | | | |||||
| * | | Test whether in a safe interpreter before writing to the PRIMARY selection. ↵ | kjnash | 2017-06-13 | 5 | -19/+32 |
| | | | | | | | | | | | | Fixes bug [de156e9efe]. Ready for testing. | ||||
| * | | Create new branch named "bug-de156e9efe" | kjnash | 2017-06-13 | 0 | -0/+0 |
| | | | |||||
* | | | Permit Tk 8.6 to use deprecated Tcl constructs (since we cannot look into ↵ | jan.nijtmans | 2018-01-22 | 3 | -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 ↵ | fvogel | 2018-01-19 | 1 | -0/+5 |
|\ \ | | | | | | | | | | checkbutton entry | ||||
| * | | Fix [657c389120] and [b4214b4712]: Segfault when destroying menu with ↵ | fvogel | 2018-01-13 | 1 | -0/+5 |
| | | | | | | | | | | | | checkbutton entry | ||||
* | | | Fix broken build (one line of the patch for [382712ade6] was missing) | fvogel | 2018-01-18 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | Fix broken build (one line of the patch was missing) | fvogel | 2018-01-18 | 1 | -0/+1 |
| | | | | |||||
* | | | | Fix [382712ade6]: X11: 'event generate . <KeyPress>' segfaults. Patch from ↵ | fvogel | 2018-01-16 | 1 | -1/+27 |
|\ \ \ \ | |/ / / | | | | | | | | | Christian Werner. | ||||
| * | | | Fix [382712ade6]: X11: 'event generate . <KeyPress>' segfaults. Patch from ↵ | fvogel | 2018-01-10 | 1 | -1/+27 |
| |/ / | | | | | | | | | | Christian Werner. | ||||
* | | | Make Tk 8.6 loadable in a TIP #484-enhanced Tcl 8.7. Backported from trunk. | jan.nijtmans | 2018-01-16 | 1 | -2/+13 |
|/ / | |||||
* | | Some code cleanup, suggested by Christian Werner. Cherry-picked from ↵ | jan.nijtmans | 2018-01-08 | 1 | -11/+1 |
| | | | | | | | | bug-00a27923ee branch. | ||||
* | | Complement fix for [84af709826] about alphabetical order of the ↵ | fvogel | 2018-01-07 | 1 | -4/+4 |
|\ \ | | | | | | | | | | widget-specific options of ttk:spinbox. | ||||
| * | | Fix (again) alphabetical order of the widget-specific options of ttk:spinbox. | fvogel | 2018-01-07 | 1 | -4/+4 |
| | | | |||||
* | | | Further fix for [fa8de77936]: ttk::checkbutton handle empty variable ↵ | fvogel | 2018-01-07 | 2 | -5/+11 |
|\ \ \ | | | | | | | | | | | | | graceful. Patch from Christian Werner again. | ||||
| * | | | Adapt test result for checkbutton-1.8 following addition of the invoke ↵ | fvogel | 2018-01-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | command on the checkbutton | ||||
| * | | | Further fix for [fa8de77936]: ttk::checkbutton handle empty variable ↵ | fvogel | 2018-01-07 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | graceful. Patch from Christian Werner again. | ||||
| * | | | Complement test checkbutton-1.8 so that it crashes now on checkbutton invoke ↵ | fvogel | 2018-01-07 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | again --> needs a further fix. | ||||
* | | | | Fix [fa8de77936]: ttk::checkbutton handle empty variable graceful. Patch ↵ | fvogel | 2018-01-07 | 3 | -12/+25 |
|\ \ \ \ | |/ / / | | | | | | | | | from Christian Werner | ||||
| * | | | Add non-regression test checkbutton-1.8 | fvogel | 2018-01-07 | 1 | -0/+6 |
| | | | | |||||
| * | | | Correct handling of refcount in ProgressbarStepCommand. Patch from Christian ↵ | fvogel | 2018-01-07 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | Werner. | ||||
| * | | | Fix [fa8de77936]: ttk::checkbutton handle empty variable graceful. Patch ↵ | fvogel | 2018-01-07 | 1 | -7/+12 |
| | | | | | | | | | | | | | | | | from Christian Werner. | ||||
* | | | | Fix [882108bf05]: Incorrect style for disabled state of treeview | fvogel | 2018-01-07 | 8 | -14/+53 |
|\ \ \ \ | |||||
| * | | | | Propagate fix to the 'default' theme | fvogel | 2018-01-01 | 1 | -2/+6 |
| | | | | | |||||
| * | | | | Fix [882108bf05]: Incorrect style for disabled state of treeview. Patch ↵ | fvogel | 2018-01-01 | 7 | -12/+47 |
| |/ / / | | | | | | | | | | | | | provided by Rüdiger Härtel. | ||||
* | | | | Fix [925262ed17]: ttk::scale widget does not support -state option | fvogel | 2018-01-07 | 2 | -0/+40 |
|\ \ \ \ | |||||
| * | | | | Add test scale-2.1 to check support of the -state option by ttk::scale | fvogel | 2017-12-31 | 1 | -0/+23 |
| | | | | | |||||
| * | | | | Fix [925262ed17]: ttk::scale widget does not support -state option | fvogel | 2017-12-31 | 1 | -0/+17 |
| |/ / / | |||||
* | | | | Fix [84af709826]: ttk::treeview does not support -state standard option | fvogel | 2018-01-07 | 7 | -41/+31 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Fix [84af709826] (ttk::treeview does not support -state standard option) by ↵ | fvogel | 2017-12-31 | 1 | -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 ↵ | fvogel | 2017-12-31 | 1 | -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 ↵ | fvogel | 2017-12-31 | 2 | -23/+23 |
| | | | | | | | | | | | | | | | | and ttk:spinbox. | ||||
| * | | | Remove wrong info from the man page of ttk::separator and ttk::sizegrip: the ↵ | fvogel | 2017-12-31 | 2 | -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::button | fvogel | 2017-12-31 | 2 | -2/+2 |
| | | | | |||||
| * | | | Remove section 'COMPATIBILITY OPTIONS' from the ttk::button man page, it ↵ | fvogel | 2017-12-31 | 1 | -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::panedwindow | fvogel | 2018-01-07 | 1 | -0/+8 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix [64bef9b7e7]:Standard methods not documented for ttk::panedwindow | fvogel | 2017-12-31 | 1 | -0/+8 |
|/ / | |||||
* | | Fix [6525e1af25]: Potential Tcl_Encoding leak in macosx/tkMacOSXHLEvents.c. ↵ | fvogel | 2017-12-31 | 1 | -2/+4 |
|\ \ | | | | | | | | | | Thanks to Christian Werner. | ||||
| * | | Fix [6525e1af25]: Potential Tcl_Encoding leak in macosx/tkMacOSXHLEvents.c. ↵ | fvogel | 2017-12-31 | 1 | -2/+4 |
|/ / | | | | | | | Thanks to Christian Werner. | ||||
* | | Fix [aa7679685e]: Destroying a master-window .. then crash | fvogel | 2017-12-31 | 3 | -12/+43 |
|\ \ | |||||
| * | | Change variable name from gridPtr2 to slavePtr since it really is a slave. | fvogel | 2017-12-23 | 1 | -12/+12 |
| | | | |||||
| * | | Avoid questioning operator precedence. | fvogel | 2017-12-23 | 1 | -1/+1 |
| | | | |||||
| * | | Fix [aa7679685e]: Destroying a master-window .. then crash | fvogel | 2017-12-21 | 1 | -0/+1 |
| | | | |||||
| * | | Testcases added for [aa7679685e]: Destroying a master-window .. then crash | fvogel | 2017-12-21 | 1 | -0/+30 |
| | | | |||||
* | | | typos | jan.nijtmans | 2017-12-23 | 1 | -2/+2 |
| | | |