summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* ttk::combobox: Add missing 'validate' command (reported by schelte).jenglish2011-01-221-1/+2
* Remove stippling from disabled images under Aqua; renders as white box curren...wordtech2011-01-141-1/+7
* Fix crash in 'tag add' / 'tag remove' when no -tags specified [SF#3085489].jenglish2010-10-111-4/+4
* Dummy genstubs::export (from genStubs.tcl)nijtmans2010-09-231-1/+19
* clean-up, port all genStubs.tcl changesnijtmans2010-09-202-118/+159
* TreeviewSeeCommand: Schedule redisplay if [$tv see] opens any items [#2829363]jenglish2010-09-081-1/+2
* [Patch 3034251] partly: remove some more unneeded ifdeffery from stub header ...nijtmans2010-08-192-86/+10
* [Bug #3019363] "make genstubs" failurenijtmans2010-06-222-13/+13
* [Bug #3019363] "make genstubs" failurenijtmans2010-06-223-18/+17
* ttk::treeview: [$tv tag bind $tag <...> {}] now removes binding completely.jenglish2010-05-271-17/+22
* ttk::treeview widget: add 'tag names', 'tag add', and 'tag remove' methods.jenglish2010-03-285-16/+188
* ttk::treeview: Cache the result of the last call to EndPosition()jenglish2010-02-201-10/+30
* Laxative patch: Revert contravariant const qualifiers added by thejenglish2010-02-0513-44/+43
* Make the various stub tables and hook pointers const,nijtmans2010-02-0518-58/+74
* Follow-up to [2010-01-29] commit:nijtmans2010-02-052-24/+30
* Change signature of widget subcommand procedures to match Tcl_ObjCmdProc.jenglish2010-01-3115-397/+341
* genStubs.tcl: No longer generate a space afternijtmans2010-01-292-69/+74
* fix more gcc warnings: missing initializernijtmans2010-01-2211-56/+57
* Eliminate tkpMenubuttonClassnijtmans2010-01-131-4/+6
* Uniform, extensible syntax for [$w identify] methods:jenglish2009-11-013-46/+97
* Eliminate various gcc warningsnijtmans2009-08-091-10/+10
* BUGFIX: last commit did not account for possibility of 0 tabs.jenglish2009-05-171-17/+20
* generic/ttkNotebook.c: More flexible tab placement [Bug 1470246]jenglish2009-05-171-23/+42
* Prevent zero-size malloc() calls. [Bug 2178820]dkf2009-03-251-3/+3
* ElementStateEventProc: Avoid dangling pointers when layout changesjenglish2009-02-092-17/+26
* Renamed several internal data structures and functions:jenglish2009-02-0816-277/+283
* * generic/tkImgPhInstance.c: fix numerous leaks discovered with thedas2009-02-061-1/+4
* - eliminate some unnessary type castsnijtmans2009-01-284-16/+16
* 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