summaryrefslogtreecommitdiff
path: root/src/Fl_Preferences.cxx
AgeCommit message (Collapse)Author
2002-04-30Fix radio button drawing for menubars and light buttons. Basically,Michael R Sweet
don't use system-supplied circle drawing functions, since they don't do a good job with small circles. Add !__CYGWIN__ for use of WIN32 mkdir() function in preferences... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2140 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-04-29Add preferences demo.Michael R Sweet
Change all reference to matthiasmm.com to fltk.org. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2137 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-04-29Damned MS-DOS line endings!Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2133 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-04-29Re-import the *current* version of Matthias's code, with appropriateMichael R Sweet
buffer limiting fixes, include "flstring.h" instead of <string.h>, and replace all use of bool, true, and false, with char, 1, and 0. (bool is not universally supported by the C++ compilers we currently use with FLTK 1.x, so 1.x cannot use bool, true, or false without a lot of configure crap that will make use/distribution a lot more difficult...) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2132 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-04-29Fix uninitialized variable in Fl_Preferences::Node::remove.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2128 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-04-28Add Fl_Preferences class to base library.Michael R Sweet
Add FLTK_DATADIR definition to config.h for system-wide configuration data. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2126 ea41ed52-d2ee-0310-a9c1-e6b18d33e121