| Commit message (Expand) | Author | Age | Files | Lines |
* | selectborderwidth/insertwidth can take any "pixel" form as well | jan.nijtmans | 2024-05-13 | 1 | -1/+0 |
|
|
* | Added a thin focus ring to the ttk::combobox and ttk::spinbox widgets of the ... | csaba | 2023-09-21 | 1 | -3/+5 |
|
|
* | Made the standard TabElementDraw() function scaling-aware; highlighting the s... | csaba | 2023-09-15 | 1 | -1/+3 |
|
|
* | Improved the look of the ttk::combobox and ttk::spinbox widgets in the themes... | csaba | 2023-09-09 | 1 | -1/+1 |
|
|
* | Fix for [17b7dedf92] and minor improvement in the Widget Demo. | csaba | 2023-09-02 | 1 | -3/+4 |
|
|
* | Improved the look of the ttk::scrollbar widget in the themes "default" and "a... | csaba | 2023-08-23 | 1 | -1/+1 |
|
|
* | Improvements in the the built-in themes. See ticket [6ec00a7dc9] for details. | csaba | 2023-08-22 | 1 | -19/+26 |
|
|
* | Improvements related to scaling and appearance in the built-in themes alt, | csaba | 2023-08-12 | 1 | -2/+3 |
|
|
* | Implementation of new, modern-looking ttk::checkbutton and ttk::radiobutton i... | csaba | 2023-05-08 | 1 | -33/+19 |
|
|
* | Made the cascade arrows of the menu entries on X11 and the values of further ... | csaba | 2023-01-24 | 1 | -3/+9 |
|
|
* | Make -sizegrip/-gripcount scalable. Also clean-up *Theme.tcl files, regarding... | jan.nijtmans | 2023-01-14 | 1 | -10/+7 |
|
|
* | Replaced all ::tk::ScaleNum invocations with screen distances in points at al... | csaba | 2023-01-05 | 1 | -18/+12 |
|
|
* | Attempt to make it look better on MacOS, and more ttk adaptations | jan.nijtmans | 2023-01-02 | 1 | -14/+11 |
|
|
* | Made sure that a series of Tk core and Ttk widgets will be scaled according t... | csaba | 2022-12-08 | 1 | -43/+70 |
|
|
* | TIP #645 correction. Latest patch from Patrick May. | jan.nijtmans | 2022-10-28 | 1 | -4/+6 |
|
|
* | Some last-minute changes by Patrick May | jan.nijtmans | 2022-10-20 | 1 | -3/+3 |
|
|
* | Fix apparent patch error | jan.nijtmans | 2022-10-11 | 1 | -4/+4 |
|
|
* | Proposed TIP #645 implementation | jan.nijtmans | 2022-10-11 | 1 | -3/+64 |
|
|
* | Remade how -striped is implemented. Using an option instead of a state. | pspjuth | 2020-03-21 | 1 | -3/+3 |
|
|
* | Nicer column separator. | pspjuth | 2019-09-17 | 1 | -1/+3 |
|
|
* | Allow striped layout in Treeview | pspjuth | 2019-09-15 | 1 | -1/+3 |
|
|
* | Fix [509cafafae]: ttk::treeview tag options ignored in 8.6.9. Thanks to cjmcd... | fvogel | 2019-01-20 | 1 | -2/+0 |
|\ |
|
| * | Better fix for [509cafafae]: ttk::treeview tag options ignored in 8.6.9. This... | fvogel | 2019-01-01 | 1 | -2/+0 |
|
|
* | | Fix [882108bf05]: Incorrect style for disabled state of treeview | fvogel | 2018-01-07 | 1 | -2/+6 |
|\ \
| |/ |
|
| * | Propagate fix to the 'default' theme | fvogel | 2018-01-01 | 1 | -2/+6 |
|
|
* | | Fix [c492c96aa2]: Combobox arrow not grayed (alt, clam and default ttk themes... | fvogel | 2017-02-22 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Group multiple [style map TCombobox] statements into a single instruction | fvogel | 2017-02-09 | 1 | -2/+2 |
|
|
| * | Fix [c492c96aa2]: Combobox arrow not grayed (alt, clam and default ttk themes) | fvogel | 2017-02-08 | 1 | -0/+1 |
|
|
* | | Fixed [3217462fff] - Tri-state buttons not working for non-native themes | fvogel | 2016-10-12 | 1 | -12/+27 |
|\ \
| |/ |
|
| * | Changed themes 'classic' and 'default' according to comments from Christian G... | fvogel | 2016-10-05 | 1 | -6/+6 |
|
|
| * | Long lines are ugly | fvogel | 2016-09-24 | 1 | -4/+8 |
|
|
| * | Improved formatting | fvogel | 2016-09-24 | 1 | -12/+12 |
|
|
| * | Tri-state buttons not working for non-native themes. Bug [3217462] | oehhar | 2016-09-21 | 1 | -2/+13 |
|
|
* | | Remove excess spacing in various library files. | jan.nijtmans | 2016-03-10 | 1 | -1/+1 |
|/ |
|
* | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
* | Major backport of 8.6 Ttk for 8.5.9. Most changes were only being | hobbs | 2010-08-26 | 1 | -11/+20 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * generic/ttk/ttkFrame.c: Use sublayout for ttk::labelframe labels | jenglish | 2007-11-18 | 1 | -3/+4 |
|
|
* | Big batch of ttk::treeview improvements: | jenglish | 2006-12-18 | 1 | -1/+17 |
|
|
* | Try to straighten out theme loading and selection logic. | jenglish | 2006-12-13 | 1 | -33/+38 |
|
|
* | * library/ttk/altTheme.tcl, library/ttk/clamTheme.tcl, | jenglish | 2006-11-24 | 1 | -2/+3 |
|
|
* | * doc/ttk_Geometry.3, doc/ttk_Theme.3, doc/ttk_button.n: | hobbs | 2006-10-31 | 1 | -0/+95 |
|
|