Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
|
|
This breaks shit
This reverts commit 657d2c9a694aa2c818c469bdbd3f45bb2757a497.
|
|
|
|
Input inhibit
|
|
backend/x11: fix cursor position when receiving configure event
|
|
Added user data field for wlr_cursor
|
|
This is required for wlroots-rs.
|
|
|
|
|
|
|
|
|
|
|
|
backend/x11: fix WLR_HAS_XCB_XKB always undefined
|
|
|
|
|