| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Rename fl_wl_cairo() to fl_wl_gc()
Add function cairo_t* fl_cairo_gc() under OPTION_USE_CAIRO
|
|
Simpler Fl_Wayland_Window_Driver::flush_overlay() is enough.
|
|
Handle Fl_Overlay_Window objects
|
|
cont'd
That is also expected to be the fix for #712
|
|
|
|
|
|
|
|
Rename it to Fl_Wayland_Window_Driver::surface_to_window() and
avoid loop over all mapped FLTK windows that used to be performed.
|
|
Mutter goes back to what it did in earlier versions.
Fortunately, FLTK can handle this change.
|
|
|
|
|
|
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.
|
|
|
|
drivers/Wayland/Fl_Wayland_Window_Driver.cxx:1515:47: warning: declaration ‘struct wld_window::custom_cursor’ does not declare anything
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- replace tabs with spaces
- remove trailing whitespace
|
|
Wayland under macOS is WIP at
https://github.com/owl-compositor/owl
|
|
|
|
|
|
|
|
The new name reflects better the role of this bool member variable.
Also, add explanatory comments about the use of this variable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tall menus now work also as single popup window and show the correct selected item.
Groups of popups with a menutitle, an associated menuwindow, and possibly submenus
are constructed around the menuwindow, the menutitle being a child popup of the
menuwindow. This positions these popup groups better than before.
|