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
/
drivers
/
OpenGL
/
Fl_OpenGL_Graphics_Driver.H
Age
Commit message (
Expand
)
Author
2022-02-06
OpenGL implementation of all `fl_` "Drawing Fast Shapes" graphics calls (#385)
Matthias Melcher
2021-12-09
Remove compiler warnings about unused parameters (issue #307) - cont'd
ManoloFLTK
2021-08-27
Remove compiler warnings '-Wextra-semi' (see also PR #266)
Albrecht Schlosser
2021-03-01
Remove duplicated code between derived classes of Fl_Graphics_Driver.
ManoloFLTK
2021-03-01
Remove warnings about hidden virtual member functions.
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2018-12-04
Define useful implementations of Fl_Graphics_Driver::push_no_clip() and pop_c...
ManoloFLTK
2017-08-14
Make 'driver' header include guards more standard.
Albrecht Schlosser
2017-01-10
Fl_OpenGL_Graphics_Driver : use gl_font()/gl_draw() to draw text in a GL window.
Manolo Gouy
2016-03-26
Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...
Manolo Gouy
2016-02-26
Correct \file info for Doxygen
Manolo Gouy
2016-02-26
Rename all remaining src/drivers/XXX.h to XXX.H
Manolo Gouy