summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkClamTheme.c
Commit message (Expand)AuthorAgeFilesLines
* Tweak some error-messages. Fix indentingjan.nijtmans2024-08-071-1/+1
|\
| * Tweak some error-messages. Fix indentingjan.nijtmans2024-08-071-1/+1
| |\
* | \ Fix [527cb3cd5d]: Documentation of ttk states. user1/user2 are no longer misu...jan.nijtmans2024-05-201-5/+5
|\ \ \ | |/ /
| * | Fix [527cb3cd5d]. Moves special internal flags outside the user1-user6 rangejan.nijtmans2024-05-191-5/+5
* | | 4 more usages of Tk_GetPixelsFromObj(). Remove duplicated MODULE_SCOPE defini...jan.nijtmans2024-05-101-1/+0
|\ \ \ | |/ /
| * | 4 more Tk_GetPixelsFromObj() usage: for highlightThickness, shiftrelief and s...jan.nijtmans2024-05-101-1/+0
| |\ \ | | |/
| | * More usage of Tk_GetPixelsFromObj() and TCL_UNUSED(), all backported from Tk ...jan.nijtmans2024-05-101-114/+120
| | * Fix for [e306996882]: a few issues related to the arrows in Ttk widgets (scal...csaba2024-05-011-37/+96
| | * Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a...csaba2023-11-131-3/+13
| | * Backported the changes made in the branch bug-eedd2e078d to core-8-6-branch.csaba2023-11-121-21/+108
* | | Merge 8.7jan.nijtmans2023-12-191-4/+4
|\ \ \ | |/ /
| * | Provide variable-names in commentsjan.nijtmans2023-12-191-4/+4
* | | Merge 8.7jan.nijtmans2023-12-181-83/+99
|\ \ \ | |/ /
| * | ttk improvements (e.g. regarding TCL_UNUSED)jan.nijtmans2023-12-181-83/+99
| * | For now undo the changes related to -gripcount/-gripsize, slipped from trunk ...csaba2023-11-141-9/+12
| * | Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a...csaba2023-11-141-15/+22
* | | Give Ttk_GetOrientFromObj the signature it always should have had.jan.nijtmans2023-11-161-2/+2
* | | Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a...csaba2023-11-131-3/+13
* | | TIP #681: Ttk "size"-related optionsjan.nijtmans2023-11-121-12/+9
|\ \ \ | |/ / |/| |
| * | Rebase to trunkjan.nijtmans2023-11-081-12/+9
| |\ \
| | * \ Rebase to 8.7jan.nijtmans2023-09-041-12/+9
| | |\ \
| | | * \ Merge 8.7jan.nijtmans2023-05-171-12/+9
| | | |\ \
| | | | * \ Merge 8.7jan.nijtmans2023-04-041-79/+216
| | | | |\ \
| | | | * \ \ Merge 8.7jan.nijtmans2023-02-101-1/+1
| | | | |\ \ \
| | | | * | | | Merge 8.7. -gripcount -> gripsize and diameter -> sizejan.nijtmans2023-01-151-12/+9
* | | | | | | | Minor improvement: The function TabElementSize() now takes into account the t...csaba2023-11-051-0/+15
* | | | | | | | Attempt to fix the bug [eedd2e078d] (ttk::notebook looks bad when tabs are po...csaba2023-11-051-19/+91
|/ / / / / / /
* | | | | | | Made sure that a C++ compiler won't raise warnings related to the invocations...csaba2023-10-251-7/+6
* | | | | | | Simplified and unified the drawing of focus ring around the field element of ...csaba2023-10-241-4/+4
* | | | | | | Merge 8.6. Some C++-fixesjan.nijtmans2023-10-111-4/+4
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Another round of TIP #581-related name changes. Now merely concentrated on co...jan.nijtmans2020-09-031-1/+1
* | | | | | | Removed the "-fieldlightcolor" style option of the "clam" theme, added in [bb...csaba2023-10-071-1/+1
* | | | | | | Added a thin focus ring to the ttk::combobox and ttk::spinbox widgets of the ...csaba2023-09-211-4/+1
* | | | | | | Improved the appearance of the arrow element in the "clam" theme.csaba2023-09-121-28/+77
* | | | | | | Improvements related to the Ttk field element and the Widget Demo.csaba2023-09-061-10/+10
| |/ / / / / |/| | | | |
* | | | | | Keep the variables tk::scalingPct and tk::svgFmt in sync with [tk scaling].csaba2023-08-291-3/+3
* | | | | | Improvements in the the built-in themes. See ticket [6ec00a7dc9] for details.csaba2023-08-221-6/+8
* | | | | | Improvements related to scaling and appearance in the built-in themes alt,csaba2023-08-121-90/+25
| |/ / / / |/| | | |
* | | | | Visual improvements by using smoother SVG gradients.csaba2023-05-171-2/+2
| |_|_|/ |/| | |
* | | | Optimized a few SVG gradients.csaba2023-03-201-2/+2
* | | | Simplified the SVG data used for drawing the ttk::checkbutton indicator of th...csaba2023-03-061-4/+1
* | | | Helper function ColorToStr() greatly simplified.csaba2023-03-031-5/+2
* | | | Reduce the number of ttk C warningsjan.nijtmans2023-03-021-0/+1
* | | | Hopefully final unification and cleanup of the SVG data used for drawing indi...csaba2023-02-241-9/+5
* | | | Code cleanupcsaba2023-02-171-9/+3
* | | | Alternative implementation of the ttk::checkbutton and ttk::radiobutton indic...csaba2023-02-141-75/+227
| |_|/ |/| |
* | | More TK_OPTION_INT -> TK_OPTION_PIXELSjan.nijtmans2023-02-081-1/+1
| |/ |/|
* | Change -gripsize back to -gripcount (name change can be done later as a separ...jan.nijtmans2023-01-121-12/+15
* | Add "-gripsize" option or convert "-gripcount" -> "-gripsize" (which is the s...jan.nijtmans2023-01-111-29/+25
* | More (c) -> ©jan.nijtmans2020-12-091-1/+1