summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkElements.c
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
* | Merge 8.6 (whitespace-only)jan.nijtmans2024-05-161-12/+12
|\ \ | |/
| * Resolve some compiler warnings on Windows. spacing cleanupjan.nijtmans2024-05-161-3/+5
| * Code formatting, TCL_UNUSED() usage, all backported from 8.7. This makes it e...jan.nijtmans2024-05-161-120/+194
| * Better way to set the borderwidth of two style elements of the "classic" them...csaba2024-05-131-14/+14
| * Two more Tk_GetPixelsFromObj usages. Remove double MODULE_SCOPE definitions. ...jan.nijtmans2024-05-111-4/+4
| * Backported the focus highlighting for the ttk::entry, ttk::combobox, and ttk:...csaba2024-05-111-8/+103
| * Backported most improvements related to the "classic" theme, submitted by Emi...csaba2024-05-101-7/+19
* | Using the application's TkMainInfo struct for sharing the data of the trough'...csaba2024-05-151-16/+25
* | Code cleanup related mainly to the "classic" theme.csaba2024-05-101-4/+4
* | 4 more Tk_GetPixelsFromObj() usage: for highlightThickness, shiftrelief and s...jan.nijtmans2024-05-101-7/+4
|\ \ | |/
| * More usage of Tk_GetPixelsFromObj() and TCL_UNUSED(), all backported from Tk ...jan.nijtmans2024-05-101-33/+51
| * Fix for [e306996882]: a few issues related to the arrows in Ttk widgets (scal...csaba2024-05-011-21/+117
| * Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a...csaba2023-11-131-2/+13
| * Backported the changes made in the branch bug-eedd2e078d to core-8-6-branch.csaba2023-11-121-32/+120
* | Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be usedjan.nijtmans2024-05-091-5/+5
* | Improvements related to the "classic" theme, submitted by Emiliano Gavilan (s...csaba2024-05-091-7/+19
* | Provide variable-names in commentsjan.nijtmans2023-12-191-16/+16
* | ttk improvements (e.g. regarding TCL_UNUSED)jan.nijtmans2023-12-181-158/+173
* | Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a...csaba2023-11-141-2/+13
* | 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/+114
* | Made sure that a C++ compiler won't raise warnings related to the invocations...csaba2023-10-251-13/+11
* | Simplified and unified the drawing of focus ring around the field element of ...csaba2023-10-241-16/+30
* | Merge 8.6. Some C++-fixesjan.nijtmans2023-10-111-7/+7
|\ \ | |/
| * Tidy up with a patch from Christopher Chavez. Removes redundant include direc...marc_culler2020-12-161-1/+0
| * Another round of TIP #581-related name changes. Now merely concentrated on co...jan.nijtmans2020-09-031-2/+1
* | Visual improvements regarding the focus ring around the ttk::combobox and ttk...csaba2023-10-061-0/+7
* | Added a thin focus ring to the ttk::combobox and ttk::spinbox widgets of the ...csaba2023-09-211-23/+26
* | Made the standard TabElementDraw() function scaling-aware; highlighting the s...csaba2023-09-151-24/+36
* | Improved the appearance of the arrow element in the "clam" theme.csaba2023-09-121-3/+4
* | Fixed a regression in the drawing of the ttk::notebook tab element, introduce...csaba2023-09-111-2/+3
* | Improved the look of the ttk::combobox and ttk::spinbox widgets in the themes...csaba2023-09-091-25/+99
* | Improvements related to the Ttk field element and the Widget Demo.csaba2023-09-061-9/+17
* | Keep the variables tk::scalingPct and tk::svgFmt in sync with [tk scaling].csaba2023-08-291-7/+9
* | Improved the look of the ttk::scrollbar widget in the themes "default" and "a...csaba2023-08-231-6/+16
* | Improvements in the the built-in themes. See ticket [6ec00a7dc9] for details.csaba2023-08-221-172/+289
* | Improvements related to scaling and appearance in the built-in themes alt,csaba2023-08-121-68/+110
* | Implementation of new, modern-looking ttk::checkbutton and ttk::radiobutton i...csaba2023-05-081-111/+230
* | Reduce the number of ttk C warningsjan.nijtmans2023-03-021-0/+3
* | Made the ttk::sizegrip widget scaling-aware; a few necessary changes related ...csaba2023-02-091-1/+1
* | Missing Tk_GetPixelsFromObj(). Verify compatibility with old '-gripcount'jan.nijtmans2023-01-121-0/+1
* | Add "-gripsize" option or convert "-gripcount" -> "-gripsize" (which is the s...jan.nijtmans2023-01-111-7/+15
* | More (c) -> ©jan.nijtmans2020-12-091-1/+1
* | Add new (internal) function TtkGetOrientFromObj(), which uses Ttk_Orient type...jan.nijtmans2020-02-101-103/+201
* | Use Ttk_ButtonDefaultState/Ttk_Compound (enums) in stead of "int" in many int...jan.nijtmans2020-02-071-4/+8
* | Add many 'const' modifiers, allowing the C-compiler to put many configuration...jan.nijtmans2020-02-061-36/+36
* | Minor tweaks, mostly formattingjan.nijtmans2018-12-011-1/+1
* | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-53/+53