summaryrefslogtreecommitdiff
path: root/src/Fl_Tree.cxx
AgeCommit message (Expand)Author
2022-01-16Rename FL/fl_string.h to FL/fl_string_functions.hAlbrecht Schlosser
2020-08-01Implement + deploy fl_strdup()Greg Ercolano
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2019-08-27Fix STR #3432: fixed drag+drop on folderGreg Ercolano
2019-08-25More fixes for STR #3527; handle usericons, etcGreg Ercolano
2019-08-24Fixes STR #3527: Fl_Tree small drags on open/close icons change selectionGreg Ercolano
2019-01-25Fix Fl_Tree::insert() with pos out ouf range (#18)Albrecht Schlosser
2018-08-06Fl_Tree documentation fixes for html/pdf, doxygen 1.8.5Greg Ercolano
2018-06-23Doxygen only: fixed all block comments starting with an asterisk to space-onl...Matthias Melcher
2016-09-26Bringing over fix [r11986] from 1.3 current to the porting branch.Greg Ercolano
2016-09-24Fl_Tree documentation fixes and two missing statements.Albrecht Schlosser
2016-07-19Bringing over this fix from 1.3 current to the porting branch.Greg Ercolano
2016-04-13Remove FL_ABI_VERSION clauses from the Fl_Tree class source codeManolo Gouy
2016-03-21Fix some, but not all doxygen warnings.Albrecht Schlosser
2016-03-14More carry from r11173 to porting..Greg Ercolano
2016-03-14Carrying fix from 1.3-current (r11177) to the new porting branch.Greg Ercolano
2015-07-18Fix and improve Fl_Table docs, fix some other typos.Albrecht Schlosser
2014-12-19Fixes STR #3169, comments #4, #5 and #7.Greg Ercolano
2014-09-05Add support for dragging to reorder in Fl_Tree, STR #2828 (I)Lauri Kasanen
2014-01-27Fixes STR#3041, int -> size_tGreg Ercolano
2014-01-24More Fl_Tree doc improvements.Greg Ercolano
2014-01-23Small doc tweaks to Fl_Tree's insert()/insert_above() docs.Greg Ercolano
2014-01-23Added some code examples to docs forGreg Ercolano
2014-01-21Added missing non-const versions of find_clicked()Greg Ercolano
2014-01-20o Added draw_item_content() to Fl_Tree_Item,Greg Ercolano
2014-01-16ABI fixes.Greg Ercolano
2014-01-13Fix small memleak in parse_path() if user tries to add() paths like "" or "/".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-11-06Fix problem with Fl_Tree::select_only() invoking select callbacksGreg 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-04-30Fixes focus issues:Greg Ercolano
2012-04-27o Added FL_TREE_ITEM_HEIGHT_FROM_WIDGET option to item_draw_mode()Greg Ercolano
2012-04-24Fixes STR #2796Greg Ercolano
2012-04-23Various Fl_Tree enhancements:Greg Ercolano
2012-04-22o doc fixesGreg Ercolano
2012-04-22Various mods for Fl_TreeGreg Ercolano
2012-04-19> Added ^A to 'select all' when tree has focusGreg Ercolano
2012-04-19STR# 2827 cont'd:Greg Ercolano
2012-04-18Optimizations for when Fl_Tree is a container of FLTK widgets.Greg Ercolano
2012-04-18indent fixesGreg Ercolano
2012-04-15STR 2827 implementation. Implemented Reselect code and related API all within...Fabien Costantini
2012-04-13ABI modifications to Fl_Tree: deprecate mouse selection hotfix with proper so...Greg Ercolano
2012-04-05Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...Fabien Costantini
2012-02-21Fix STR#2807: when(FL_WHEN_NEVER) was not working.Greg Ercolano
2011-12-25Fix comment typoGreg Ercolano