[mutter] (85 commits) ...backends/native: Add distinct meta-input-thread.h header
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] (85 commits) ...backends/native: Add distinct meta-input-thread.h header
- Date: Fri, 27 Nov 2020 15:35:59 +0000 (UTC)
Summary of changes:
fba1122... clutter: Add ClutterSeat::query_state() vmethod (*)
384b977... backends/x11: Implement ClutterSeat::query_state() vmethod (*)
9d195b3... backends/native: Implement ClutterSeat::query_state() vmeth (*)
cb7794c... clutter: Use ClutterSeat underneath coords/modifiers input (*)
7d78768... backends/native: Move away from ClutterInputDevice coords (*)
932a5ca... clutter: Drop clutter_input_device_set_state() (*)
730da1d... clutter: Pass base event to clutter_input_device_update() (*)
3234ae2... clutter: Drop clutter_input_device_update_from_event() (*)
2411460... clutter: Drop clutter_input_device_set_coords() (*)
dea909a... clutter: Simplify backend-independent touch accounting (*)
efd0652... backends: Drop GDK device querying code from MetaCursorTrac (*)
8a8d477... backends: Delegate pointer confinements to an impl object (*)
7a2a244... backends: Remove x/y arguments from MetaCursorTracker::curs (*)
e721fde... backends: Add argument for best scale on MetaCursorSprite:: (*)
d41dbf9... wayland: Replace cursor renderer usage with cursor tracker (*)
35abb8a... backends: Add meta_backend_get_cursor_renderer_for_device() (*)
0d83fcc... wayland: Look up cursor renderer for device on MetaWaylandP (*)
cd02286... backends/native: Manage tablet cursors in backend (*)
de0848b... backends: Use graphene_point_t on meta_cursor_tracker_get_p (*)
247613d... backends: Move away from meta_cursor_renderer_get_position( (*)
3ade57e... backends: Add ::device property to MetaCursorRenderer (*)
c93bea9... wayland: Move away from meta_cursor_renderer_get_position() (*)
a8e2935... backends: Drop meta_cursor_renderer_get_position() (*)
00cbcb7... core: Centralize cursor renderer and tracker updates (*)
e218b00... backends: Make MetaHwCursorInhibitor less about sprites (*)
d6f7204... backends: Move HW cursor inhibitors to MetaBackend (*)
5f30d1b... backends: Split pad action mapping to a separate object (*)
c2940ef... backends: Move away from clutter_input_device_set_enabled() (*)
b1d12a9... clutter: Drop ClutterInputDevice::enabled and setter/getter (*)
0c1d48b... backends: Add simple object to delegate logical monitor lay (*)
727e64d... backends: Use MetaViewportInfo to keep MetaSeatNative infor (*)
165b736... backends: Use also a native cursor renderer for tablets (*)
1377c2a... backends: Add method to get extents from viewport info (*)
c362bc4... backends/native: Use viewport info to find out stage extent (*)
05edf48... backends/native: Drop early processing of ClutterEvents (*)
0cb0dd3... backends: Assign stage to events in MetaBackend (*)
1dc534e... backends/native: Drop meta_seat_native_[gs]et_stage() (*)
b56d31e... backends: Simplify MetaInputSettings vfunc (*)
9a21482... backends: Move all output management to MetaInputMapper (*)
4013bed... backends: Make MetaInputMapper take over MetaInputSettings (*)
c3acaeb... backends: Move keyboard a11y into backends (*)
2ceac4a... clutter: Make ClutterSeat::handle_device_event vfunc more g (*)
59059e1... backends/native: Spin MetaSeatImpl off MetaSeatNative (*)
39f4aca... backend/native: Let cursor renderer/tracker be updated by e (*)
31439d7... backends/native: Forward keyboard a11y changes via the Meta (*)
facc963... backends/native: Proxy touch-mode via MetaSeatImpl (*)
be1ffc8... backends/native: Proxy bell notifications from within the M (*)
89a140d... backends/native: Proxy modifier state changes via MetaSeatI (*)
c601a82... clutter: Update device for the current tool in backends (*)
fe9092d... backends: Simplify function arguments (*)
2c1558d... backends: Make device tracking at MetaInputSettings ad-hoc (*)
4e56352... backends: Do not use clutter_seat_list_devices() in MetaInp (*)
1609d14... backends/native: Move MetaInputSettings ownership to MetaSe (*)
b789d38... clutter: Switch to GAsyncQueue for ClutterMainContext event (*)
e76a7f4... backends/native: Protect MetaBarrierManagerNative (*)
cf45050... backends/native: Surround device state queries/updates with (*)
40665b0... backends/native: Seal MetaKeymapNative xkb usage (*)
23f9534... backends/native: Shuffle xkb_keymap creation (*)
f7fbd6e... backends: Handle numlock saving/restoring directly in backe (*)
fd90e41... backends/native: Make some MetaSeatImpl API "async" (*)
fb2440a... backends/native: Make MetaVirtualInputDevice vmethods "asyn (*)
efc1592... backends: Make pointer cursor invisible until the stage is (*)
c6849a6... clutter: Drop clutter_input_device_get_coords() method (*)
d58e082... clutter: Drop clutter_input_device_get_modifier_state() API (*)
699da15... clutter: Drop clutter_input_device_get_key()/n_keys API (*)
c4fa5ef... clutter: Drop clutter_input_device_get_physical_devices() A (*)
be9c531... clutter: Drop clutter_input_device_get_associated_device() (*)
e772f62... clutter: Make axes part of the device tool (*)
168ceb9... backends: Forward event axes as array of ClutterInputAxes e (*)
5689a84... clutter: Drop internal update_from_tool() vmethod (*)
d7d92b0... clutter: Drop ClutterInputDevice axis API (*)
06d577f... clutter: Move scroll valuator accounting to backends/x11 (*)
c7f989c... clutter: Drop ClutterInputDevice private tool maintenance A (*)
71b4c0e... clutter: Drop keycode_to_evdev vmethod (*)
e0444a3... clutter: Move ClutterInputDevice fields to private struct (*)
7547891... backends: Straighten MetaInputSettings creation (*)
ceefa72... backends/native: Shuffle keyboard a11y signal connection in (*)
18fdcfc... backends/native: Make MetaInputSettingsNative vmethods "asy (*)
f117a15... clutter: Add vmethod to find out group for pad features (*)
2ff5bb4... backends/native: Update keyboard a11y status in seat impl (*)
424f3b7... clutter: Do not emit signals during ClutterBackend finaliza (*)
321b971... backends/native: Add missing seat finalization paths (*)
820262e... backends/native: Add input thread inside MetaSeatImpl (*)
c03be03... backends/native: Add a bunch of "_in_impl" suffixes to func (*)
8b6ea12... backends/native: Add distinct meta-input-thread.h header (*)
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]