summaryrefslogtreecommitdiff
path: root/src/drivers/Quartz
AgeCommit message (Expand)Author
2016-02-25Remove the useless pseudo run-time type information supported by the Fl_Devic...Manolo Gouy
2016-02-25Mac OS platform: make fl_draw_image() draw correctly depth-4 images with tran...Manolo Gouy
2016-02-23Fix Fl_RGB_Image::uncache() and Fl_Bitmap::uncache().Manolo Gouy
2016-02-19Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...Manolo Gouy
2016-02-19Update the fl_gc global variable also when Fl_Graphics_Driver::set_gc() is ca...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-02-14Move Fl_Quartz_Graphics_Driver::draw_CGImage() to Fl_Quartz_Graphics_Driver_i...Manolo Gouy
2016-02-13New member function Fl_Quartz_Graphics_Driver::draw_CGImage() used internally...Manolo Gouy
2016-02-11Mark places that need to be refactored with // PORTME:Matthias Melcher
2016-02-10Avoid OS X warning.Matthias Melcher
2016-02-09Porting efforts, minimal Android stuff, cleanup.Matthias Melcher
2016-02-09Move ifdef's in RGB_Image into driver system.Matthias Melcher
2016-02-09Strip Graphics Driver related ifdefs.Matthias Melcher
2016-02-01Remove fl_set_fonts_mac.cxx and put in Fl_Quartz_Graphics_Driver_font.cxxManolo Gouy
2016-01-31Moved fl_create_bitmask and fl_delete_bitmask functions into driver structure...Matthias Melcher
2016-01-30Fix case of include file names.Albrecht Schlosser
2016-01-29Made OpenGL driver compile by itself instead of including files from another ...Matthias Melcher
2016-01-28Fix duplicate of FLTK colormap: fl_cmap[] is now global.Albrecht Schlosser
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-26Moving image drawing code into the driver systemMatthias Melcher
2016-01-26Moved Quartz graphics driver to the new naming schemeMatthias Melcher