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
2024-12-09
Update Fluid (.fl) files for release 1.4.1
Albrecht Schlosser
2024-10-06
Update FLUID .fl files in the test/.
Matthias Melcher
2024-07-08
Fix horiz connection lines (#1008)
Greg Ercolano
2023-11-15
FLUID: fixing test/valuator.fl and test/tree.fl
Matthias Melcher
2023-11-14
Fl_Terminal widget (#800)
erco77
2023-09-26
FLUID: adds greatly enhanced Shell Commands (#774)
Matthias Melcher
2023-09-26
FLUID: Fixes regression #777
Matthias Melcher
2023-07-14
FLUID: fixes all overlapping widgets in all .fl files
Matthias Melcher
2022-09-26
Replace all calls to sprintf() by calls to snprintf().
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2019-08-25
Small tooltip improvements for test/tree app
Greg Ercolano
2018-05-01
Update fluid (.fl) files.
Albrecht Schlosser
2018-04-05
Added global Fl::visible_focus() checkbox.
Greg Ercolano
2017-10-17
Added Fl_Simple_Terminal widget, and mods to test+example programs (STR #3411).
Greg Ercolano
2016-11-19
Finally remove FLTK_ABI_VERSION preprocessor macro from code.
Albrecht Schlosser
2016-10-17
Minor fix of tree demo program (show tree widgets).
Albrecht Schlosser
2016-07-21
Bringing over fix [r11840] from 1.3 current to the porting branch.
Greg Ercolano
2016-01-30
Bump version numbers for next minor release: FLTK 1.4.0.
Albrecht Schlosser
2015-07-09
Update fluid .fl files and generated code - remove trailing white space.
Albrecht Schlosser
2015-04-28
Fl_Tree: improved draw() behavior when deactivated;
Greg Ercolano
2015-03-10
[Version 1.3.4] Update version numbers - hopefully complete.
Albrecht Schlosser
2014-10-05
Bump version numbers to 1.3.3.
Albrecht Schlosser
2014-09-05
Add support for dragging to reorder in Fl_Tree, STR #2828 (I)
Lauri Kasanen
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