summaryrefslogtreecommitdiffstats
path: root/win/ttkWinXPTheme.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Add FETCH_ONCE to the treeview indicator also.bll2020-05-241-1/+1
| * Use S_OK for result instead of directly 0.fvogel2020-05-241-2/+2
| * Work around a windows vsapi issue where the size returned for a vsapibll2020-05-201-10/+31
* | Merge 8.6jan.nijtmans2020-04-031-5/+1
|\ \ | |/
| * Split (internal) TK_THEME_WIN_CLASSIC into two different symbols: TK_THEME_WI...jan.nijtmans2020-04-031-5/+1
| * Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with Tcl_Uni...jan.nijtmans2020-03-241-37/+44
* | Put back accidently commented-out part from ttkWinXPTheme.cjan.nijtmans2020-03-111-2/+0
* | More progress in making win32 build C++-ready.jan.nijtmans2020-03-101-6/+8
* | Merge 8.6jan.nijtmans2020-03-091-1/+1
|\ \ | |/
| * Eliminate a few (harmless) gcc(-9) warnings on Windows and Cygwin.jan.nijtmans2020-03-091-1/+1
* | Rename (static) function TkMenuCleanup() to MenuCleanup(). Make TkGetMenuInde...jan.nijtmans2020-02-211-1/+1
* | Fix 2 gcc warnings in win/ttkWinXPTheme.c due to the recent addition of "cons...jan.nijtmans2020-02-191-21/+27
* | Add many 'const' modifiers, allowing the C-compiler to put many configuration...jan.nijtmans2020-02-061-36/+36
* | Fix [b094cb4aa9]: ttk::treeview steadily enlarges width when repeatedly confi...fvogel2019-12-141-1/+1
|\ \ | |/
| * Fix [b094cb4aa9]: ttk::treeview steadily enlarges width when repeatedly confi...fvogel2019-12-081-1/+1
| * Add type-casts to many usage of Tcl_WinTCharToUtf(), so Tk compiles without w...jan.nijtmans2019-09-241-2/+2
* | Fix 2 left-over Tcl_WinUtfToTChar() calls. Some more code cleanup, made possi...jan.nijtmans2019-09-251-5/+3
* | Eliminate all references to Tcl_WinTCharToUtf/Tcl_WinUtfToTChar functions, us...jan.nijtmans2019-09-201-3/+6
|\ \
| * \ Merge trunkjan.nijtmans2019-09-201-1/+1
| |\ \ | |/ / |/| |
| * | Merge trunkjan.nijtmans2019-09-091-3/+3
| |\ \
| * \ \ Merge trunkjan.nijtmans2019-06-151-2/+2
| |\ \ \