summaryrefslogtreecommitdiffstats
path: root/win/ttkWinTheme.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7. Fix indentingjan.nijtmans2024-07-121-1/+1
|\
| * Two more Tk_GetPixelsFromObj usages. Remove double MODULE_SCOPE definitions. ...jan.nijtmans2024-05-111-2/+2
* | Fix typo, revert unintended changejan.nijtmans2024-05-101-1/+1
* | 4 more Tk_GetPixelsFromObj() usage: for highlightThickness, shiftrelief and s...jan.nijtmans2024-05-101-8/+3
|\ \ | |/
| * More usage of Tk_GetPixelsFromObj() and TCL_UNUSED(), all backported from Tk ...jan.nijtmans2024-05-101-76/+163
| * Fix compiler warning on Windowsjan.nijtmans2024-01-171-1/+1
| * Fix 2 (minor) compiler warnings on Windowsjan.nijtmans2024-01-021-1/+1
| * 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-0/+151
* | Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be usedjan.nijtmans2024-05-091-1/+1
* | Provide variable-names in commentsjan.nijtmans2023-12-191-40/+40
* | ttk improvements (e.g. regarding TCL_UNUSED)jan.nijtmans2023-12-181-12/+12
* | Fix compiler warningjan.nijtmans2023-11-151-2/+2
* | 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-0/+1
* | Extended the man page for ttk::notebook; updated ttkWinTheme.c and ttkWinXPTh...csaba2023-11-101-19/+0
* | A few more adjustments, mainly for the Windows themes.csaba2023-11-091-3/+3
* | 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-0/+163
* | Improvements related to scaling and appearance in the built-in themes alt,csaba2023-08-121-11/+3
* | Some more C warnings (windows-specific)jan.nijtmans2023-03-021-0/+5
* | Made the ttk::sizegrip widget scaling-aware; a few necessary changes related ...csaba2023-02-091-4/+11
* | Made the indicators of the Tk core checkbuttons and radiobuttons on Windows a...csaba2023-02-061-5/+20
* | More usage for Tcl_Size (internal TkEnsemble)jan.nijtmans2022-11-031-95/+111
* | Fix [32bda06ec0]: Tk build failure at branch "main" (2021-10-04) using mingw ...jan.nijtmans2021-10-061-1/+1
* | (c) -> ©jan.nijtmans2020-12-091-1/+1
* | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc...fvogel2020-08-191-2/+2
|\ \ | |/
| * In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when -...fvogel2020-07-181-2/+2
| * In ttk layouts, when -expand 1 is specified, then -side is ignored. Ditto for...fvogel2020-07-181-2/+2
* | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
|\ \ | |/
| * Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
* | More progress in making win32 build C++-ready.jan.nijtmans2020-03-101-5/+5
* | Merge trunkjan.nijtmans2020-02-101-2/+2
|\ \
* \ \ Merge trunkjan.nijtmans2020-02-071-2/+2
|\ \ \ | |/ /
| * | Use Ttk_ButtonDefaultState/Ttk_Compound (enums) in stead of "int" in many int...jan.nijtmans2020-02-071-2/+2
* | | Merge 8.7jan.nijtmans2020-02-061-23/+23
|\ \ \ | |/ /
| * | Add many 'const' modifiers, allowing the C-compiler to put many configuration...jan.nijtmans2020-02-061-23/+23
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-36/+97
|/ /
* | Minor tweaks, mostly formattingjan.nijtmans2018-12-011-2/+2
* | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-8/+8
|/
* ttk::theme::* packages don't Provide anything Extra.jenglish2013-02-151-1/+1
* Eliminate usage of Tcl_PkgProvide/Tcl_PkgRequire functions, use the 'Ex' vers...jan.nijtmans2013-02-151-1/+1
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| * Major backport of 8.6 Ttk for 8.5.9. Most changes were only beinghobbs2010-08-261-11/+23
* | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-1/+1
* | fix more gcc warnings: missing initializernijtmans2010-01-221-8/+8
* | Implemented the themed spinbox widget ttk::spinbox.patthoyts2008-11-011-5/+17
|/
* Add tristate support to checkbuttons and radiobuttons [Bug 1865898].jenglish2008-01-081-54/+53
* merge stable branch onto HEADdgp2007-12-131-1/+1