summaryrefslogtreecommitdiff
path: root/src/Fl_Preferences.cxx
AgeCommit message (Expand)Author
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
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2004-03-01Documentation updates (STR #245, STR #250, STR #277, STR #281)Michael R Sweet
2003-05-04Fl_File_Browser incorrectly included "." on WIN32 (STR #9)Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-11-19Get rid of some valid compiler warnings with CodeWarrior that were reportedMichael R Sweet
2002-10-07Documentation updates.Michael R Sweet
2002-10-03Fix the filename pattern in FLUID for images.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-09Move the rest of the image file formats (except for XBM and XPM) toMichael R Sweet
2002-07-01Some patches from Ori Berger to plug some resource leaks and use aMichael R Sweet
2002-05-31Some C++ compilers can't handle char& and int& versions of methods, soMichael R Sweet
2002-05-17Fl_Preferences: fixed delete/free confusion, updated docu and sample on buffe...Matthias Melcher
2002-05-16Fixed Fl_Preferences: access() needs to includeMatthias Melcher
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet
2002-05-16Small fix so it compiles on OS/X (Darwin), access() needed header file.Bill Spitzak
2002-05-15Use access() instead of stat() to determine if the directory exists.Michael R Sweet
2002-05-03Fix portability problems with Solaris Forte C++ compiler.Michael R Sweet
2002-05-01Don't try to use itoa(), which isn't available on most systems. Instead,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
2002-04-30Fix radio button drawing for menubars and light buttons. Basically,Michael R Sweet
2002-04-29Add preferences demo.Michael R Sweet
2002-04-29Damned MS-DOS line endings!Michael R Sweet
2002-04-29Re-import the *current* version of Matthias's code, with appropriateMichael R Sweet
2002-04-29Fix uninitialized variable in Fl_Preferences::Node::remove.Michael R Sweet
2002-04-28Add Fl_Preferences class to base library.Michael R Sweet