summaryrefslogtreecommitdiff
path: root/src/drivers/Cocoa
AgeCommit message (Expand)Author
2018-02-20Remove Fl::run_also_windowless() and FL::wait_also_windowless() from planned ...Manolo Gouy
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2018-02-09Fix fl_read_image() under MacOS platform when GUI is rescaled.Manolo Gouy
2018-02-08Move xxx_also_windowless member functions from Fl_System_Driver to Fl_Screen_...Manolo Gouy
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2018-01-09Fl_Sys_Menu_Bar under MacOS: prevent the FLTK object from receiving events.Manolo Gouy
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-26Continue support for GUI rescaling under MacOS: fix fl_XXX_offscreen() functi...Manolo Gouy
2017-12-23Continue support for GUI rescaling under MacOS: fix Fl_Overlay_Window.Manolo Gouy
2017-12-18STR#3437 : Support display of windows in tabbed form as in MacOS 10.12 SierraManolo Gouy
2017-12-18STR#3444: Add MacOS support for application rescaling (not quite complete)Manolo Gouy
2017-12-07Further simpler code to initialise the MacOS-specific implementation of Fl_Sy...Manolo Gouy
2017-12-04Make Fl_Sys_Menu_Bar class usable in static initializers.Manolo Gouy
2017-11-30MacOS: use rounded bottom corners when drawing windowsManolo Gouy
2017-11-17Replace remaining calls of getenv() with fl_getenv().Albrecht Schlosser
2017-11-03Remove 1 deprecation warning.Manolo Gouy
2017-11-03Remove 3 deprecation warnings.Manolo Gouy
2017-09-13SVG support: draw images at full screen resolution also when there are severa...Manolo Gouy
2017-07-20Remove Fl_Cocoa_Window_Driver::flush_double() because it is equal to Fl_Windo...Manolo Gouy
2017-07-20Fl_Window_Driver::flush_single() needs not be a virtual member function.Manolo Gouy
2017-06-17Make Fl_Screen_Driver::get_mouse(int&, int&) return the number of the mouse-c...Manolo Gouy
2017-06-01Divide virtual Fl_Screen_Driver::open_display() in a platform-specific part f...Manolo Gouy
2017-02-20Mac OS: remove unused members variables from platform-specific struct Fl_Wind...Manolo Gouy
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-10-10Re-organisation of code to support CoreText and ATSU for drawing text.Manolo Gouy
2016-09-26Replace a few global variables by members of the Fl_Quartz_Graphics_Driver classManolo Gouy
2016-09-26MacOS platform: the printer's graphics driver should also call Fl_Graphics_Dr...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-22Rewrite Fl::set_fonts(), Fl::get_font_sizes(), Fl::get_font_name() under the ...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-09-13Remove possible warnings when compiling with -WundefManolo Gouy
2016-09-12Fix typo in macro __LP64__Manolo Gouy
2016-05-13Add GLContext to the set of platform-dependent types defined in FL/platform_t...Manolo Gouy
2016-05-09Move GL-related member functions from class Fl_Cocoa_Screen_Driver to class F...Manolo Gouy
2016-04-26Set svn file properties.Manolo Gouy
2016-04-19Add static Fl_XXX_Window_Driver *driver(Fl_Window*) to get the platform-speci...Manolo Gouy
2016-04-19Move GL-related static member functions of the Fl_X class on Mac OS to class ...Manolo Gouy
2016-04-19Transform Fl_X::make(Fl_Window*) for Mac platform into Fl_X *Fl_Cocoa_Window_...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-18Move other_xid member variable from class Fl_X to class F_Window_Driver.Manolo Gouy
2016-04-18Move set_cursor() member functions from class Fl_X to classes Fl_Window_Drive...Manolo Gouy
2016-04-18Replace member function void Fl_X::flush() by virtual void Fl_Window_Driver::...Manolo Gouy
2016-04-17virtualized some Region calls.Matthias Melcher
2016-04-17Move q_release_context() from class Fl_X to class Fl_Cocoa_Window_DriverManolo Gouy