summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkWidget.h
Commit message (Expand)AuthorAgeFilesLines
* Merge implementation of TIP #574 following acceptation by vote.fvogel2020-05-241-0/+2
|\
| * Fix [1bb2f1d7ab]: ttk::treeview doesn't delete tags. Patch from Emiliano Gavi...fvogel2020-05-081-0/+2
* | 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
* Add many 'const' modifiers, allowing the C-compiler to put many configuration...jan.nijtmans2020-02-061-5/+5
* Merge trunkjan.nijtmans2019-05-101-1/+2
|\
| * Fix [2513186fff], [f9343d8f72] and [8261c517af]: ttk scrolling (xview/yview c...fvogel2019-05-081-1/+2
| |\
| | * Fix '.e index @'. The returned answer could be wrong if the scroll info was n...fvogel2019-04-281-0/+1
| | * Factorize the code a bit, and avoid calling the layoutProc twice when calling...fvogel2019-04-281-1/+1
* | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-2/+2
|/ /
* | Fix XOffsetRegion/XUnionRegion prototypes (not currently used). Remove unnecc...jan.nijtmans2016-05-191-2/+2
|/
* Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'...jan.nijtmans2014-02-101-1/+1
* Move -takefocus option out of ttkCoreOptionSpecs,jenglish2011-09-221-10/+13
* 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-29/+37
* Call Tk_MakeWindowExist() in widget constructor.jenglish2008-01-061-2/+1
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Internal Ttk_Manager API updates (missed from 2007-11-25 commit)jenglish2007-12-021-15/+23
* Revert addition of contravariant 'const' qualifiers,jenglish2007-01-111-4/+4
* various "const" additions, in line with TIP #27nijtmans2007-01-031-5/+5
* Global reduction: use per-file *_Init() routines to reducejenglish2006-12-141-9/+2
* Merged duplicate functionality between image element factory,jenglish2006-12-091-8/+1
* * generic/ttk/ttkBlink.c, generic/ttk/ttkButton.c:das2006-11-031-59/+59
* * doc/ttk_Geometry.3, doc/ttk_Theme.3, doc/ttk_button.n:hobbs2006-10-311-0/+269