summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* * generic/ttk/ttkElements.c, macosx/ttkMacOSXTheme.c:jenglish2007-11-193-158/+85
* * generic/ttk/ttkFrame.c: Use sublayout for ttk::labelframe labelsjenglish2007-11-182-38/+61
* BUGFIX: Ttk_GetPaddingFromObj() and Ttk_GetBorderFromObj() returned garbagejenglish2007-11-181-1/+2
* Ttk_ElementSize: Fixed longstanding, subtle bug that caused element paddingjenglish2007-11-086-37/+54
* + Use null "treearea" element for treeview owner-draw areajenglish2007-11-042-5/+6
* * generic/ttk/ttkWidget.c: Split up RedisplayWidget()jenglish2007-10-301-63/+56
* ttk::notebook: reworked [$nb insert] logic (fixes multiple bugs; see #1817596)jenglish2007-10-251-32/+34
* Move widget layout registration from TtkElements_Init()jenglish2007-10-2512-271/+230
* * library/ttk/combobox.tcl: ttk::combobox overhaul;jenglish2007-10-221-5/+4
* generic/ttk/ttkTreeview.c: Store pointer to column table entryjenglish2007-10-152-73/+39
* * generic/tkArgv.c: Fix gcc warnings about 'cast to/fromdas2007-10-152-4/+26
* * generic/ttk/ttkInit.c (Ttk_Init): register ttk in package databasedas2007-09-032-5/+3
* Added -width and -height options.jenglish2007-06-101-15/+69
* Ttk_Manager API overhaul:jenglish2007-06-095-339/+386
* EntrySetValue: Ensure that widget is in a consistent state before settingjenglish2007-05-181-5/+10
* Fix more type pun warnings (those not found by my local version of GCC)dkf2007-05-031-2/+4
* * generic/ttk/ttkTreeview.c(TagOptionSpecs): Use TK_OPTION_STRINGjenglish2007-04-281-4/+4
* * generic/tkCanvas.c: allow -selectforeground option to be None; adddas2007-04-231-1/+13
* BUGFIX (Ttk_BuildLayoutTemplate): Nested TTK_GROUP nodes did not workjenglish2007-03-211-2/+12
* revert premature commitdas2007-03-071-13/+1
* * generic/tkMain.c (Tk_MainEx): replicate macosx-specific code fromdas2007-03-073-2/+903
* Revert previous change to keep in sync with Tile codebase.jenglish2007-01-1111-86/+75
* Many minute fixes to reduce number of minor warnings from GCC.dkf2007-01-1111-75/+86
* Revert addition of contravariant 'const' qualifiers,jenglish2007-01-1113-44/+44
* various "const" additions, in line with TIP #27nijtmans2007-01-0315-52/+52
* ImageElement clientData no longer needed.jenglish2006-12-251-22/+11
* Remove assert() calls - Don't Panicjenglish2006-12-181-12/+6
* Big batch of ttk::treeview improvements:jenglish2006-12-182-154/+412
* Add combobox -height option; only show scrollbar if the listboxjenglish2006-12-171-1/+6
* Global reduction: use per-file *_Init() routines to reducejenglish2006-12-1416-179/+211
* * generic/ttk/ttkInit.c:hobbs2006-12-133-14/+6
* Try to straighten out theme loading and selection logic.jenglish2006-12-132-2/+9
* Remove nonfunctional code and incorrect comments.jenglish2006-12-131-9/+1
* Rename typedef Ttk_Element => Ttk_ElementImpl.jenglish2006-12-106-23/+23
* Merged duplicate functionality between image element factory,jenglish2006-12-097-264/+274
* Dead code removal.jenglish2006-12-012-8/+2
* * generic/ttk/ttkWidget.c, generic/ttk/ttkPaned.c Fix for #1603506jenglish2006-11-274-87/+75
* * library/ttk/altTheme.tcl, library/ttk/clamTheme.tcl,jenglish2006-11-242-21/+28
* Add support for alternate/indeterminate checkbutton state.jenglish2006-11-211-5/+1
* Fix off-by-one bug in tree indicator size computation [#1596021,jenglish2006-11-141-7/+7
* *correct* fix for #1588251.jenglish2006-11-131-7/+9
* Reworked cleanup procedure -- "self-cancelling" idle call is not robust,jenglish2006-11-121-15/+12
* Miscellaneous minor changes to re-sync Ttk codebase with Tile CVS:jenglish2006-11-074-17/+12
* We do not want to require tkInt in all the ttk files so added thepatthoyts2006-11-033-4/+14
* * generic/ttk/ttkBlink.c, generic/ttk/ttkButton.c:das2006-11-0331-623/+657
* * macosx/Wish.xcodeproj/project.pbxproj: add new Ttk files.das2006-10-311-2/+4
* * doc/ttk_Geometry.3, doc/ttk_Theme.3, doc/ttk_button.n:hobbs2006-10-3137-0/+22960