summaryrefslogtreecommitdiffstats
path: root/win/ttkWinXPTheme.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \
| * | | | More TCHAR -> WCHAR conversionsjan.nijtmans2019-06-111-1/+1
| * | | | Eliminate on Windows all usages of Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf(...jan.nijtmans2019-06-101-3/+6
* | | | | Merge 8.6jan.nijtmans2019-09-191-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | *A() to *W() Win32 API changes, actually the same because Tk is already compi...jan.nijtmans2019-09-191-1/+1
| * | | TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ...jan.nijtmans2019-09-161-1/+1
* | | | Merge 8.6. Code cleanup, possible because we know we are compiling in UNICOD...jan.nijtmans2019-06-191-1/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
* | | Merge trunkjan.nijtmans2019-05-101-4/+4
|\ \ \ | | |/ | |/|
| * | Fix [4f9a99e20b]: crash when specifying wrong -syssize option in ttk::style e...fvogel2019-04-301-1/+1
| |\ \ | | |/
| | * Fix [4f9a99e20b]: crash when specifying wrong -syssize option in ttk::style e...fvogel2019-04-301-1/+1
| * | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-3/+3
* | | Merge trunkjan.nijtmans2019-04-021-17/+38
|\ \ \ | |/ /
| * | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge...jan.nijtmans2019-04-021-6/+6
| * | Merge 8.6jan.nijtmans2019-03-151-16/+37
| |\ \ | | |/