| Commit message (Expand) | Author | Age | Files | Lines |
* | Move -takefocus option out of ttkCoreOptionSpecs, | jenglish | 2011-09-22 | 13 | -33/+36 |
|\ |
|
| * | Move -takefocus option out of ttkCoreOptionSpecs, | jenglish | 2011-09-22 | 13 | -33/+36 |
|
|
* | | 3341056 Correct segfault due to flaw in the 2011-06-17 commit. | dgp | 2011-06-29 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 3341056 Correct segfault due to flaw in the 2011-06-17 commit. | dgp | 2011-06-29 | 1 | -1/+1 |
|
|
* | | Crash in unset traces 3062331 | dgp | 2011-06-17 | 1 | -0/+46 |
|\ \
| |/ |
|
| * | Add comments explaining new code.bug_3062331 | dgp | 2011-06-17 | 1 | -0/+29 |
|
|
| * | New attempt to fix Bug 3062331 | dgp | 2011-06-16 | 1 | -0/+17 |
|
|
* | | Purge RCS Keywords | dgp | 2011-06-08 | 38 | -68/+23 |
|\ \
| |/ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 38 | -68/+23 |
|
|
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 11 | -74/+70 |
|
|
* | | Eliminate some unneeded write-only variables (discovered by gcc-4.6) | jan.nijtmans | 2011-03-11 | 3 | -6/+3 |
|\ \
| |/ |
|
| * | Eliminate some unneeded write-only variables (discovered by gcc-4.6) | jan.nijtmans | 2011-03-11 | 3 | -6/+3 |
|
|
| * | ttk::combobox: Add missing 'validate' command (reported by schelte). | jenglish | 2011-01-22 | 1 | -1/+2 |
|
|
| * | Make sure to use CONST/VOID in stead of | nijtmans | 2011-01-19 | 1 | -12/+12 |
|
|
| * | Make sure to use CONST/VOID in stead of | nijtmans | 2011-01-19 | 2 | -23/+42 |
|
|
| * | Fix crash in 'tag add' / 'tag remove' when no -tags specified [SF#3085489]. | jenglish | 2010-10-11 | 1 | -4/+4 |
|
|
| * | TreeviewSeeCommand: Schedule redisplay if [$tv see] opens any items [#2829363] | jenglish | 2010-09-08 | 1 | -1/+2 |
|
|
| * | Major backport of 8.6 Ttk for 8.5.9. Most changes were only being | hobbs | 2010-08-26 | 35 | -1602/+2117 |
|
|
| * | Tk_CreateBinding: Silently ignore empty binding scripts (Fixes [Bug 3006842]). | jenglish | 2010-05-31 | 1 | -19/+24 |
|
|
| * | Backport various formatting (spacing) | nijtmans | 2010-02-07 | 3 | -105/+116 |
|
|
| * | Fix various gcc-4.4 warnings and formatting, all | nijtmans | 2010-01-29 | 1 | -11/+11 |
|
|
| * | generic/ttk/ttkNotebook.c: Don't call Tk_DeleteOptionTable() | jenglish | 2009-12-16 | 1 | -4/+1 |
|
|
| * | Backported support for the Vista theme. | patthoyts | 2009-05-14 | 3 | -4/+21 |
|
|
| * | Prevent zero-size malloc() calls. [Bug 2178820] | dkf | 2009-03-25 | 1 | -3/+3 |
|
|
| * | * generic/tkImgPhoto.c: fix numerous leaks discovered with the | das | 2009-02-06 | 1 | -1/+4 |
|
|
| * | Don't crash when application uses nondefault visual [Bug 2264732] | jenglish | 2008-12-22 | 1 | -3/+3 |
|
|
| * | generic/ttk/ttkScroll.c: Don't use sprintf "%g" to format floating | jenglish | 2008-08-19 | 1 | -11/+11 |
|
|
| * | Audit: ensure that output arguments to Tk_Get*FromObj() are initialized, | jenglish | 2008-07-04 | 4 | -17/+15 |
|
|
| * | Avoid passing width or height <= 0 to Tk_RedrawImage, | jenglish | 2008-05-23 | 1 | -1/+7 |
|
|
* | | ttk::combobox: Add missing 'validate' command (reported by schelte). | jenglish | 2011-01-22 | 1 | -1/+2 |
|
|
* | | Remove stippling from disabled images under Aqua; renders as white box curren... | wordtech | 2011-01-14 | 1 | -1/+7 |
|
|
* | | Fix crash in 'tag add' / 'tag remove' when no -tags specified [SF#3085489]. | jenglish | 2010-10-11 | 1 | -4/+4 |
|
|
* | | Dummy genstubs::export (from genStubs.tcl) | nijtmans | 2010-09-23 | 1 | -1/+19 |
|
|
* | | clean-up, port all genStubs.tcl changes | nijtmans | 2010-09-20 | 2 | -118/+159 |
|
|
* | | TreeviewSeeCommand: Schedule redisplay if [$tv see] opens any items [#2829363] | jenglish | 2010-09-08 | 1 | -1/+2 |
|
|
* | | [Patch 3034251] partly: remove some more unneeded ifdeffery from stub header ... | nijtmans | 2010-08-19 | 2 | -86/+10 |
|
|
* | | [Bug #3019363] "make genstubs" failure | nijtmans | 2010-06-22 | 2 | -13/+13 |
|
|
* | | [Bug #3019363] "make genstubs" failure | nijtmans | 2010-06-22 | 3 | -18/+17 |
|
|
* | | ttk::treeview: [$tv tag bind $tag <...> {}] now removes binding completely. | jenglish | 2010-05-27 | 1 | -17/+22 |
|
|
* | | ttk::treeview widget: add 'tag names', 'tag add', and 'tag remove' methods. | jenglish | 2010-03-28 | 5 | -16/+188 |
|
|
* | | ttk::treeview: Cache the result of the last call to EndPosition() | jenglish | 2010-02-20 | 1 | -10/+30 |
|
|
* | | Laxative patch: Revert contravariant const qualifiers added by the | jenglish | 2010-02-05 | 13 | -44/+43 |
|
|
* | | Make the various stub tables and hook pointers const, | nijtmans | 2010-02-05 | 18 | -58/+74 |
|
|
* | | Follow-up to [2010-01-29] commit: | nijtmans | 2010-02-05 | 2 | -24/+30 |
|
|
* | | Change signature of widget subcommand procedures to match Tcl_ObjCmdProc. | jenglish | 2010-01-31 | 15 | -397/+341 |
|
|
* | | genStubs.tcl: No longer generate a space after | nijtmans | 2010-01-29 | 2 | -69/+74 |
|
|
* | | fix more gcc warnings: missing initializer | nijtmans | 2010-01-22 | 11 | -56/+57 |
|
|
* | | Eliminate tkpMenubuttonClass | nijtmans | 2010-01-13 | 1 | -4/+6 |
|
|
* | | Uniform, extensible syntax for [$w identify] methods: | jenglish | 2009-11-01 | 3 | -46/+97 |
|
|
* | | Eliminate various gcc warnings | nijtmans | 2009-08-09 | 1 | -10/+10 |
|
|