summaryrefslogtreecommitdiff
path: root/src/Fl_Gl_Device_Plugin.cxx
AgeCommit message (Expand)Author
2016-03-09Rewrite Fl_Gl_Device_Plugin.cxx in a platform-independent way.Manolo Gouy
2016-03-09Simpler code for capture of OpenGL windows: the pixel array is converted to t...Manolo Gouy
2016-03-08Rewrite Fl_Gl_Device_Plugin::print() without any platform-specific code.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-13Details on PORTME items. Move fl_parse_color() to screen drivers.Matthias Melcher
2016-02-11Mark places that need to be refactored with // PORTME:Matthias Melcher
2016-01-29A bit more OpenGL cleanupMatthias Melcher
2016-01-29Made OpenGL driver compile by itself instead of including files from another ...Matthias Melcher
2016-01-271) Added a new way to detect whether the drawing operation is using the platf...Manolo Gouy
2016-01-26Moving image drawing code into the driver systemMatthias Melcher
2016-01-26OpenGL new naming scheme.Matthias Melcher
2016-01-24Extracting OpenGL text calls. This is a minimum implementation for testing. D...Matthias Melcher
2016-01-24Reorganizing color drawing code.Matthias Melcher
2016-01-23Added OpenGL support for dotted lines. Active widget now renders focus rectan...Matthias Melcher
2016-01-23OpenGL arc and pie drawing (Mmmmh, pie!)Matthias Melcher
2016-01-23Added OpenGL implementation of fl_vertex calls. Compiling and linking, but fu...Matthias Melcher
2016-01-21Removed OpenGL graphics driver from public view. For the parts that are imple...Matthias Melcher
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2015-12-02Mac OS: support for high resolution OpenGL windows.Manolo Gouy
2015-08-28Moved Mac-specific type declaration to mac.HManolo Gouy
2015-07-18Restore compilability with Mac OS SDK 10.3 and aboveManolo Gouy
2015-01-06Don not assume that Fl_X::resolution_scaling_factor() returns either 1 or 2.Manolo Gouy
2014-12-20Function imgProviderReleaseData() is made apple-specific.Manolo Gouy
2014-12-20Changed OpenGL support for the Mac OS X platform: use cocoa instead of deprec...Manolo Gouy
2014-11-06Fix for STR#3142 where fl_read_image() correctly reads GL data under X11, but...Manolo Gouy
2014-01-10A redraw of the GL window may be necessary before printing, at least with the...Manolo Gouy
2013-05-19It doesn't seem necessary to redraw a GL window before capturing its pixel co...Manolo Gouy
2013-05-04print_gl_window(): it's safer to memorize and restore the value of the fl_win...Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-02-04Fix STR #2535: clipping + coordinate transformations are now managed separate...Manolo Gouy
2010-10-11Applied sjb's patch to fix STR #2429.Greg Ercolano
2010-05-21Fl_Gl_Device_Plugin.cxx: fixed compilation error under some 10.4Manolo Gouy
2010-04-06Fl_Gl_Device_Plugin: more device-independant APIManolo Gouy
2010-03-28Fl_Gl_Device_Plugin: better code for GL window capture after coverage by prin...Manolo Gouy
2010-03-24Fixed all Doxygen warnings triggered by new Fl_Device and Fl_Printer classesManolo Gouy
2010-03-18Renamed class Fl_Virtual_Printer into Fl_Abstract_PrinterManolo Gouy
2010-03-18Setting copyright dates to 2010Manolo Gouy
2010-03-18Setting copyright dates to 2010Manolo Gouy
2010-03-18Added id lines and copyrightManolo Gouy
2010-03-17Added trick to force loading of Fl_Gl_Device_Plugin whenever fltk_gl is loaded.Manolo Gouy
2010-03-17Deleted class Fl_Gl_Printer that's no longer useful.Manolo Gouy