Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This allows raw GL calls outside wlr_renderer to be removed.
|
|
|
|
The convetion with wlr_matrix changed and it's a good time to remove
all these pesky minus signs
|
|
Matrix redesign
|
|
Add map/unmap to xdg-shell
|
|
|
|
|
|
|
|
|
|
Add initial linux_dmabuf protocol support
|
|
|
|
|
|
|
|
|
|
wlr_xdg_surface_v6
|
|
consistency
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
so we can do basic view setup. Will be used to initialize alpha.
|
|
Add idle-inhibit implementation
|
|
rootston: send frame done events unconditionally
|
|
|
|
|
|
|
|
|
|
|
|
This adds the types/wlr_idle_inhibit_v1 implementation.
|
|
|
|
|
|
|
|
|