summaryrefslogtreecommitdiff
path: root/src/Fl_Preferences.cxx
AgeCommit message (Expand)Author
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