fltk/src/drivers/WinAPI
Albrecht Schlosser 5a4e7caa54 Windows: use SHGetFolderPathW() for application data folder (#710)
See GitHub issue #710: "Fl_Preferences not stored on Windows 10"

Summary: don't use the undocumented registry key "Shell Folders",
use function SHGetFolderPathW() instead although this function is
meanwhile deprecated (but available since Windows XP).

Note: tested with 32-bit build running on Windows XP (works).
2023-03-27 19:51:09 +02:00
..
Fl_WinAPI_Gl_Window_Driver.cxx Fix for "Rename Fl_X* Fl_Window::i private class member" (#223) 2023-01-13 21:16:17 +01:00
Fl_WinAPI_Gl_Window_Driver.H Remove extraneous Wayland-related comment from Windows code 2023-03-22 21:05:28 +01:00
fl_WinAPI_platform_init.cxx Windows: minor change to support build with mingw64 4.9 2023-02-13 12:24:27 +01:00
Fl_WinAPI_Printer_Driver.cxx Use FL_OVERRIDE for all overridden virtual methods (#611) 2022-12-30 19:14:36 +01:00
Fl_WinAPI_Screen_Driver.cxx Unlimited undo/redo for Fl_Input_ and Fl_Text_Buffer (#558) (#676) 2023-02-10 17:13:20 +01:00
Fl_WinAPI_Screen_Driver.H Unlimited undo/redo for Fl_Input_ and Fl_Text_Buffer (#558) (#676) 2023-02-10 17:13:20 +01:00
Fl_WinAPI_System_Driver.cxx Windows: use SHGetFolderPathW() for application data folder (#710) 2023-03-27 19:51:09 +02:00
Fl_WinAPI_System_Driver.H Use FL_OVERRIDE for all overridden virtual methods (#611) 2022-12-30 19:14:36 +01:00
Fl_WinAPI_Window_Driver.cxx Fix for "Rename Fl_X* Fl_Window::i private class member" (#223) 2023-01-13 21:16:17 +01:00
Fl_WinAPI_Window_Driver.H Virtual member Fl_Window_Driver::makeWindow() now returns void 2023-01-09 17:35:38 +01:00