Skip to content

Clutter grabs (Pt. 2)

Carlos Garnacho requested to merge wip/carlosg/grabs-pt2 into main

Should be merged together with gnome-shell!2045 (merged).

With the ClutterGrab object introduced, it is time to put it to use:

  • Add introspection annotations so it can be used on GNOME Shell
  • Replace use of ClutterInputDevice grabs in our own actors, mainly ClutterText
  • Make ClutterActions aware of "grab notify" crossing events, so they can give themselves up
  • Other misc cleanups to make event handling more consistent
Edited by Robert Mader

Merge request reports