summaryrefslogtreecommitdiff
path: root/FL/Fl_Preferences.H
AgeCommit message (Expand)Author
2017-07-07STR #2823.2/2: Improved Fl_Preferences "dirty" flag handling.Matthias Melcher
2013-09-16STR# #2973: applied patch str_2973_r9958_sun-fix-errors-5.patch verbatim.Greg Ercolano
2012-01-18Fixed Fl_Preferences documentation typos.Albrecht Schlosser
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2010-12-05Reformatting for CMP: Indent fixes, bracing.Greg Ercolano
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-10-31Fixed tab key navigation to inactive widgets (STR #2420), fixed a few pedanti...Matthias Melcher
2010-10-30Added callback when double-clicking file in a file chooser (STR#2346)Matthias Melcher
2010-07-10Updated the Fluid IDE support for the current source file structure. Changed ...Matthias Melcher
2010-04-03Fixed databse typo.Manolo Gouy
2010-04-03Fl_Preferences.H: renamed dummy variable id to id_ to allow gcc-3.3Manolo Gouy
2010-02-20Mixed bag. Please see CHANGES.Matthias Melcher
2010-01-24Still not having added Fl_Tree and Fl_Table to Fluid, I remembered the plugin...Matthias Melcher
2010-01-12Fl_Preferences now have an API to delete all nodes or entries at once.Matthias Melcher
2010-01-10Added a function to copy an entire Fl_Preferences database into an Fl_Tree vi...Matthias Melcher
2010-01-07Fixed stupid crash bug in Fl_Preferences.Matthias Melcher
2009-12-28Fixed previous commitMatthias Melcher
2009-12-28Added an ID type to preferences which can be retrieved to then re-use the sam...Matthias Melcher
2009-12-27Improved Preferences database. Branches can now be accessed by index. Added U...Matthias Melcher
2009-04-18Updated doxygen docs for Fl_Input_ to get a greater insight into the code. I'...Matthias Melcher
2009-04-01Reverted removal of #include <stdio.h>, because it _is_ needed.Albrecht Schlosser
2009-03-14Fl_Preferences.H now doesn't include windows.h any moreAlbrecht Schlosser
2009-01-01Changed the copyright to 2009 for header files. Still todo: src and test dire...Matthias Melcher
2008-10-31Moved Fl_Preferences documentation to the correct places.Matthias Melcher
2008-10-19Moving some doxygen dox around (Fl_Preferences).Matthias Melcher
2008-10-18Updated some documentation for Fl_Preferences::getUserdataPath()Matthias Melcher
2008-10-15Doxygen pdf documentation: Changed pdf mime type to application/pdf. Removed ...Fabien Costantini
2008-09-18Doxygen documentation: Fixed most important warnings for the Fl_Widget, Fl_Wi...Fabien Costantini
2008-09-17Doxygen documentation: fixed all ambiguous methods signatures, fixed erroneou...Fabien Costantini
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-09-15Doxygen documentation. Completed Fl class, added a todo related to recent Fl ...Fabien Costantini
2008-09-14Doxygen Documentation WP6 Done, Also completed the documentation of Help_View...Fabien Costantini
2008-09-02corrected some typos and wrong argument references.Albrecht Schlosser
2008-04-08Added two UTF-8 support headers which can not be used just yet. Added sample ...Matthias Melcher
2006-08-18STR #1381: added optional "precision" argument when writing floats or doubles...Matthias Melcher
2005-07-26Fl_Preferences: made implicitly defined constructors and operators unavailable.Matthias Melcher
2005-05-20Fl_Preferences::getUserdataPath() didn't work for sub-groups (STRMichael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2003-01-21Add FL_EXPORT to nested classes.Michael R Sweet
2002-09-05Mac OS X: modified Fl_Preferences::Node::search to correctly handle groupsMatthias Melcher
2002-08-27Add constructors that accept the path to use (rather then SYSTEM or USERMichael R Sweet
2002-08-14DLL changes (still some more to go...)Michael R Sweet
2002-05-31Some C++ compilers can't handle char& and int& versions of methods, soMichael R Sweet
2002-05-07Change "typedef enum {} type" to "enum type {}"...Michael R Sweet
2002-05-03Fix portability problems with Solaris Forte C++ compiler.Michael R Sweet
2002-04-30added binary support and procedural names toMatthias Melcher
2002-04-30Fl_Preferences::getUserdataPath() and getPath() methods now require aMichael R Sweet