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_rect.cxx
Age
Commit message (
Expand
)
Author
2023-03-18
Fix gl_rect and OGL::fl_point #688
Matthias Melcher
2022-02-26
Fix Visual Studio build warnings in OpenGL graphics driver
Albrecht Schlosser
2022-02-06
OpenGL implementation of all `fl_` "Drawing Fast Shapes" graphics calls (#385)
Matthias Melcher
2021-02-16
Use <config.h> when appropriate.
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-01-15
Fix uninitialized vars in calls to fl_clip_box() (issue #6)
Albrecht Schlosser
2018-12-04
Define useful implementations of Fl_Graphics_Driver::push_no_clip() and pop_c...
ManoloFLTK
2017-08-14
Remove unnecessary #include statements and compilation guards.
Albrecht Schlosser
2016-02-26
Use the FL_DOXYGEN preprocessor variable to remove all Doxygen warnings
Manolo Gouy
2016-02-26
Rename all remaining src/drivers/XXX.h to XXX.H
Manolo Gouy
2016-01-29
Made OpenGL driver compile by itself instead of including files from another ...
Matthias Melcher
2016-01-26
OpenGL new naming scheme.
Matthias Melcher