[mutter] (124 commits) Non-fast-forward update to branch bilelmoussaoui/keybindings



The branch 'bilelmoussaoui/keybindings' 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:

  459e8df... compositor: Guard X11 types
  ab62b27... core/display: Guard X11 types
  98d8fa5... compositor/dnd: Guard X11 types
  86b536d... core/events: Guard X11 types
  7a93e6a... wayland: Guard XWayland types
  98aaa0c... wayland: Move surface check to MetaWaylandSurface
  5f22b6e... readme: Add links to the API documentation
  06204b3... backends: Move MetaKeyboardA11yFlags to a public header
  d70c8dd... wayland/dma-buf: Free feedback in surface_feedback_surface_
  0b8190e... core/window: Guard x11 types
  9479576... context/main: Guard X11/Xwayland types
  8aa28e5... context/launch: Guard X11 types
  739308a... wayland: Guard Xwayland code path
  2953b1d... compositor/actor: Guard X11 types
  ab3af35... core/stack-tracker: Guard X11 types
  3e5a345... core: Guard MetaGroup usage
  54585e8... keybindings: Move grab/freeze functions per backend
  9d9d4a9... keybindings: Guard X11 specific parts
  54b60dd... x11: Move X11 specific functions to x11/keybindings

Commits added to the branch:

  5bbc8ff... readme: Add links to the API documentation (*)
  1c16e1c... backends: Move MetaKeyboardA11yFlags to a public header (*)
  4af5422... wayland/dma-buf: Free feedback in surface_feedback_surface_ (*)
  53b52e2... screen-cast/monitor: Always use clutter_stage_paint_to_fram (*)
  4386011... output/kms: Replace common mode bandwidth check with clock  (*)
  3ee28bc... ci: Fix Xwayland build config (*)
  973b94a... ci: Bump the container image (*)
  003ff46... tests/xwayland: Wait for clipboard to settle before killing (*)
  cd68d5b... wayland/surface: Remove leftover function declarations (*)
  525fc3c... surface-actor-wayland: Remove leftover function declaration (*)
  1f03a20... window: Reuse existing function (*)
  de2443b... edid: Prepare types for wider exposure (*)
  97c0d17... edid: Fix EDID parsing function signatures (*)
  d76f9e6... edid: Parse CTA-861 EDID extension (*)
  80626ed... edid: Parse CTA-861 Colorimetry Data Block (CDB) (*)
  64362fc... edid: Parse CTA-861 HDR Static Metadata Data Block (*)
  14b7da4... tests/edid: Test EDID CTA-861 parsing code (*)
  995ee2b... tests/stage-view: Give outer container an explicit size (*)
  d2c4616... clutter/fixed-layout: Ignore hidden children in size reques (*)
  fe0a383... pointer-constraints/native: Fix borders array memory leaks (*)
  9bdf4b3... core/events: Fix cursor tracking for other backends (*)
  7ff1c04... window: Guard minimize() (*)
  640ca57... window: Close window when unsetting transient_for (*)
  60e13fd... Bump version to 43.alpha (*)
  57881ba... wayland/subsurface: Move actor unparenting back to rebuild_ (*)
  0f8f30c... window-actor/wayland: Skip unnecessary set_child_at_index() (*)
  1a56a53... wayland/actor-surface: Consider clones in is_on_logical_mon (*)
  f037c9d... wayland/dma-buf: Don't require modifiers support for scanou (*)
  ab3931f... backends/screen-cast-stream-src: Set correct stride when us (*)
  cddf30c... ci: Update Wayland to v1.21.0 (*)
  80db591... build: Update Wayland dependency to 1.21 (*)
  5d884d4... backends/native: Deprecate LIBINPUT_EVENT_POINTER_AXIS (*)
  a1c5019... backends/native: Migrate continuous scroll (*)
  5171e5b... backends/native: Migrate discrete scroll (*)
  9dd6268... wayland/pointer: Send high-resolution scroll data (*)
  82fd5cb... screen-cast-stream: Use flag to signal failed recording (*)
  4a70a73... clutter/actor: Deduplicate child destruction loop (*)
  3d94c7c... clutter/actor: Do clutter_actor_destroy_all_children withou (*)
  190301f... clutter: Make ClutterIMEvent able to store preedit anchor p (*)
  ffac294... clutter: Pass anchor position to ClutterInputFocus (*)
  f685567... clutter: Let ClutterInputMethods pass the anchor position f (*)
  ddb7f84... wayland/surface: Simplify is_child & is_sibling (*)
  709d06e... wayland/surface: The same sub-surface is not a valid siblin (*)
  10c7ab2... cursor-renderer/native: Fix type in unset_crtc_cursor_rende (*)
  30b5229... screen-cast-stream: Use SPA_META_Header (*)
  b17a510... screen-cast-stream: Timestamp buffers (*)
  633635d... backend: Fix cursor visibility on X11 with only tablets as  (*)
  1b0aa0b... kms: Rename MetaKmsUpdateChanges to MetaKmsResourceChanges (*)
  81b28a1... kms: Notify about privacy screen changes via predictions (*)
  39fd32c... wayland: Disconnect signals when Wayland compositor object  (*)
  4ddefb9... wayland: Clean up scheduled_surface_associations hash table (*)
  b329dce... wayland: Clean up xdg-activation state (*)
  806e64d... wayland: Clean up presentation-time state (*)
  f3cd2b8... wayland: Clean up output state (*)
  d928b6b... wayland: Clean up tablet manager state (*)
  d985069... kms/crtc: Don't report predicted gamma changes (*)
  6dabdec... clutter/stage: Add function to maybe invalidate pointers on (*)
  550b66d... clutter/actor: Handle repicks when actors become reactive (*)
  9e71278... Revert "wayland/surface: Swap 90 and 270 degree transforms" (*)
  c6cf4bd... backends/native: Fix checks for 'reflect-x' and 'reflect-y' (*)
  29cafe6... monitor-transform: Fix transform() and drop relative_transf (*)
  2ade26e... boxes: Swap 90 and 270 degree transforms in meta_rectangle_ (*)
  d644a40... shaped-texture: Swap 90 and 270 degree transforms in pipeli (*)
  0c34908... cursor-renderer/native: Various fixes for rotated cursors (*)
  0c12903... renderer-view: Drop bogus meta_monitor_transform_invert() (*)
  b29a6c4... compositor: Return more details from meta_actor_painting_un (*)
  16fa210... shaped-texture: Stop using MetaTextureTower and use GL mipm (*)
  877dc33... shaped-texture: Move texture mipmap implementation to 'meta (*)
  0debb24... barriers: Make barriers fully part of the backend (*)
  1992aa1... x11-display: Stop special casing barriers when iterating wi (*)
  27b75d3... barrier: Modernize type implementation (*)
  3c6c1af... barrier: Add GInitable based constructor method (*)
  4095c24... barrier: Get rid of private instance struct (*)
  588e4e8... ci: Update gjs (*)
  01b96d6... clutter/actor: Remove workaround for broken clients (*)
  b64d699... clutter/actor: Check for clones in finish_layout() (*)
  e7a64db... clutter/actor: Check for clones in update_default_paint_vol (*)
  8d04b90... clutter/actor: Queue relayouts in more clone cases (*)
  fad070e... clutter/actor: Fix indentation in add_child_internal() (*)
  069e18c... compositor: Add copyrights for recent mipmapping changes (*)
  f4416fa... clutter/actor: Make has_pointer a counter instead of a bool (*)
  5eb5ed5... shaped-texture: Remember to turn on mipmapping (*)
  8a4bec7... tools: Add tool for pretty printing DisplayConfig.GetCurren (*)
  4e3932c... tests: Add sanity test for get-state.py tool (*)
  e883046... tools/get-state: Change to use argparse (*)
  8d8694f... tools/get-state: Add --short (*)
  4050915... get-state: Move code into __main__ functions (*)
  b02d746... get-state: Do not require too-modern python version for mat (*)
  3553af2... get-state: Use native Gio APIs to get the current config (*)
  d3b26a5... get-state: Move printing functions into main MonitorConfig  (*)
  083b872... tests: Add get-state test using gdbus (*)
  a66c820... tests/get-state: Run with G_DEBUG=fatal-warnings (*)
  d692c9e... tools/get-state: Use named arguments in print functions (*)
  e014544... shaped-texture: Remove mipmap framerate limiting (*)
  5823d2d... kms/impl-device/simple: Ensure buffer fb_id on test update  (*)
  9966c87... tests/kms: Run tests both using simple and atomic KMS (*)
  48f7eac... Add Abkhazian translation (*)
  7c8ffe7... renderer-native: Fall back to ARGB if XRGB is not supported (*)
  9d4aa44... frames: Add basic color-scheme support (*)
  b9fc741... readme: Fix typo (*)
  1f7527b... clutter/frame-clock: Fix handling of equal next_presentatio (*)
  049db7c... compositor: Introduce MetaCompositorView (*)
  2ead387... compositor: Expose the MetaCompositorView in before_paint ( (*)
  85b8632... compositor: Keep track of the top window actor on each view (*)
  259a999... compositor: Introduce MetaCompositorViewNative (*)
  66e938b... compositor/native: Don't allow obscured surface actors as s (*)
  ad0e19a... compositor/native: Remove redundant function (*)
  4736f87... compositor/native: Add support for direct scanout per view (*)
  8049a8e... compositor: Guard X11 types
  a3297f7... core/display: Guard X11 types
  18f006b... compositor/dnd: Guard X11 types
  c9684d9... core/events: Guard X11 types
  b85acbc... wayland: Guard XWayland types
  c21e19b... wayland: Move surface check to MetaWaylandSurface
  50de447... core/window: Guard x11 types
  8bd966c... context/main: Guard X11/Xwayland types
  1b8cf0e... context/launch: Guard X11 types
  d6ddaeb... wayland: Guard Xwayland code path
  2f6c32f... compositor/actor: Guard X11 types
  490eacc... core/stack-tracker: Guard X11 types
  f28b502... core: Guard MetaGroup usage
  6a2c652... keybindings: Move grab/freeze functions per backend
  444b81f... keybindings: Guard X11 specific parts
  90b2cd0... x11: Move X11 specific functions to x11/keybindings

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