mutter/clutter/wayland
Giovanni Campagna 59f1e531f9 ClutterEvent: add API to query the full keyboard state when the event was generated
When talking to other applications or serializing the modifier
state (and in particular when implementing a wayland compositor),
the effective modifier state alone is not sufficient, one needs
to know the base, latched and locked modifiers.

Previously one could do with backend specific functionality
such as clutter_device_manager_evdev_get_xkb_state(), but the
problem is that the internal data structures are updated as
soon as the events are fetched from the upstream source, but
the events are reported to the application some time later,
and thus the two can get out of sync.
This way, on the other hand, the information is cached in the
event, and provided to the application with the value that
was current when the event was generated.

https://bugzilla.gnome.org/show_bug.cgi?id=706494
2013-09-09 13:18:23 +02:00
..
clutter-backend-wayland-priv.h wayland: Only include Wayland headers in private 2013-02-20 23:06:28 +00:00
clutter-backend-wayland.c wayland: Add API for disabling the event dispatching 2013-07-23 18:23:40 +01:00
clutter-backend-wayland.h wayland: Only include Wayland headers in private 2013-02-20 23:06:28 +00:00
clutter-device-manager-wayland.c wayland: Only include Wayland headers in private 2013-02-20 23:06:28 +00:00
clutter-device-manager-wayland.h wayland: Updates client side wayland support 2011-12-08 16:13:37 +00:00
clutter-event-wayland.c wayland: Do not poll the Wayland socket for events 2013-06-28 11:43:49 +01:00
clutter-event-wayland.h wayland: Updates client side wayland support 2011-12-08 16:13:37 +00:00
clutter-input-device-wayland.c ClutterEvent: add API to query the full keyboard state when the event was generated 2013-09-09 13:18:23 +02:00
clutter-input-device-wayland.h Hide clutter_input_device_wayland and clutter_stage_wayland types 2012-10-12 15:12:55 +01:00
clutter-stage-wayland.c wayland: When resizing only trigger a redraw if the stage has been shown 2013-08-12 17:29:28 +01:00
clutter-stage-wayland.h wayland: When resizing only trigger a redraw if the stage has been shown 2013-08-12 17:29:28 +01:00
clutter-wayland-compositor.h wayland-compositor: Don't use Wayland types in public API 2013-02-20 23:06:28 +00:00
clutter-wayland-surface.c Update ClutterWaylandSurface to use a resource instead of wl_buffer 2013-07-10 13:28:52 +01:00
clutter-wayland-surface.h Update ClutterWaylandSurface to use a resource instead of wl_buffer 2013-07-10 13:28:52 +01:00
clutter-wayland.h wayland: Add foreign surface support to stage 2013-07-23 18:24:00 +01:00