diff options
author | das <das> | 2007-10-23 06:31:48 (GMT) |
---|---|---|
committer | das <das> | 2007-10-23 06:31:48 (GMT) |
commit | b2d705acb529b87d2474d7c8c2c708687bbdd1cd (patch) | |
tree | 1fb511e4ae905ef18a7cb2f2a5143a75192e07be /ChangeLog | |
parent | 6872aadb978801315424ff74aac063bb695ba028 (diff) | |
download | tk-b2d705acb529b87d2474d7c8c2c708687bbdd1cd.zip tk-b2d705acb529b87d2474d7c8c2c708687bbdd1cd.tar.gz tk-b2d705acb529b87d2474d7c8c2c708687bbdd1cd.tar.bz2 |
* macosx/Wish.xcodeproj/project.pbxproj: add new demo files.
* macosx/Wish.xcode/project.pbxproj:
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 27 |
1 files changed, 20 insertions, 7 deletions
@@ -1,3 +1,15 @@ +2007-10-23 Daniel Steffen <das@users.sourceforge.net> + + * library/demos/combo.tcl: Aqua GOOBE. + * library/demos/toolbar.tcl: + * library/demos/tree.tcl: + * library/demos/ttknote.tcl: + * library/demos/ttkprogress.tcl: + * library/demos/widget: + + * macosx/Wish.xcodeproj/project.pbxproj: add new demo files. + * macosx/Wish.xcode/project.pbxproj: + 2007-10-22 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> * library/demos/widget: Added more demos, reorganized to make Tk and @@ -7,14 +19,15 @@ demos of new (mostly) Ttk widgets. * library/demos/ttkbut.tcl: Improvements. -2007-10-21 Joe English <jenglish@users.sourceforge.net> +2007-10-22 Joe English <jenglish@users.sourceforge.net> - * library/ttk/combobox.tcl: ttk::combobox overhaul; fixes [#1814778, - #1780286, #1609168, #1349586] - * library/ttk/aquaTheme.tcl: Factored out aqua-specific combobox - -postposition adjustments. - * generic/ttk/ttkTrack.c: Detect [grab]s and unpress pressed element; - combobox workaround no longer needed. + * library/ttk/combobox.tcl: ttk::combobox overhaul; fixes [Bugs + 1814778, 1780286, 1609168, 1349586] + * library/ttk/aquaTheme.tcl: Factored out aqua-specific combobox + -postposition adjustments. + * generic/ttk/ttkTrack.c: Detect [grab]s and unpress pressed + element; combobox workaround no longer + needed. 2007-10-22 Daniel Steffen <das@users.sourceforge.net> |