summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* Implement TK_OPTION_VAR(Tcl_Size) for TK_OPTION_INT option. Needed in ttkTree...jan.nijtmans2024-01-251-35/+35
* Eliminate many (Tcl_Size) typecasts, which are no longer necessaryjan.nijtmans2024-01-251-5/+5
* Put "flush" in the right alphabetic positionjan.nijtmans2024-01-182-3/+3
* Cherry-pick [47bcd4a0] (and a few more of the same)jan.nijtmans2024-01-135-10/+10
* Merge 8.6jan.nijtmans2024-01-061-0/+9
|\
| * Fix [a9e637f1c8]: ttk::treeview does not show partial bottom rowjan.nijtmans2023-12-261-3/+13
* | Never use TCL_SIZE_MODIFIER "u", because Tcl_Size can be negativejan.nijtmans2023-12-262-5/+5
* | Provide variable-names in commentsjan.nijtmans2023-12-195-32/+32
* | Make Ttk_ManagerSpec "const"jan.nijtmans2023-12-185-6/+6
* | ttk improvements (e.g. regarding TCL_UNUSED)jan.nijtmans2023-12-1825-540/+647
* | Merge 8.6jan.nijtmans2023-12-143-6/+9
|\ \ | |/
| * Add Tk_Window parameter to TtkSelectImage(). Not used yetjan.nijtmans2023-12-143-6/+9
| * Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a...csaba2023-11-133-15/+37
| * Backported the changes made in the branch bug-eedd2e078d to core-8-6-branch.csaba2023-11-123-53/+237
* | 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-143-27/+46
* | My previous checkin committed the wrong version of ttkNotebook.c -- corrected.csaba2023-11-091-18/+24
* | A few more adjustments, mainly for the Windows themes.csaba2023-11-091-27/+21
* | Minor improvement: The function TabElementSize() now takes into account the t...csaba2023-11-052-0/+30
* | Attempt to fix the bug [eedd2e078d] (ttk::notebook looks bad when tabs are po...csaba2023-11-053-41/+217
* | Fix [198376af5a]: When moving tab position to different edge of notebook tabs...fvogel2023-10-283-18/+33
|\ \ | |/
| * Move TtkBoxEqual() from ttkTheme.h to ttkThemeInt.hfvogel2023-10-283-3/+3
| * Ttk_BoxEqual has no need to be in the TTKAPI, let's limit its scope (--> TtkB...fvogel2023-10-283-3/+4
| * Refine the fix, avoid endless calls to NotebookDoLayout() on macOS aqua.fvogel2023-10-213-4/+13
| * Fix [198376af5a]: When moving tab position to different edge of notebook tabs...fvogel2023-10-211-16/+21
* | Made sure that a C++ compiler won't raise warnings related to the invocations...csaba2023-10-253-29/+25
* | Simplified and unified the drawing of focus ring around the field element of ...csaba2023-10-243-38/+52
* | Merge 8.7jan.nijtmans2023-10-121-3/+13
|\ \ | |/
| * Fix [04d3e5ea8e]: Ttk_Use(): do not call functions through pointers to incorr...jan.nijtmans2023-10-121-3/+13
* | Merge 8.6. Some C++-fixesjan.nijtmans2023-10-114-27/+18
|\ \ | |/
| * Fix [9675dd5916]: tkOldConfig.c incorrectly uses ckfree() when freeProc == fr...jan.nijtmans2023-10-111-10/+1
* | Removed the "-fieldlightcolor" style option of the "clam" theme, added in [bb...csaba2023-10-071-1/+1
* | Visual improvements regarding the focus ring around the ttk::combobox and ttk...csaba2023-10-062-5/+27
* | Added a thin focus ring to the ttk::combobox and ttk::spinbox widgets of the ...csaba2023-09-213-46/+54
* | 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-123-34/+85
* | Fix for ticket [9291d8a4c].csaba2023-09-122-4/+6
* | 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-092-40/+190
* | Improvements related to the Ttk field element and the Widget Demo.csaba2023-09-063-22/+38
* | Keep the variables tk::scalingPct and tk::svgFmt in sync with [tk scaling].csaba2023-08-293-13/+15
* | Improved the look of the ttk::scrollbar widget in the themes "default" and "a...csaba2023-08-232-11/+31
* | Improvements in the the built-in themes. See ticket [6ec00a7dc9] for details.csaba2023-08-224-294/+450
* | Made the ttk::menubutton arrow padding in the alt theme scaling-aware.csaba2023-08-121-3/+19
* | Improvements related to scaling and appearance in the built-in themes alt,csaba2023-08-125-195/+280
* | Override on and off default times with values obtained from the option databa...fvogel2023-07-011-0/+24
* | Merge branch tip-675 following acceptation of TIP #675 by TCT vote.fvogel2023-07-013-3/+48
|\ \
| * | Don't allow scheduling timers in the past.fvogel2023-06-201-2/+4
| * | Remove blank-only changefvogel2023-06-131-1/+0
| * | (again) Better implementation of 'ttk::style configure . -insertofftime'. Cur...fvogel2023-06-135-12/+14