summaryrefslogtreecommitdiff
path: root/src/Fl_Preferences.cxx
AgeCommit message (Expand)Author
2012-04-09Fix compiler warning "variable set but not used".Albrecht Schlosser
2012-04-05Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...Fabien Costantini
2012-01-18Fixed Fl_Preferences documentation typos.Albrecht Schlosser
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-01-19Removed gcc 4.4 compiler warning:Manolo Gouy
2011-01-03Mac OS X: removed all uses of Carbon (except for older OS versions) and re-or...Manolo Gouy
2010-12-05Reformatting for CMP: Indent fixes, bracing.Greg Ercolano
2010-12-03Another fix for Fl_Preferences when creating a "user data" path for systemAlbrecht Schlosser
2010-12-02Fix for STR #2465: make sure that system preference files are user readable (...Manolo Gouy
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-10-30Added callback when double-clicking file in a file chooser (STR#2346)Matthias Melcher
2010-10-28Fixed a bunch of warnings from gcc 4.4.5 . Most of these are parenthesis miss...Matthias Melcher
2010-09-30Commit to fix handling of Fl_Preferences UUID values on 64-bit WinXX and *nix...Ian MacArthur
2010-07-10Updated the Fluid IDE support for the current source file structure. Changed ...Matthias Melcher
2010-04-03Fixed databse typo.Manolo Gouy
2010-03-29OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only...Matthias Melcher
2010-03-25Remove a spurious #warning I'd left in the win32 builds...Ian MacArthur
2010-03-20removed "#undef FL_PLUGIN_VERBOSE" since this would preventAlbrecht Schlosser
2010-03-19Fl_Plugin: using bas 'A' encoded BCD to write the pointer. This is pure and f...Matthias Melcher
2010-03-19Changed reading and writing of pointers in Fl_Plugin. This will hopefully fix...Matthias Melcher
2010-03-17Fixed the IDE's for Xcode3, Xcode3.1, and VisualC (last one untested).Matthias Melcher
2010-02-27Starting to add a GUI to manage the IDE database.Matthias Melcher
2010-02-20Mixed bag. Please see CHANGES.Matthias Melcher
2010-02-19Fixed Fl_Preferences Cygwin wide character bug (STR #2164)Matthias Melcher
2010-01-24Without knowing Cygwin, this seems to make more sense to me?!Matthias Melcher
2010-01-24Still not having added Fl_Tree and Fl_Table to Fluid, I remembered the plugin...Matthias Melcher
2010-01-21fix x86_64 linux buildyuri
2010-01-13Another bug in Fl_PreferencesMatthias Melcher
2010-01-12Fl_Preferences now have an API to delete all nodes or entries at once.Matthias Melcher
2010-01-11Fl_Preferences::copyTo() would fail if there is no tree rootMatthias Melcher
2010-01-11Minor bugs in Fl_Preferences::copyTo(). Note to self: increase warning level!Matthias Melcher
2010-01-10Added a function to copy an entire Fl_Preferences database into an Fl_Tree vi...Matthias Melcher
2010-01-09This is my test implementation of the UUID code for Fl_Preferences.cxx on win32.Ian MacArthur
2010-01-07Fixed stupid crash bug in Fl_Preferences.Matthias Melcher
2010-01-04Fixed previous commit (s/gethostbyname/gethostname/) and addedAlbrecht Schlosser
2010-01-04Temporary fix for Fl_Preferences on Windows, because gethostbyname would needAlbrecht Schlosser
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-12-07Some fixes for the Cocoa portMatthias Melcher
2009-03-24Major documentation update including: now html doc API is sorted, navigation ...Fabien Costantini
2009-03-14Fl_Preferences.H now doesn't include windows.h any moreAlbrecht Schlosser
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-12-13more doxygen updatesAlbrecht Schlosser
2008-12-13Fixed typos and doxygen documentation.Albrecht Schlosser
2008-12-03Doxygen documentation:Fabien Costantini
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-04STR#2056 Fixed all compilation problems and tested that fluid, utf8 demo work...Fabien Costantini