msizanoen1
|
992e169d84
|
wayland/pointer-gestures: Fix crash in get_*_gesture after pointer is destroyed
Properly handle cases where the pointer object has already been
destroyed to prevent the compositor from crashing with a null pointer
dereference when a client invokes a get_*_gesture method after the
pointer object is destroyed e.g. when the current login session is not on
foreground.
Closes: https://gitlab.gnome.org/GNOME/mutter/-/issues/2237
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2690>
|
2022-11-25 15:40:12 +00:00 |
|
Carlos Garnacho
|
57074463ab
|
wayland: Add pointer gesture cancellation internal API
This is ATM unused, but will be used to trigger cancellation of
any active gesture.
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2640>
|
2022-09-29 12:36:43 +00:00 |
|
Carlos Garnacho
|
bbf57d092c
|
wayland: Keep track of active pointer gestures
Only one of them may be active at a time, so track the type
of active gesture so it can get properly cancelled.
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2640>
|
2022-09-29 12:36:43 +00:00 |
|
Carlos Garnacho
|
b85f85d665
|
wayland: Refactor pointer gesture .end emission event
We will want to trigger this from multiple places for cancellation.
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2640>
|
2022-09-29 12:36:43 +00:00 |
|
JoseExposito
|
8d34b50918
|
wayland/pointer-gestures: Implement hold gesture
Update the pointer gestures protocol to version 3 and implement the new
hold gesture.
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1830>
|
2021-12-02 20:48:24 +00:00 |
|