Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Add xdg-decoration-unstable-v1 support
|
|
Whenever a new surface is created, we have to update the cursor focus,
even if there's no input event. So, we generate one motion event, and
reuse the code to update the proper cursor focus. We need to do this
for all surface roles - toplevels, popups, subsurfaces.
Fixes #1162
|
|
|
|
This prevents some future conflicts with the stable version.
Fixes #1133
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allow to add additional modes to outputs
|
|
This allows to pass custom modes.
|
|
|
|
|
|
|
|
|
|
This function is unimplemented and is redundant because all devices added
with roots_seat_add_device get destruction handlers assigned already.
This fixes issue #998.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If there were no layer surfaces the usable area of the output would be
an empty box.
|
|
|
|
|
|
|
|
Also fixes some bugs
|
|
Also fixes an issue which was applying exclusivity to all edges
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add map/unmap to xdg-shell
|