Age | Commit message (Collapse) | Author |
|
This also fixes #535.
|
|
Make wlr_renderer_scissor take normal coords instead of upside-down ones
|
|
xwayland: emit new_surface when unmapped
|
|
|
|
Use 'private-code' for wayland-scanner code generation
|
|
Fix gcc string truncation warnings
|
|
Always unmap before destroying surface
|
|
They deprecated 'code' for 'public-code', but suggest using 'private-code'...
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|