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
/
Cocoa
/
Fl_Cocoa_Gl_Window_Driver.mm
Age
Commit message (
Expand
)
Author
3 days
wip: fork
maxim nikonov
6 days
macOS: remove code present only to support macOS versions 10.6 and earlier - ...
ManoloFLTK
7 days
Fix obvious indenting errors after removal of old code
Albrecht Schlosser
7 days
macOS: remove code present only to support macOS versions 10.3 and 10.4.
ManoloFLTK
2025-12-19
Add Fl_Gl_Window 32 bit depth buffer option.
Matthias Melcher
2025-02-08
Make Fl_Cocoa_Gl_Window_Driver::capture_gl_rectangle() return a depth-4 image
ManoloFLTK
2025-02-06
fix macOS Sonoma/Sequoia not capturing OpenGL text on macOS - cont'd (#1197
ManoloFLTK
2025-02-06
fix "macOS Sonoma/Sequoia not capturing OpenGL 1 text on macOS" (#1197)
ManoloFLTK
2024-05-02
macOS + GL: remove compilation error with old SDK versions
ManoloFLTK
2024-01-29
Fix OpenGL context caching on macOS (#737)
Matthias Melcher
2023-12-13
macOS platform + GLUT: fix crash with glut_test - cont'd
ManoloFLTK
2023-12-12
macOS platform + GLUT: fix crash with glut_test app
ManoloFLTK
2023-11-26
Adds GL swap control for X11
Matthias Melcher
2023-11-26
STR 1373: adds vsync control to OpenGL contexts on macOS
Matthias Melcher
2023-10-31
Remove 81615bb causing GL window to blink when resizing on macOS (#813)
ManoloFLTK
2023-10-09
macOS: remove a bunch of deprecation warnings
ManoloFLTK
2023-06-26
Fix Fl_Cocoa_Gl_Window_Driver::resize()
ManoloFLTK
2023-01-13
Fix for "Rename Fl_X* Fl_Window::i private class member" (#223)
ManoloFLTK
2023-01-11
Fix ";" inadvertently written ","
ManoloFLTK
2022-12-30
Use `FL_OVERRIDE` for all overridden virtual methods (#611)
Matthias Melcher
2022-11-30
Remove small files fl_XXX_gl_platform_init.cxx
ManoloFLTK
2022-11-24
Improve text drawing above GL3 scene under macOS
ManoloFLTK
2022-11-24
OpenGL3 under macOS: simpler implementation of support of child widgets
ManoloFLTK
2022-11-23
Improve Fl_Cocoa_Gl_Window_Driver::switch_to_GL1() to support multiple GL3 wi...
ManoloFLTK
2022-11-22
macOS: Fix release of extra NSView holding child widgets of GL window
ManoloFLTK
2022-10-02
Clean use of virtual GLContext Fl_Gl_Window_Driver::create_gl_context().
ManoloFLTK
2022-10-02
macOS: simpler way to delete the GL1 context of widgets-using GL3 windows.
ManoloFLTK
2022-10-01
macOS: fixed problem in resizing of widget-containing OpenGL 3 window.
ManoloFLTK
2022-09-30
macOS: simpler code for auxiliary NSView supporting widgets on a GL3 window.
ManoloFLTK
2022-09-29
macOS platform: rename Fl_Cocoa_Gl_Window_Driver.cxx to .mm
ManoloFLTK