summaryrefslogtreecommitdiffstats
path: root/win/ttkWinXPTheme.c
Commit message (Expand)AuthorAgeFilesLines
* Two more Tk_GetPixelsFromObj usages. Remove double MODULE_SCOPE definitions. ...jan.nijtmans2024-05-111-1/+2
* 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
* MSVC++ 6.0 does't handle C++ commentsjan.nijtmans2020-10-281-2/+2
* A few more -Wundef warnings, and a 'const' additionjan.nijtmans2020-10-091-12/+8
* 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
* 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
* 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
* Eliminate a few (harmless) gcc(-9) warnings on Windows and Cygwin.jan.nijtmans2020-03-091-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
* *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
* Fix [4f9a99e20b]: crash when specifying wrong -syssize option in ttk::style e...fvogel2019-04-301-1/+1
* Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish.jan.nijtmans2019-03-151-16/+37
* '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
* | ttk::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct} jenglish2012-07-021-1/+1
|\ \ | |/
| * ttk::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct}jenglish2012-07-021-1/+1
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
* | [Bug 3000002]: enable use of system sizes for vsapi elementspatthoyts2011-03-221-3/+69
|\ \ | |/
| * [Bug 3000002]: enable use of system sizes for vsapi elementspatthoyts2011-03-221-3/+69
| * Major backport of 8.6 Ttk for 8.5.9. Most changes were only beinghobbs2010-08-261-2/+48
| * Fix the selection of treeview rows on Windows XP and Vistapatthoyts2009-12-031-2/+6
| * Backported support for the Vista theme.patthoyts2009-05-141-35/+222
* | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-14/+13
* | Unnessarary TCL_STORAGE_CLASS re-definitionsnijtmans2010-04-291-2/+2
* | Eliminate various gcc warningsnijtmans2009-08-091-2/+2
* | eliminate various gcc and msvc compiler warningsnijtmans2009-08-021-2/+6
* | Eliminate a few compiler warnings on mingwnijtmans2009-03-251-38/+38
* | Correct the ttk::treeview border on XP and Vista.patthoyts2009-02-211-1/+11
* | Added vista theme to iron out the visual differences between vista and XP.patthoyts2008-12-051-2/+19
* | Implemented the themed spinbox widget ttk::spinbox.patthoyts2008-11-011-1/+47