summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* ttk::range widget implementation, contributed by Goodwin Lawlor [SF#3391905]ttk_range_widgetjenglish2011-08-165-0/+770
* 3341056 Correct segfault due to flaw in the 2011-06-17 commit.dgp2011-06-291-1/+1
|\
| * 3341056 Correct segfault due to flaw in the 2011-06-17 commit.dgp2011-06-291-1/+1
* | Crash in unset traces 3062331dgp2011-06-171-0/+46
|\ \ | |/
| * Add comments explaining new code.bug_3062331dgp2011-06-171-0/+29
| * New attempt to fix Bug 3062331dgp2011-06-161-0/+17
* | Purge RCS Keywordsdgp2011-06-0838-68/+23
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-0838-68/+23
* | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-1211-74/+70
* | Eliminate some unneeded write-only variables (discovered by gcc-4.6)jan.nijtmans2011-03-113-6/+3
|\ \ | |/
| * Eliminate some unneeded write-only variables (discovered by gcc-4.6)jan.nijtmans2011-03-113-6/+3
| * ttk::combobox: Add missing 'validate' command (reported by schelte).jenglish2011-01-221-1/+2
| * Make sure to use CONST/VOID in stead ofnijtmans2011-01-191-12/+12
| * Make sure to use CONST/VOID in stead ofnijtmans2011-01-192-23/+42
| * Fix crash in 'tag add' / 'tag remove' when no -tags specified [SF#3085489].jenglish2010-10-111-4/+4
| * TreeviewSeeCommand: Schedule redisplay if [$tv see] opens any items [#2829363]jenglish2010-09-081-1/+2
| * Major backport of 8.6 Ttk for 8.5.9. Most changes were only beinghobbs2010-08-2635-1602/+2117
| * Tk_CreateBinding: Silently ignore empty binding scripts (Fixes [Bug 3006842]).jenglish2010-05-311-19/+24
| * Backport various formatting (spacing)nijtmans2010-02-073-105/+116
| * Fix various gcc-4.4 warnings and formatting, allnijtmans2010-01-291-11/+11
| * generic/ttk/ttkNotebook.c: Don't call Tk_DeleteOptionTable()jenglish2009-12-161-4/+1
| * Backported support for the Vista theme.patthoyts2009-05-143-4/+21
| * Prevent zero-size malloc() calls. [Bug 2178820]dkf2009-03-251-3/+3
| * * generic/tkImgPhoto.c: fix numerous leaks discovered with thedas2009-02-061-1/+4
| * Don't crash when application uses nondefault visual [Bug 2264732]jenglish2008-12-221-3/+3
| * generic/ttk/ttkScroll.c: Don't use sprintf "%g" to format floatingjenglish2008-08-191-11/+11
| * Audit: ensure that output arguments to Tk_Get*FromObj() are initialized,jenglish2008-07-044-17/+15
| * Avoid passing width or height <= 0 to Tk_RedrawImage,jenglish2008-05-231-1/+7
* | 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