[mutter] (95 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] (95 commits) Non-fast-forward update to branch wip/carlosg/input-thread
- Date: Fri, 25 Sep 2020 17:27:07 +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:
ac99985... wayland: Simplify wl_touch.frame handling
9a6294a... backends: Use slot from cancel events
6ce62fd... wayland: Use Clutter event to handle touch cancel
1abd796... backends: Drop the filter for libinput events
c5625d0... backends: Drop extra layer of touch info handling
2509aeb... clutter: Sanitize ClutterInputDevice header
e89a3e3... backends: Fold device mapping check into backend
550fd52... backends: Move device mapping check into backend
d9db80a... backends: Move absolute/relative device mapping to native b
55d7eab... backends/native: Use libinput seat slot API
16f3e73... backend/native: Move barrier manager to MetaSeatNative
e6987bb... backends/native: Make seat constrain pointer to monitors ou
0b8edfc... backends/native: Move relative motion filter to MetaSeatNat
578a934... clutter: Specify stage on clutter_input_device_update() fun
19f5011... clutter: Work out stage from actor on which to emit crossin
537343c... clutter: Do not depend on device stage on ClutterInputMetho
96a7ed1... backends/native: Drop all uses of clutter_input_device_get_
aaf7526... backends/x11: Drop all users of clutter_input_device_get_st
46dfa61... clutter: Drop clutter_input_device_get_[pointer_]stage()
afbd522... backends/native: Drop users of clutter_input_device_set_sta
6ae7f7f... backends/x11: Drop users of clutter_input_device_set_stage(
df19961... clutter: Drop clutter_input_device_set_stage()
d9b927d... clutter/main: Drop dead code branches
b9a443b... clutter: Pass timestamp to clutter_input_device_set_actor()
ba29004... clutter: Drop clutter_input_device_set_time()
1ab32bc... clutter: Drop unused field in ClutterInputDevice struct
00fa682... clutter: Add ClutterSeat::query_state() vmethod
a16e274... backends/x11: Implement ClutterSeat::query_state() vmethod
9061236... backends/native: Implement ClutterSeat::query_state() vmeth
57e9f09... clutter: Use ClutterSeat underneath coords/modifiers input
bd1c76f... backends/native: Move away from ClutterInputDevice coords
80a86e9... clutter: Drop clutter_input_device_set_state()
40445e5... clutter: Pass base event to clutter_input_device_update()
0cb8f61... clutter: Drop clutter_input_device_update_from_event()
d48b9df... clutter: Drop clutter_input_device_set_coords()
ed35287... clutter: Simplify backend-independent touch accounting
f47d447... backends: Drop GDK device querying code from MetaCursorTrac
d72f0e6... backends: Delegate pointer confinements to an impl object
db06366... backends: Remove x/y arguments from MetaCursorTracker::curs
e3e682c... backends: Add argument for best scale on MetaCursorSprite::
e3391e5... wayland: Replace cursor renderer usage with cursor tracker
575d9cb... backends: Add meta_backend_get_cursor_renderer_for_device()
bfe30fc... wayland: Look up cursor renderer for device on MetaWaylandP
d184d6e... backends: Manage tablet cursors in backend
ed589b0... backends: Use graphene_point_t on meta_cursor_tracker_get_p
6a66eba... backends: Move away from meta_cursor_renderer_get_position(
fc85aae... backends: Add ::device property to MetaCursorRenderer
59f2847... wayland: Move away from meta_cursor_renderer_get_position()
7f689e7... backends: Drop meta_cursor_renderer_get_position()
7ae9ee8... core: Centralize cursor renderer and tracker updates
0e51b73... backends: Make MetaHwCursorInhibitor less about sprites
15e50b3... backends: Move HW cursor inhibitors to MetaBackend
c2bb9a8... backends: Split kms cursor renderer from MetaCursorRenderer
858cd91... backends: Split pad action mapping to a separate object
1db72a7... backends: Move away from clutter_input_device_set_enabled()
eadae36... clutter: Drop ClutterInputDevice::enabled and setter/getter
dad8e40... backends: Add simple object to delegate logical monitor lay
66f74f4... backends: Use MetaViewportInfo to keep MetaSeatNative infor
c145b59... backends: Use also a native cursor renderer for tablets
6422b1b... backends: Add method to get extents from viewport info
9b04228... backends/native: Use viewport info to find out stage extent
ad9f1f0... backends/native: Drop early processing of ClutterEvents
a9a7e40... backends: Assign stage to events in MetaBackend
04ea854... backends/native: Drop meta_seat_native_[gs]et_stage()
5954738... backends: Simplify MetaInputSettings vfunc
98f7d1f... backends: Move all output management to MetaInputMapper
80e661e... backends: Make MetaInputMapper take over MetaInputSettings
b1fb819... backends: Move keyboard a11y into backends
350d9fb... clutter: Make ClutterSeat::handle_device_event vfunc more g
3c219d8... backends/native: Spin MetaSeatImpl off MetaSeatNative
d332990... backends/native: Forward keyboard a11y changes via the Meta
751335e... backends/native: Proxy touch-mode via MetaSeatImpl
0342cb5... backends/native: Proxy bell notifications from within the M
c6d0b2a... backends/native: Proxy modifier state changes via MetaSeatI
6875f35... backends: Simplify function arguments
e318640... backends: Make device tracking at MetaInputSettings ad-hoc
37bca3d... backends: Do not use clutter_seat_list_devices() in MetaInp
2dbd7d2... backends/native: Do not dispatch libinput during MetaSeatIm
d233dd4... backends/native: Move MetaInputSettings ownership to MetaSe
c375ace... backends: Avoid usage of ClutterBackend/ClutterSeat in Meta
b202c7a... clutter: Drop clutter_event_peek()
32d2a0f... clutter: Switch to GAsyncQueue for ClutterMainContext event
6c204f6... backends/native: Protect MetaBarrierManagerNative
e0bc06c... backends/native: Surround device state queries/updates with
a27920f... backends/native: Seal MetaKeymapNative xkb usage
513c412... backends/native: Shuffle xkb_keymap creation
cea3e85... backends/native: Make some MetaSeatImpl API "async"
d5ce086... backends/native: Make MetaVirtualInputDevice vmethods "asyn
b378077... backends/native: Add input thread inside MetaSeatImpl
Commits added to the branch:
38a96cc... Update Brazilian Portuguese translation (*)
8f2a6d9... wayland: Simplify wl_touch.frame handling
961109f... backends: Use slot from cancel events
3f10a02... wayland: Use Clutter event to handle touch cancel
80b5eb6... backends: Drop the filter for libinput events
1232ec9... backends: Drop extra layer of touch info handling
e14b3b6... clutter: Sanitize ClutterInputDevice header
eba344b... backends: Fold device mapping check into backend
7a066c7... backends: Move device mapping check into backend
7abcdb3... backends: Move absolute/relative device mapping to native b
07e94ac... backends/native: Use libinput seat slot API
b8908f1... backend/native: Move barrier manager to MetaSeatNative
d81eaa9... backends/native: Make seat constrain pointer to monitors ou
3f3358f... backends/native: Move relative motion filter to MetaSeatNat
4dcf7ef... clutter: Specify stage on clutter_input_device_update() fun
8ee5266... clutter: Work out stage from actor on which to emit crossin
d959894... clutter: Do not depend on device stage on ClutterInputMetho
d5797a3... backends/native: Drop all uses of clutter_input_device_get_
9038b20... backends/x11: Drop all users of clutter_input_device_get_st
50dd7d8... clutter: Drop clutter_input_device_get_[pointer_]stage()
5640f25... backends/native: Drop users of clutter_input_device_set_sta
1c8ee76... backends/x11: Drop users of clutter_input_device_set_stage(
1553ec6... clutter: Drop clutter_input_device_set_stage()
176fd40... clutter/main: Drop dead code branches
28e3f3b... clutter: Pass timestamp to clutter_input_device_set_actor()
99e6ed4... clutter: Drop clutter_input_device_set_time()
4d6fc9a... clutter: Drop unused field in ClutterInputDevice struct
fc3774a... clutter: Add ClutterSeat::query_state() vmethod
d9ad435... backends/x11: Implement ClutterSeat::query_state() vmethod
4c21579... backends/native: Implement ClutterSeat::query_state() vmeth
30c934a... clutter: Use ClutterSeat underneath coords/modifiers input
7a60ab0... backends/native: Move away from ClutterInputDevice coords
802924f... clutter: Drop clutter_input_device_set_state()
ab949e9... clutter: Pass base event to clutter_input_device_update()
67c4de6... clutter: Drop clutter_input_device_update_from_event()
35a29ed... clutter: Drop clutter_input_device_set_coords()
3efe693... clutter: Simplify backend-independent touch accounting
2909c75... backends: Drop GDK device querying code from MetaCursorTrac
a7d3d12... backends: Delegate pointer confinements to an impl object
9b2c87a... backends: Remove x/y arguments from MetaCursorTracker::curs
d87fc46... backends: Add argument for best scale on MetaCursorSprite::
1a82bd7... wayland: Replace cursor renderer usage with cursor tracker
3f649c9... backends: Add meta_backend_get_cursor_renderer_for_device()
5760d8a... wayland: Look up cursor renderer for device on MetaWaylandP
4ee8995... backends: Manage tablet cursors in backend
1f2229d... backends: Use graphene_point_t on meta_cursor_tracker_get_p
e4b70e7... backends: Move away from meta_cursor_renderer_get_position(
b9b3e5f... backends: Add ::device property to MetaCursorRenderer
8baffa7... wayland: Move away from meta_cursor_renderer_get_position()
1f821a0... backends: Drop meta_cursor_renderer_get_position()
cbc425a... core: Centralize cursor renderer and tracker updates
1166883... backends: Make MetaHwCursorInhibitor less about sprites
0ab7d80... backends: Move HW cursor inhibitors to MetaBackend
cfd5d14... backends: Split kms cursor renderer from MetaCursorRenderer
35daa47... backends: Split pad action mapping to a separate object
ff08eaa... backends: Move away from clutter_input_device_set_enabled()
e230060... clutter: Drop ClutterInputDevice::enabled and setter/getter
dc7c131... backends: Add simple object to delegate logical monitor lay
34a212f... backends: Use MetaViewportInfo to keep MetaSeatNative infor
ff3dcb7... backends: Use also a native cursor renderer for tablets
257f636... backends: Add method to get extents from viewport info
b77ea05... backends/native: Use viewport info to find out stage extent
9c3d838... backends/native: Drop early processing of ClutterEvents
6df7f33... backends: Assign stage to events in MetaBackend
da12fd4... backends/native: Drop meta_seat_native_[gs]et_stage()
44ea7a7... backends: Simplify MetaInputSettings vfunc
c0eb644... backends: Move all output management to MetaInputMapper
27739a8... backends: Make MetaInputMapper take over MetaInputSettings
a00e70e... backends: Move keyboard a11y into backends
11fabd9... clutter: Make ClutterSeat::handle_device_event vfunc more g
fbe7b07... backends/native: Spin MetaSeatImpl off MetaSeatNative
3c664a7... backends/native: Forward keyboard a11y changes via the Meta
76ce634... backends/native: Proxy touch-mode via MetaSeatImpl
6a84bbc... backends/native: Proxy bell notifications from within the M
f15dce2... backends/native: Proxy modifier state changes via MetaSeatI
b2f2197... backends: Simplify function arguments
650edeb... backends: Make device tracking at MetaInputSettings ad-hoc
4643976... backends: Do not use clutter_seat_list_devices() in MetaInp
95f8c7b... backends/native: Do not dispatch libinput during MetaSeatIm
89f77d2... backends/native: Move MetaInputSettings ownership to MetaSe
dd9c20a... backends: Avoid usage of ClutterBackend/ClutterSeat in Meta
07a2278... clutter: Drop clutter_event_peek()
cd960d5... clutter: Switch to GAsyncQueue for ClutterMainContext event
72334b3... backends/native: Protect MetaBarrierManagerNative
63af7be... backends/native: Surround device state queries/updates with
e133b2f... backends/native: Seal MetaKeymapNative xkb usage
c31981c... backends/native: Shuffle xkb_keymap creation
682e7f5... backends/native: Make some MetaSeatImpl API "async"
a36546a... backends/native: Make MetaVirtualInputDevice vmethods "asyn
3689a2d... backends/native: Add input thread inside MetaSeatImpl
d0be7d9... clutter: Do not use stack-allocated ClutterEvents
63714ad... backends: Do not use stack-allocated ClutterEvents
e6e70a5... clutter: Do not special case allocated events
c779ea1... core: Do not update last device on CLUTTER_DEVICE_ADDED/REM
29f33a4... backends: Ensure to clear the last updated device on device
(*) 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]