[mutter] (101 commits) Non-fast-forward update to branch wip/carlosg/clutter-seat



The branch 'wip/carlosg/clutter-seat' 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:

  127df62... x11: Drop subscription for input event from floating device
  454e104... clutter: Add ClutterSeat object
  ea099a8... x11: Implement ClutterSeat
  9577475... native: Implement ClutterSeat
  2001bdd... clutter: Move keymap direction from ClutterBackend to Clutt
  ed4c96c... clutter: Move bell_notify() from ClutterBackend to ClutterS
  c5b89d9... clutter: Move keymap from ClutterBackend to ClutterSeat
  11f3db6... clutter: Move platform event data management to ClutterSeat
  77d0ec1... clutter: Move keyboard a11y from ClutterDeviceManager to Cl
  75ad578... clutter: Move pointer a11y from ClutterDeviceManager to Clu
  efe698f... clutter: Move virtual device management to ClutterSeat
  b8c8b59... clutter: Move motion compression handling to ClutterSeat
  a8c6fab... clutter: Drop select_stage_events() device manager vfunc
  ef2acde... wayland: Replace ClutterDeviceManager usage in favor of Clu
  1c70f68... core: Replace ClutterDeviceManager usage in favor of Clutte
  4e12be3... backends: Move native keymap manipulation functions to Meta
  a4d39bd... backends: Make meta_backend_update_last_device() take a clu
  5de6d03... clutter: Replace ClutterDeviceManager usage in favor of Clu
  81b0802... backends: Replace ClutterDeviceManager usage in favor of Cl
  9bddda5... tests: Replace ClutterDeviceManager usage in favor of Clutt
  993b0b2... clutter: Drop ClutterDeviceManager
  a4a7f9a... backends: Do not use device IDs on idle monitors
  987cd7e... backends: Drop get_relative_motion_deltas() vfunc
  f024111... backends: Use latest pointer position if no pointer constra
  819ea8c... backends: Set pointer constrain/relative motion hooks befor
  1c31fe8... backends: Move warp_pointer() to ClutterSeat

