summaryrefslogtreecommitdiffstats
path: root/win/ttkWinXPTheme.c
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2019-06-151-2/+2
|\
| * Merge trunkjan.nijtmans2019-05-101-4/+4
| |\
| * \ Merge trunkjan.nijtmans2019-04-021-17/+38
| |\ \
| * | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-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
| |_|/ |/| |
* | | 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
| |_|/ |/| |
* | | 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
* | 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
* | 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
* | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-29/+34
* | Provide a visual-styles API element engine to permit scripts to createpatthoyts2008-04-081-3/+158
|/
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Only tkWin.h should include windows.h unless we have an explicit override ofpatthoyts2007-12-101-3/+2
* Improved macrology for statically-initialized layout template tables.jenglish2007-12-021-30/+21
* * win/ttkWinXPTheme.c: Add support for size information flags forpatthoyts2007-11-181-13/+56
* Ttk_ElementSize: Fixed longstanding, subtle bug that caused element paddingjenglish2007-11-081-1/+5
* Move widget layout registration from TtkElements_Init()jenglish2007-10-251-211/+178
* Standardize function definition format.dkf2007-04-171-166/+194