summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2008-05-23 20:20:05 (GMT)
committerjenglish <jenglish@flightlab.com>2008-05-23 20:20:05 (GMT)
commitee1814c0cdbcfe9807b18e2b2732c299789897a3 (patch)
tree38468a3e3f80fe6a337d7e5bef1503a0780d1797 /ChangeLog
parentc2ee900569916fac1b939549e153c9344dca8c0a (diff)
downloadtk-ee1814c0cdbcfe9807b18e2b2732c299789897a3.zip
tk-ee1814c0cdbcfe9807b18e2b2732c299789897a3.tar.gz
tk-ee1814c0cdbcfe9807b18e2b2732c299789897a3.tar.bz2
Batch of ttk::treeview enhancements:
+ Added [$tv identify region], [$tv identify element], and [$tv identify item] subcommands. + Simplified bindings. + Added [$tv tag has] subcommand. + Tag-related display improvements: setting a tag -background or -foreground no longer overrides selection feedback. + Don't need separate 'Item', 'Cell', and 'Row' style settings anymore, only the base "Treeview" style is used.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 513d8a0..d8aefff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,28 @@
2008-05-23 Joe English <jenglish@users.sourceforge.net>
+ * doc/ttk_treeview.n, generic/ttk/ttkTreeview.c,
+ generic/ttk/ttkTagSet.c, generic/ttk/ttkLayout.c,
+ generic/ttk/ttkTheme.c, generic/ttk/ttkTheme.h,
+ generic/ttk/ttkThemeInt.h, generic/ttk/ttkWidget.h:
+
+ Added [$tv identify region], [$tv identify element],
+ and [$tv identify item] subcommands. Simplified
+ bindings. Added [$tv tag has] subcommand. Tag-related
+ display improvements; setting a tag -background or -foreground
+ no longer overrides selection feedback.
+
+
+ * library/ttk/altTheme.tcl, library/ttk/aquaTheme.tcl,
+ library/ttk/clamTheme.tcl, library/ttk/classicTheme.tcl,
+ library/ttk/defaults.tcl, library/ttk/treeview.tcl,
+ library/ttk/winTheme.tcl, library/ttk/xpTheme.tcl:
+
+ Don't need separate 'Item', 'Cell', and 'Row' style
+ settings anymore, only the base "Treeview" style is used.
+
+
+2008-05-23 Joe English <jenglish@users.sourceforge.net>
+
* generic/ttk/ttkLabel.c: Avoid passing width or height <= 0 to
Tk_RedrawImage, as this leads to a panic on Windows [Bug 1967576]