[mutter] (88 commits) Non-fast-forward update to branch wip/carlosg/input-thread
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] (88 commits) Non-fast-forward update to branch wip/carlosg/input-thread
- Date: Thu, 26 Nov 2020 19:12:09 +0000 (UTC)
The branch 'wip/carlosg/input-thread' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
8e8e297... clutter: Add ClutterSeat::query_state() vmethod
0a6ca09... backends/x11: Implement ClutterSeat::query_state() vmethod
d45682a... backends/native: Implement ClutterSeat::query_state() vmeth
40f1749... clutter: Use ClutterSeat underneath coords/modifiers input
cd05a03... backends/native: Move away from ClutterInputDevice coords
04e906d... clutter: Drop clutter_input_device_set_state()
09619e6... clutter: Pass base event to clutter_input_device_update()
5ab99b9... clutter: Drop clutter_input_device_update_from_event()
de3d823... clutter: Drop clutter_input_device_set_coords()
d76722a... clutter: Simplify backend-independent touch accounting
3046341... backends: Drop GDK device querying code from MetaCursorTrac
8f8ea8a... backends: Delegate pointer confinements to an impl object
05e3e83... backends: Remove x/y arguments from MetaCursorTracker::curs
62030cf... backends: Add argument for best scale on MetaCursorSprite::
3706170... wayland: Replace cursor renderer usage with cursor tracker
77f6a1f... backends: Add meta_backend_get_cursor_renderer_for_device()
ab79bca... wayland: Look up cursor renderer for device on MetaWaylandP
bb56a71... backends/native: Manage tablet cursors in backend
56bf809... backends: Use graphene_point_t on meta_cursor_tracker_get_p
15dc8f1... backends: Move away from meta_cursor_renderer_get_position(
d55a882... backends: Add ::device property to MetaCursorRenderer
0b1cfaf... wayland: Move away from meta_cursor_renderer_get_position()
54cc2ce... backends: Drop meta_cursor_renderer_get_position()
9fb8d83... core: Centralize cursor renderer and tracker updates
0b35ad3... backends: Make MetaHwCursorInhibitor less about sprites
8223a1c... backends: Move HW cursor inhibitors to MetaBackend
12c4206... backends: Split pad action mapping to a separate object
d481606... backends: Move away from clutter_input_device_set_enabled()
de0e6f7... clutter: Drop ClutterInputDevice::enabled and setter/getter
53a659f... backends: Add simple object to delegate logical monitor lay
52fae54... backends: Use MetaViewportInfo to keep MetaSeatNative infor
80d917e... backends: Use also a native cursor renderer for tablets
4d91441... backends: Add method to get extents from viewport info
a1227d9... backends/native: Use viewport info to find out stage extent
b9d30ab... backends/native: Drop early processing of ClutterEvents
ed4c2ed... backends: Assign stage to events in MetaBackend
4447cd6... backends/native: Drop meta_seat_native_[gs]et_stage()
c98c0ae... backends: Simplify MetaInputSettings vfunc
0471416... backends: Move all output management to MetaInputMapper
e1890aa... backends: Make MetaInputMapper take over MetaInputSettings
4e78d7f... backends: Move keyboard a11y into backends
f84891e... clutter: Make ClutterSeat::handle_device_event vfunc more g
be87105... backends/native: Spin MetaSeatImpl off MetaSeatNative
c735584... backend/native: Let cursor renderer/tracker be updated by e
f0f5fdc... backends/native: Forward keyboard a11y changes via the Meta
1dc3ee5... backends/native: Proxy touch-mode via MetaSeatImpl
880d296... backends/native: Proxy bell notifications from within the M
dcc324a... backends/native: Proxy modifier state changes via MetaSeatI
521b9ec... clutter: Update device for the current tool in backends
037ee24... backends: Simplify function arguments
f6956fd... backends: Make device tracking at MetaInputSettings ad-hoc
e675136... backends: Do not use clutter_seat_list_devices() in MetaInp
245308f... backends/native: Move MetaInputSettings ownership to MetaSe
41204f4... clutter: Switch to GAsyncQueue for ClutterMainContext event
f5f26af... backends/native: Protect MetaBarrierManagerNative
7a6f5d7... backends/native: Surround device state queries/updates with
aba18ee... backends/native: Seal MetaKeymapNative xkb usage
6d4e611... backends/native: Shuffle xkb_keymap creation
42aae6f... backends/native: Make some MetaSeatImpl API "async"
0693e1a... backends/native: Make MetaVirtualInputDevice vmethods "asyn
80d6b5b... backends: Make pointer cursor invisible until the stage is
861cd3e... clutter: Drop clutter_input_device_get_coords() method
772175d... clutter: Drop clutter_input_device_get_modifier_state() API
2fe190d... clutter: Drop clutter_input_device_get_key()/n_keys API
4c1c531... clutter: Drop clutter_input_device_get_physical_devices() A
2dc1742... clutter: Drop clutter_input_device_get_associated_device()
e0176a8... clutter: Make axes part of the device tool
0c9f50d... backends: Forward event axes as array of ClutterInputAxes e
7aca0fb... clutter: Drop internal update_from_tool() vmethod
e9ded34... clutter: Drop ClutterInputDevice axis API
ce97930... clutter: Move scroll valuator accounting to backends/x11
cedaa4e... clutter: Drop ClutterInputDevice private tool maintenance A
663cb2f... clutter: Drop keycode_to_evdev vmethod
55f0814... clutter: Move ClutterInputDevice fields to private struct
8eb47bf... backends: Straighten MetaInputSettings creation
38c07c4... backends/native: Shuffle signal connection into MetaSeatImp
31241b5... backends/native: Make MetaInputSettingsNative vmethods "asy
15c3198... backends: Seal MetaInputSettings entrypoints with a mutex
40e4601... clutter: Add vmethod to find out group for pad features
da0275d... backends/native: Update keyboard a11y status in seat impl
2f2082f... clutter: Do not emit signals during ClutterBackend finaliza
c9b1eb2... backends/native: Add missing seat finalization paths
015d406... backends/native: Add input thread inside MetaSeatImpl
3c5b9d9... backends/native: Add a bunch of "_in_impl" suffixes to func
1348a5e... backends/native: Add distinct meta-input-thread.h header
Commits added to the branch:
efb577e... screen-cast: Fix segfault when drawing cursor (*)
17dbb98... clutter/stage: Remove fps_timer (*)
60f647d... backends/native: Don't crash if keymap is misconfigured (*)
5db53cc... clutter: Add ClutterSeat::query_state() vmethod
ef4f989... backends/x11: Implement ClutterSeat::query_state() vmethod
32b0081... backends/native: Implement ClutterSeat::query_state() vmeth
5951217... clutter: Use ClutterSeat underneath coords/modifiers input
bbb1c21... backends/native: Move away from ClutterInputDevice coords
c3d12e4... clutter: Drop clutter_input_device_set_state()
57504f8... clutter: Pass base event to clutter_input_device_update()
deffd38... clutter: Drop clutter_input_device_update_from_event()
4d3d68f... clutter: Drop clutter_input_device_set_coords()
c08c9db... clutter: Simplify backend-independent touch accounting
0167700... backends: Drop GDK device querying code from MetaCursorTrac
d0cf932... backends: Delegate pointer confinements to an impl object
011bd4c... backends: Remove x/y arguments from MetaCursorTracker::curs
743984e... backends: Add argument for best scale on MetaCursorSprite::
5fdd647... wayland: Replace cursor renderer usage with cursor tracker
3dbb8c4... backends: Add meta_backend_get_cursor_renderer_for_device()
8bff2e1... wayland: Look up cursor renderer for device on MetaWaylandP
d6e9d8d... backends/native: Manage tablet cursors in backend
82dcfb6... backends: Use graphene_point_t on meta_cursor_tracker_get_p
23dee16... backends: Move away from meta_cursor_renderer_get_position(
815db36... backends: Add ::device property to MetaCursorRenderer
d81e5dd... wayland: Move away from meta_cursor_renderer_get_position()
ea1dcb1... backends: Drop meta_cursor_renderer_get_position()
057dde6... core: Centralize cursor renderer and tracker updates
2cc9a4f... backends: Make MetaHwCursorInhibitor less about sprites
33e5f57... backends: Move HW cursor inhibitors to MetaBackend
273f346... backends: Split pad action mapping to a separate object
789e052... backends: Move away from clutter_input_device_set_enabled()
21f4f37... clutter: Drop ClutterInputDevice::enabled and setter/getter
73f397b... backends: Add simple object to delegate logical monitor lay
1f21ef3... backends: Use MetaViewportInfo to keep MetaSeatNative infor
6662857... backends: Use also a native cursor renderer for tablets
1050d13... backends: Add method to get extents from viewport info
600256e... backends/native: Use viewport info to find out stage extent
294f56c... backends/native: Drop early processing of ClutterEvents
8f79f42... backends: Assign stage to events in MetaBackend
e76d0e7... backends/native: Drop meta_seat_native_[gs]et_stage()
fcb401f... backends: Simplify MetaInputSettings vfunc
be037f5... backends: Move all output management to MetaInputMapper
21133b8... backends: Make MetaInputMapper take over MetaInputSettings
fabffda... backends: Move keyboard a11y into backends
8311722... clutter: Make ClutterSeat::handle_device_event vfunc more g
b4adf8f... backends/native: Spin MetaSeatImpl off MetaSeatNative
dd7b8a8... backend/native: Let cursor renderer/tracker be updated by e
a41893f... backends/native: Forward keyboard a11y changes via the Meta
63a84d9... backends/native: Proxy touch-mode via MetaSeatImpl
9e74c2e... backends/native: Proxy bell notifications from within the M
acb92f2... backends/native: Proxy modifier state changes via MetaSeatI
f4826fe... clutter: Update device for the current tool in backends
8e14217... backends: Simplify function arguments
685b4b3... backends: Make device tracking at MetaInputSettings ad-hoc
41f6ab6... backends: Do not use clutter_seat_list_devices() in MetaInp
a259874... backends/native: Move MetaInputSettings ownership to MetaSe
627287b... clutter: Switch to GAsyncQueue for ClutterMainContext event
2f96486... backends/native: Protect MetaBarrierManagerNative
4790cba... backends/native: Surround device state queries/updates with
8707a93... backends/native: Seal MetaKeymapNative xkb usage
6c1f5ff... backends/native: Shuffle xkb_keymap creation
c9f1118... backends/native: Make some MetaSeatImpl API "async"
3a99a12... backends/native: Make MetaVirtualInputDevice vmethods "asyn
905cda8... backends: Make pointer cursor invisible until the stage is
1f3fd11... clutter: Drop clutter_input_device_get_coords() method
28bb9df... clutter: Drop clutter_input_device_get_modifier_state() API
90d579b... clutter: Drop clutter_input_device_get_key()/n_keys API
9c9c5d6... clutter: Drop clutter_input_device_get_physical_devices() A
c843c7b... clutter: Drop clutter_input_device_get_associated_device()
38bdc6a... clutter: Make axes part of the device tool
0d6e924... backends: Forward event axes as array of ClutterInputAxes e
3d9aa14... clutter: Drop internal update_from_tool() vmethod
a24789f... clutter: Drop ClutterInputDevice axis API
65454d8... clutter: Move scroll valuator accounting to backends/x11
89ab6c8... clutter: Drop ClutterInputDevice private tool maintenance A
0fa3498... clutter: Drop keycode_to_evdev vmethod
4faf77e... clutter: Move ClutterInputDevice fields to private struct
f4c28ff... backends: Straighten MetaInputSettings creation
2e219bc... backends/native: Shuffle keyboard a11y signal connection in
68792b3... backends/native: Make MetaInputSettingsNative vmethods "asy
a87a9c1... backends: Seal MetaInputSettings entrypoints with a mutex
3ae4cf4... clutter: Add vmethod to find out group for pad features
0abcc2e... backends/native: Update keyboard a11y status in seat impl
59e4014... clutter: Do not emit signals during ClutterBackend finaliza
b9c8d63... backends/native: Add missing seat finalization paths
4f958b2... backends/native: Add input thread inside MetaSeatImpl
916bd7b... backends/native: Add a bunch of "_in_impl" suffixes to func
27e5e3b... 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]