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
/
FL
/
Fl_Preferences.H
Age
Commit message (
Expand
)
Author
2008-09-14
Doxygen Documentation WP6 Done, Also completed the documentation of Help_View...
Fabien Costantini
2008-09-02
corrected some typos and wrong argument references.
Albrecht Schlosser
2008-04-08
Added two UTF-8 support headers which can not be used just yet. Added sample ...
Matthias Melcher
2006-08-18
STR #1381: added optional "precision" argument when writing floats or doubles...
Matthias Melcher
2005-07-26
Fl_Preferences: made implicitly defined constructors and operators unavailable.
Matthias Melcher
2005-05-20
Fl_Preferences::getUserdataPath() didn't work for sub-groups (STR
Michael R Sweet
2005-04-16
Update source file headers with STR web page.
Michael R Sweet
2005-02-24
Copyright updates.
Michael R Sweet
2004-04-11
Copyright updates and prep for 1.1.5rc1.
Michael R Sweet
2003-01-30
Copyright update for 1.1.3 release (not quite yet, but soon...)
Michael R Sweet
2003-01-21
Add FL_EXPORT to nested classes.
Michael R Sweet
2002-09-05
Mac OS X: modified Fl_Preferences::Node::search to correctly handle groups
Matthias Melcher
2002-08-27
Add constructors that accept the path to use (rather then SYSTEM or USER
Michael R Sweet
2002-08-14
DLL changes (still some more to go...)
Michael R Sweet
2002-05-31
Some C++ compilers can't handle char& and int& versions of methods, so
Michael R Sweet
2002-05-07
Change "typedef enum {} type" to "enum type {}"...
Michael R Sweet
2002-05-03
Fix portability problems with Solaris Forte C++ compiler.
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-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-28
Add Fl_Preferences class to base library.
Michael R Sweet