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_vertex.cxx
Age
Commit message (
Expand
)
Author
44 hours
wip
maxim nikonov
2022-12-10
Fixes some VC compiler warnings
Matthias Melcher
2022-12-10
Fixes OpenGL complex polygons when scaling (#576)
Matthias Melcher
2022-12-08
Fix compilation warning, update dependencies
Albrecht Schlosser
2022-12-05
Fixing fl_complex_polygon() compilation for WIN32 (#571)
Matthias Melcher
2022-12-05
Implement fl_complex_polygon() for OpenGL (#570)
Matthias Melcher
2022-11-30
Add a unit test for drawing complex shapes (#565)
Matthias Melcher
2021-03-01
Remove duplicated code between derived classes of Fl_Graphics_Driver.
ManoloFLTK
2021-02-21
Remove VS compilation warning messages about implicit type conversions.
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2017-08-14
Remove unnecessary #include statements and compilation guards.
Albrecht Schlosser
2016-03-26
Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...
Manolo Gouy
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-26
OpenGL new naming scheme.
Matthias Melcher