Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix pointer axis delta in Wayland backend
|
|
|
|
|
|
|
|
Fix moving views when resizing below min size
|
|
|
|
|
|
|
|
|
|
Add checks for wl_resource_create
|
|
|
|
Process surface position for software cursor hotspots
|
|
|
|
Set xwayland root cursor
|
|
|
|
|
|
|
|
|
|
Fix disabled cursors
|
|
|
|
|
|
|
|
|
|
|
|
Shutdown ASAN fixes
|
|
|
|
|
|
|
|
Rootston: flush close event for xwayland
|
|
Some space sneaked in. tabtabtab.
|
|
Add wlr_output.needs_swap
|
|
The close would otherwise wait for another xcb event to happen.
Flushing helps 'close' feel reactive.
|
|
|
|
Fix rootston exit segfaults
|
|
The wlr_list -> wl_list rework changed 'wlr_devices' to
wl_list, but missed its use on destroy.
|
|
wlr_drm_connector were being freed without removing them
from the drm->outputs list, segfaulting on destroy
|
|
Add wlr_seat_pointer_request_set_cursor_event.serial
|
|
|
|
Cursors ✕ Output Transformations fixes
|
|
|
|
|