Age | Commit message (Collapse) | Author |
|
|
|
Fix wlr_output_transform_compose
|
|
|
|
Fix wlr_xdg_surface_surface_at for popups
|
|
|
|
Add wlr_xwayland_surface_ping
|
|
|
|
Build before you commit, dumbass
|
|
Fixes #1725
|
|
xwayland: add _NET_WM_WINDOW_TYPE_MENU support
|
|
|
|
backend: remove wlr_backend_get_egl
|
|
|
|
rootston: fix compilation without XWayland support
|
|
|
|
Fixes #846
|
|
Emit xwayland unmap signal before unmapping
|
|
This allows compositors to access the surface being unmapped. This
is also more consistent with the destroy signal.
|
|
Add surface iterators
|
|
backend/{x11,headless}: use default if supplied refresh is invalid
|
|
|
|
Fix sending updates to xdg-output resources
|
|
Fixes #836
|
|
xwayland: add drag'n'drop support
|
|
|
|
|
|
|
|
Add wlr_surface_is_subsurface and wlr_subsurface_from_surface
|
|
|
|
Add wlr_xdg_output_manager
|
|
Initialize rootston _surface
|
|
|
|
|
|
Added userdata to wlr_output_layout
|
|
Needed for https://github.com/swaywm/wlroots-rs/issues/131
|
|
Redesign surface input functions
|
|
|
|
|
|
|
|
|
|
Add ifdef to build without X11
|
|
|
|
egl: silence dmabuf error when extension is not present
|
|
This makes it match 4bf936360d42fb5b96a44fd17028ae66fc462362.
|
|
output: document wlr_output_set_custom_mode
|
|
|
|
backend/{x11,headless}: fix refresh rate
|
|
|
|
rootston: send enter event for layer surfaces
|
|
|