Age | Commit message (Collapse) | Author |
|
add xwayland unmanaged tests to support dmenu
|
|
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 use the alpha channel to e.g. blend in textures
|
|
Add idle-inhibit implementation
|
|
|
|
|
|
Add symbols file
|
|
This moves the `struct wl_signal activity_notify` in `struct wlr_idle`
into a local `struct {} events` to keep consistency with other modules
in the library.
|
|
|
|
since it's a public function
|
|
|
|
|
|
add wlr_output_layout_adjacent_output
|
|
|
|
|
|
|
|
This adds the types/wlr_idle_inhibit_v1 implementation.
|
|
|
|
|
|
|
|
This ensures we're not incorrectly casting a resource.
Fixes #628
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
util/region: add wlr_region_expand
|
|
output: add wlr_output_transformed_resolution
|
|
|
|
|
|
Backport screenshooter fixes from the renderer redesign v1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
decouples outputenable state and wl_output global
|