wlroots
wlroots copied to clipboard
A modular Wayland compositor library
It seems like the only thing a client can do after a sub-surface's parent has been destroyed is destroying the sub-surface. The protocol says: >If the parent wl_surface is destroyed,...
I am writing a program and I had it use right click as a means of exiting the event loop. I was trying to validate my serial to initiate a...
When I currently start sway now, no matter what version, it always segfaults right away. I believe this bug will go away when I restart my machine. I'll hold off...
Just a random idea I thought of. Feel free to shoot it down. Instead of making xwayland support a build time option, we could make it exist as its own...
Currently layer shell popups can go off the edge of the screen when the positioner rules should prevent that. XDG toplevel popups work correctly. --- wlroots has migrated to gitlab.freedesktop.org....
According to the protocol, subsurfaces become mapped, among other things, when their parent is mapped. Wlroots does such a check if the parent is a subsurface, but not if it...
#1742 has introduced better serial validation. However it doesn't check the type of serials, e.g. it's possible to use a `wl_pointer.enter` serial to set the selection. --- wlroots has migrated...
Turns out Wayland backend also (#1749) does not support any touch events (other than pointer-gestures) - touching the compositor's window produces only pointer events inside the server. --- wlroots has...
We could change `wlr_output.subpixel` depending on hints from the parent compositor. --- wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/1758
1. Start the Wayland backend 2. Focus the wlroots window with some keys pressed (e.g. in Sway, mod+arrow to focus or mod+number to switch to rootston's workspace) 3. Nested wlroots...