summaryrefslogtreecommitdiff
path: root/src/drivers/Darwin
AgeCommit message (Expand)Author
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
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_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_shortcut.cxx for the driver model.Manolo Gouy
2016-04-09Rewrite fl_open_uri.cxx under the driver model.Manolo Gouy
2016-04-09Fix typos.Albrecht Schlosser
2016-04-09Rewrite Fl_Menu.cxx for the driver model.Manolo Gouy
2016-04-07Rewrite filename_expand.cxx under the driver model.Manolo Gouy
2016-04-07Rewrite filename_list.cxx under the driver model.Manolo Gouy
2016-04-06Rewrite Fl_get_key.cxx under the driver model.Manolo Gouy
2016-04-02Move function Fl_X::calc_mac_os_version() to class Fl_Darwin_System_DriverManolo Gouy
2016-04-02Move get_carbon_function() to the Fl_Darwin_System_Driver class where it belo...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-31Move the marked text support member functions from Fl_System_Driver to Fl_Scr...Manolo Gouy
2016-03-31Complete removing platform-dependent code from the Fl.H header file.Manolo Gouy
2016-03-31Begin to remove platform-dependent code from the Fl.H header file.Manolo Gouy
2016-03-31Fix "warning: control may reach end of non-void function" in Fl_Darwin_System...Manolo Gouy