summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2012-01-19 12:44:26 +0000
committerGreg Ercolano <erco@seriss.com>2012-01-19 12:44:26 +0000
commit9a4ef219defa24e0db83dc5f22d01cf29e0a75bd (patch)
treedfe98f029a079fad8a88e296ef1d9919386c4cf4 /CHANGES
parent82b6725d166d507755153c4cdd20d3a879ae7846 (diff)
Fl_Tree optimizations for selecting large trees (100k items).
Added _next_sibling and _prev_sibling to Fl_Tree_Item class to make next_sibling() and prev_sibling() more efficient during item selection. Used new FLTK_ABI_VERSION macro (as designed by Greg and Albrecht on fltk.dev) to protect the ABI breaking features. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9231 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1df13e805..b282478c1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,12 @@
+CHANGES IN FLTK 1.3.2
+
+ 1.3.2 ABI FEATURES
+ (To enable the following ABI features, put: #define FLTK_ABI_VERSION 10302
+ at the top of your FL/Enumerations.H and rebuild FLTK and your app)
+
+ - Fl_Tree optimized to support large trees (eg. 100k items):
+ Added _next_sibling and _prev_sibling to Fl_Tree_Item class,
+ and support methods.
CHANGES IN FLTK 1.3.1