| Age | Commit message (Collapse) | Author |
|
|
|
cont'd.
|
|
... by commit e0405d2135939d08289205e3a38df329076e16c1
|
|
This is a first step towards removing the code related to support of old macOS versions
that are not compatible with C++11 which FLTK 1.5 requires.
|
|
|
|
This change allows to capture the rounded corners of a top-level GL window.
Also, rename Fl_Cocoa_Window_Driver::capture_decorated_window_10_5()
from capture_decorated_window_10_6() because this function uses
CGWindowListCreateImageFromArray() available from macOS 10.5.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Windows and X11 to follow, no idea about Wayland.
|
|
|
|
|
|
The additional [NSOpenGLContext flushBuffer] messages appear necessary when an Fl_Tile contains
2 or more GL subwindows.
|
|
|
|
|
|
FL_OVERRIDE is defined as `override` for C++11 and higher
FL_OVERRIDE is defined as `override` for VisualC 2015 and newer
Don't interfere with Fl_Widget::override()
|
|
The single-function content of these files is moved to Fl_XXX_Gl_Window_Driver.cxx.
|
|
|
|
|
|
windows
|
|
|
|
|
|
|
|
|
|
|
|
|