[mutter] (65 commits) Non-fast-forward update to branch wip/carlosg/input-thread



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:

  221faef... clutter: Add ClutterSeat::query_state() vmethod
  c366f44... backends/x11: Implement ClutterSeat::query_state() vmethod
  1e23265... backends/native: Implement ClutterSeat::query_state() vmeth
  9101a51... clutter: Use ClutterSeat underneath coords/modifiers input 
  7efed6f... backends/native: Move away from ClutterInputDevice coords
  4813465... clutter: Drop clutter_input_device_set_state()
  8dfee3f... clutter: Pass base event to clutter_input_device_update()
  7d31dc3... clutter: Drop clutter_input_device_update_from_event()
  b7d573c... clutter: Drop clutter_input_device_set_coords()
  3ee74ec... clutter: Simplify backend-independent touch accounting
  8d87acd... backends: Drop GDK device querying code from MetaCursorTrac
  149e5f0... backends: Delegate pointer confinements to an impl object
  cb67dc1... backends: Remove x/y arguments from MetaCursorTracker::curs
  c99ab7f... backends: Add argument for best scale on MetaCursorSprite::
  94ab65a... wayland: Replace cursor renderer usage with cursor tracker
  b0e24cf... backends: Add meta_backend_get_cursor_renderer_for_device()
  281b50c... wayland: Look up cursor renderer for device on MetaWaylandP
  1cbbdc5... backends: Manage tablet cursors in backend
  40d1586... backends: Use graphene_point_t on meta_cursor_tracker_get_p
  70791fc... backends: Move away from meta_cursor_renderer_get_position(
  b90b50b... backends: Add ::device property to MetaCursorRenderer
  e5fb86f... wayland: Move away from meta_cursor_renderer_get_position()
  05167f8... backends: Drop meta_cursor_renderer_get_position()
  bc1cb2c... core: Centralize cursor renderer and tracker updates
  e67554a... backends: Make MetaHwCursorInhibitor less about sprites
  fa5a26f... backends: Move HW cursor inhibitors to MetaBackend
  f7a27ee... backends: Split kms cursor renderer from MetaCursorRenderer
  f777c80... backends: Split pad action mapping to a separate object
  efabc65... backends: Move away from clutter_input_device_set_enabled()
  2d82b48... clutter: Drop ClutterInputDevice::enabled and setter/getter
  93231c7... backends: Add simple object to delegate logical monitor lay
  e8b0ef6... backends: Use MetaViewportInfo to keep MetaSeatNative infor
  5a6eda5... backends: Use also a native cursor renderer for tablets
  976abba... backends: Add method to get extents from viewport info
  08451d3... backends/native: Use viewport info to find out stage extent
  854fa57... backends/native: Drop early processing of ClutterEvents
  641afed... backends: Assign stage to events in MetaBackend
  1ce7c4e... backends/native: Drop meta_seat_native_[gs]et_stage()
  e2d2087... backends: Simplify MetaInputSettings vfunc
  a8abda4... backends: Move all output management to MetaInputMapper
  f0a9aa0... backends: Make MetaInputMapper take over MetaInputSettings 
  cd8dbfb... backends: Move keyboard a11y into backends
  b61c3d6... clutter: Make ClutterSeat::handle_device_event vfunc more g
  f82c612... backends/native: Spin MetaSeatImpl off MetaSeatNative
  3cf1c23... backends/native: Forward keyboard a11y changes via the Meta
  e08c148... backends/native: Proxy touch-mode via MetaSeatImpl
  d237a96... backends/native: Proxy bell notifications from within the M
  eac423a... backends/native: Proxy modifier state changes via MetaSeatI
  a0b74eb... clutter: Update device for the current tool in backends
  ec68ada... backends: Simplify function arguments
  15d25e8... backends: Make device tracking at MetaInputSettings ad-hoc 
  40d4c3b... backends: Do not use clutter_seat_list_devices() in MetaInp
  b70cd0b... backends/native: Move MetaInputSettings ownership to MetaSe
  0d8f51b... backends: Avoid usage of ClutterBackend/ClutterSeat in Meta
  d973a26... clutter: Switch to GAsyncQueue for ClutterMainContext event
  14da544... backends/native: Protect MetaBarrierManagerNative
  14f3f8c... backends/native: Surround device state queries/updates with
  849959a... backends/native: Seal MetaKeymapNative xkb usage
  109a649... backends/native: Shuffle xkb_keymap creation
  909bdf2... backends/native: Make some MetaSeatImpl API "async"
  fed8afc... backends/native: Make MetaVirtualInputDevice vmethods "asyn
  9c26bc4... backends: Make pointer cursor invisible until the stage is 
  554f876... backends/native: Acknowledge that pointer warping is asynch
  d9006ea... backends/native: Add input thread inside MetaSeatImpl

Commits added to the branch:

  7785119... Updated Danish translation (*)
  54ef0cb... clutter: Add ClutterSeat::query_state() vmethod
  3560a72... backends/x11: Implement ClutterSeat::query_state() vmethod
  4b5a44a... backends/native: Implement ClutterSeat::query_state() vmeth
  2b525ee... clutter: Use ClutterSeat underneath coords/modifiers input 
  1d73947... backends/native: Move away from ClutterInputDevice coords
  4f81a53... clutter: Drop clutter_input_device_set_state()
  a49a9e8... clutter: Pass base event to clutter_input_device_update()
  cc3224e... clutter: Drop clutter_input_device_update_from_event()
  310c505... clutter: Drop clutter_input_device_set_coords()
  67321e6... clutter: Simplify backend-independent touch accounting
  abb33df... backends: Drop GDK device querying code from MetaCursorTrac
  32a238a... backends: Delegate pointer confinements to an impl object
  f5f204f... backends: Remove x/y arguments from MetaCursorTracker::curs
  5af14d1... backends: Add argument for best scale on MetaCursorSprite::
  4b1867c... wayland: Replace cursor renderer usage with cursor tracker
  7afaa26... backends: Add meta_backend_get_cursor_renderer_for_device()
  fdecf99... wayland: Look up cursor renderer for device on MetaWaylandP
  51e7bf1... backends: Manage tablet cursors in backend
  641645a... backends: Use graphene_point_t on meta_cursor_tracker_get_p
  836efcc... backends: Move away from meta_cursor_renderer_get_position(
  80bcfe8... backends: Add ::device property to MetaCursorRenderer
  2fd3b60... wayland: Move away from meta_cursor_renderer_get_position()
  af37caf... backends: Drop meta_cursor_renderer_get_position()
  b8f4cfc... core: Centralize cursor renderer and tracker updates
  66f8a76... backends: Make MetaHwCursorInhibitor less about sprites
  c49f854... backends: Move HW cursor inhibitors to MetaBackend
  95b1672... backends: Split kms cursor renderer from MetaCursorRenderer
  3de4f6f... backends: Split pad action mapping to a separate object
  e9ed4fe... backends: Move away from clutter_input_device_set_enabled()
  1938fb5... clutter: Drop ClutterInputDevice::enabled and setter/getter
  ae0a455... backends: Add simple object to delegate logical monitor lay
  1879258... backends: Use MetaViewportInfo to keep MetaSeatNative infor
  20b96ac... backends: Use also a native cursor renderer for tablets
  1234669... backends: Add method to get extents from viewport info
  c34d509... backends/native: Use viewport info to find out stage extent
  63afcf6... backends/native: Drop early processing of ClutterEvents
  1525a48... backends: Assign stage to events in MetaBackend
  6a8b3d5... backends/native: Drop meta_seat_native_[gs]et_stage()
  d4bd0af... backends: Simplify MetaInputSettings vfunc
  897e431... backends: Move all output management to MetaInputMapper
  60b269f... backends: Make MetaInputMapper take over MetaInputSettings 
  0134a9d... backends: Move keyboard a11y into backends
  830e3a6... clutter: Make ClutterSeat::handle_device_event vfunc more g
  42c425b... backends/native: Spin MetaSeatImpl off MetaSeatNative
  2e7cad4... backends/native: Forward keyboard a11y changes via the Meta
  8002a14... backends/native: Proxy touch-mode via MetaSeatImpl
  a565a5e... backends/native: Proxy bell notifications from within the M
  b116ada... backends/native: Proxy modifier state changes via MetaSeatI
  2b916a8... clutter: Update device for the current tool in backends
  e85a29b... backends: Simplify function arguments
  6af36ca... backends: Make device tracking at MetaInputSettings ad-hoc 
  b0d0626... backends: Do not use clutter_seat_list_devices() in MetaInp
  89588d7... backends/native: Move MetaInputSettings ownership to MetaSe
  5ff0026... backends: Avoid usage of ClutterBackend/ClutterSeat in Meta
  0de7a82... clutter: Switch to GAsyncQueue for ClutterMainContext event
  7d4a698... backends/native: Protect MetaBarrierManagerNative
  ae311a6... backends/native: Surround device state queries/updates with
  ed0af4d... backends/native: Seal MetaKeymapNative xkb usage
  a1a12cd... backends/native: Shuffle xkb_keymap creation
  c55678e... backends/native: Make some MetaSeatImpl API "async"
  875c5e3... backends/native: Make MetaVirtualInputDevice vmethods "asyn
  2e9bb8f... backends: Make pointer cursor invisible until the stage is 
  b1404e2... backends/native: Acknowledge that pointer warping is asynch
  9681728... backends/native: Add input thread inside MetaSeatImpl

(*) 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]