[mutter] (51 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] (51 commits) Non-fast-forward update to branch wip/carlosg/input-thread
- Date: Tue, 22 Sep 2020 14:21:57 +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:
58cde8e... backends: Add meta_backend_get_cursor_renderer_for_device()
69cc8c4... wayland: Look up cursor renderer for device on MetaWaylandP
a24d1d8... backends: Manage tablet cursors in backend
0c6ea84... backends: Use graphene_point_t on meta_cursor_tracker_get_p
5002049... backends: Move away from meta_cursor_renderer_get_position(
f00f721... backends: Add ::device property to MetaCursorRenderer
c448dba... wayland: Move away from meta_cursor_renderer_get_position()
dcb9f55... backends: Drop meta_cursor_renderer_get_position()
f14efce... core: Centralize cursor renderer and tracker updates
c6cf0de... backends: Make MetaHwCursorInhibitor less about sprites
6c795fe... backends: Move HW cursor inhibitors to MetaBackend
9dc81bf... backends: Split kms cursor renderer from MetaCursorRenderer
10bdc55... backends: Drop unused function
5e4ce20... backends: Split pad action mapping to a separate object
8e7750a... backends: Move away from clutter_input_device_set_enabled()
5b2a93a... clutter: Drop ClutterInputDevice::enabled and setter/getter
aed02dd... backends: Add simple object to delegate logical monitor lay
c96bcac... backends: Use MetaViewportInfo to keep MetaSeatNative infor
e92c398... backends: Use also a native cursor renderer for tablets
eee861e... backends: Add method to get extents from viewport info
5fa58bd... backends/native: Use viewport info to find out stage extent
27539d5... backends/native: Drop early processing of ClutterEvents
87086a6... backends: Assign stage to events in MetaBackend
a858a7d... backends/native: Drop meta_seat_native_[gs]et_stage()
ba4dbd0... backends: Simplify MetaInputSettings vfunc
469050b... backends: Move all output management to MetaInputMapper
eb61077... backends: Make MetaInputMapper take over MetaInputSettings
b3e2791... backends: Move keyboard a11y into backends
0f62db4... backends/native: Remove unused function
f94603f... clutter: Make ClutterSeat::handle_device_event vfunc more g
62b1883... backends/native: Spin MetaSeatImpl off MetaSeatNative
c0a01e6... backends/native: Forward keyboard a11y changes via the Meta
edb07ba... backends/native: Proxy touch-mode via MetaSeatImpl
f911ea4... backends/native: Proxy bell notifications from within the M
733cfc8... backends/native: Proxy modifier state changes via MetaSeatI
c73d7d2... backends: Simplify function arguments
ed33585... backends: Make device tracking at MetaInputSettings ad-hoc
9d03803... backends: Do not use clutter_seat_list_devices() in MetaInp
4f1c875... backends/native: Do not dispatch libinput during MetaSeatIm
90c2253... backends/native: Move MetaInputSettings ownership to MetaSe
5175dd3... backends: Avoid usage of ClutterBackend/ClutterSeat in Meta
704cfb2... clutter: Drop clutter_event_peek()
39eda80... clutter: Drop _clutter_clear_events_queue_for_stage()
88d717c... clutter: Switch to GAsyncQueue for ClutterMainContext event
85c74c5... backends/native: Protect MetaBarrierManagerNative
39ccf1b... backends/native: Surround device state queries/updates with
7014577... backends/native: Seal MetaKeymapNative xkb usage
8c4f8fc... backends/native: Shuffle xkb_keymap creation
a5c5b19... backends/native: Make some MetaSeatImpl API "async"
15af3ff... backends/native: Make MetaVirtualInputDevice vmethods "asyn
07f2b57... backends/native: Add input thread inside MetaSeatImpl
Commits added to the branch:
4bdab9d... backends: Add meta_backend_get_cursor_renderer_for_device()
897b911... wayland: Look up cursor renderer for device on MetaWaylandP
8671188... backends: Manage tablet cursors in backend
7d5bbc5... backends: Use graphene_point_t on meta_cursor_tracker_get_p
d33f477... backends: Move away from meta_cursor_renderer_get_position(
85c6e0f... backends: Add ::device property to MetaCursorRenderer
0f9d4f8... wayland: Move away from meta_cursor_renderer_get_position()
a66c585... backends: Drop meta_cursor_renderer_get_position()
90e877a... core: Centralize cursor renderer and tracker updates
27b0746... backends: Make MetaHwCursorInhibitor less about sprites
91fc4d6... backends: Move HW cursor inhibitors to MetaBackend
46ffca3... backends: Split kms cursor renderer from MetaCursorRenderer
c11c2e7... backends: Drop unused function
ebbe7f1... backends: Split pad action mapping to a separate object
c4fec9d... backends: Move away from clutter_input_device_set_enabled()
0edd0f6... clutter: Drop ClutterInputDevice::enabled and setter/getter
9f87a81... backends: Add simple object to delegate logical monitor lay
140ca3d... backends: Use MetaViewportInfo to keep MetaSeatNative infor
432b5b6... backends: Use also a native cursor renderer for tablets
119ab1b... backends: Add method to get extents from viewport info
4c25235... backends/native: Use viewport info to find out stage extent
eb2e9df... backends/native: Drop early processing of ClutterEvents
604db1d... backends: Assign stage to events in MetaBackend
2cbd281... backends/native: Drop meta_seat_native_[gs]et_stage()
bad36ce... backends: Simplify MetaInputSettings vfunc
aa79654... backends: Move all output management to MetaInputMapper
9b711f8... backends: Make MetaInputMapper take over MetaInputSettings
d174e19... backends: Move keyboard a11y into backends
1bbddf2... backends/native: Remove unused function
aa3b764... clutter: Make ClutterSeat::handle_device_event vfunc more g
fd2f090... backends/native: Spin MetaSeatImpl off MetaSeatNative
acd0344... backends/native: Forward keyboard a11y changes via the Meta
9d356ca... backends/native: Proxy touch-mode via MetaSeatImpl
fe41865... backends/native: Proxy bell notifications from within the M
3b0469e... backends/native: Proxy modifier state changes via MetaSeatI
246ba3e... backends: Simplify function arguments
b1924c6... backends: Make device tracking at MetaInputSettings ad-hoc
759f78b... backends: Do not use clutter_seat_list_devices() in MetaInp
1827711... backends/native: Do not dispatch libinput during MetaSeatIm
a2df298... backends/native: Move MetaInputSettings ownership to MetaSe
c28fa8c... backends: Avoid usage of ClutterBackend/ClutterSeat in Meta
51be1d4... clutter: Drop clutter_event_peek()
bff3e08... clutter: Drop _clutter_clear_events_queue_for_stage()
aef04b5... clutter: Switch to GAsyncQueue for ClutterMainContext event
830900e... backends/native: Protect MetaBarrierManagerNative
0d7a86c... backends/native: Surround device state queries/updates with
35786ea... backends/native: Seal MetaKeymapNative xkb usage
67affb3... backends/native: Shuffle xkb_keymap creation
aba6edc... backends/native: Make some MetaSeatImpl API "async"
e6bc556... backends/native: Make MetaVirtualInputDevice vmethods "asyn
38e5a29... backends/native: Add input thread inside MetaSeatImpl
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]