Commits added to the branch:

  4cccba5... workspace-manager: get_workspace_by_index can return NULL (*)
  5582d7b... background: set_file accepts NULL files (*)
  4af4b79... window: Assert we have an up to date monitor after they cha (*)
  427670c... device-manager-x11: Ignore events if no source device is se (*)
  0247d35... shaped-texture: Do not invalidate content on set_cogl_textu (*)
  1c89fce... stack: Allow promoting transient windows to their parent's  (*)
  599d8e3... stack: Move HAS_TRANSIENT_TYPE macro to window-private (*)
  b753213... window: Add get_default_layer() helper (*)
  c843102... stack: Delegate layer calculation to a window vfunc (*)
  6f4c7d6... x11: Check wacom button flags to determine whether button i (*)
  542bad6... wayland: Add documentation for dma-buf namespace (*)
  404e713... wayland: Add documentation to the WaylandBuffer object (*)
  5c98606... wayland: Add documentation to wayland_shell_init (*)
  49c8d42... clutter: Introduce paint contexts (*)
  98c0fe9... cogl: Remove CoglVertexBuffer (*)
  3f2a6f5... tests/clutter: Remove unneeded gitignore files (*)
  e8e5ccf... cogl/tests: Remove test-fixed (*)
  cb9d6b7... clutter: Introduce pick contexts (*)
  339372a... clutter/text: Stop using deprecated cogl-pango API (*)
  53431fc... clutter/paint-nodes: Stop using deprecated cogl_pango API (*)
  4555351... clutter/actor: Change comment to refer to non-deprecated AP (*)
  66f02ae... cogl/pango: Remove deprecated API using implicit fb stack (*)
  138907c... clutter/actor: Use paint context when culling to check rend (*)
  61b1ead... clutter: Use pick context to track the framebuffer (*)
  5c68596... clutter/paint-context: Add API to get base framebuffer (*)
  78a7c93... clutter: Use paint context to get paint target framebuffer (*)
  9c43b12... clutter/stage: Remove "active framebuffer" state (*)
  e696f63... cogl/pixel-buffer: Remove declaration hidden behind #if (*)
  8ce3b3d... clutter/actor: Remove unnecessary NULL check from paint_nod (*)
  5145b33... clutter/paint-node: Remove unnecessary NULL check in get_fr (*)
  61026d1... clutter/root-node: Require non-null framebuffer on construc (*)
  48e6fcc... clutter/pipeline-paint-node: Use draw framebuffer when draw (*)
  f11170f... clutter/paint-node: Have caller of .._get_framebuffer() han (*)
  8329c6b... clutter/paint-node: Use non-deprecated Cogl API when drawin (*)
  8c7ec44... tests/clutter: Port to using non-implicit framebuffer Cogl  (*)
  6f30cf0... tests/clutter/cogl-tex-polygon: Port to CoglPrimitive (*)
  c621d4d... clutter/offscreen-effect: Don't use implicit framebuffer Co (*)
  fd0ce66... clutter/paint-nodes: Stop using implicit framebuffer stack  (*)
  26147af... shadow-factory: Don't set implicit Cogl material (*)
  549f60f... texture-tower: Don't use implicit framebuffer stack Cogl AP (*)
  3f65837... clutter, core: Stop using the Cogl framebuffer stack (*)
  629dc4c... clutter/paint-nodes: Add missing newline (*)
  4b5abdc... cogl/tests: Remove test-materials (*)
  7faf9f9... cogl/tests/backface-culling: Stop testing legacy state (*)
  294b4ed... cogl/tests/backface-culling: Port to non-deprecated API (*)
  5e117b3... cogl/tests: Remove testing of legacy API (*)
  9e2e44c... cogl/tests/warp-modes: Test CoglPrimitive instead of cogl_p (*)
  2a8f0c2... cogl/tests: Port away from legacy implicit stack based API (*)
  27b6d18... cogl/path: Remove API using deprecated Cogl API (*)
  a91138c... cogl/context: Remove unusued window_buffer field (*)
  ae4ae61... cogl: Remove deprecated primitives functions (*)
  3096405... cogl: Remove declaration for long gone function (*)
  3819291... cogl: Remove API implicitly using framebuffer stack (*)
  77b3c0d... cogl: Remove API implicitly switching between built in pipe (*)
  4ede6ea... cogl: Remove the framebuffer and source stacks (*)
  40205d8... cogl: Make pipeline creation introspectable (*)
  0d1c18a... paint-context: Expose push and pop framebuffer (*)
  96e1883... xwayland: Do not queue frame callbacks unconditionally (*)
  9f50b2c... startup: Fix build with 'startup_notification=false' (*)
  79491df... kms: Process impl idle callbacks before pre dispatch flush (*)
  832a522... kms-impl/simple: Fix meta_set_fallback_feedback_idle (*)
  d70ddc6... backends/native: Fix double free of error (*)
  aef865a... wayland/xdg-shell: Scope variable better (*)
  4bacb36... window/wayland: Make .._wayland_move_resize() name more exp (*)
  0cf98c5... wayland/surface: Emit signal before applying state (*)
  8dc730e... wayland/surface: Move subsurface synchronization logic to r (*)
  d60d671... wayland: Use helper to access pending state from the outsid (*)
  bbec8ab... wayland/surface: Rename MetaWaylandPendingState to MetaWayl (*)
  f7e256e... wayland/surface: Make cached subsurface state generic (*)
  cb91f44... wayland/wl-shell: Use input region as window geometry if se (*)
  4bf5b7d... window: Don't constrain an acked window geometry (*)
  cc444d4... window/wayland: Use G_DECLARE_FINAL_TYPE (*)
  554644f... wayland: Rework asynchronous window configuration (*)
  d02c124... wayland/surface-role: Rename commit() vfunc apply_state() (*)
  132fbf4... wayland: Let MetaWaylandXdgPopup dismiss incorrectly placed (*)
  1d98971... x11: Drop subscription for input event from floating device
  abb8ae5... clutter: Add ClutterSeat object
  fd67e28... x11: Implement ClutterSeat
  fad74c6... native: Implement ClutterSeat
  5636945... clutter: Move keymap direction from ClutterBackend to Clutt
  08d6ae1... clutter: Move bell_notify() from ClutterBackend to ClutterS
  a776869... clutter: Move keymap from ClutterBackend to ClutterSeat
  9c3c5fd... clutter: Move platform event data management to ClutterSeat
  df32b0f... clutter: Move keyboard a11y from ClutterDeviceManager to Cl
  056cda8... clutter: Move pointer a11y from ClutterDeviceManager to Clu
  d3ffe72... clutter: Move virtual device management to ClutterSeat
  9beb887... clutter: Move motion compression handling to ClutterSeat
  bb224f2... clutter: Drop select_stage_events() device manager vfunc
  be873a8... wayland: Replace ClutterDeviceManager usage in favor of Clu
  1dd3239... core: Replace ClutterDeviceManager usage in favor of Clutte
  d1293ac... backends: Move native keymap manipulation functions to Meta
  1f984c2... backends: Make meta_backend_update_last_device() take a clu
  c922170... clutter: Replace ClutterDeviceManager usage in favor of Clu
  4817851... backends: Replace ClutterDeviceManager usage in favor of Cl
  5e9d105... tests: Replace ClutterDeviceManager usage in favor of Clutt
  f5a7aba... clutter: Drop ClutterDeviceManager
  f0b05b9... backends: Do not use device IDs on idle monitors
  636b856... backends: Drop get_relative_motion_deltas() vfunc
  3eaa38b... backends: Use latest pointer position if no pointer constra
  8222fff... backends: Set pointer constrain/relative motion hooks befor
  2c507ed... backends: Move warp_pointer() to ClutterSeat

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