summaryrefslogtreecommitdiff
path: root/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_rect.cxx
AgeCommit message (Expand)Author
2016-10-11Replace .h by .H in #include "Fl_Quartz_Graphics_Driver.h"Manolo Gouy
2016-09-26Replace a few global variables by members of the Fl_Quartz_Graphics_Driver classManolo Gouy
2016-04-19Move Fl_X::set_high_resolution() to classes Fl_Graphics_Driver and Fl_Quartz_...Manolo Gouy
2016-04-17virtualized some Region calls.Matthias Melcher
2016-04-02Move intersect_region_and_rect() to the Quartz driver code where it belongs.Manolo Gouy
2016-03-26Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...Manolo Gouy
2016-02-19Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...Manolo Gouy
2016-02-18Remove all uses of the fl_gc global variable. Towards a clean driver model.Manolo Gouy
2016-02-15Reformatting.Manolo Gouy
2016-02-15Improve image drawing to double-resolution Fl_Image_Surface objects (Mac OS o...Manolo Gouy
2016-02-14Remove Fl_X::q_fill_context() used only once.Manolo Gouy
2016-02-14Remove Fl_X::q_clear_clipping() used only once.Manolo Gouy
2016-01-27Messed up Makefiles in order to compile on OS X with carved out Graphics DriverMatthias Melcher
2016-01-27Removed all references to Quartz driver files from library headers in Xcode. ...Matthias Melcher
2016-01-27Further things related to the r11063 commit.Manolo Gouy
2016-01-26Moved Quartz graphics driver to the new naming schemeMatthias Melcher