summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* Fix the (C++) buildjan.nijtmans2023-11-161-1/+1
* Give Ttk_GetOrientFromObj the signature it always should have had.jan.nijtmans2023-11-1614-45/+56
* Merge 8.7. Remove a lot of dead codejan.nijtmans2023-11-154-48/+1
|\
| * 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
* | merge trunkdkf2023-11-1310-260/+757
|\ \
| * | Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a...csaba2023-11-133-15/+37
| * | TIP #681: Ttk "size"-related optionsjan.nijtmans2023-11-123-14/+11
| |\ \ | | |/ | |/|
| | * Rebase to trunkjan.nijtmans2023-11-083-14/+11
| | |\
| | | * Rebase to 8.7jan.nijtmans2023-09-043-14/+11
| | | |\
| | | | * Merge 8.7jan.nijtmans2023-05-173-21/+18
| | | | |\
| | | | | * Merge 8.7jan.nijtmans2023-04-0419-183/+330
| | | | | |\
| | | | | * \ Merge 8.7jan.nijtmans2023-02-103-6/+6
| | | | | |\ \
| | | | | * \ \ Rebase to 8.7jan.nijtmans2023-02-083-21/+18
| | | | | |\ \ \
| | | | | | * \ \ Merge 8.7jan.nijtmans2023-01-253-10/+22
| | | | | | |\ \ \
| | | | | | * | | | Merge 8.7. -gripcount -> gripsize and diameter -> sizejan.nijtmans2023-01-153-21/+18
| * | | | | | | | | 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
* | | | | | | | | | Unbreak the build.fvogel2023-11-111-2/+2
* | | | | | | | | | Add a new command to ttk::treeview to work with detached itemsdkf2023-09-071-0/+45
|/ / / / / / / / /
* | | | | | | | | 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