summaryrefslogtreecommitdiff
path: root/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx
AgeCommit message (Expand)Author
2016-02-25Remove the useless pseudo run-time type information supported by the Fl_Devic...Manolo Gouy
2016-02-25Remove the global variable fl_mask_bitmap - put it in the graphics driver's v...Manolo Gouy
2016-02-20Fix include files.Albrecht Schlosser
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-10Fix missing files in Makefile systemMatthias Melcher
2016-02-09Porting efforts, minimal Android stuff, cleanup.Matthias Melcher
2016-02-09Strip Graphics Driver related ifdefs.Matthias Melcher