index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Fl_Gl_Device_Plugin.cxx
Age
Commit message (
Expand
)
Author
2022-12-30
Use `FL_OVERRIDE` for all overridden virtual methods (#611)
Matthias Melcher
2022-08-18
Simplify class Fl_OpenGL_Display_Device.
ManoloFLTK
2021-02-16
Use <config.h> when appropriate.
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2019-04-28
macOS: yet simpler implementation of window resize and rescale.
ManoloFLTK
2019-04-07
Simpler implementation of Fl_Cocoa_Window_Driver::resize()
ManoloFLTK
2018-11-30
Remove unused arguments from the Fl_Device_Plugin::print() member function.
Manolo Gouy
2018-11-29
Use the Fl_Gl_Device_Plugin mechanism to simplify the construction of a layer...
Manolo Gouy
2018-05-04
Simplify Fl_Gl_Device_Plugin::print() using the Fl_Image::scale() member func...
Manolo Gouy
2016-03-09
Rewrite Fl_Gl_Device_Plugin.cxx in a platform-independent way.
Manolo Gouy
2016-03-09
Simpler code for capture of OpenGL windows: the pixel array is converted to t...
Manolo Gouy
2016-03-08
Rewrite Fl_Gl_Device_Plugin::print() without any platform-specific code.
Manolo Gouy
2016-02-19
Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...
Manolo Gouy
2016-02-18
Remove all uses of the fl_gc global variable. Towards a clean driver model.
Manolo Gouy
2016-02-13
Details on PORTME items. Move fl_parse_color() to screen drivers.
Matthias Melcher
2016-02-11
Mark places that need to be refactored with // PORTME:
Matthias Melcher
2016-01-29
A bit more OpenGL cleanup
Matthias Melcher
2016-01-29
Made OpenGL driver compile by itself instead of including files from another ...
Matthias Melcher
2016-01-27
1) Added a new way to detect whether the drawing operation is using the platf...
Manolo Gouy
2016-01-26
Moving image drawing code into the driver system
Matthias Melcher
2016-01-26
OpenGL new naming scheme.
Matthias Melcher
2016-01-24
Extracting OpenGL text calls. This is a minimum implementation for testing. D...
Matthias Melcher
2016-01-24
Reorganizing color drawing code.
Matthias Melcher
2016-01-23
Added OpenGL support for dotted lines. Active widget now renders focus rectan...
Matthias Melcher
2016-01-23
OpenGL arc and pie drawing (Mmmmh, pie!)
Matthias Melcher
2016-01-23
Added OpenGL implementation of fl_vertex calls. Compiling and linking, but fu...
Matthias Melcher
2016-01-21
Removed OpenGL graphics driver from public view. For the parts that are imple...
Matthias Melcher
2016-01-03
Updated platform specific #if's to report unimplemented code when compiling w...
Matthias Melcher
2015-12-02
Mac OS: support for high resolution OpenGL windows.
Manolo Gouy
2015-08-28
Moved Mac-specific type declaration to mac.H
Manolo Gouy
2015-07-18
Restore compilability with Mac OS SDK 10.3 and above
Manolo Gouy
2015-01-06
Don not assume that Fl_X::resolution_scaling_factor() returns either 1 or 2.
Manolo Gouy
2014-12-20
Function imgProviderReleaseData() is made apple-specific.
Manolo Gouy
2014-12-20
Changed OpenGL support for the Mac OS X platform: use cocoa instead of deprec...
Manolo Gouy
2014-11-06
Fix for STR#3142 where fl_read_image() correctly reads GL data under X11, but...
Manolo Gouy
2014-01-10
A redraw of the GL window may be necessary before printing, at least with the...
Manolo Gouy
2013-05-19
It doesn't seem necessary to redraw a GL window before capturing its pixel co...
Manolo Gouy
2013-05-04
print_gl_window(): it's safer to memorize and restore the value of the fl_win...
Manolo Gouy
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2011-02-04
Fix STR #2535: clipping + coordinate transformations are now managed separate...
Manolo Gouy
2010-10-11
Applied sjb's patch to fix STR #2429.
Greg Ercolano
2010-05-21
Fl_Gl_Device_Plugin.cxx: fixed compilation error under some 10.4
Manolo Gouy
2010-04-06
Fl_Gl_Device_Plugin: more device-independant API
Manolo Gouy
2010-03-28
Fl_Gl_Device_Plugin: better code for GL window capture after coverage by prin...
Manolo Gouy
2010-03-24
Fixed all Doxygen warnings triggered by new Fl_Device and Fl_Printer classes
Manolo Gouy
2010-03-18
Renamed class Fl_Virtual_Printer into Fl_Abstract_Printer
Manolo Gouy
2010-03-18
Setting copyright dates to 2010
Manolo Gouy
2010-03-18
Setting copyright dates to 2010
Manolo Gouy
2010-03-18
Added id lines and copyright
Manolo Gouy
2010-03-17
Added trick to force loading of Fl_Gl_Device_Plugin whenever fltk_gl is loaded.
Manolo Gouy
[next]