[mutter] (68 commits) Non-fast-forward update to branch wip/carlosg/grabs-pt2



The branch 'wip/carlosg/grabs-pt2' 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:

  e89c098... clutter: Add yet another grab API
  8886e4d... clutter: Add parameter to control the event emission root
  66611c8... clutter: Make crossing events unstoppable
  10a61f7... clutter: Separate crossing event creation from emission
  891e84d... clutter: Emit crossing events along with ClutterGrabs becom
  fccbf16... clutter: Propagate events only inside the grab
  c158711... clutter: Notify grab changes on the key focus
  f0aac74... clutter: Only emit regular crossing events in the actors th
  3a8b19e... clutter: Carry accounting of grabs in the ClutterActors hol
  b21414e... clutter: Add ClutterSeat private API to grab devices
  a17928c... clutter: Integrate ClutterSeat grabs into ClutterGrab
  d46b6f0... clutter: Add specific event flag to tag "grab notify" cross
  b68b587... tests: Add tests for crossing events generated during Clutt
  65c6d66... clutter: Key events should not be delivered to non reactive
  8cdfb23... clutter: Drop clutter_stage_[gs]et_motion_events_enabled()
  cbf0a52... clutter: Drop undefined function declarations
  05d3363... clutter: Drop clutter_stage_[gs]et_throttle_motion_events()
  fe1cd73... clutter: Cancel ClutterGestureActions on leave+grab_notify 
  42b891c... clutter: Fix CLUTTER_LEAVE handling of ClutterClickAction
  53b0e94... clutter: Add docs and introspection annotations to grabs
  e53cbbb... clutter: Use ClutterGrab for ClutterText implicit grab
  9c58dbf... core: Handle redirection changes in and out of ClutterGrab 

Commits added to the branch:

  db0d720... ci: Build libgweather from git (*)
  f549895... tests/clutter/frame-clock-timeline: Loosen duration testing (*)
  7e3d1e2... clutter/frame-clock: Advance timelines according to present (*)
  44c09dc... clutter: Remove unused time_us parameter from ClutterFrameL (*)
  3de1696... clutter/timeline: Minor documentation corrections (*)
  7ce481b... egl: Add eglQueryDisplayAttribEXT() helper (*)
  51308a9... wayland/dma-buf: Add manager struct (*)
  1978e93... wayland/dma-buf: Prepare format/modifier map up front (*)
  fc358e1... ci: Upgrade wayland-protocols to 1.24 (*)
  7acecb1... wayland/dma-buf: Add basic support for DMA buffer feedback (*)
  2a16a75... wayland/dma-buf: Always advertise non-modifier fallback (*)
  90076cf... wayland/surface: Remove unnecessary NULL check (*)
  9c942a4... wayland/dma-buf: Make manager object a GObject (*)
  9a47766... wayland/dma-buf: Add tranche priorities (*)
  43161c6... compositor/native: Track what Wayland surface is a scanout  (*)
  4c54b36... wayland/dma-buf: Move should_send_modifiers() to the top (*)
  64e6bed... wayland/dma-buf: Add support for scanout surface feedback (*)
  4bcd4a6... Update Ukrainian translation (*)
  a14923e... kms: Add update test API (*)
  8a2fcf3... wayland: Use new KMS update test API to try acquiring scano (*)
  e6a2d61... gschema: Make 'kms-modifiers' only about scanout buffers (*)
  8de449d... udev-rules: Only disable modifiers on i915 (*)
  a8bf9d8... wayland: Drop wl-shell protocol (*)
  3646126... clutter/cally: Drop deprecated focus_clutter function (*)
  12de68a... wayland: Drop deprecated text input (*)
  9cd80a3... Update Ukrainian translation (*)
  f04f5d7... Update Russian translation (*)
  888e69d... plugins/default: Fix broken switch_workspace() (*)
  7b78d5a... Update Portuguese translation (*)
  d25175b... x11: Always delete selection input stream property when flu (*)
  dbd6e74... x11: Let selection input streams create their own window (*)
  986d304... x11: Avoid memory waste and work when creating selection in (*)
  13f35ab... window: Initialize saved_rect_fullscreen too (*)
  5523242... wayland/dma-buf: Define fallback EGL_DRM_RENDER_NODE_FILE_E (*)
  8abe876... window-actor: Add API to get the topmost surface actor (*)
  df3f81e... compositor/native: Consider Wayland subsurfaces for scanout (*)
  926c34c... wayland/dma-buf: Fix typo (*)
  8fe45d7... screen-cast/stream: Add DMABUF-only record flag (*)
  77d5c8c... screen-cast/monitor-stream: Immediately record scanout fram (*)
  ab17c98... wayland/surface: Implement WL_SURFACE_ERROR_INVALID_SIZE ch (*)
  5f2779b... clutter/box-layout: Deprecate :pack-start (*)
  a82dd68... backends: Don't include damage history in swap region (*)
  af08847... Revert "backends: Don't include damage history in swap regi (*)
  8e91c62... renderer/native: Clear old KMS updates on views rebuild (*)
  bb6ae40... onscreen/native: Always free the next framebuffer on dispos (*)
  f1cf35e... Bump version to 42.alpha (*)
  bbc95c1... clutter: Add yet another grab API (*)
  a60658f... clutter: Add parameter to control the event emission root (*)
  40793e7... clutter: Make crossing events unstoppable (*)
  4595da0... clutter: Separate crossing event creation from emission (*)
  ba895ca... clutter: Emit crossing events along with ClutterGrabs becom (*)
  ec3b8fe... clutter: Propagate events only inside the grab (*)
  3e9d14c... clutter: Notify grab changes on the key focus (*)
  2e94efd... clutter: Only emit regular crossing events in the actors th (*)
  1713f79... clutter: Carry accounting of grabs in the ClutterActors hol (*)
  e9addb0... clutter: Add ClutterSeat private API to grab devices (*)
  eb30750... clutter: Integrate ClutterSeat grabs into ClutterGrab (*)
  7bfc472... clutter: Add specific event flag to tag "grab notify" cross (*)
  75f263d... tests: Add tests for crossing events generated during Clutt (*)
  91fa70f... clutter: Key events should not be delivered to non reactive
  c991d4f... clutter: Drop clutter_stage_[gs]et_motion_events_enabled()
  ce2e952... clutter: Drop undefined function declarations
  1d9e9b6... clutter: Drop clutter_stage_[gs]et_throttle_motion_events()
  9492b32... clutter: Cancel ClutterGestureActions on leave+grab_notify 
  14d8f47... clutter: Fix CLUTTER_LEAVE handling of ClutterClickAction
  366eab4... clutter: Add docs and introspection annotations to grabs
  98e4238... clutter: Use ClutterGrab for ClutterText implicit grab
  71541c0... core: Handle redirection changes in and out of ClutterGrab 

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