summaryrefslogtreecommitdiff
path: root/src/Fl_System_Driver.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-03-21Fix driver definitions of vsnprintf() and vsscanf()Albrecht Schlosser
2022-03-20 Fix issue #413: Commit 29d9e31 creates memory handling problem under macOS.ManoloFLTK
2022-01-23Remove experimental platforms Android, Pico, SDL (PR #376)Albrecht Schlosser
2022-01-19Fixing and upgrading Fl_Preferences (#374)Matthias Melcher
2021-02-13Remove compilation warnings issued by Visual Studio 2019.ManoloFLTK
2020-07-14First pass at fixing issue 99Greg Ercolano
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
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
2018-06-23Doxygen: created Group to document drivers, disabled by defaultMatthias Melcher
2018-06-20Move platform specific shortcut code to platform drivers.Albrecht Schlosser
2018-02-08Move xxx_also_windowless member functions from Fl_System_Driver to Fl_Screen_...Manolo Gouy
2018-02-06Add support for detection and processing of clean program termination request.Manolo Gouy
2017-03-14Give platform-independent default implementation to Fl_System_Driver::gettime()Manolo Gouy
2016-09-26Rename Fl_System_Driver::flNoValue to Fl_System_Driver::fl_NoValue to follow ...Manolo Gouy
2016-09-09Rewrite fl_open_callback() under the driver model.Manolo Gouy
2016-04-27Use standard fopen() as default implementation of virtual Fl_System_Driver::f...Manolo Gouy
2016-04-19Virtualized add_fd and remove_fd into System DriverMatthias Melcher
2016-04-12Reorganize the implementations of the virtual member function Fl_System_Drive...Manolo Gouy
2016-04-11Remove compilation errors in Fl_File_Icon.cxx with MSVC compiler with new met...Manolo Gouy
2016-04-10Fix error in WIN32 code when rewriting Fl_File_Browser.cxx for the driver model.Manolo Gouy
2016-04-10Rewrite Fl_File_Browser.cxx under the driver model.Manolo Gouy
2016-04-07Rewrite filename_expand.cxx under the driver model.Manolo Gouy
2016-04-01Replace Fl_System_Driver::driver() by Fl::system_driver()Manolo Gouy
2016-03-31Move dnd and character-composition related functions from Fl_System_Driver to...Manolo Gouy
2016-03-31Complete removing platform-dependent code from the Fl.H header file.Manolo Gouy
2016-03-30Begin to rewrite Fl_PostScript.cxx under the driver model.Manolo Gouy
2016-03-30Rewrite fl_utf.c under the driver model: the file disappears and its content ...Manolo Gouy
2016-03-29Rewrite fl_utf8.cxx under the driver model.Manolo Gouy
2016-03-28Rewrite Fl_abort.cxx under the driver model.Manolo Gouy
2016-03-28Rewrite file src/Fl_arg.cxx under the driver model. Begin giving flesh to the...Manolo Gouy
2016-02-19Add System Driver and Window Driver.Matthias Melcher