summaryrefslogtreecommitdiff
path: root/src/drivers/OpenGL/Fl_OpenGL_Display_Device.cxx
AgeCommit message (Expand)Author
2022-08-18Simplify class Fl_OpenGL_Display_Device.ManoloFLTK
2021-04-29Cleaner access to Fl_Gl_Window_Driver objects.ManoloFLTK
2021-04-16Minor simplification in Fl_Gl_Window_Driver::capture_gl_rectangle()ManoloFLTK
2021-02-21Remove VS compilation warning messages about implicit type conversions.ManoloFLTK
2021-02-16Use <config.h> when appropriate.ManoloFLTK
2021-02-16Create virtual Fl_RGB_Image* Fl_Gl_Window_Driver::capture_gl_rectangle()ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2018-11-30Comments only: correct the header of 2 source files.Manolo Gouy
2018-10-31Remove use of Fl_Gl_Window_Driver.H in file src/Fl_cocoa.mmManolo Gouy
2018-10-31Remove all dependency to libfltk_gl from Fl_cocoa.mm.Manolo Gouy
2018-10-16Fix Fl_OpenGL_Display_Device::capture_gl_rectangle(Fl_Gl_Window*) by making c...Manolo Gouy
2018-06-26Move Fl_Gl_Window_Driver.H from FL/ to src/Manolo Gouy
2018-06-26Move Fl_Screen_Driver.H from FL/ to src/Manolo Gouy
2018-06-26Move Fl_Window_Driver.H from FL/ to src/Manolo Gouy
2018-06-23Removed macro FL_PORTING, as it has been more confusing than helpful.Matthias Melcher
2018-05-30MacOS: have Fl_OpenGL_Display_Device::capture_gl_rectangle() capture also the...Manolo Gouy
2018-05-12Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...Manolo Gouy
2017-12-19Scaling capability under MacOS platform: fix capture of scaled window.Manolo Gouy
2017-05-17Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...Manolo Gouy
2016-09-13Remove possible warnings when compiling with -WundefManolo Gouy
2016-06-22 Make Fl_Gl_Window::pixels_per_unit() return a float (rather than int) value.Manolo Gouy
2016-04-26Make one version of Fl_OpenGL_Display_Device::capture_gl_rectangle() the defa...Manolo Gouy
2016-03-09Simplify Fl_OpenGL_Display_Device::capture_gl_rectangle() under Mac OS.Manolo Gouy
2016-03-09Rewrite Fl_Gl_Device_Plugin.cxx in a platform-independent way.Manolo Gouy
2016-02-26Rename all remaining src/drivers/XXX.h to XXX.HManolo Gouy
2016-02-25Remove the useless pseudo run-time type information supported by the Fl_Devic...Manolo Gouy
2016-01-29A bit more OpenGL cleanupMatthias Melcher
2016-01-29Updated OpenGL Display DeviceMatthias Melcher
2016-01-29Made OpenGL driver compile by itself instead of including files from another ...Matthias Melcher