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
/
X11
/
Fl_X11_Gl_Window_Driver.cxx
Age
Commit message (
Expand
)
Author
2024-01-29
Fix cached GL context on all platforms (#737)
Matthias Melcher
2023-12-21
Fix a typo, trailing whitespace, and dependencies
Albrecht Schlosser
2023-12-01
Fixes name conflict in X11 GL swap_interval
Matthias Melcher
2023-11-30
Fixes anonymous union intialisation for C++98
Matthias Melcher
2023-11-28
Adds OpenGL swap_interval for Wayland and X11.
Matthias Melcher
2023-11-26
Adds GL swap control for X11
Matthias Melcher
2023-10-07
Fix STR 3458: "GLUT compatibility mode segfaults"
Albrecht Schlosser
2022-11-30
Remove small files fl_XXX_gl_platform_init.cxx
ManoloFLTK
2022-10-02
Clean use of virtual GLContext Fl_Gl_Window_Driver::create_gl_context().
ManoloFLTK
2022-09-27
Remove use of class Fl_Window_Driver inside libfltk_gl
ManoloFLTK
2022-09-23
GL3 support under X11: ask for compatibility profile if possible.
ManoloFLTK
2022-09-01
Restore building with --disable-xft
ManoloFLTK
2022-08-29
Make hybrid Wayland/X11 platform.
ManoloFLTK
2022-03-13
Separate platform init functions from platform-specific driver files
ManoloFLTK
2021-12-09
Remove compiler warnings about unused parameters (issue #307) - cont'd
ManoloFLTK
2021-11-26
Fix for issue #254: remove hardware overlay support .
ManoloFLTK
2021-04-29
Cleaner access to Fl_Gl_Window_Driver objects.
ManoloFLTK
2021-02-16
Create classes Fl_XXX_Gl_Window_Driver according to driver model.
ManoloFLTK