summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* * generic/ttk/ttkTreeview.c: fix warning.das2008-06-121-3/+4
* NSCjenglish2008-06-011-3/+3
* [ttk::style theme use] without an argument now returns the current themepatthoyts2008-05-271-3/+40
* fix warningdas2008-05-231-2/+3
* Batch of ttk::treeview enhancements:jenglish2008-05-237-334/+567
* Avoid passing width or height <= 0 to Tk_RedrawImage,jenglish2008-05-231-1/+7
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-2712-69/+69
* * generic/tkStubLib.c: make symbols in libtkstub.a MODULE_SCOPE todas2008-04-021-4/+2
* * generic/ttk/ttkStubLib.c: ensure tcl stubs are used in libtkstubdas2008-03-272-4/+14
* Keep ttkStubLib.o in libtkstub instead of libtk. [Bug 1920030]jenglish2008-03-211-3/+4
* ensure symbols needed for Ttk stub support are exporteddas2008-03-191-4/+3
* Don't enforce minimum sash thickness of 5 pixels, just use 5 as a defaultjenglish2008-02-231-9/+4
* Make sure to schedule a redisplay when adding and/or hiding tabs [Bug 1878298].jenglish2008-01-281-2/+5
* BUGFIX: fix crash in [ttk::labelframe] when -style option specifiedjenglish2008-01-081-34/+37
* (oops. Missed a spot.)jenglish2008-01-061-11/+1
* Call Tk_MakeWindowExist() in widget constructor.jenglish2008-01-062-10/+6
* merge stable branch onto HEADdgp2007-12-1326-26/+26
* * generic/ttk/ttkTheme.c(StyleElementOptionsCmd):jenglish2007-12-121-9/+9
* Improved macrology for statically-initialized layout template tables.jenglish2007-12-027-75/+90
* Internal Ttk_Manager API updates (missed from 2007-11-25 commit)jenglish2007-12-022-19/+24
* Internal Ttk_Manager API updates; Fixed [Bug 1343984];jenglish2007-11-255-65/+116
* Fixed crash bug in style element createpatthoyts2007-11-191-2/+2
* * 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