summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2010-02-20 21:30:37 (GMT)
committerjenglish <jenglish@flightlab.com>2010-02-20 21:30:37 (GMT)
commit9ee03b593e2411cc2c5404b827ecdde22d4d34b4 (patch)
tree283b3006866c2735ac132a532fc0a13e01fec012 /ChangeLog
parent93f9e81c61f96535d7370311ef29f4c63c4f13e8 (diff)
downloadtk-9ee03b593e2411cc2c5404b827ecdde22d4d34b4.zip
tk-9ee03b593e2411cc2c5404b827ecdde22d4d34b4.tar.gz
tk-9ee03b593e2411cc2c5404b827ecdde22d4d34b4.tar.bz2
ttk::treeview: Cache the result of the last call to EndPosition()
to avoid quadratic-time behavior in the common cases where the treeview is populated in depth-first or breadth-first order. (Translation for LM: that means "3X faster!")
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 937d10a..67e2698 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-02-20 Joe English <jenglish@users.sourceforge.net>
+
+ * generic/ttk/ttkTreeview.c: Cache the result of the
+ last call to EndPosition() to avoid quadratic-time behavior
+ in the common cases where the treeview is populated
+ in depth-first or breadth-first order.
+
2010-02-19 Jan Nijtmans <nijtmans@users.sf.net>
* win/tkWinColor.c: remove unused "dataKey" variable