aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/managers/SeatManager.hpp
AgeCommit message (Collapse)Author
12 dayscore/data: Use pointer focus for DnD operations (#8707)Vaxry
fixes #7737
2024-10-12input: Fix VRR for constrained cursors (#6877)UjinT34
2024-09-24internal: nuke wlsignal and relatedVaxry
old semi-wrappers for wl_signal, they are no longer used
2024-06-19core: Move to hyprutils for MathVaxry
Moves CRegion, CBox and Vector2D over to hyprutils. Requires hyprutils>=0.1.4
2024-06-12seat: fixup touch event handlingvaxerski
fixes #6353
2024-06-08wayland/core: move to new impl (#6268)Vaxry
* wayland/core/dmabuf: move to new impl it's the final countdown
2024-06-03seat: discrete round away from zero + high res scrolling (#6317)Agent00Ming
* Discrete scrolling round away from zero e.deltaDiscrete can be multiples of 30 instead of the usual 120 causing the rounded value to be 0 when too small causing erratic scrolling. * Send value120 alongside discrete Fixes sensitivity issues for clients that support value120 axis events
2024-05-25xwayland: move to hyprland impl (#6086)Vaxry
2024-05-17seat: update keymap/repeat info on keymap events from keebsVaxry
fixes #6114
2024-05-15wl_seat: send frame event after pointer leave (#6074)Sungyoon Cho
2024-05-14primary-selection: move to hyprland implVaxry
2024-05-14wl-data-device: move to hyprland implVaxry
2024-05-14seatmgr: Add a grab classVaxry
2024-05-14wl_seat: move to hyprland implVaxry