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
/
WinAPI
/
Fl_WinAPI_Gl_Window_Driver.cxx
Age
Commit message (
Collapse
)
Author
4 days
wip: fork
maxim nikonov
2026-01-04
Windows: improve moving window across screens having distinct scale factors.
ManoloFLTK
2025-12-19
Add Fl_Gl_Window 32 bit depth buffer option.
Matthias Melcher
2024-01-29
Fix cached GL context on all platforms (#737)
Matthias Melcher
2023-11-29
Implements swap_interval for MSWindows.
MatthiasWM
2023-01-13
Fix for "Rename Fl_X* Fl_Window::i private class member" (#223)
ManoloFLTK
2022-11-30
Remove small files fl_XXX_gl_platform_init.cxx
ManoloFLTK
The single-function content of these files is moved to Fl_XXX_Gl_Window_Driver.cxx.
2022-10-02
Add missing return value to Fl_WinAPI_Gl_Window_Driver::create_gl_context()
ManoloFLTK
2022-10-02
Clean use of virtual GLContext Fl_Gl_Window_Driver::create_gl_context().
ManoloFLTK
2022-09-30
FLTK widgets in OpenGL 3 windows: rewrite for driver system.
ManoloFLTK
2022-08-29
Make hybrid Wayland/X11 platform.
ManoloFLTK
2022-03-13
Separate platform init functions from platform-specific driver files
ManoloFLTK
2021-02-16
Create classes Fl_XXX_Gl_Window_Driver according to driver model.
ManoloFLTK