summaryrefslogtreecommitdiff
path: root/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.H
AgeCommit message (Expand)Author
2017-08-14Make 'driver' header include guards more standard.Albrecht Schlosser
2017-06-21Move line_width_ protected member variable from Fl_Xlib_Graphics_Driver to Fl...Manolo Gouy
2017-05-22Fix warnings: 'Fl_Xlib_Graphics_Driver::scale' hides overloaded virtual funct...Manolo Gouy
2017-05-17Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...Manolo Gouy
2017-03-17Create Fl_Xlib_Graphics_Driver::scale_and_render_pixmap() to draw depth-4 or ...Manolo Gouy
2017-03-17Remove class Fl_Translated_Xlib_Graphics_Driver and move its processing to Fl...Manolo Gouy
2017-03-16Add scaled image drawing to the X11 platform using Xrender.Manolo Gouy
2016-12-21X11 platform: Add optional use of the pango library to draw text, gaining the...Manolo Gouy
2016-11-16Replace global fl_line_width_ used only by X11 platform by Fl_Xlib_Graphics_...Manolo Gouy
2016-10-07Remove Fl_Xlib_Graphics_Driver::global_gc() because identical to Fl_Graphics_...Manolo Gouy
2016-09-23Move font-related member functions from Fl_Screen_Driver to Fl_Graphics_Driver.Manolo Gouy
2016-09-12Remove code requiring config.h from public header FL/x.HManolo Gouy
2016-04-17virtualized some Region calls.Matthias Melcher
2016-04-17virtualized Fl::set_color and free_color.Matthias Melcher
2016-04-17virtualized Fl_Graphics_Driver::global_gc(), a function that should probably ...Matthias Melcher
2016-04-17virtualizes fl_set_spot and fl_reset_spotMatthias Melcher
2016-03-30Finish removing platform-dependent code from Fl_PostScript.cxxManolo Gouy
2016-03-30Continue removing platform-dependent code from Fl_PostScript.cxxManolo Gouy
2016-03-26Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...Manolo Gouy
2016-03-23Rewrite Fl_Window::hide() under the driver model.Manolo Gouy
2016-03-01Allow running fluid -c without opening the X11 display.Manolo Gouy
2016-02-26Rename Fl_Xlib_Graphics_Driver.h to Fl_Xlib_Graphics_Driver.HManolo Gouy