summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* Merged core-8-branch into trunk.csaba2024-07-311-16/+24
|\
| * Merged core-8-6-branch into core-8-branch.csaba2024-07-311-13/+21
| |\
| | * Proposed fix for ticket [0d48797195]: Ugly and inconsistent look of the focus...csaba2024-07-281-12/+19
* | | Merge 8.7jan.nijtmans2024-06-033-42/+42
|\ \ \ | |/ /
| * | Somewhat better error-messages (addendum to previous commit)jan.nijtmans2024-06-033-37/+37
| * | Fix [e6140f3404]: Crashes in empty ttk::panedwindowfor pane and forget comman...jan.nijtmans2024-06-034-17/+30
* | | Fix [e64820c1de]: The -justify configure option is duplicated for ttk::label,...jan.nijtmans2024-06-031-1/+0
|\ \ \ | |/ /
| * | Fix [0fb337ea84]: ttk::combobox selection overruns downarrow element. Thanks ...jan.nijtmans2024-06-031-3/+8
| |\ \ | | |/
| * | Fix [e64820c1de]: The -justify configure option is duplicated for ttk::labeljan.nijtmans2024-06-031-4/+0
| |\ \
* | \ \ Fix [e6140f3404]: Crashes in empty ttk::panedwindowfor pane and forget comman...fvogel2024-06-034-15/+28
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix issue preventing notebook-9.2 from passing.fvogel2024-06-021-5/+9
| * | | Add missing bit of documentation.fvogel2024-06-021-1/+1
| * | | Change Ttk_GetContentIndexFromObj API to take an additional parameter indicat...apnadkarni2024-06-014-10/+19
* | | | Fix [e64820c1de]: The -justify configure option is duplicated for ttk::labelfvogel2024-06-021-3/+0
* | | | Fix [0fb337ea84]: ttk::combobox selection overruns downarrow element. Thanks ...fvogel2024-06-021-3/+8
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Fix [0fb337ea84]: ttk::combobox selection overruns downarrow element. Thanks ...fvogel2024-05-291-3/+8
* | | Fix [527cb3cd5d]: Documentation of ttk states. user1/user2 are no longer misu...jan.nijtmans2024-05-206-55/+58
|\ \ \ | | |/ | |/|
| * | Merge 8.7core-bug-527cb3cd5djan.nijtmans2024-05-191-42/+42
| |\ \
| | * \ ttk state implementation improvements. This gives 32 possible flags in stead ...jan.nijtmans2024-05-191-42/+42
| | |\ \ | | | |/
| | | * ttk state implementation improvementsjan.nijtmans2024-05-191-42/+42
| * | | Fix [527cb3cd5d]. Moves special internal flags outside the user1-user6 rangejan.nijtmans2024-05-195-13/+16
| |/ /
* | | Document user1-user6, and make them usable in scripts. See [527cb3cd5d]jan.nijtmans2024-05-171-3/+3
|\ \ \ | |/ /
| * | Document user1-user6, and make them usable in scriptsjan.nijtmans2024-05-171-3/+3
| |\ \ | | |/
| | * Make "user[0-6]" names match the TTK_STATE_USER[0-6] definitionsjan.nijtmans2024-05-171-3/+3
| * | Merge 8.6 (whitespace-only)jan.nijtmans2024-05-163-31/+31
| |\ \ | | |/
| | * Resolve some compiler warnings on Windows. spacing cleanupjan.nijtmans2024-05-163-33/+40
| | * Code formatting, TCL_UNUSED() usage, all backported from 8.7. This makes it e...jan.nijtmans2024-05-161-120/+194
* | | Using the application's TkMainInfo struct for sharing the data of the trough'...csaba2024-05-151-16/+25
|\ \ \ | |/ /
| * | Using the application's TkMainInfo struct for sharing the data of the trough'...csaba2024-05-151-16/+25
* | | Scaling-related improvements in the "classic" theme.csaba2024-05-151-3/+4
|\ \ \ | |/ /
| * | Scaling-related improvements in the "classic" theme.csaba2024-05-151-3/+4
* | | Merge 8.7jan.nijtmans2024-05-131-6/+5
|\ \ \ | |/ /
| * | Merge 8.6, which means some more Tk_GetPixelsFromObj() improvementsjan.nijtmans2024-05-132-10/+9
| |\ \ | | |/
| | * Fix [bb52855781]: ttk treeview tests not robust against display scalingjan.nijtmans2024-05-133-160/+174
| | |\
| | * | Better way to set the borderwidth of two style elements of the "classic" them...csaba2024-05-131-14/+14
* | | | Merge 8.7jan.nijtmans2024-05-132-4/+4
|\ \ \ \ | |/ / /
| * | | selectborderwidth/insertwidth can take any "pixel" form as welljan.nijtmans2024-05-131-3/+3
| * | | -mintabwidth could be specified in any pixel form as welljan.nijtmans2024-05-131-1/+1
| * | | Better way to set the borderwidth of two style elements of the "classic" them...csaba2024-05-131-20/+16
* | | | Better way to set the borderwidth of two style elements of the "classic" them...csaba2024-05-131-20/+16
| |_|/ |/| |
* | | merge trunkfvogel2024-05-1223-130/+142
|\ \ \
| * \ \ Merge 8.7 (left-over spacing)jan.nijtmans2024-05-111-0/+1
| |\ \ \ | | |/ /
| | * | Merge 8.6 (left-over spacing)jan.nijtmans2024-05-111-0/+1
| | |\ \ | | | |/
| | | * Two more Tk_GetPixelsFromObj usages. Remove double MODULE_SCOPE definitions. ...jan.nijtmans2024-05-1116-38/+44
| | | * Backported the focus highlighting for the ttk::entry, ttk::combobox, and ttk:...csaba2024-05-112-12/+160
| | | * Backported most improvements related to the "classic" theme, submitted by Emi...csaba2024-05-103-24/+75
| | * | Code cleanup related mainly to the "classic" theme.csaba2024-05-102-6/+9
| * | | Code cleanup related mainly to the "classic" theme.csaba2024-05-102-6/+9
| * | | 4 more usages of Tk_GetPixelsFromObj(). Remove duplicated MODULE_SCOPE defini...jan.nijtmans2024-05-1019-92/+50
| |\ \ \ | | |/ /
| | * | 4 more Tk_GetPixelsFromObj() usage: for highlightThickness, shiftrelief and s...jan.nijtmans2024-05-1019-92/+50
| | |\ \ | | | |/