diff options
author | jenglish <jenglish@flightlab.com> | 2008-12-07 18:42:55 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2008-12-07 18:42:55 (GMT) |
commit | 65e8ffb61167e8855e39549a9e4233b41cfa2344 (patch) | |
tree | af361229e7aa628bf203e9d8d95182c4c0774371 /ChangeLog | |
parent | 229640003624b9acf35b7559855fc8e418596943 (diff) | |
download | tk-65e8ffb61167e8855e39549a9e4233b41cfa2344.zip tk-65e8ffb61167e8855e39549a9e4233b41cfa2344.tar.gz tk-65e8ffb61167e8855e39549a9e4233b41cfa2344.tar.bz2 |
Add native aqua elements for ttk::spinbox [Bug 2219588].
Moved most spinbox "business logic" out of ttkEntry.c into Tcl bindings.
Minor spinbox appearance improvements in clam theme.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-12-07 Joe English <jenglish@users.sourceforge.net> + + * macosx/ttkMacOSXTheme.c: Add native aqua elements for + ttk::spinbox [Bug 2219588] + * generic/ttk/ttkEntry.c, library/ttk/spinbox.tcl, + tests/ttk/spinbox.test: Moved most spinbox "business logic" + out of ttkEntry.c into Tcl bindings. + * library/ttk/clamTheme.tcl: Minor spinbox appearance improvements. + 2008-12-06 Donal K. Fellows <dkf@users.sf.net> TIP #197 IMPLEMENTATION |