summaryrefslogtreecommitdiff
path: root/src/Fl_Preferences.cxx
AgeCommit message (Expand)Author
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
2008-10-04#STR2056 partial fixes : wsock API now compiles ok, but there are still all u...Fabien Costantini
2008-09-19Updating fl_utf8.h references. Fixing copyright date in .fl files.Matthias Melcher
2008-09-17Doxygen documentation: fixed all ambiguous methods signatures, fixed erroneou...Fabien Costantini
2008-09-14Doxygen Documentation WP6 Done, Also completed the documentation of Help_View...Fabien Costantini
2008-09-10Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...Matthias Melcher
2008-01-09STR #1853: fixed potntial buffer overrun un Fl_PreferencesMatthias Melcher
2007-06-20STR #1714: fixed bad deallocation (NULL pointer issue) in Fl_Preferences.Matthias Melcher
2007-02-23Setting pointers in Fl_Preferences-destructor to zero. This should not be nee...Matthias Melcher
2006-08-29Updated OSX subwindow simulation code to better add and remove from the clipp...Matthias Melcher
2006-08-18I forgotMatthias Melcher
2006-08-18STR #1381: added optional "precision" argument when writing floats or doubles...Matthias Melcher
2006-06-14Avoiding crash when passing NULL as a string in Fl_Preferences::set(key, char...Matthias Melcher
2006-04-20Fixed crash in Fl_Preferences if 2nd or 3rd argument in the 'path' constructo...Matthias Melcher
2005-11-27VC++ 2005 Support, drop old files, add icons for SudokuMichael R Sweet
2005-09-19STR 1025: fixed illeagal acces to delted object. It was meant to set the dirt...Matthias Melcher
2005-08-07Fixed OSX compilation problems with non-HFS filesystems (STRMichael R Sweet
2005-05-20Fl_Preferences::getUserdataPath() didn't work for sub-groups (STRMichael R Sweet
2005-03-28Made fluid compile under VicualC6 again. Unfortunatly , the wonderful 'print'...Matthias Melcher
2005-03-25Fl_File_Chooser no longer resets the type() when choosing aMichael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2005-02-14Fl_Preferences::RootNode did not find the user's home directoryMichael R Sweet