diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2006-12-18 Joe English <jenglish@users.sourceforge.net> + + * generic/ttk/ttkTreeview.c, library/ttk/treeview.tcl, doc/treeview.n: + Added column '-stretch' and '-minwidth' options. + Improved column drag and resize behavior. + Added horizontal scrolling [#1518650]. + Row height and child indent specifiable on Treeview style. + Decreased default row height, no default -padding. + Use correct heading height [#1163349]. + Apply tag settings to tree item as well as to data columns + [NOTE: 'tag configure' still buggy]. + Fix off-by-one condition when moving nodes forward [#1618142] + * generic/ttk/ttkScroll.c(TtkScrollTo): Prevent overscroll ([#1173434]) + * library/ttk/altTheme.tcl, library/ttk/aquaTheme.tcl, + library/ttk/clamTheme.tcl, library/ttk/classicTheme.tcl, + library/ttk/defaults.tcl, library/ttk/winTheme.tcl + library/ttk/xpTheme.tcl: Per-theme treeview settings. + * macosx/ttkMacOSXTheme.c: Added disclosure triangle element. + 2006-12-17 Joe English <jenglish@users.sourceforge.net> * library/ttk/combobox.tcl, generic/ttk/ttkEntry.c, |