| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This computation has been found possible only for single-display settings.
|
|
|
|
The previous method failed with gnome 49.1
|
|
|
|
|
|
windows…" (#1311)
|
|
windows…" (#1311)
|
|
This modified implementation improves support of subwindows that are moved or resized
above their parent toplevel window. It also significantly shortens and clarifies the source code.
|
|
|
|
|
|
|
|
And allow for vertical display taskbar.
|
|
|
|
(#1296)
|
|
|
|
|
|
|
|
cont'd (#1290)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
... according to CMP
|
|
|
|
Example:
warning: extra ‘;’ after in-class function definition [-Wextra-semi]
Also: replace 'FL_OVERRIDE' with 'override' in all modified files
|
|
|
|
|
|
|
|
|
|
|
|
and declare it in non-public header src/Fl_Scalable_Graphics_Driver.H which also
declares classes Fl_Font_Descriptor and Fl_Fontdesc.
|
|
This commit removes the unused static method
Fl_Wayland_Window_Driver::resize_after_screen_change(void *data)
and related data as discussed in the context of PR #1248.
|
|
This option is no longer needed since FLTK 1.5 always requires C++11.
|
|
|
|
|
|
In some multi-screen settings, the un-fullscreened window would leave its screen
but would not enter any screen.
|
|
The commit has all platforms send the FL_FULLSCREEN event when a window is created fullscreen.
|
|
|
|
|
|
|
|
|
|
|
|
(#1216)
|