summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* ttkNotebook.c(NotebookCleanup): Don't call Tk_DeleteOptionTable(),jenglish2009-01-111-4/+1
* * generic/ttk/ttkDefaultTheme.c: Fix color palette for radiobuttonjenglish2008-12-311-95/+62
* ttk::treeview: Fix inconsistent use of treeArea / headingArea;jenglish2008-12-271-28/+32
* fix 'make checkstubs' failure: make TtkEntry_Init MODULE_SCOPEdas2008-12-151-2/+2
* Remove leftover commented-out code, mistakenly included in last commitjenglish2008-12-111-2/+1
* Add native aqua elements for ttk::spinbox [Bug 2219588].jenglish2008-12-071-291/+126
* Fix potential null dereference flagged by clang static analyzerdas2008-12-071-2/+2
* Add new "hover" statejenglish2008-12-033-4/+21
* Widget self-destruction is not necessarily an error [Bug 2298720].jenglish2008-11-162-8/+7
* ttkWidget.c: Reworked widget construction and destruction sequence;jenglish2008-11-132-109/+129
* Don't crash when application uses nondefault visual [#2264732].jenglish2008-11-111-3/+2
* Ttk widget initializeProc()s now return void instead ofjenglish2008-11-0911-49/+30
* Remove unnecessary casts from ttkWidget.c.jenglish2008-11-091-15/+14
* ttkEntry.c: fix warning: unused variable 'currentValue'nijtmans2008-11-031-14/+13
* more internal -Wwrite-strings warning fixesnijtmans2008-11-023-18/+18
* Implemented the themed spinbox widget ttk::spinbox.patthoyts2008-11-011-68/+350
* Temporary workaround for [Bug 2207435]jenglish2008-10-311-1/+2
* Disable test ttk-6.3, it's not applicable [Bug 2175411].jenglish2008-10-241-10/+5
* Letting CONST die a slow and graceful death, since NO_CONST wasnijtmans2008-10-223-43/+43
* generic/ttk/ttkScroll.c: Don't use sprintf "%g" to format floatingjenglish2008-08-191-11/+11
* fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-235-32/+32
* Audit: ensure that output arguments to Tk_Get*FromObj() are initialized,jenglish2008-07-044-17/+15
* * 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