summaryrefslogtreecommitdiffstats
path: root/win/ttkWinXPTheme.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ | | |/
| | * Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish.jan.nijtmans2019-03-151-16/+37
* | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-2/+2
|/ /
* | Header include reform: Since "tkInt.h" already contains header files like <st...jan.nijtmans2018-09-061-2/+2
* | CONST'ify some string arrays (strings itself where already CONST, but the arr...jan.nijtmans2017-11-281-1/+1
* | Bring all win32 version stuff to one place. Should work the same (should stil...jan.nijtmans2016-11-091-5/+1
|/
* 'xpnative' and 'vista' (and 'aqua') themes: 'alternate on' changed to be iden...fvogel2016-10-051-0/+2
* Some bit of Windows 8.1 compatibility: See [http://msdn.microsoft.com/en-us/l...jan.nijtmans2013-11-201-3/+3
|\
| * Some bit of Windows 8.1 compatibility: See [http://msdn.microsoft.com/en-us/l...jan.nijtmans2013-11-201-3/+3
* | 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
* | Merge core-8-5-branchjan.nijtmans2013-01-241-4/+4
|\ \ | |/
* | Fix build for VC 11.dgp2012-12-101-1/+1
* | Working towards making the error codes more consistent.dkf2012-07-301-2/+2
* | a few more placesdkf2012-07-241-5/+9