Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add xwayland unmanaged tests to support dmenu
|
|
It's currently unused.
|
|
This adds `wlr_xwayland_surface_is_unamanged`, to allow compositors more
fine grained control over XWayland focus.
A surface that is unmanaged should not receive focus, while other
windows that are just override redirect may want it (dmenu).
The way unamanged is determined is taken from wlc.
|
|
Make wlr_render_with_matrix use alpha
|
|
|
|
so we can do basic view setup. Will be used to initialize alpha.
|
|
Add idle-inhibit implementation
|
|
|
|
|
|
This adds the types/wlr_idle_inhibit_v1 implementation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|