index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
tree.fl
Age
Commit message (
Expand
)
Author
2013-12-18
Fixes Micha's two NetBSD warning msgs (posted on fltk.general 12/16/13):
Greg Ercolano
2013-12-15
Adds horizontal scrollbar to Fl_Tree as an ABI 1.3.3 feature.
Greg Ercolano
2012-11-06
Replaced 10302 with 10301 for FLTK_ABI_VERSION
Matthias Melcher
2012-05-29
Fixed some keynav problems:
Greg Ercolano
2012-05-09
o Added new 0xffffffff 'transparent' color behavior for the item's bg color;
Greg Ercolano
2012-04-27
o Added FL_TREE_ITEM_HEIGHT_FROM_WIDGET option to item_draw_mode()
Greg Ercolano
2012-04-24
allow 'open all' button to include root.
Greg Ercolano
2012-04-23
Various Fl_Tree enhancements:
Greg Ercolano
2012-04-22
Forgot tree.fl (should have been in r9377)
Greg Ercolano
2012-04-19
STR# 2827 cont'd:
Greg Ercolano
2012-04-16
Made homogen the scope of the new fl_tree enum with previous Fl_Tree_Reason e...
Fabien Costantini
2012-04-15
STR 2827 implementation. Implemented Reselect code and related API all within...
Fabien Costantini
2012-01-19
Mods to allow test/tree to add 20,000 items at a time to the tree to test for...
Greg Ercolano
2011-02-19
Tree demo: removed unused cruft, fixed custom icons.
Greg Ercolano
2011-02-13
Enlarged pulldown menu choosers slightly.
Greg Ercolano
2011-02-01
Avoid non-ansi scoping issue with variables defined inside for() loops.
Greg Ercolano
2011-01-30
Fl_Tree API breaking changes (we haven't released 1.3.0 yet..):
Greg Ercolano
2011-01-09
Fixed STR #2512: crash in test/tree demo.
Manolo Gouy
2010-12-08
Fixed Compiling with mingw-w64 (STR #2308).
Albrecht Schlosser
2010-11-25
Changes to solve STR#2426;
Greg Ercolano
2010-11-15
Removed preset theme from tree test, so that launching the test with the demo...
Matthias Melcher
2010-10-31
Some widgets reordered for consistent keyboard navigation in tree test program.
Greg Ercolano
2010-08-26
Fl_Tree related mods
Greg Ercolano
2010-07-10
Fixed typos and rewrote tree.fl -> tree.cxx/.h
Albrecht Schlosser
2010-07-10
Updated the Fluid IDE support for the current source file structure. Changed ...
Matthias Melcher
2010-06-14
Reordered widgets for proper keyboard navigation.
Greg Ercolano
2010-06-14
Added tree.fl -- the source file for tree.cxx / tree.h
Greg Ercolano