summaryrefslogtreecommitdiffstats
path: root/win/ttkWinTheme.c
Commit message (Expand)AuthorAgeFilesLines
* More usage for Tcl_Size (internal TkEnsemble)jan.nijtmans2022-11-031-95/+111
* Fix [32bda06ec0]: Tk build failure at branch "main" (2021-10-04) using mingw ...jan.nijtmans2021-10-061-1/+1
* (c) -> ©jan.nijtmans2020-12-091-1/+1
* Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc...fvogel2020-08-191-2/+2
|\
| * In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when -...fvogel2020-07-181-2/+2
| * In ttk layouts, when -expand 1 is specified, then -side is ignored. Ditto for...fvogel2020-07-181-2/+2
* | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
|\ \ | |/
| * Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
* | More progress in making win32 build C++-ready.jan.nijtmans2020-03-101-5/+5
* | Merge trunkjan.nijtmans2020-02-101-2/+2
|\ \
* \ \ Merge trunkjan.nijtmans2020-02-071-2/+2
|\ \ \ | |/ /
| * | Use Ttk_ButtonDefaultState/Ttk_Compound (enums) in stead of "int" in many int...jan.nijtmans2020-02-071-2/+2
* | | Merge 8.7jan.nijtmans2020-02-061-23/+23
|\ \ \ | |/ /
| * | Add many 'const' modifiers, allowing the C-compiler to put many configuration...jan.nijtmans2020-02-061-23/+23
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-36/+97
|/ /
* | Minor tweaks, mostly formattingjan.nijtmans2018-12-011-2/+2
* | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-8/+8
|/
* 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
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| * Major backport of 8.6 Ttk for 8.5.9. Most changes were only beinghobbs2010-08-261-11/+23
* | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-1/+1
* | fix more gcc warnings: missing initializernijtmans2010-01-221-8/+8
* | Implemented the themed spinbox widget ttk::spinbox.patthoyts2008-11-011-5/+17
|/
* Add tristate support to checkbuttons and radiobuttons [Bug 1865898].jenglish2008-01-081-54/+53
* 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/+1
* Improved macrology for statically-initialized layout template tables.jenglish2007-12-021-21/+22
* Ttk_ElementSize: Fixed longstanding, subtle bug that caused element paddingjenglish2007-11-081-6/+5
* Move widget layout registration from TtkElements_Init()jenglish2007-10-251-277/+167
* Assorted minor cleanups.dkf2007-09-081-8/+16
* header cleanupdgp2007-09-071-2/+1
* Standardize function definition format.dkf2007-04-171-155/+254
* Revert previous change to keep in sync with Tile codebase.jenglish2007-01-111-12/+10
* Many minute fixes to reduce number of minor warnings from GCC.dkf2007-01-111-10/+12
* * generic/ttk/ttkBlink.c, generic/ttk/ttkButton.c:das2006-11-031-7/+7
* * doc/ttk_Geometry.3, doc/ttk_Theme.3, doc/ttk_button.n:hobbs2006-10-311-0/+730