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_font.cxx
Age
Commit message (
Expand
)
Author
2021-03-01
Remove warnings about hidden virtual member functions.
ManoloFLTK
2021-02-16
Use <config.h> when appropriate.
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2017-01-10
Fl_OpenGL_Graphics_Driver : use gl_font()/gl_draw() to draw text in a GL wind...
Manolo Gouy
2017-01-10
Fl_OpenGL_Graphics_Driver : use gl_font()/gl_draw() to draw text in a GL window.
Manolo Gouy
2016-04-09
Fix Doxygen warning ("nested comment").
Albrecht Schlosser
2016-03-25
Completed the vector font.
Matthias Melcher
2016-03-12
PicoSDL: added crude event handling.
Matthias Melcher
2016-02-26
Rename all remaining src/drivers/XXX.h to XXX.H
Manolo Gouy
2016-02-10
Fix MSWindows compile issues.
Matthias Melcher
2016-01-30
Fix case of include file names.
Albrecht Schlosser
2016-01-29
Made OpenGL driver compile by itself instead of including files from another ...
Matthias Melcher
2016-01-26
Moving image drawing code into the driver system
Matthias Melcher
2016-01-26
Avoid warning
Matthias Melcher
2016-01-26
OpenGL new naming scheme.
Matthias Melcher