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
/
src
/
Fl_Tree_Prefs.cxx
Age
Commit message (
Expand
)
Author
2018-06-26
Move Fl_System_Driver.H from FL/ to src/
Manolo Gouy
2018-06-23
Doxygen only: fixed all block comments starting with an asterisk to space-onl...
Matthias Melcher
2018-06-23
Doxygen: created Group to document drivers, disabled by default
Matthias Melcher
2016-04-14
Complete rewriting of Fl_Tree_Prefs.cxx under the driver model.
Manolo Gouy
2016-04-14
Begin to rewrite Fl_Tree_Prefs.cxx under the driver model.
Manolo Gouy
2016-04-13
Remove FL_ABI_VERSION clauses from the Fl_Tree class source code
Manolo Gouy
2016-02-13
Details on PORTME items. Move fl_parse_color() to screen drivers.
Matthias Melcher
2016-02-11
Mark places that need to be refactored with // PORTME:
Matthias Melcher
2015-04-28
Fl_Tree: improved draw() behavior when deactivated;
Greg Ercolano
2015-01-29
Remove superfluous #include <string.h> - strcmp() is not used anymore.
Albrecht Schlosser
2015-01-29
Use Fl::is_scheme() in src/Fl_Tree_Prefs.cxx.
Albrecht Schlosser
2014-08-21
Constify the pointers in some XPM images. STR #3108
Lauri Kasanen
2013-11-10
o Added Fl_Tree::item_draw_callback(), letting one define a custom draw funct...
Greg Ercolano
2012-11-06
Replaced 10302 with 10301 for FLTK_ABI_VERSION
Matthias Melcher
2012-05-28
Mac only: centered down arrow for mac.
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-22
Various mods for Fl_Tree
Greg Ercolano
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2011-01-30
Fl_Tree API breaking changes (we haven't released 1.3.0 yet..):
Greg Ercolano
2010-11-28
Fixed Copyright to 2010.
Matthias Melcher
2010-07-10
Updated the Fluid IDE support for the current source file structure. Changed ...
Matthias Melcher
2009-12-08
Checked in SebHoll's API mods, fixed indents.
Greg Ercolano
2009-11-18
Added missing svn properties and $Id$ tags.
Albrecht Schlosser
2009-11-14
Added Fl_Tree source code, demo files, and documentation. Thanks, Greg!
Matthias Melcher