summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkInit.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-221-3/+3
* Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-3/+3
* Merge trunkjan.nijtmans2020-02-101-28/+26
|\
| * Add new (internal) function TtkGetOrientFromObj(), which uses Ttk_Orient type...jan.nijtmans2020-02-101-21/+24
* | Merge trunkjan.nijtmans2020-02-071-8/+29
|\ \ | |/
| * Use Ttk_ButtonDefaultState/Ttk_Compound (enums) in stead of "int" in many int...jan.nijtmans2020-02-071-6/+20
* | Merge 8.7jan.nijtmans2020-02-061-4/+4
|\ \ | |/
| * Add many 'const' modifiers, allowing the C-compiler to put many configuration...jan.nijtmans2020-02-061-4/+4
| * Protect better against possible confusion between XGenericEvent's and (Tcl-sp...jan.nijtmans2020-02-051-2/+2
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-5/+5
|/
* Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-3/+3
* Header include reform: Since "tkInt.h" already contains header files like <st...jan.nijtmans2018-09-061-2/+1
* CONST'ify some string arrays (strings itself where already CONST, but the arr...jan.nijtmans2017-11-281-1/+1
* Merge core-8-5-branchjan.nijtmans2013-01-241-12/+13
* Move -takefocus option out of ttkCoreOptionSpecs,jenglish2011-09-221-2/+0
* Purge RCS Keywords.dgp2011-06-081-1/+1
* Major backport of 8.6 Ttk for 8.5.9. Most changes were only beinghobbs2010-08-261-4/+4
* Fix various gcc-4.4 warnings and formatting, allnijtmans2010-01-291-11/+11
* merge stable branch onto HEADdgp2007-12-131-1/+1
* * generic/ttk/ttkInit.c (Ttk_Init): register ttk in package databasedas2007-09-031-3/+1
* various "const" additions, in line with TIP #27nijtmans2007-01-031-3/+3
* Global reduction: use per-file *_Init() routines to reducejenglish2006-12-141-42/+43
* * generic/ttk/ttkInit.c:hobbs2006-12-131-7/+3
* * generic/ttk/ttkBlink.c, generic/ttk/ttkButton.c:das2006-11-031-61/+61
* * doc/ttk_Geometry.3, doc/ttk_Theme.3, doc/ttk_button.n:hobbs2006-10-311-0/+289