summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkManager.c
Commit message (Expand)AuthorAgeFilesLines
* TIP 578: Death to TCL_DBGXjan.nijtmans2020-07-031-3/+1
* Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ...jan.nijtmans2020-05-261-2/+2
* Negative "slaveIndex" means out-of-bounds too.jan.nijtmans2020-05-251-1/+1
* Formatting and even more size_t usage.jan.nijtmans2020-05-251-10/+10
* More usage of (internal) TkGetIntForIndex() function, and give this function ...jan.nijtmans2020-03-201-2/+4
* Merge trunkjan.nijtmans2020-02-261-10/+10
|\
| * Fix 2 gcc warnings in win/ttkWinXPTheme.c due to the recent addition of "cons...jan.nijtmans2020-02-191-10/+10
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-8/+8
|/
* Header include reform: Since "tkInt.h" already contains header files like <st...jan.nijtmans2018-09-061-2/+1
* Fix XOffsetRegion/XUnionRegion prototypes (not currently used). Remove unnecc...jan.nijtmans2016-05-191-1/+1
* Tk_CancelIdleCall -> Tcl_CancelIdleCalljan.nijtmans2013-01-231-1/+1
|\
| * Tk_CancelIdleCall -> Tcl_CancelIdleCalljan.nijtmans2013-01-231-1/+1
* | Ttk and Aqua donedkf2012-07-241-17/+15
* | Purge RCS Keywordsdgp2011-06-081-2/+1
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+1
* | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-7/+6
|/
* Eliminate some unneeded write-only variables (discovered by gcc-4.6)jan.nijtmans2011-03-111-2/+1
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Internal Ttk_Manager API updates; Fixed [Bug 1343984];jenglish2007-11-251-7/+11
* Ttk_Manager API overhaul:jenglish2007-06-091-117/+62
* Revert previous change to keep in sync with Tile codebase.jenglish2007-01-111-9/+9
* Many minute fixes to reduce number of minor warnings from GCC.dkf2007-01-111-9/+9
* * doc/ttk_Geometry.3, doc/ttk_Theme.3, doc/ttk_button.n:hobbs2006-10-311-0/+605