summaryrefslogtreecommitdiff
path: root/src/drivers/Cocoa/Fl_Cocoa_Window_Driver.cxx
AgeCommit message (Expand)Author
2017-07-20Fl_Window_Driver::flush_single() needs not be a virtual member function.Manolo Gouy
2016-04-19Move GL-related static member functions of the Fl_X class on Mac OS to class ...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-17virtualized some Region calls.Matthias Melcher
2016-04-17Move q_release_context() from class Fl_X to class Fl_Cocoa_Window_DriverManolo Gouy
2016-04-03Remove code to draw rounded bottom window corners which is not effective.Manolo Gouy
2016-04-03Rewrite fl_scroll_area.cxx under the driver model.Manolo Gouy
2016-03-31Fix error with PostScript driver on the Mac platform.Manolo Gouy
2016-03-30Rewrite functions XRectangleRegion(), XDestroyRegion() under the driver model.Manolo Gouy
2016-03-27Remove the platform-dependent code from Fl_Widget_Surface.cxx - first part.Manolo Gouy
2016-03-27Rewrite Fl_Overlay_Window class under the driver model.Manolo Gouy
2016-03-26Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...Manolo Gouy
2016-03-24Provide Fl_Window_Driver accessor methods for public Fl_Window attributes.Albrecht Schlosser
2016-03-23Rewrite Fl_Window::hotspot(int X, int Y, int offscreen) under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::fullscreen_x() under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::hide() under the driver model.Manolo Gouy
2016-03-20Continue implementation of class Fl_Window_Driver according to Albrecht's plan.Manolo Gouy
2016-03-19Advancing Albrecht's plan for the Fl_Window_Driver class.Manolo Gouy
2016-03-18Beginning of Albrecht's plan for Fl_Window and Fl_Window_Driver classes.Manolo Gouy
2016-03-13Fixed 'flush()' code for single, double, and overlay bufferingMatthias Melcher
2016-03-10Remove useless Fl_Cocoa_Window_Driver::todelete_ memberManolo Gouy
2016-03-10Implement non-rectangular windows using the Window Driver mechanism.Manolo Gouy
2016-03-09Add necessary test for non-null pointer.Manolo Gouy
2016-03-07Separating Fl_X and Fl_Window_Driver in Fl_Window.Matthias Melcher
2016-03-06Driver-based Fl_Double_Window implementation - continued.Manolo Gouy
2016-03-06New, driver-based Fl_Double_Window implementation.Manolo Gouy
2016-02-19Add example code to Fl_Window_Driver.Matthias Melcher
2016-02-19Instantiate the right Fl_Window_Driver.Matthias Melcher
2016-02-19Add System Driver and Window Driver.Matthias Melcher
2016-02-11Mark places that need to be refactored with // PORTME:Matthias Melcher
2016-02-10More device and driver setup.Matthias Melcher