summaryrefslogtreecommitdiffstats
path: root/win/ttkWinXPTheme.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Tk_ObjCustomOption documentation. Fix some indentingjan.nijtmans2024-07-121-5/+5
|\
| * Merge 8.7. Fix indentingjan.nijtmans2024-07-121-5/+5
| |\
* | \ TTK_STATE_USER1 -> TTK_STATE_FIRST in win/ttkWinXPTheme.c.csaba2024-06-191-1/+1
|\ \ \ | |/ /
| * | TTK_STATE_USER1 -> TTK_STATE_FIRST in win/ttkWinXPTheme.c.csaba2024-06-191-1/+1
* | | Fix [527cb3cd5d]: Documentation of ttk states. user1/user2 are no longer misu...jan.nijtmans2024-05-201-4/+1
|\ \ \ | |/ /
| * | Fix [527cb3cd5d]: Documentation of ttk states. user1/user2 are no longer misu...jan.nijtmans2024-05-201-4/+1
| |\ \
| | * | Fix [527cb3cd5d]. Moves special internal flags outside the user1-user6 rangejan.nijtmans2024-05-191-3/+0
| |/ /
* | | Merge 8.7 (left-over spacing)jan.nijtmans2024-05-111-1/+2
|\ \ \ | |/ /
| * | Merge 8.6 (left-over spacing)jan.nijtmans2024-05-111-1/+2
| |\ \ | | |/
| | * Two more Tk_GetPixelsFromObj usages. Remove double MODULE_SCOPE definitions. ...jan.nijtmans2024-05-111-1/+2
* | | 4 more usages of Tk_GetPixelsFromObj(). Remove duplicated MODULE_SCOPE defini...jan.nijtmans2024-05-101-2/+0
|\ \ \ | |/ /
| * | 4 more Tk_GetPixelsFromObj() usage: for highlightThickness, shiftrelief and s...jan.nijtmans2024-05-101-2/+0
| |\ \ | | |/
| | * More usage of Tk_GetPixelsFromObj() and TCL_UNUSED(), all backported from Tk ...jan.nijtmans2024-05-101-25/+45
| | * Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr...jan.nijtmans2024-05-091-3/+3
| | * .. but prevent code duplicationjan.nijtmans2024-01-031-1/+1
| | * Fix 2 (minor) compiler warnings on Windowsjan.nijtmans2024-01-021-1/+2
| | * 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-7/+101
* | | Merge 8.7jan.nijtmans2024-02-161-4/+4
|\ \ \ | |/ /
| * | Fix warning in tkEntry.c. More typecast cleanupjan.nijtmans2024-02-161-4/+4
|/ /
* | Tcl_Alloc -> ckalloc. Remove unnecessary type-casts.jan.nijtmans2024-02-141-4/+4
* | Provide variable-names in commentsjan.nijtmans2023-12-191-4/+4
* | 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-2/+13
* | Final adjustments in ttkWinTheme.c and ttkWinXPTheme.c, after corrections in ...csaba2023-11-121-1/+1
* | Extended the man page for ttk::notebook; updated ttkWinTheme.c and ttkWinXPTh...csaba2023-11-101-36/+30
* | A few more adjustments, mainly for the Windows themes.csaba2023-11-091-3/+3
* | ttkWinXPTheme.c: Made sure that no separating line appears any longer between...csaba2023-11-071-8/+12
* | Attempt to fix the bug [eedd2e078d] (ttk::notebook looks bad when tabs are po...csaba2023-11-051-3/+104
* | Eliminate some more unneeded HAVE_* macro'sjan.nijtmans2023-07-171-13/+1
* | Still missed a few (from previous commit)jan.nijtmans2023-04-271-2/+3
* | Missed more than a few TIP 660 changes. Possibly more to come.apnadkarni2023-04-181-1/+1
* | -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-031-3/+3
* | Some more C warnings (windows-specific)jan.nijtmans2023-03-021-0/+2
* | More usage for Tcl_Size (internal TkEnsemble)jan.nijtmans2022-11-031-17/+30
* | more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-301-3/+4
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-3/+3
* | Alphabetize some string tablesjan.nijtmans2022-05-041-6/+6
* | Fix [32bda06ec0]: Tk build failure at branch "main" (2021-10-04) using mingw ...jan.nijtmans2021-10-061-1/+1
* | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-3/+3
* | (c) -> ©jan.nijtmans2020-12-091-3/+3
* | Merge 8.6. Eliminate more C++ commentsjan.nijtmans2020-10-281-2/+2
|\ \ | |/
| * MSVC++ 6.0 does't handle C++ commentsjan.nijtmans2020-10-281-2/+2
* | Merge 8.6jan.nijtmans2020-10-091-4/+2
|\ \ | |/
| * A few more -Wundef warnings, and a 'const' additionjan.nijtmans2020-10-091-12/+8
* | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc...fvogel2020-08-191-6/+6
|\ \ | |/
| * In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when -...fvogel2020-07-181-6/+6
| * In ttk layouts, when -expand 1 is specified, then -side is ignored. Ditto for...fvogel2020-07-181-2/+2
* | Fix [3c6660b6f0], [601cead1d0] and [4b50b76028]: Wrong ttk::checkbutton and t...fvogel2020-05-281-1/+1
|\ \ | |/
| * Implement a much simpler method to get the proper sizing (nemethi).bll2020-05-241-32/+11