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
2024-01-22
Fix User Preferences file search order for Unix (#891)
Matthias Melcher
2024-01-19
Fix crash in Fl_Preferences for deformed group name (#891)
Matthias Melcher
2023-12-22
A more cross-platform way to fix issue #876
ManoloFLTK
2023-12-21
Fix "Fl_Plugin_Manager::loadAll doesn't work correct" (#876)
ManoloFLTK
2023-10-22
Make Fl_String and Fl_Int_Vector private (#789)
Albrecht Schlosser
2023-10-21
Remove duplicated code that was commented out, fix includes
Albrecht Schlosser
2023-10-21
Removes dependency on Fl_Preferences::get/set(.., Fl_String, ...)
Matthias Melcher
2023-09-27
Fix for CLEAR flag in Fl_Preferences
Matthias Melcher
2023-09-26
FLUID: adds greatly enhanced Shell Commands (#774)
Matthias Melcher
2023-03-02
Fix typos in Doxygen documentation
ManoloFLTK
2023-02-25
Add Fl_String to Fl_Preferences (#687)
Matthias Melcher
2022-09-26
Replace all calls to sprintf() by calls to snprintf().
ManoloFLTK
2022-04-03
Silence compiler warnings [-Wunused-but-set-variable]
Albrecht Schlosser
2022-03-25
Update documentation and dependencies
Albrecht Schlosser
2022-03-23
Remove vsscanf_l() call from Win32 driver (it appears to be a BSD-ism and uns...
ian.macarthur
2022-01-23
Preferences XDG path (#377)
Matthias Melcher
2022-01-19
Fixing and upgrading Fl_Preferences (#374)
Matthias Melcher
2022-01-16
Rename FL/fl_string.h to FL/fl_string_functions.h
Albrecht Schlosser
2021-02-25
Fix Doxygen docs (unescaped '$')
Albrecht Schlosser
2020-10-04
Create Fl_X11_System_Driver::dlopen_or_dlsym() for run-time addresses.
ManoloFLTK
2020-08-01
Implement + deploy fl_strdup()
Greg Ercolano
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-06-01
Improve Fl_Preferences documentation
Albrecht Schlosser
2020-02-11
Fix static analyzer errors and warnings
Albrecht Schlosser
2020-01-14
Merge remote-tracking branch 'refs/remotes/origin/master'
Matthias Melcher
2020-01-14
Fixed some documentation for Fl_Preferences and fl_make_path.
Matthias Melcher
2020-01-13
Fix Doxygen warnings and errors
Albrecht Schlosser
2020-01-11
Improved documentation of Fl_Preferences.
Matthias Melcher
2020-01-03
macOS: checking Fl_Preferences file path improved
Matthias Melcher
2019-12-31
Limiting file access for Fl_Preferences.
Matthias Melcher
2018-06-26
Move Fl_System_Driver.H from FL/ to src/
Manolo Gouy
2018-06-23
Doxygen only: fixed all block comments starting with an asterisk to space-onl...
Matthias Melcher
2017-07-07
STR #2823.2/2: Improved Fl_Preferences "dirty" flag handling.
Matthias Melcher
2017-07-07
STR #2823.1/2: avoiding setting "dirty" flag in a read operation.
Matthias Melcher
2017-07-07
Fix some typos.
Albrecht Schlosser
2017-07-07
More logical data path name
Matthias Melcher
2017-07-07
STR #2034: Fl_Preferences::getUserdataPath() is much more careful when creat...
Matthias Melcher
2016-04-16
Fix typos in comments.
Albrecht Schlosser
2016-04-14
PicoSDL fixes - not working!
Matthias Melcher
2016-04-10
Rewrite Fl_Preferences.cxx under the driver model.
Manolo Gouy
2016-04-06
Remove unnecessary #include <sys/stat.h> directive
Manolo Gouy
2016-03-29
Remove the platform-dependent type xchar
Manolo Gouy
2016-02-13
Details on PORTME items. Move fl_parse_color() to screen drivers.
Matthias Melcher
2016-02-11
Mark places that need to be refactored with // PORTME:
Matthias Melcher
2016-01-03
Updated platform specific #if's to report unimplemented code when compiling w...
Matthias Melcher
2015-04-24
Fixed small typo, added some elipsis to clarify docs
Greg Ercolano
2015-04-03
Fix compiler warning (another part of STR #2813).
Albrecht Schlosser
2015-01-31
Fix potential buffer overflow (Windows: BEX64 error) and home dir (STR 3166).
Albrecht Schlosser
2014-12-19
Unused functions makePath() and makePathForFile() removed. (STR#3169)
Greg Ercolano
2014-10-14
Adjust the Fl_Preferences method
Ian MacArthur
[next]