summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-30Fixes focus issues:Greg Ercolano
2012-04-30Fixes STR#2832; support labels on tree child widget()s.Greg Ercolano
2012-04-28Added cocoa improvement inspired for from ossman improvement STR2802 for moda...Fabien Costantini
2012-04-28Fixed build break on FLTK_ABI_VERSION >= 10302 introduce in r9293 as extern r...Fabien Costantini
2012-04-27Added a new example to demonstrate complex widgets as childrenGreg Ercolano
2012-04-27o Added FL_TREE_ITEM_HEIGHT_FROM_WIDGET option to item_draw_mode()Greg Ercolano
2012-04-24Optimized final string ending sorting testFabien Costantini
2012-04-24Optimized unnecessary use of strlen()Fabien Costantini
2012-04-24allow 'open all' button to include root.Greg Ercolano
2012-04-24Fixes STR #2796Greg Ercolano
2012-04-24Fixed commentsFabien Costantini
2012-04-24Fixed indentation as specified by the CMPFabien Costantini
2012-04-24Fixed a sorting issue w/ different sizesFabien Costantini
2012-04-24improved ascii strcasecmp, and use it in font sort instead of strcasecmpFabien Costantini
2012-04-24Fixed more warnings in VC2010 32+64 bits buildsFabien Costantini
2012-04-24Fixed even more warnings in Fl_x.cxx & utf8Wrap.cFabien Costantini
2012-04-24Fixed a warning in utf8Wrap.cFabien Costantini
2012-04-24removed more 64 bits warning in curve/arc demosFabien Costantini
2012-04-24removed 64 bits warning in arc demoFabien Costantini
2012-04-24Added range test in new fl_ascii_strcasecmp to avoid potential false positives.Fabien Costantini
2012-04-23Reverted flags in Fl_Widget to protected.Matthias Melcher
2012-04-23Various Fl_Tree enhancements:Greg Ercolano
2012-04-23Fix STR #2819 (include dirent.h on Windows/MinGW).Albrecht Schlosser
2012-04-22Fixed problem with linespacing(): should not affect widget() sizeGreg Ercolano
2012-04-22o doc fixesGreg Ercolano
2012-04-22Forgot tree.fl (should have been in r9377)Greg Ercolano
2012-04-22Various mods for Fl_TreeGreg Ercolano
2012-04-22fixed missing win32 preprocessor clauseFabien Costantini
2012-04-22restore transparent_c use for win32...Fabien Costantini
2012-04-22Fixed linux 64 gcc 4.6.1 compilation problemsFabien Costantini
2012-04-22Updated PNG library to current version 1.5.10Matthias Melcher
2012-04-21STR 2771 fix cont'd used the new api in scheme(const char*)Fabien Costantini
2012-04-21STR 2771 fix: introduce a new ascii strcasecmp that does not rely on locale s...Fabien Costantini
2012-04-21STR2783: make potential null string substituted to an empty string, still ach...Fabien Costantini
2012-04-21Fl::arg now removes a command line argument that is added by Xcode. This will...Matthias Melcher
2012-04-21STR2726 fix. proper cast should be int as specified in isspace documentation,...Fabien Costantini
2012-04-21STR2731 fixing: potential use of unassigned (Y) valueFabien Costantini
2012-04-19> Added ^A to 'select all' when tree has focusGreg Ercolano
2012-04-19STR# 2827 cont'd:Greg Ercolano
2012-04-19Wrong SDK in Xcode4 projectMatthias Melcher
2012-04-18Optimizations for when Fl_Tree is a container of FLTK widgets.Greg Ercolano
2012-04-18indent fixesGreg Ercolano
2012-04-17Added Xcode 4 docsMatthias Melcher
2012-04-16Made homogen the scope of the new fl_tree enum with previous Fl_Tree_Reason e...Fabien Costantini
2012-04-15Fixed comment was misplaced in new tree apiFabien Costantini
2012-04-15STR 2827 implementation. Implemented Reselect code and related API all within...Fabien Costantini
2012-04-14Removed old TODO items that have been addressed.Greg Ercolano
2012-04-14Solves STR #2681.Greg Ercolano
2012-04-14Added table-with-keynav.cxx to emphasize keyboard/mouse selectionGreg Ercolano
2012-04-13Added missing initialization in Fl_Paged_Device constructorManolo Gouy