summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkNotebook.c
Commit message (Expand)AuthorAgeFilesLines
* Add (char *) to sentinels, add {} to if-statements, just as everywhere elsejan.nijtmans2025-09-301-16/+15
* Spacing/indenting fixes for ttkjan.nijtmans2024-11-071-53/+53
* Merge 8.7jan.nijtmans2024-06-031-7/+7
|\
| * Somewhat better error-messages (addendum to previous commit)jan.nijtmans2024-06-031-4/+4
| * Fix [e6140f3404]: Crashes in empty ttk::panedwindowfor pane and forget comman...jan.nijtmans2024-06-031-9/+13
* | Fix issue preventing notebook-9.2 from passing.fvogel2024-06-021-5/+9
* | Change Ttk_GetContentIndexFromObj API to take an additional parameter indicat...apnadkarni2024-06-011-3/+3
* | Fix [527cb3cd5d]: Documentation of ttk states. user1/user2 are no longer misu...jan.nijtmans2024-05-201-2/+2
|\ \ | |/
| * Fix [527cb3cd5d]. Moves special internal flags outside the user1-user6 rangejan.nijtmans2024-05-191-2/+2
* | Merge 8.7jan.nijtmans2024-05-131-6/+5
|\ \ | |/
| * Merge 8.6, which means some more Tk_GetPixelsFromObj() improvementsjan.nijtmans2024-05-131-6/+5
| |\
| | * Fix [bb52855781]: ttk treeview tests not robust against display scalingjan.nijtmans2024-05-131-22/+22
| | |\
| | * | Two more Tk_GetPixelsFromObj usages. Remove double MODULE_SCOPE definitions. ...jan.nijtmans2024-05-111-2/+2
* | | | Merge 8.7jan.nijtmans2024-05-131-1/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | -mintabwidth could be specified in any pixel form as welljan.nijtmans2024-05-131-1/+1
* | | 4 more usages of Tk_GetPixelsFromObj(). Remove duplicated MODULE_SCOPE defini...jan.nijtmans2024-05-101-5/+2
|\ \ \ | |/ /
| * | 4 more Tk_GetPixelsFromObj() usage: for highlightThickness, shiftrelief and s...jan.nijtmans2024-05-101-5/+2
| |\ \ | | |/
| | * Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a...csaba2023-11-131-10/+11
| | * Backported the changes made in the branch bug-eedd2e078d to core-8-6-branch.csaba2023-11-121-0/+9
* | | Merge 8.7jan.nijtmans2023-12-181-1/+1
|\ \ \ | |/ /
| * | Make Ttk_ManagerSpec "const"jan.nijtmans2023-12-181-1/+1
* | | Merge 8.7jan.nijtmans2023-12-181-5/+5
|\ \ \ | |/ /
| * | ttk improvements (e.g. regarding TCL_UNUSED)jan.nijtmans2023-12-181-5/+5
| * | Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a...csaba2023-11-141-10/+11
* | | Give Ttk_GetOrientFromObj the signature it always should have had.jan.nijtmans2023-11-161-8/+6
* | | Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a...csaba2023-11-131-10/+11
|/ /
* | 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
* | Attempt to fix the bug [eedd2e078d] (ttk::notebook looks bad when tabs are po...csaba2023-11-051-3/+12
* | Fix [198376af5a]: When moving tab position to different edge of notebook tabs...fvogel2023-10-281-18/+24
|\ \ | |/
| * Move TtkBoxEqual() from ttkTheme.h to ttkThemeInt.hfvogel2023-10-281-1/+1
| * Ttk_BoxEqual has no need to be in the TTKAPI, let's limit its scope (--> TtkB...fvogel2023-10-281-1/+1
| * Refine the fix, avoid endless calls to NotebookDoLayout() on macOS aqua.fvogel2023-10-211-4/+5
| * Fix [198376af5a]: When moving tab position to different edge of notebook tabs...fvogel2023-10-211-16/+21
* | Fix for ticket [9291d8a4c].csaba2023-09-121-3/+4
* | Still more int -> Tcl_Sizejan.nijtmans2023-04-251-11/+11
* | Last set (hopefully) in preparation of TIP 660apnadkarni2023-04-181-15/+15
* | Finished first pass through all files. Same test failures as trunk.apnadkarni2023-04-171-8/+8
* | Complete fix for [85cea56c27]: The -underline option does not show an underli...jan.nijtmans2023-04-021-2/+2
* | Partial fix for [85cea56c27]: The -underline option does not show an underlin...jan.nijtmans2023-03-141-2/+2
|\ \
| * | Fix [85cea56c27]: The -underline option does not show an underline on ttk::la...fvogel2023-03-111-1/+6
|/ /
* | Reduce the number of ttk C warningsjan.nijtmans2023-03-021-0/+3
* | More TK_OPTION_INT -> TK_OPTION_PIXELSjan.nijtmans2023-02-081-4/+4
* | Merge 8.7jan.nijtmans2022-07-251-2/+2
|\ \
| * \ Fix [91ca777b4d]: ttk::notebook loose control over content of tabs on MacOS.fvogel2022-07-191-2/+2
| |\ \ | | |/
| | * Alternative fix for [91ca777b4d]: ttk::notebook loose control over content of...fvogel2022-07-171-1/+0
| | * Restore the fix from chw.fvogel2022-07-161-1/+1
| | * Remove debug output (leftover in previous commit).fvogel2022-07-161-3/+0
| | * Fix typos in the description of TkMacOSXHandleMapOrUnmap in macosx/tkMacOSXWm.c.fvogel2022-07-161-1/+4
| | * Fix [91ca777b4d]: ttk::notebook loose control over content of tabs on MacOS. ...fvogel2022-06-181-2/+3