index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Fl_Preferences.cxx
Age
Commit message (
Expand
)
Author
2002-07-01
Some patches from Ori Berger to plug some resource leaks and use a
Michael R Sweet
2002-05-31
Some C++ compilers can't handle char& and int& versions of methods, so
Michael R Sweet
2002-05-17
Fl_Preferences: fixed delete/free confusion, updated docu and sample on buffe...
Matthias Melcher
2002-05-16
Fixed Fl_Preferences: access() needs to include
Matthias Melcher
2002-05-16
Massive update to use strlcpy() and strlcat() instead of strncpy()
Michael R Sweet
2002-05-16
Small fix so it compiles on OS/X (Darwin), access() needed header file.
Bill Spitzak
2002-05-15
Use access() instead of stat() to determine if the directory exists.
Michael R Sweet
2002-05-03
Fix portability problems with Solaris Forte C++ compiler.
Michael R Sweet
2002-05-01
Don't try to use itoa(), which isn't available on most systems. Instead,
Michael R Sweet
2002-04-30
added binary support and procedural names to
Matthias Melcher
2002-04-30
Fl_Preferences::getUserdataPath() and getPath() methods now require a
Michael R Sweet
2002-04-30
Fix radio button drawing for menubars and light buttons. Basically,
Michael R Sweet
2002-04-29
Add preferences demo.
Michael R Sweet
2002-04-29
Damned MS-DOS line endings!
Michael R Sweet
2002-04-29
Re-import the *current* version of Matthias's code, with appropriate
Michael R Sweet
2002-04-29
Fix uninitialized variable in Fl_Preferences::Node::remove.
Michael R Sweet
2002-04-28
Add Fl_Preferences class to base library.
Michael R Sweet