summaryrefslogtreecommitdiff
path: root/examples/OpenGL3test.cxx
AgeCommit message (Expand)Author
2024-05-13CMake: improve linking OpenGL3 example programs (#959)Albrecht Schlosser
2024-05-05Fix Visual Studio compiler warnings, make output visible...Albrecht Schlosser
2022-12-30Use `FL_OVERRIDE` for all overridden virtual methods (#611)Matthias Melcher
2022-11-01Fix trailing whitespaceAlbrecht Schlosser
2022-10-06Fix use of several FLTK widgets above an GL scene.ManoloFLTK
2022-09-29Support of FLTK widgets in OpenGL 3 windows - cont'd.ManoloFLTK
2022-09-28macOS: support of FLTK widgets in OpenGL 3 windows - cont'd.ManoloFLTK
2022-09-27Simpler code to support FLTK widgets in macOS OpenGL 3 windows.ManoloFLTK
2022-09-26Replace all calls to sprintf() by calls to snprintf().ManoloFLTK
2022-09-25Add cross-platform support for adding widgets to an OpenGL3-based Fl_Gl_Window.ManoloFLTK
2022-09-22Wayland: fix error detection during call to glewInit().ManoloFLTK
2022-03-04Add the Wayland platform to FLTK 1.4ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2019-04-04Update procedure for OpenGL3 support.ManoloFLTK
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2018-01-31Replace 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-10Added required header and footer for new source files.Manolo Gouy
2015-12-02Mac OS: support for high resolution OpenGL windows.Manolo Gouy
2015-12-01Mac OS: added Fl::event_x_pixel() and Fl::event_y_pixel() that return the mou...Manolo Gouy
2015-10-27Added support for OpenGL V3 and higher.Manolo Gouy