summaryrefslogtreecommitdiff
path: root/src/Fl_Tree_Item.cxx
AgeCommit message (Expand)Author
2016-03-14Carrying over r11173 fix to the new 1.3 porting branch.Greg Ercolano
2016-02-13Details on PORTME items. Move fl_parse_color() to screen drivers.Matthias Melcher
2016-02-11Mark places that need to be refactored with // PORTME:Matthias Melcher
2015-06-23Fixes STR 3234Greg Ercolano
2015-04-28Fl_Tree: improved draw() behavior when deactivated;Greg Ercolano
2015-04-13Small doc fixes as recommended by Albrecht, Greg Ercolano
2015-04-13Fix return value test, as pointed out by Albrecht.Greg Ercolano
2014-12-19Fix problem with *horiz* dot pattern alignment,Greg Ercolano
2014-12-19Optimize drawing loop, fix indent.Greg Ercolano
2014-09-05Fixes to how new move() operations handle the conceptGreg Ercolano
2014-09-04Solves STR #3127.Greg Ercolano
2014-01-24More Fl_Tree doc improvements.Greg Ercolano
2014-01-20o Added draw_item_content() to Fl_Tree_Item,Greg Ercolano
2014-01-16ABI fixes.Greg Ercolano
2014-01-14Fix small memleak in Fl_Tree::show_self() [used only for debugging anyway]Greg Ercolano
2013-12-28* Fixes STR#3024 issue with Fl_Tree::find_item()Greg Ercolano
2013-12-15Adds horizontal scrollbar to Fl_Tree as an ABI 1.3.3 feature.Greg Ercolano
2013-11-10o Added Fl_Tree::item_draw_callback(), letting one define a custom draw funct...Greg Ercolano
2013-11-06Fl_Tree:Greg Ercolano
2013-09-16STR# #2973: applied patch str_2973_r9958_sun-fix-errors-5.patch verbatim.Greg Ercolano
2012-11-06Replaced 10302 with 10301 for FLTK_ABI_VERSIONMatthias Melcher
2012-05-29Fixed some keynav problems:Greg Ercolano
2012-05-09o Added new 0xffffffff 'transparent' color behavior for the item's bg color;Greg Ercolano
2012-05-02Fixes small redraw problem with Fl_Tree child widgets on linux, perhaps others.Greg Ercolano
2012-04-30Grr, looks like Fl_Group::update_child() Greg Ercolano
2012-04-30Fixes focus issues:Greg Ercolano
2012-04-30Fixes STR#2832; support labels on tree child widget()s.Greg Ercolano
2012-04-27o Added FL_TREE_ITEM_HEIGHT_FROM_WIDGET option to item_draw_mode()Greg Ercolano
2012-04-23Various Fl_Tree enhancements:Greg Ercolano
2012-04-22Fixed problem with linespacing(): should not affect widget() sizeGreg Ercolano
2012-04-22o doc fixesGreg Ercolano
2012-04-22Various mods for Fl_TreeGreg Ercolano
2012-01-19Fl_Tree optimizations for selecting large trees (100k items).Greg Ercolano
2011-12-25Small fix for vertical connectors between far away items, as noted by Christo...Greg Ercolano
2011-12-25Optimizations for very large Fl_Tree'sGreg Ercolano
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-04-14Corrected typo.Manolo Gouy
2011-02-19Document NULL item behavior, small code mods for same.Greg Ercolano
2011-02-13Selection color fixes, widget screenshot added to top of docs.Greg Ercolano
2011-01-30Fl_Tree API breaking changes (we haven't released 1.3.0 yet..):Greg Ercolano
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-08-26Fl_Tree related modsGreg Ercolano
2010-07-10Updated the Fluid IDE support for the current source file structure. Changed ...Matthias Melcher
2010-06-03Document return values for some methods that had none.Greg Ercolano
2010-03-21Fixed msvc6 compilation was broken. What is the use of visualc now? seems we ...Fabien Costantini
2009-12-08Small fixed to SebHoll's user_data() mods (init + copy ctor),Greg Ercolano
2009-12-08Checked in SebHoll's API mods, fixed indents.Greg Ercolano
2009-11-18Added missing svn properties and $Id$ tags.Albrecht Schlosser
2009-11-14Added Fl_Tree source code, demo files, and documentation. Thanks, Greg!Matthias Melcher