summaryrefslogtreecommitdiff
path: root/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H
AgeCommit message (Expand)Author
2023-11-29Add commandline conversion for Windows (no-op on other platforms)Albrecht Schlosser
2023-09-05Adds some convenience methods.Matthias Melcher
2022-12-30Use `FL_OVERRIDE` for all overridden virtual methods (#611)Matthias Melcher
2022-12-17Remove useless Fl_System_Driver members after 12da87bManoloFLTK
2022-11-15Add support of .svgz image files to fluidManoloFLTK
2022-11-07Create class Fl_Unix_Screen_Driver used by X11 and Wayland platformsManoloFLTK
2022-04-03Remove '#include <sys/stat.h>' from FL/platform_types.hAlbrecht Schlosser
2022-03-23Remove vsscanf_l() call from Win32 driver (it appears to be a BSD-ism and uns...ian.macarthur
2022-02-03Reorganize classes Fl_System_Driver and Fl_Screen_DriverManoloFLTK
2022-01-19Fixing and upgrading Fl_Preferences (#374)Matthias Melcher
2021-02-16Remove FL_CFG_SYS_POSIX and FL_CFG_SYS_WIN32 preprocessor vars from Fl_lock.cxxManoloFLTK
2020-10-04Create Fl_X11_System_Driver::dlopen_or_dlsym() for run-time addresses.ManoloFLTK
2020-08-01Remove unneeded strdup from example, fold tabsGreg Ercolano
2020-08-01Implement + deploy fl_strdup()Greg Ercolano
2020-07-14First pass at fixing issue 99Greg Ercolano
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-02-10Implement fl_putenv() as cross-platform putenv()Albrecht Schlosser
2018-06-26Move Fl_System_Driver.H from FL/ to src/Manolo Gouy
2018-04-18Simplify the implementation of printing of Fl_Pixmap images under Windows.Manolo Gouy
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2017-11-11Refactor Fl_WinAPI_System_Driver string conversion and more.Albrecht Schlosser
2017-11-10Add missing platform wrapper fl_chdir() for chdir().Albrecht Schlosser
2017-10-15Rename fl_open_ext() parameter 'translation' to 'binary'.Albrecht Schlosser
2017-10-12Add fl_open_ext() to control whether the file is opened in binary/text mode.Manolo Gouy
2017-10-04Undo commit at r.12475 that is not adequate.Manolo Gouy
2017-10-04Fl_SVG_Image class: add support for compressed .svgz image files.Manolo Gouy
2017-03-07Add to Fl_System_Driver support for measuring time with split second resolution.Manolo Gouy
2016-10-19Add one more argument to virtual Fl_System_Driver::file_browser_load_filesyst...Manolo Gouy
2016-04-26Set svn file properties.Manolo Gouy
2016-04-19Virtualized add_fd and remove_fd into System DriverMatthias Melcher
2016-04-15Move platform-dependent implementations of fl_clipboard_notify_changes() to t...Manolo Gouy
2016-04-15Move platform-dependent implementations of Fl::clipboard_contains() to the Fl...Manolo Gouy
2016-04-15Move the platform-dependent implementations of Fl::paste() to the Fl_System_D...Manolo Gouy
2016-04-15Continue moving to Fl_System_Driver the platform_dependent implementations of...Manolo Gouy
2016-04-12Finish rewrite of Fl_File_Chooser2.cxx for the driver model.Manolo Gouy
2016-04-12Begin to rewrite Fl_File_Chooser2.cxx for the driver model.Manolo Gouy
2016-04-12Rewrite fl_draw_pixmap.cxx under the driver model.Manolo Gouy
2016-04-11Remove compilation errors in Fl_File_Icon.cxx with MSVC compiler with new met...Manolo Gouy
2016-04-10Rewrite Fl_lock.cxx under the driver model.Manolo Gouy
2016-04-10Rewrite Fl_get_system_colors.cxx under the driver model.Manolo Gouy
2016-04-10Rewrite Fl_File_Input.cxx under the driver model.Manolo Gouy
2016-04-10Remove platform-dependent code from Fl_PNG_Image.cxxManolo Gouy
2016-04-10Fix error in WIN32 code when rewriting Fl_File_Browser.cxx for the driver model.Manolo Gouy
2016-04-10Rewrite Fl_Preferences.cxx under the driver model.Manolo Gouy
2016-04-10Rewrite Fl_File_Browser.cxx under the driver model.Manolo Gouy
2016-04-09Rewrite Fl_Tooltip.cxx for the driver model.Manolo Gouy
2016-04-09Rewrite fl_open_uri.cxx under the driver model.Manolo Gouy
2016-04-08Rewrite filename_ext.cxx for the driver model.Manolo Gouy
2016-04-08Rewrite filename_isdir.cxx for the driver model.Manolo Gouy
2016-04-08Rewrite filename_absolute.cxx for the driver model.Manolo Gouy