| Age | Commit message (Collapse) | Author |
|
Mutter goes back to what it did in earlier versions.
Fortunately, FLTK can handle this change.
|
|
|
|
|
|
Key pressed when the Wayland window acquires focus are now detected.
|
|
|
|
The call to Fl_Window::fullscreen() can be made before or after the window is show()'n
Tested compositors: Mutter, Plasma, Weston.
|
|
|
|
Commit e918d94 to fix issue #708 broke turning back from fullscreen state
for borderless window, visible in test/fullscreen.
|
|
|
|
|
|
|
|
|
|
The previous attempt to fix this issue in commit
dcb4c39956092b6a4b9d8e0e85c2065099804119 missed to remove the keyword
'struct' in the offending statement. This new commit actually removes
the compiler warning.
|
|
|
|
(#404)
|
|
|
|
|
|
drivers/Wayland/Fl_Wayland_Window_Driver.cxx:1515:47: warning: declaration ‘struct wld_window::custom_cursor’ does not declare anything
|
|
This function still needs to be tested on a true multi-display Unix box
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
No code changes.
|
|
|
|
|
|
|
|
|
|
and also add more detailed documentation of platform-specific behaviors.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|