summaryrefslogtreecommitdiff
path: root/src/Fl_Preferences.cxx
AgeCommit message (Expand)Author
2022-03-25Update documentation and dependenciesAlbrecht Schlosser
2022-03-23Remove vsscanf_l() call from Win32 driver (it appears to be a BSD-ism and uns...ian.macarthur
2022-01-23Preferences XDG path (#377)Matthias Melcher
2022-01-19Fixing and upgrading Fl_Preferences (#374)Matthias Melcher
2022-01-16Rename FL/fl_string.h to FL/fl_string_functions.hAlbrecht Schlosser
2021-02-25Fix Doxygen docs (unescaped '$')Albrecht Schlosser
2020-10-04Create Fl_X11_System_Driver::dlopen_or_dlsym() for run-time addresses.ManoloFLTK
2020-08-01Implement + deploy fl_strdup()Greg Ercolano
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-06-01Improve Fl_Preferences documentationAlbrecht Schlosser
2020-02-11Fix static analyzer errors and warningsAlbrecht Schlosser
2020-01-14Merge remote-tracking branch 'refs/remotes/origin/master'Matthias Melcher
2020-01-14Fixed some documentation for Fl_Preferences and fl_make_path.Matthias Melcher
2020-01-13Fix Doxygen warnings and errorsAlbrecht Schlosser
2020-01-11Improved documentation of Fl_Preferences.Matthias Melcher
2020-01-03macOS: checking Fl_Preferences file path improvedMatthias Melcher
2019-12-31Limiting file access for Fl_Preferences.Matthias Melcher
2018-06-26Move Fl_System_Driver.H from FL/ to src/Manolo Gouy
2018-06-23Doxygen only: fixed all block comments starting with an asterisk to space-onl...Matthias Melcher
2017-07-07STR #2823.2/2: Improved Fl_Preferences "dirty" flag handling.Matthias Melcher
2017-07-07STR #2823.1/2: avoiding setting "dirty" flag in a read operation.Matthias Melcher
2017-07-07Fix some typos.Albrecht Schlosser
2017-07-07More logical data path nameMatthias Melcher
2017-07-07STR #2034: Fl_Preferences::getUserdataPath() is much more careful when creat...Matthias Melcher
2016-04-16Fix typos in comments.Albrecht Schlosser
2016-04-14PicoSDL fixes - not working!Matthias Melcher
2016-04-10Rewrite Fl_Preferences.cxx under the driver model.Manolo Gouy
2016-04-06Remove unnecessary #include <sys/stat.h> directiveManolo Gouy
2016-03-29Remove the platform-dependent type xcharManolo Gouy
2016-02-13Details on PORTME items. Move fl_parse_color() to screen drivers.Matthias Melcher
2016-02-11Mark places that need to be refactored with // PORTME:Matthias Melcher
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2015-04-24Fixed small typo, added some elipsis to clarify docsGreg Ercolano
2015-04-03Fix compiler warning (another part of STR #2813).Albrecht Schlosser
2015-01-31Fix potential buffer overflow (Windows: BEX64 error) and home dir (STR 3166).Albrecht Schlosser
2014-12-19Unused functions makePath() and makePathForFile() removed. (STR#3169)Greg Ercolano
2014-10-14Adjust the Fl_Preferences methodIan MacArthur
2014-10-01Protect use of dlopen() with HAVE_DLSYM and HAVE_DLFCN_H for compatibility wi...Manolo Gouy
2012-04-09Fix compiler warning "variable set but not used".Albrecht Schlosser
2012-04-05Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...Fabien Costantini
2012-01-18Fixed Fl_Preferences documentation typos.Albrecht Schlosser
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-01-19Removed gcc 4.4 compiler warning:Manolo Gouy
2011-01-03Mac OS X: removed all uses of Carbon (except for older OS versions) and re-or...Manolo Gouy
2010-12-05Reformatting for CMP: Indent fixes, bracing.Greg Ercolano
2010-12-03Another fix for Fl_Preferences when creating a "user data" path for systemAlbrecht Schlosser
2010-12-02Fix for STR #2465: make sure that system preference files are user readable (...Manolo Gouy
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-10-30Added callback when double-clicking file in a file chooser (STR#2346)Matthias Melcher
2010-10-28Fixed a bunch of warnings from gcc 4.4.5 . Most of these are parenthesis miss...Matthias Melcher