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
/
examples
/
OpenGL3test.cxx
Age
Commit message (
Expand
)
Author
2022-09-29
Support of FLTK widgets in OpenGL 3 windows - cont'd.
ManoloFLTK
2022-09-28
macOS: support of FLTK widgets in OpenGL 3 windows - cont'd.
ManoloFLTK
2022-09-27
Simpler code to support FLTK widgets in macOS OpenGL 3 windows.
ManoloFLTK
2022-09-26
Replace all calls to sprintf() by calls to snprintf().
ManoloFLTK
2022-09-25
Add cross-platform support for adding widgets to an OpenGL3-based Fl_Gl_Window.
ManoloFLTK
2022-09-22
Wayland: fix error detection during call to glewInit().
ManoloFLTK
2022-03-04
Add the Wayland platform to FLTK 1.4
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2019-04-04
Update procedure for OpenGL3 support.
ManoloFLTK
2018-02-09
Replace "WIN32" with "_WIN32" or "Windows".
Albrecht Schlosser
2018-01-31
Replace FL/x.H with FL/platform.H - step 2 (STR #3435).
Albrecht Schlosser
2016-06-22
Make Fl_Gl_Window::pixels_per_unit() return a float (rather than int) value.
Manolo Gouy
2015-12-10
Added required header and footer for new source files.
Manolo Gouy
2015-12-02
Mac OS: support for high resolution OpenGL windows.
Manolo Gouy
2015-12-01
Mac OS: added Fl::event_x_pixel() and Fl::event_y_pixel() that return the mou...
Manolo Gouy
2015-10-27
Added support for OpenGL V3 and higher.
Manolo Gouy