summaryrefslogtreecommitdiff
path: root/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx
AgeCommit message (Expand)Author
2023-12-16#842: Enables command line color arguments on macOSMatthias Melcher
2023-02-10Unlimited undo/redo for Fl_Input_ and Fl_Text_Buffer (#558) (#676)Matthias Melcher
2023-01-13Fix for "Rename Fl_X* Fl_Window::i private class member" (#223)ManoloFLTK
2023-01-01FLUID refactor and macOS warnings removed (#623)Matthias Melcher
2022-11-11Remove redundant doxygen docs of fl_beep()Albrecht Schlosser
2022-11-07Create class Fl_Unix_Screen_Driver used by X11 and Wayland platformsManoloFLTK
2022-08-29Make hybrid Wayland/X11 platform.ManoloFLTK
2022-06-19Move input method support to Fl_Screen_Driver from Fl_Graphics_DriverManoloFLTK
2022-03-13Separate platform init functions from platform-specific driver filesManoloFLTK
2022-01-31Consolidate timeout handling across platforms (#379)Albrecht Schlosser
2021-07-08macOS: Fl::add_timeout() must always create a new timer (#248)Albrecht Schlosser
2021-07-07macOS: Fix a timer inconsistency and prevent a crashAlbrecht Schlosser
2021-06-18Revert parts of and fix other 'constness' changes (#239, #181)Albrecht Schlosser
2021-02-16Use <config.h> when appropriate.ManoloFLTK
2020-11-02Fix possible memory leak in Fl_WinAPI_Screen_Driver::read_win_rectangle_unsca...ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-01-16Fix JIS Keyboard dead keysOKAMURA, Yasunobu
2020-01-11Implement Fl_Window::icon() and default_icon() for macOSManoloFLTK
2019-08-21Fix a case when fl_read_window() did not capture subwindows correctly.ManoloFLTK
2019-06-06Add one argument to Fl_Screen_Driver::read_win_rectangle()ManoloFLTK
2019-05-13Remove Fl_Cocoa_Screen_Driver::flush() that is uselessManoloFLTK
2019-03-06Process env var FLTK_SCALING_FACTOR consistently across platforms.ManoloFLTK
2018-11-28Create default implementation of Fl_Screen_Driver::get_system_scheme() and us...Manolo Gouy
2018-09-03Complete proper initialisation of the unique Fl_Cocoa_Screen_Driver object.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-05-12MacOS: move timer-related code from file Fl_cocoa.mm to file Fl_Cocoa_Screen_...Manolo Gouy
2018-05-04Shorten the list of virtual member functions used to support Fl_Widget_Surfac...Manolo Gouy
2018-02-09Fix fl_read_image() under MacOS platform when GUI is rescaled.Manolo Gouy
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2018-01-09Put a default implementation of parse_color() in Fl_Screen_Driver and only Fl...Manolo Gouy
2017-12-27GUI rescaling under MacOS: fix Fl_Cocoa_Screen_Driver::read_image() - continuedManolo Gouy
2017-12-27GUI rescaling under MacOS: fix Fl_Cocoa_Screen_Driver::read_image() when read...Manolo Gouy
2017-12-18STR#3444: Add MacOS support for application rescaling (not quite complete)Manolo Gouy
2017-11-17Replace remaining calls of getenv() with fl_getenv().Albrecht Schlosser
2016-12-14Implement a platform-independent version of Fl_Graphics_Driver::copy_offscree...Manolo Gouy
2016-11-09Use Fl_Graphics_Driver::default_driver() when convenient.Manolo Gouy
2016-09-23Move font-related member functions from Fl_Screen_Driver to Fl_Graphics_Driver.Manolo Gouy
2016-09-22Fl_Screen_Driver class: its platform dependent member functions should not be...Manolo Gouy
2016-09-20Restructure the code behind double Fl_Cocoa_Screen_Driver::wait(double time_t...Manolo Gouy
2016-09-19Remove fl_ready() not in public API and mostly same as Fl_XXX_Screen_Driver::...Manolo Gouy
2016-04-19Add static Fl_XXX_Window_Driver *driver(Fl_Window*) to get the platform-speci...Manolo Gouy
2016-04-19Move several of the methods of class Fl_X for Mac platform to class Fl_Cocoa_...Manolo Gouy
2016-04-19Move the set_key_window() member function from class Fl_X to class Fl_Cocoa_W...Manolo Gouy
2016-04-15Move platform-dependent implementations of fl_open/close_display() to the Fl_...Manolo Gouy
2016-04-15Continue removing from class Fl_X what is not window-related.Manolo Gouy
2016-04-12Add and correct a few Doxygen comments.Manolo Gouy
2016-04-06Rewrite Fl_Input.cxx under the driver model.Manolo Gouy
2016-04-03Rewrite fl_read_image.cxx under the driver model.Manolo Gouy
2016-04-02Complete removal of platform-dependent code from fl_set_font.cxxManolo Gouy