summaryrefslogtreecommitdiff
path: root/src/drivers/Darwin
AgeCommit message (Expand)Author
7 daysmacOS: remove code present only to support macOS versions 10.3 and 10.4.ManoloFLTK
2025-03-08Add Fl_Darwin_System_Driver::filename_relative()ManoloFLTK
2024-06-30Fl_Tree +/- buttons are no longer drawn using bitmaps, different default line...Cyprinus Carpio
2023-08-26FLUID: fixes file path calculation bugMatthias Melcher
2023-01-01FLUID refactor and macOS warnings removed (#623)Matthias Melcher
2022-12-30Use `FL_OVERRIDE` for all overridden virtual methods (#611)Matthias Melcher
2022-11-07Create class Fl_Unix_Screen_Driver used by X11 and Wayland platformsManoloFLTK
2022-09-26Replace all calls to sprintf() by calls to snprintf().ManoloFLTK
2022-08-29Make hybrid Wayland/X11 platform.ManoloFLTK
2022-08-02Fl_Darwin_System_Driver: use explicit unicode characters, comment out coding ...ManoloFLTK
2022-07-27Fl_Sys_Menu_Bar: allow use of more keys as menu shortcuts.ManoloFLTK
2022-03-23Remove vsscanf_l() call from Win32 driver (it appears to be a BSD-ism and uns...ian.macarthur
2022-03-13Separate platform init functions from platform-specific driver filesManoloFLTK
2022-02-03Reorganize classes Fl_System_Driver and Fl_Screen_DriverManoloFLTK
2022-01-19Fixing and upgrading Fl_Preferences (#374)Matthias Melcher
2021-02-21Fix #include statements, remove unnecessary includesAlbrecht Schlosser
2021-02-16Remove FL_CFG_WIN_COCOA preprocessor variable from Fl_Tree_Prefs.cxxManoloFLTK
2021-02-16Remove FL_CFG_WIN_COCOA preprocessor variable from Fl_Sys_Menu_Bar.cxxManoloFLTK
2021-02-16Include <config.h> when possible - continued.ManoloFLTK
2020-07-14First pass at fixing issue 99Greg Ercolano
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-01-03macOS: checking Fl_Preferences file path improvedMatthias Melcher
2019-12-31Limiting file access for Fl_Preferences.Matthias Melcher
2019-03-25Rename fl_compute_macKeyLookUp() to Fl_Darwin_System_Driver::compute_macKeyLo...ManoloFLTK
2018-06-20Remove obsolete #include statement (finally)Albrecht Schlosser
2018-06-20Move platform specific shortcut code to platform drivers.Albrecht Schlosser
2018-05-12MacOS: move some code from file Fl_cocoa.mm to file Fl_Darwin_System_Driver.cxxManolo Gouy
2018-05-09Rename Fl_Paged_Device::start_job() to begin_job() and Fl_Paged_Device::start...Manolo Gouy
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".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
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2017-09-25Change copyright yearManolo Gouy
2017-09-19Convert the initialisation of global variables fl_local_shift, fl_local_meta,...Manolo Gouy
2016-10-19Add one more argument to virtual Fl_System_Driver::file_browser_load_filesyst...Manolo Gouy
2016-09-09Rewrite fl_open_callback() under the driver model.Manolo Gouy
2016-04-24Set svn file properties.Manolo Gouy
2016-04-20Remove unneeded declarations.Manolo Gouy
2016-04-20Adde necessary #include <FL/x.H> directive.Manolo Gouy
2016-04-19Virtualized add_fd and remove_fd into System DriverMatthias Melcher
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-14Complete rewriting of Fl_Tree_Prefs.cxx under the driver model.Manolo Gouy
2016-04-14Begin to rewrite Fl_Tree_Prefs.cxx under the driver model.Manolo Gouy
2016-04-13Rewrite fl_encoding_mac_roman.cxx under the driver model.Manolo Gouy
2016-04-13Rewrite fl_encoding_latin1.cxx under the driver model.Manolo Gouy
2016-04-12Add and correct a few Doxygen comments.Manolo Gouy
2016-04-11Create Fl_X11_System_Driver.{cxx,.H} and share Fl_Posix_System_Driver.{cxx,.H...Manolo Gouy
2016-04-11Improve use of struct stat for WIN32 platform.Manolo Gouy