summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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 [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 [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
| |\ \ | |/ / |/| |
| * | Document user1-user6, and make them usable in scripts. See [527cb3cd5d]jan.nijtmans2024-05-171-3/+3
| |\ \
| * \ \ 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
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2024-05-131-6/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2024-05-132-4/+4
| |\ \ \ \ \ \
| * | | | | | | Better way to set the borderwidth of two style elements of the "classic" them...csaba2024-05-131-20/+16
* | | | | | | | 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 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
| |_|_|_|/ |/| | | |
* | | | | Scaling-related improvements in the "classic" theme.csaba2024-05-151-3/+4
| |_|_|/ |/| | |
* | | | 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
| |\ \ | | |/
| | * merge trunkfvogel2024-05-1223-130/+142
| | |\
| | | * Merge 8.7 (left-over spacing)jan.nijtmans2024-05-111-0/+1
| | | |\
| | | * | 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
| | | |\ \
| | | * \ \ Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be usedjan.nijtmans2024-05-094-15/+15
| | | |\ \ \
| | | * \ \ \ Fix warning: tkImgListFormat.c:1092:5: warning: variable 'suffixAlpha' is use...jan.nijtmans2024-05-091-2/+0
| | | |\ \ \ \
| | | * \ \ \ \ (c) -> ©jan.nijtmans2024-05-094-3/+5
| | | |\ \ \ \ \ | | | | |/ / / /
| | | * | | | | Improvements related to the "classic" theme, submitted by Emiliano Gavilan (s...csaba2024-05-092-17/+67
| | * | | | | | Fix [bb52855781]: ttk treeview tests not robust against display scaling.fvogel2024-05-051-4/+4
| | |/ / / / /
| | * | | | | Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-013-4/+4
| | |\ \ \ \ \
| | * | | | | | Minor cosmetic improvements in ttkDefaultTheme.c.csaba2024-04-251-8/+8
| | * | | | | | Merge 8.7jan.nijtmans2024-03-252-12/+13
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Complement to the fix for [47d4f29159]: Ignored binding scripts for events wi...fvogel2024-03-152-8/+8
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2024-03-071-2/+1
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2024-02-191-4/+0
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2024-02-162-2/+2
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2024-01-301-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Minor compiler warning fixjan.nijtmans2024-01-301-1/+1
| | * | | | | | | | | | | | Implement TK_OPTION_VAR(Tcl_Size) for TK_OPTION_INT option. Needed in ttkTree...jan.nijtmans2024-01-251-35/+35
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2024-01-251-5/+5
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7. int -> TkAlignMode where appropriatejan.nijtmans2024-01-192-3/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \