[mutter] (1531 commits) Non-fast-forward update to branch wip/carlosg/fix-open-lid-flicker



The branch 'wip/carlosg/fix-open-lid-flicker' 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:

  a002f44... backends: Compare gpu/crtc/output configurations before app

Commits added to the branch:

  98dfd5b... screen-cast: Fix compile error (*)
  a1c34aa... Updated Slovenian translation (*)
  5ad34e0... monitor-manager: fix output ids returned by GetResources (*)
  b6f5bab... wayland: Plug surface pending state contents leak (*)
  7945ee5... backends: Remove X11 idle-monitor backend (*)
  84e575b... x11: Allow XTest and core events to reset idletime (*)
  4af00ae... idle-monitor: Take idle inhibition into account (*)
  657417a... backend: Reset idle when lid is opened or resuming from sus (*)
  01a0fa9... idle-monitor: Add ResetIdletime API, for testing purposes (*)
  f6cd877... native: Disable the use of KMS modifiers by default (*)
  7fdac6d... monitor-manager-kms: Use g_autoptr for error (*)
  773b838... monitor-manager-kms: Don't add GPU if it fails (*)
  bc05e49... gpu-kms: Return NULL, not FALSE (*)
  bb65854... xwayland: use g_autoptr for GError in xserver_died (*)
  2d80fd0... xwayland: Don't abort if Xwayland crashes (*)
  c01b099... clutter/evdev: ignore injected events from IM (*)
  6df2b7a... clutter/evdev: Don't ignore CAPS lock as modifier (*)
  a95cbd0... backends: Don't center the pointer on initialization (*)
  4339b23... theme, frames: Use surface device scale instead of cairo_sc (*)
  b5328c9... clutter: Set slave=master in IM forwarded key events (*)
  8cf42cd... clutter: Plug minor leak (*)
  44502be... wayland: Do not reset frame list when merging pending state (*)
  7003642... wayland: Abstract access to the actor corresponding to a wl (*)
  b12c92e... wayland: Add MetaWaylandSurface::geometry-changed signal (*)
  8df2a14... wayland: Notify actively of xwayland window/surface associa (*)
  22485ba... wayland: Refactor surface actor into MetaWaylandActorSurfac (*)
  4ef886f... wayland: Avoid actor updates non actor_surface role wl_surf (*)
  3bbff94... backend: Don't center the pointers on monitor changes (*)
  423c5f8... wayland: Let IM events go through (*)
  0b3a1c9... monitor-manager: Find active monitor when deriving global s (*)
  3104d69... cogl: Do not unref a NULL object (*)
  ae26cd0... native: Restore previous EGL state after blitting onto seco (*)
  b412e6c... Bump version to 3.29.1 (*)
  822c266... window: Let implementations finish state changes (*)
  762a3f8... wayland: Add function to query if window needs move or resi (*)
  20176d0... wayland: Check if state and size changed before calling mov (*)
  3b4319a... Update Romanian translation (*)
  2319cd9... idle-monitor: Don't try to auto-start SessionManager (*)
  52fdd24... wayland: avoid a crash in is_effectively_synchronized() (*)
  33c2a38... main: Fix typo (*)
  8256477... build: Don't fail immediately when logind is missing (*)
  98d7024... wayland/xdg-foreign: Send immediate destroy event to correc (*)
  332d55f... wayland/xdg-foreign: Fix child surface validation check (*)
  0f9c6ae... screen-cast: Handle PipeWire errors more gracefully (*)
  a30166a... clutter: Don't reference invalid pc in gir (*)
  be069fb... window-group: Remove undefined function declaration (*)
  7655e09... build: Introspect some more types (*)
  e34c330... build: Adjust to filename changes (*)
  3561082... frames: Make 1st button/motion handlers take generic events (*)
  ac20bf2... frames: Handle touch events (*)
  5f83d9a... clutter-seat-evdev: Add function to get device by id (*)
  3e85ac8... clutter-device-evdev: Get devices from main seat if no real (*)
  d2a8cdf... Update Galician translation (*)
  c9c3283... shaped-texture: Disable mipmapping during animation (*)
  cf73499... wayland: Compare geometries after chaining up (*)
  e8dc2ac... Update Chinese (China) translation (*)
  f7747e4... Bump version to 3.29.2 (*)
  473bf38... frames: Allow for unknown mouse buttons (*)
  bd36764... wayland: Don't reset input focus on text commit (*)
  d7bdc15... device-manager-evdev: Set and unset the stage for the main  (*)
  2a38601... device-manager-evdev: Free the main seat on finalize (*)
  15f41c9... device-manager-evdev: Add main seat to seats by default (*)
  0332b73... renderer-native: Don't crash if the FB surface can't be loc (*)
  62c67be... clutter-actor: Fix uninitialized matrix multiply (*)
  2a45b7d... clutter-input-device-xi2: Check for null group_modes before (*)
  d5203f1... Make screen cast and remote desktop non-experimental (*)
  909dbaf... settings: Remove confused comment (*)
  8ee14a7... renderer/native: Also wrap flip closures for EGLStreams (*)
  69ca584... wayland: Handle get_subsurface() with a role-less parent su (*)
  6abe470... core: Hide close dialog before destroying (*)
  36b9551... Update Chinese (Taiwan) translation (*)
  3649795... wayland: Detach MetaWaylandActorSurface from its actor on d (*)
  f2dea5d... renderer-native: Remove no_add_fb2 (*)
  a3269dd... idle-monitor: NULL check cached InhibitedActions property v (*)
  50ff9d4... wayland: Rename cursor role types (*)
  65c02e2... backends/cursor: Change variable name from 'self' to 'sprit (*)
  d3441f7... backends/cursor: Remove 'meta_' prefix from variable name (*)
  2a20df0... backends/cursor: Make MetaCursorSprite derivable (*)
  9ebcb71... backends/cursor: Clean up includes (*)
  10dfc67... backends/cursor: Minor whitespace cleanup (*)
  2fc978c... backends/cursor: Rename X11 cursor creation function (*)
  3c538d4... backends/cursor: Move out Xcursor functionality into own ty (*)
  b833663... cursor-tracker: Split out XFIXES cursor code into cursor sp (*)
  b7e9388... wayland/cursor-surface: Remove unnecessary NULL check (*)
  817c8e5... wayland: Add wl_surface backed cursor sprite implementation (*)
  c80fd48... cursor-renderer: Fetch instead of pass Xcursor image when r (*)
  b702c0f... cursor-renderer/native: Shorten some helper function names (*)
  42c78bd... cursor-renderer/native: Fetch instead of pass wl_buffer whe (*)
  0f519ff... cursor-renderer/native: Various whitespace fixes (*)
  9dcf978... cursor-renderer: Centralize hw cursor realization paths (*)
  b596cf9... cursor-renderer/native: Rename frame scheduling helper func (*)
  6c7c566... cursor-renderer/native: Fix Xcursor image loading error han (*)
  ea05d2a... cursor-renderer/native: Let the backend realize cursor spri (*)
  206634e... cursor-renderer: Rename update_cursor function (*)
  ad22b3f... backend/native: Remove unnecessary cursor renderer update (*)
  7412794... cursor-renderer/native: Update hw state via generic update  (*)
  596b300... cursor-renderer/native: Don't trigger redraw when cursor hi (*)
  516fb52... cursor-render/native: Realize hw cursor lazilly (*)
  1bf2eb9... renderer/native: Choose first EGL config for non-GBM backen (*)
  edd3634... wayland-buffer: Create EGLStream texture at buffer_realize  (*)
  22723ca... wayland: Always realize buffers at surface commit time (*)
  435b3c4... wayland: Create EGLStream-backed buffers through wl_eglstre (*)
  d535c1e... Update Catalan translation (*)
  8da95b1... Update Romanian translation (*)
  54709c1... wayland: Realize dmabuf buffers before trying to attach the (*)
  d9c18fd... monitor-manager: Add back warning messages (*)
  1200182... backends: Move MetaOutput::crtc field into private struct (*)
  768ec15... backends: Add logical monitor -> monitor -> output -> crtc  (*)
  8626c69... window: Return -1 if meta_window_get_monitor is called on a (*)
  2383801... Update Friulian translation (*)
  cbc7831... tests: run mutter-test tools with G_TEST_* env variables (*)
  859bea6... tests: use abs_srcdir to refer to metatest files (*)
  04e411c... compositor: Remove dead code: META_DISABLE_MIPMAPS (*)
  6621a9b... tests: Add missing monitors config XML file (*)
  15fa781... configure.ac: Bump libmutter API version to 3 (*)
  3d2b9a3... Add MetaX11Display skeleton (*)
  522f9b4... display: Emit signals when opening and closing X11 display (*)
  1877910... Start populating MetaX11Display (*)
  dacc041... Switch meta_error_trap functions to MetaX11Display (*)
  c64d5ad... Move X11 extension queries to MetaX11Display (*)
  cd8f425... Move screen size and cursor setting to MetaDisplay (*)
  937a985... Unmanage compositor and windows when closing display (*)
  722c975... Move alarm and xids management to MetaX11Display (*)
  9e5ea8d... Move groups and window/group prop hooks to MetaX11Display (*)
  98d912b... Move stack tracking and guard_window outside of MetaScreen (*)
  0589959... Move X11 helper windows and xprops to MetaX11Display (*)
  1530f27... Move X11 event, icon cache and property handling to MetaX11 (*)
  68f261e... Move rest of non-X11 specific objects from MetaScreen (*)
  e1c67a1... Move monitor management API to MetaDisplay (*)
  82307dd... Move xinerama management to MetaX11Display (*)
  6458139... Move mouse window tracking to MetaDisplay (*)
  d79ffd3... Move UI and key grabs to MetaX11Display (*)
  b7c3dad... Move workspace handling to MetaDisplay and MetaX11Display (*)
  1d5e370... Stop using MetaScreen where it is unnecessary (*)
  0a8ae84... Get rid of MetaScreen (*)
  8e7e1ee... Prepare for making MetaX11Display conditional (*)
  14d8aec... prefs: Allow no-op listener removal (*)
  8adab02... Make workspace management work without X11 (*)
  9333a6d... Make bell and libstartup-notification bits work without X11 (*)
  9f1ab1c... Move workarea hint setting to MetaX11Display (*)
  e6b8852... Make stack tracker work without X11 (*)
  de5e7a7... Don't use gtk_settings callback to set shell_shows_app_menu (*)
  89727aa... xwayland: Destroy selection bridge windows before closing X (*)
  d4c4d6e... Split GDK initialization from MetaUI (*)
  43f9cd5... Fix XDND handling to work without GDK and MetaX11Display (*)
  e8171cc... Use MetaMonitorManager insted of MetaDisplay where possible (*)
  d5c5669... Add --no-x11 flag so mutter wayland can be started without  (*)
  2ac7afe... remote-desktop: Remove unnecessary include (*)
  390314a... Rename errors.[ch] to meta-x11-errors.[ch] (*)
  e05cd60... Add MetaWorkspaceManager skeleton (*)
  81c1c70... Move workspace related code from MetaDisplay to MetaWorkspa (*)
  e246466... x11-display: Set the correct default Xcursor theme size (*)
  1caaf0c... display: Export meta_display_close() (*)
  f635876... x11: Open window decoration X11 connection earlier (*)
  5b8c8a4... display: Remove replaced signals (*)
  0ca3526... display: Make meta_display_get_workspace_manager() introspe (*)
  3fbeeb9... backends/x11: Force-update cursor when theme or size change (*)
  4837ea3... meta-launcher: Find the current user's graphical session, n (*)
  951fb03... build: Fix distcheck (*)
  90a68f3... Bump version to 3.29.3 (*)
  89162a9... launcher: First check if we are in a login session (*)
  912a6f5... contraints: Do not constrain modals without parent (*)
  0407a8b... screen-cast-src: Port to pipewire master (*)
  041be7c... screen-cast-src: Allow negotiating the framerate (*)
  ec81387... compositor: Do not optimize obscured areas away in paint vo (*)
  94f4009... compositor: Add get_paint_volume() implementation to MetaSu (*)
  161d254... ClutterActor: Preserve valid paint volumes till the next re (*)
  356cad0... stack-tracker: Don't sort O-R's under guard window on top (*)
  6d12d2e... tests: Move window-shown verification to test-runner (*)
  658c373... Update Romanian translation (*)
  1e3ac3c... backends/native: Remove unused upower-glib header (*)
  644a618... monitor-manager: Don't throw an error if UPower isn't runni (*)
  49b23c7... monitor-manager: Cache the last known value of "lid-is-clos (*)
  9512196... backend: Move lid-is-closed handling to MetaBackend (*)
  fa9e330... backend: Remove direct upower-glib usage (*)
  3d57843... tests: Add "set_parent_exported" command (*)
  22aea3d... tests: Fix usage message for "set_parent" (*)
  7749f4d... tests: Add the "parent_exported" test (*)
  5ac7109... Bump version to 3.29.4 (*)
  ff5d561... build: Bump libpipewire requirement (*)
  c6691af... cogl: Fix cogl_frame_info_get_frame_counter docs (*)
  5f37369... Add remote access controller API (*)
  d30a787... Updated Spanish translation (*)
  0f43f86... Updated French translation (*)
  a3da4b8... window/wayland: Always update monitor for non-user ops (*)
  3e357bd... fixed typo (*)
  6e953e2... native/gpu: Handle drmModeSetCrtc() failing gracefully (*)
  48eaa36... wayland: Nullify monitor resources when updating outputs (*)
  649c26e... monitor-manager: Filter out low screen resolutions (*)
  148da24... window: Don't refuse to move focus to the grab window (*)
  d99442d... window: Explicitly exclude unmanaging window from focus aga (*)
  e283cd7... tests: Add "closed-transient" test (*)
  eb0865f... Add README.md (*)
  db5abbb... wayland: Remove unused GList *l (*)
  4d465ea... monitor: Use current monitor mode to check whether active (*)
  3d75b48... prefs: Remove override system (*)
  43eb724... plugin: Simplify META_PLUGIN_DECLARE() macro (*)
  ec451b4... plugin: Add META_DECLARE_PLUGIN_WITH_CODE() variant (*)
  4fe594b... clutter: Stop using g_type_class_add_private() (*)
  c403785... Stop using g_type_class_add_private() (*)
  7fdaf77... Don't cast free function passed to g_clear_pointer (*)
  f0c9c25... wayland-private: Make display_name non-const (*)
  11d5e00... plugin: Add back prototypes to META_PLUGIN_DECLARE() (*)
  3e3bc3e... Bump version to 3.29.90 (*)
  b393f3d... clutter/actor: Inherit clone branch depth from parent (*)
  c624fcb... Updated Slovenian translation (*)
  a87c447... Updated Slovenian translation (*)
  1fd8fe6... Update German translation (*)
  192b788... Update Polish translation (*)
  841dc09... Updated Lithuanian translation (*)
  c216397... Update libpipewire requirements (*)
  252dd52... wayland: Clean up xwayland grabs even if surface is gone (*)
  f7af32a... renderer/native: Fallback to non-planar API if gbm_bo_get_h (*)
  24aef44... virtual-input/evdev: Translate from button internal codes t (*)
  acf70a3... gpu-kms: Handle drmModeGetResources() failing (*)
  37eeda0... Revert "gpu-kms: Handle drmModeGetResources() failing" (*)
  d37528f... Update Chinese (Taiwan) translation (*)
  bafc43c... Update Turkish translation (*)
  1bfa209... backends/x11: Improve grab-device clock updates (*)
  7c06e21... idle-monitor: Store either 1 or 0 in the inhibited gboolean (*)
  9510fbc... wayland: Make gtk-text-input "legacy" (*)
  85e5b16... wayland: Implement text-input from wayland-protocols (*)
  2dbacfa... wayland/keyboard: Accept key down serial after key up for p (*)
  2860adc... Update MSGID_BUGS_ADDRESS in po/Makevars (*)
  84ac28c... Update Friulian translation (*)
  323a806... wayland/keyboard: Indentation fix (*)
  21ce6f9... wayland/keyboard: Create a separate keymap shm file per res (*)
  db604dd... Update British English translation (*)
  0f40541... clutter/enum: Add CLUTTER_EVENT_FLAG_REPEATED for auto-repe (*)
  0cc3cd6... keybindings: Ignore auto-repeat events for some keybindings (*)
  e1513b6... clutter/x11: Detect auto-repeated key events (*)
  5f99eeb... Bump version to 3.29.91 (*)
  ad86408... wayland/surface: Add get_width() and get_height() helper fu (*)
  db22c13... wayland: Use surface size helper functions (*)
  c7db234... wayland/xdg-shell: Intersect set geometry with subsurface t (*)
  b8340f1... clutter-text: Avoid clipping the wrong framebuffer (*)
  6a92c6f... wayland/actor-surface: Intersect input/opaque region with s (*)
  29cc526... gpu-kms: Handle drmModeGetResources() failing (*)
  deb541e... monitor-manager-kms: Check if GPUs can have outputs (*)
  e741adb... backends/x11: Only free cursor if it was created successful (*)
  fa89308... clutter: Refactor ClutterText IM focus in into separate fun (*)
  aaed7c9... clutter: Set can_show_preedit flag on ClutterText (*)
  ebafc25... renderer/native: Check calculated transform when creating v (*)
  093aa08... Update Korean translation (*)
  b6c2eec... Update Indonesian translation (*)
  8a6d502... Update Italian translation (*)
  f4d07ca... window: Pass flag to meta_window_update_monitor() instead o (*)
  8d3e053... window: Force update monitor on hot plugs (*)
  784a774... wayland: Fix input/opaque regions calculation on hidpi (*)
  b30c907... wayland: Use geometry_scale on opaque regions (*)
  d791710... wayland/xdg-shell: Queue frame callbacks on new actor after (*)
  0ace58d... wayland/surface: Add API to cache frame callbacks (*)
  407d629... wayland/xdg-shell: Cache pending frame callbacks on popup r (*)
  80d420f... wayland/xdg-shell: Cache frame callbacks if toplevel is unm (*)
  5fd0f62... wayland/xdg-shell: Handle requests after toplevel was unman (*)
  a740f50... wayland/legacy-xdg-shell: Cache frame callbacks if toplevel (*)
  64df627... wayland/legacy-xdg-shell: Handle requests after toplevel wa (*)
  ca5b27b... wayland/gtk-shell: Handle requests after toplevel was unman (*)
  5376c31... window: Keep windows with placement rule attached to parent (*)
  e191c21... window/wayland: Don't recursive indefinitely when updating  (*)
  388d065... Update Swedish translation (*)
  85284ac... clutter/x11: Implement keycode lookup from keysyms on virtu (*)
  0ada040... Update Brazilian Portuguese translation (*)
  7d973ac... Updated Czech translation (*)
  eebcf98... Updated Czech translation (*)
  444af43... Bump version to 3.29.92 (*)
  3daa2d2... Update Galician translation (*)
  1e00cd2... Update Hungarian translation (*)
  4841c1b... Update Latvian translation (*)
  94f8acc... Updated Vietnamese translation (*)
  d9294e4... Updated Danish translation (*)
  b53707f... Update Croatian translation (*)
  34f5be7... Bump version to 3.30.0 (*)
  8083065... Update Belarusian translation (*)
  176117c... device-manager-evdev: handle tablet axis motion before butt (*)
  9cfd185... clutter: Handle grabs from CLUTTER_TABLET_DEVICE devices (*)
  a3d9f98... input-settings-x11: Push error trap (*)
  267503b... build: Fix non-wayland builds (*)
  b443bd4... window: unmanage dialog when clearing transient_for (*)
  4270eef... actor: Fix logic error in determining terminal effect for p (*)
  5d19aee... actor: Always use get_paint_volume override for active effe (*)
  a8a3c10... actor: Also recompute paint volume if we recently dropped e (*)
  8685de9... input-settings: detect trackball using udev ID_INPUT_TRACKB (*)
  e2e7296... window: Move out 'updates frozen' state into implementation (*)
  7d82cde... window/wayland: Freeze updates until shown (*)
  2fb3db7... compositor: Skip windows not visible to the compositor (*)
  8dcac66... core: Preserve focus across decoration changes (*)
  68ec9ac... wayland: No xdg-output events without a logical monitor (*)
  0210b95... Update Serbian translation (*)
  f7c1f41... Updated Czech translation (*)
  c71f6a1... Updated Czech translation (*)
  3e1ca62... renderer/native: check format for drmModeAddFB fallback (*)
  72e2361... renderer/native: assert dumb buffer size on CPU copy (*)
  a3d826c... renderer/native: honour dumb buffer stride (*)
  b5a0068... shaped-texture: Use ints for sizes (*)
  556ed7b... shaped-texture: Move variable declaration on top (*)
  0ae7ef4... region-utils: Some whitespace fixes (*)
  9c77e52... region-utils: Add API to scale an integer region with a dou (*)
  ff08e19... shaped-texture: Transform clip and opaque region to texture (*)
  4978024... window/wayland: Don't initialize a window as showing (*)
  95649fd... wayland/data-device: Focus out when focus surface destroyed (*)
  6267732... monitor-manager: use MonitorsConfig to track switch_config (*)
  fa1add2... window: Remember relative position after constraining with  (*)
  67aab7c... clutter: Do not latch modifiers on modifier keys (*)
  2e18f6d... wayland: Relax requirements for evdev events to have a evco (*)
  df94a18... clutter: Add clutter_input_method_forward_key() method. (*)
  f19260b... common: Replace left-over screen reference (*)
  3faaa9c... Bump version to 3.30.1 (*)
  d387aa4... Characters of window title bar garbled (*)
  e24947a... Revert "Characters of window title bar garbled" (*)
  62775d1... x11/window-props: Do not convert WM_NAME (*)
  76abe87... xprops: Make sure text_property_to_utf8() returns UTF8 (*)
  71a62bb... constraints: Make current placement rule stack allocated (*)
  8200995... shaped-texture: Clean up texture regions (*)
  49fea73... wayland/text-input: Ignore text-input state commit when not (*)
  85e9784... renderer/native: fix next_fb_id race on CPU copy path (*)
  4282067... gpu-kms: assert on invalid flip attempts (*)
  92cccf5... workspace-manager: Allow workspace layout to be overridden (*)
  31f525d... x11: close display in an idle function (*)
  da741ea... cogl-gles2/Makefile.am: Add cogl/ includedir (*)
  9846a4d... cogl: Make _Static_assert non-optional (*)
  46942c2... cogl: Make various functions non-optional (*)
  fba7d8c... cogl: Always build CoglPath support (*)
  f30cef3... cogl: Always build CoglPango support (*)
  00a5523... cogl: Remove some left over KMS backend stuff (*)
  7b2eaa7... cogl: Remove support for GLESv1 (*)
  98af9bb... cogl: Remove notion of a "cogl" version (*)
  8f58ad0... cogl: Remove fixed pipeline support (*)
  97004e6... cogl: Remove ARBfp pipeline support (*)
  24d8d40... cogl/tests: Mark failing test as known failure (*)
  99fb79f... cogl: Unconditionally include "strings.h" (*)
  12171e4... cogl: Unconditionally depend on cairo (*)
  0163a0b... cogl: Unconditionally include cogl-config.h (*)
  11f8b12... clutter: Unconditionally include clutter-build-config.h (*)
  530861b... cogl: Remove left-over WebGL paths (*)
  9dbdf6b... cogl: Require relative full paths when including (*)
  d68fcbc... cogl: Make cogl-config.h include check explicit (*)
  331e830... cogl: Fix HAVE_COGL_GL guard (*)
  8894ec4... cogl: Pass unit-tests file to run-tests.sh (*)
  8c0e13c... clutter: Remove clutter specific version (*)
  c90e63a... clutter: Stop defining some unused macros (*)
  0095c2e... clutter: Require full relative path when including (*)
  1e2610e... clutter: Remove useless OS_LINUX macro (*)
  0d9391e... clutter: Remove examples (*)
  e3c6e3b... clutter: Fix a couple of guard macros (*)
  db77e2e... clutter: Assume compiler supports visibility flag and attri (*)
  fe7a67f... clutter/configure.ac: Remove unused gdk dependency (*)
  3e03d1e... clutter/configure.ac: Remove left-over gbm and drm dependen (*)
  0067f78... clutter: Unconditionalize a few X11 extensions (*)
  14be04a... clutter/tests: Unconditionally include tests using gdk-pixb (*)
  e0727ab... clutter/tests/micro-bench: Don't define unused macro (*)
  8a03f1a... Always generate meta-default-modes.h (*)
  92f4ffc... tests: Make testboxes an actual test (*)
  2f4a68c... Clean up include macros mess (*)
  ecec99e... x11: Require xrandr 1.5 at build time (*)
  176e6fc... x11: Require XInput 2.3 at build time (*)
  bc32655... Pass -D_GNU_SOURCE instead of defining it in source (*)
  a97cc84... Fix warnings when building without verbose mode (*)
  85fbf66... Move meta-enum-type.*.in into meta/ (*)
  0afaf52... plugin: Rename the .so file from plugin.so to libplugin.so (*)
  c663f4a... tests: Add env var to override plugin used for tests (*)
  c65617c... Fix some of introspection comment issues (*)
  2af229f... tests: Call g_test_init() in test-runner too (*)
  d21022f... tests/headless-start-test: Use common test init function (*)
  32f3bb0... tests: Move out test client path init into helper function (*)
  d48d56f... autotools: Make install directories paths more consistent (*)
  bf42b54... Make it possible to build without EGL support (*)
  f139360... Make it possible to build without GLX support (*)
  d686dc9... Fix compiler errors when Wayland support is disabled (*)
  8f2680c... wayland/tablet: Fix warnings when native backend is disable (*)
  6192e94... wayland/touch: Only handle touch when using the native back (*)
  417c00b... wayland/eglstream: Don't build skeleton when disabled (*)
  ef85d1a... Add meson build support (*)
  b607d35... build: Make minimum udev version as 228 (*)
  d3dc7d6... gudev: Require 232 (*)
  d1c4c46... build: Prefer dependencies instead of link_with (*)
  fe78467... build: Make libmutter-cogl-path a dependency for test-journ (*)
  a8e9f46... Add .gitlab-ci.yml for build testing (*)
  93e20cf... cogl/framebuffer: Mark CoglOffscreen as a CoglFramebuffer i (*)
  4ce4a2b... cogl: Expose more headers for introspection (*)
  fc5b94e... clutter: Install cally headers again when using autotools (*)
  c7e6cd4... plugins/Makefile.am: Install libdefault.so in plugin direct (*)
  c03a401... clutter: Install x11 related header files when using autoto (*)
  7c774ab... build: Also build mutter-restart-helper executable (*)
  cf7c39e... build: Add soversion to shared libraries (*)
  b86d874... build: Fix include and lib paths in autotools .pc files (*)
  d21478b... cogl-auto-texture: Avoid a double-free crash (*)
  f31cf0c... clutter-offscreen-effect: Disable if no texture (*)
  5fc07fc... window: Store tile mode as MetaTileMode (*)
  640a04d... window: Make edge constraint code more readable (*)
  27fee69... wayland/xdg-shell: Add helper for adding state enum values (*)
  d59cf98... wayland/gtk-shell: Fix signedness of resource version varia (*)
  180bb02... wayland/gtk-shell: Use helper to fill state array (*)
  4f3de88... wayland/legacy-xdg-shell: Use helper to fill state array (*)
  4673eea... wayland/xdg-shell: Add toplevel tile state support (*)
  4a7a803... README: Mention usage by Gala (*)
  3483be8... tests: Remove unused variables (*)
  426d7f3... tests: Enumerate all possible events (*)
  b5c4437... tests: Remove extra const (*)
  cbf6e74... tests: Remove deprecated ATK functions (*)
  3d23ecc... clutter: Drop g_object_newv from ClutterScriptParser (*)
  c5ac3d6... theme: Drop gtk_css_provider_get_default() (*)
  9969498... cogl: Silence some introspection warnings (*)
  1573285... clutter-shader: Don't include unistd.h (*)
  80d5f32... clutter: Assume XGE is available at build time (*)
  19930c6... backends/stage: Remove MetaStagePrivate (*)
  9adf882... backends/stage: Remove unused function declaration (*)
  213ed80... backends: Move clutter frame clock freeze/thaw API to Clutt (*)
  25c53b2... backend: Freeze frame clock when headless (*)
  1dff74e... build: Fix libs and cflags in autotools .pc file (*)
  2a4f1be... clutter/actor: Don't forget va_end if using varargs (*)
  9fb46cc... clutter/keyframe-transition: Properly compare keys (*)
  0b9404d... clutter/device-manager/evdev: Fix constraint cb (*)
  fa49528... window: Really force update monitor on hot plugs (*)
  59acb38... clutter: Avoid redundant margin changes (*)
  9f79cf8... Revert "clutter: Avoid redundant margin changes" (*)
  9a12bef... Bump version to 3.31.2 (*)
  6c5baf8... keybindings: Limit corner move to current monitor (*)
  bda9c35... wayland/output: Rotate physical dimensions as well (*)
  626c374... clutter/master-clock: Destroy source when paused (*)
  5b3e439... cogl/tests: Increase the conform test timeout to 120 s (*)
  a892e7a... clutter/tests: Remove events-touch test (*)
  e2cd9ab... Dockerfile: Align comment with command (*)
  fe1d9fb... tests: Override Wayland display name in test_init() (*)
  bd624e4... tests: Override X11 display number (*)
  18c1d96... gitlab-ci: Add test stage (*)
  76760bf... tests: Make all alarm filters use the same type (*)
  1266c20... monitor-unit-tests: Also run a X11 client while testing (*)
  c8a4e37... tests/test-client: Add "resize" command (*)
  563c5b0... monitor-unit-tests: Try resizing clients while headless (*)
  787bb43... x11/window: Minor cleanup (*)
  740c229... build: Don't hardcode the path of python3 (*)
  aecf588... shadow-factory: Replace implicit API by explicit counterpar (*)
  605f35d... shadow-factory: Receive CoglFramebuffer (*)
  dd82fbe... clutter-stage: Replace cogl_clear by cogl_framebuffer_clear (*)
  c1b6184... clutter-stage: Pass framebuffer to read pixels from (*)
  203725b... clutter-actor: Remove cogl_rectangle from pick() (*)
  4c3d9fc... clutter-*-effect: Remove cogl_rectangle() (*)
  cabcad1... clutter-text: Replace cogl_rectangle() (*)
  a227e40... clutter-wayland-surface: Remove cogl_rectangle() (*)
  fcd1ff9... clutter-texture: Remove cogl_rectangle_with_texture_coords( (*)
  0304433... clutter-rectangle: Remove cogl_rectangle() (*)
  c585b21... gpu: Drop unused declaration (*)
  91d4f30... gpu/kms: Add identifier (*)
  4bc6a64... backends/native: Use the connector_id rather than winsys_id (*)
  5e00531... output: Turn winsys_id into a uint64_t (*)
  fb8dc91... output/kms: Make winsys_id unique (*)
  791bec3... display: Make lack of required X extensions a fatal error (*)
  97230a2... clutter/evdev: Use `clutter_event_set_device()` (*)
  ac6039b... clutter: Keep a device reference with events (*)
  4aa1e22... remote-desktop: Do not leak the virtual touchscreen (*)
  cbbd6d7... renderer/native: use DRM formats for dumb buffers (*)
  8c4743e... renderer/native: store dumb FB format (*)
  d4bea60... renderer/native: use cogl for CPU copy path (*)
  1c044a8... renderer/native: remove meta_renderer_native_gles3_read_pix (*)
  63a6ead... wayland-dma-buf: doc the odd format mapping (*)
  081842b... cogl/object: add cogl_clear_object utility function (*)
  a617899... monitor-manager/kms: Use non-pci secondary cards (*)
  ad7d6e4... backends/native: React to GPU hotplug (*)
  70741a0... gitlab-ci.yml: Wrap tests with catchsegv (*)
  f795725... gitlab-ci.yml: Allow for tests taking longer time (*)
  718ddc9... gitlab-ci.yml: Stop creating meson-logs artifact (*)
  332360b... gitlab-ci.yml: Increase test timeout multiplier further (*)
  0a178a0... xwayland: Invert running-as-gdm check (*)
  3a4a858... cogl: use G_BEGIN_DECLS instead of COGL_BEGIN_DECLS (*)
  bf8a3b1... cogl: Remove unused macro COGL_GNUC_DEPRECATED (*)
  6834bed... cogl: remove COGL_GNUC_NULL_TERMINATED (*)
  e9e4b2b... renderer-native: Add hardware presentation timing (*)
  e8c2760... renderer-native: Advertise _FEATURE_SWAP_THROTTLE (*)
  576cd08... core: Rename MetaStartupNotificationSequence to MetaStartup (*)
  26fbd56... x11: Refactor the X11 startup notification bits into src/x1 (*)
  91ce24d... core: Add extra properties to MetaStartupSequence (*)
  8a10196... x11: Set all MetaStartupSequence properties for libsn seque (*)
  4a69a0d... core: Shuffle startup notification object creation (*)
  4d92979... core: Make MetaStartupSequence/Notification public (*)
  ec6a536... core: Use MetaStartupSequence internally (*)
  7635d06... core: Drop MetaDisplay startup sequence API (*)
  92349a4... wayland: Complete the startup sequence as given from gtk-sh (*)
  6b7bd91... x11: Complete X11 startup sequence on SN_MONITOR_EVENT_COMP (*)
  e11ee44... core: Refactor/simplify display startup sequence handling (*)
  ca7c5c1... meta/plugin: Use G_DECLARE_DERIVABLE_TYPE (*)
  6e1b14b... x11: Remove hide-titlebar-when-maximized support (*)
  49cb691... monitor-manager: remove get_edid_file() vfunc (*)
  557b2a0... clutter: Remove erroneous "fixed point" comment (*)
  bc5e76c... wayland: Make MetaWaylandCompositor a GObject (*)
  00619f3... wayland: Add MetaWaylandGtkShell object (*)
  0d29609... wayland/gtk-shell: Emit new capabilities event when changed (*)
  169022c... meson: Add mutter_built_sources to libmutter declared depen (*)
  f67e1a5... meta: Silence a couple of introspection warnings (*)
  c8db8bb... backend/x11/nested: Always claim the lid is open (*)
  231aadd... tools: Remove obsolete ppa-magic.py (*)
  262a3ec... backends/x11: Flush connection after ungrab (*)
  f6f188d... renderer-native: Advertise COGL_FEATURE_ID_PRESENTATION_TIM (*)
  f8cd1e5... wayland: Make DnD role inherit from MetaWaylandActorSurface (*)
  88f8228... wayland: Fix DnD actor set up (*)
  365ea2f... build: Don't check for Xwayland when Wayland is disabled (*)
  b2e75b5... build: Don't hardcode the path of bash (*)
  319500e... tests: Fix warnings reported by shellcheck (*)
  9ca6c74... autogen.sh: Don't run intltoolize (*)
  1467b6b... shaped-texture: Add support for texture transform (*)
  452ef4d... region-utils: Add API to transform an integer region (*)
  e4de9ed... wayland/surface: Add support for buffer transforms (*)
  20b271f... clutter/stage-cogl: Add option to visualize damaged regions (*)
  acacd3d... clutter/stage-cogl: Disable buffer age when painting red da (*)
  7226c5c... backend/native: Remove leftover stage view checks (*)
  da5a2d3... wayland/surface: Intersect buffer damage with buffer rect (*)
  19e3c21... wayland/surface: Don't make destoryed actor reactive (*)
  666bef7... stack: Don't place Wayland popups in o-r layer (*)
  4786cc8... monitor-config-manager: Round layout size after scaling (*)
  e4a2d15... display: Code cleanups (*)
  c388a8f... display: Ceil pointer cursor theme scale when fractional (*)
  4baefe4... clutter/stage: Round viewport coordinates before setting (*)
  7821256... monitor-manager-dummy: Allow to pass extra monitor specs vi (*)
  eacf2f2... backends/x11/nested: Draw the stage view CRTCs with the cor (*)
  c5471e5... renderer-x11-nested: Use rounded width/heights for fb size (*)
  9004253... cogl: remove CoglFuncPtr, use GCallback instead (*)
  9a84385... clutter: Make paint volume argument const on queue_redraw*( (*)
  bf4ccd2... clutter: Avoid relayouts when raising/lowering children (*)
  ffaec91... clutter: Only redraw affected portions on parent widget on  (*)
  1f3e917... clutter/x11: detect tablet type from the Wacom property (*)
  fe0a394... build: check for cvt only when building the native backend (*)
  ae4d3bc... clutter: Remove ability to externally set sync-to-vblank (*)
  7d20101... cogl-framebuffer: Remove swap_throttled config (*)
  df284f9... clutter: Rename SYNC_TO_VBLANK to SWAP_THROTTLE (*)
  2b938ce... clutter: minor documentation update (*)
  df48b94... clutter: Add API to retrieve the physical size of absolute  (*)
  08a5e66... backends: Add MetaInputMapper (*)
  87858a4... backends: Delegate on MetaInputMapper for unmapped display  (*)
  faf89ff... backends: Add MetaInputMapper method to lookup devices from (*)
  d30301c... backends: Turn builtin touchscreen on/off together with DPM (*)
  ffca9b9... backends: Update to new "output" setting for tablets/touchs (*)
  7a98055... build: Depend on gsettings-desktop-schemas >= 3.31.0 (*)
  efd9f86... Dockerfile: Install gsettings-desktop-schemas rpm built fro (*)
  b34bb77... tests: Don't show 'core dumped' messages (*)
  8e9184b... background: Mipmap wallpaper when shrinking (*)
  bdf8d0f... compositor: improve vignette on background actor (*)
  8d51409... cursor-renderer-native: Floor the cursor position instead o (*)
  149e4d6... monitor-manager: Don't use switch-config when ensuring conf (*)
  f64eba5... screen-cast-src: Add VideoCrop support (*)
  20c9ca2... screen-cast: Add screen-cast-window interface (*)
  9319345... window-actor: Implement MetaScreenCastWindow interface (*)
  dbe7279... screen-cast-session: Add screen-cast window mode (*)
  ec25f3a... screen-cast-session: Add support for RecordWindow (*)
  bbcb66d... window: Add window id (*)
  c786b6c... screen-cast-session: Add window-id support (*)
  7a5e0c7... window: Expose the client type in the API (*)
  781ec74... window: Fix introspection warnings (*)
  49c2be4... Replace Bugzilla by Gitlab URL in DOAP file (*)
  9f3d321... input-settings: treat a serial of 1 as serial of 0 (*)
  a7df459... clutter: Avoid rounding compensation when invalidating 2D a (*)
  3c6a518... compositor: Avoid changing pipeline/source if shadow is not (*)
  4139907... cogl: Ensure to only clear the depth buffer if depth testin (*)
  2e79d05... Revert "Revert "ClutterActor: Optimize away idempotent scal (*)
  697aeae... clutter/tests: Update expectations in actor-anchors test (*)
  1d73533... tests: Don't check pixels outside actor allocation (*)
  6502735... cogl: Remove mesa_46631_slow_read_pixels_workaround (*)
  981b045... cogl: Pick glReadPixels format by target, not source (*)
  05ab8ee... cogl/tests: Use tmp file to dump test results (*)
  dcb5253... build: Move libmutter_name to toplevel Meson file (*)
  ebb6c56... Add Meson support for installed tests (*)
  9bd427a... meta/tests: Remove commented lines (*)
  7a75692... meson: Print some configure flags (*)
  7759adf... meson.build: Print correct value of EGLStream support (*)
  d539fe2... Use G_DECLARE_DERIVABLE/FINAL_TYPE on some types (*)
  f7d4a72... build: Always pass --quiet to g-ir-scanner (*)
  177d0c2... gpu/kms: Use correct DRM event context version (*)
  b329256... cogl/texture-2d-gl: Try to determine format for external te (*)
  c681cce... cogl/texture-2d-gl: Bind correct target when getting data (*)
  eac1864... cogl/texture: Add API to check whether _get_data() will wor (*)
  37e36e8... compositor: Make meta_actor_painting_untransformed take a f (*)
  e1370ee... shaped-texture: Put actual texture painting in helper (*)
  36b46af... boxes: Add helper to scale rectangles by a double (*)
  1755a8b... shaped-texture: Fix include order (*)
  d3301d6... shaped-texture: Stop using gdk rect helper (*)
  f9118fb... shaped-texture: Don't change the callers clip rect (*)
  c84d7eb... shaped-texture: Get transformed textures pixels via offscre (*)
  012691b... shaped-texture: Draw external textures via offscreen (*)
  2fe05d7... x11-display: Add back _GTK_EDGE_CONSTRAINTS as supported hi (*)
  60f7ff3... window-actor: Turn into a derivable class (*)
  7e8fc13... Add MetaWindowActorX11 and MetaWindowActorWayland (*)
  ac2f8ca... window-actor: Select X11 or Wayland actor based on client t (*)
  80e3c1d... window-actor: Move X11-specific code to MetaWindowActorX11 (*)
  0442fc8... window-actor: Cleanup includes (*)
  7952808... Document window and surface actors (*)
  54febd1... window-actor: Move window actor creation to MetaCompositor (*)
  5fbeeca... window-actor: Remove post_init() vfunc (*)
  df1384a... window-actor: Turn into an abstract class (*)
  173867c... renderer/native: Use shadow fb on software GL if preferred (*)
  490f27e... shaped-texture: Use actual texture if tower returned NULL (*)
  676a8da... monitor-transform: Move helper functions into their own fil (*)
  b7a9c7e... monitor-transform: Add helper function transform_invert() (*)
  686b7f8... boxes: Add API to transform a MetaRectangle (*)
  d52081b... shaped-texture: Invert transform of damage in update_area() (*)
  51e4fe7... shaped-texture: Indentation fix in update_area() (*)
  93c2931... clutter-stage: Don't emit "after-paint" when picking (*)
  0478c22... Add some gtk-doc comments. (*)
  e7fb453... compositor: Fix maybe-uninitialized warning (*)
  73ddd7c... build: Pass library as first argument to pkg.generate() (*)
  b448ced... backends: Silence a couple of gtk-doc warnings (*)
  58b5dee... clutter: remove deprecated ClutterMedia. (*)
  956ab4b... build: Make libcanberra no longer optional (*)
  12f8325... core: Add MetaSoundPlayer abstraction (*)
  8715f74... core: Make MetaBell use MetaSoundPlayer to play the bell so (*)
  ebfc618... workspace: Port to MetaSoundPlayer (*)
  3693f6f... build: Use plain libcanberra instead of libcanberra-gtk3 (*)
  d360b25... build: Install .pc files in correct location (*)
  f740e8e... core: Fix compiler warning in MetaSoundPlayer (*)
  582b67a... window: Handle maximize when headless (*)
  763ae36... Drop Autotools (*)
  5eb749d... project: Update gitignore (*)
  fb38738... Remove obsolete .cvsignore files (*)
  fda2e79... Bump version to 3.31.4 (*)
  e3e933c... clutter/x11: Implement keycode remap to keysyms on virtual  (*)
  174df4e... Remove po/Makevars (*)
  a56a59f... Remove po/ChangeLog (*)
  ddb0ef1... backends/native: Add flags to MetaGpuKms (*)
  1def099... backends/native: Re-order primary GPU choosing logic (*)
  9182c8b... backends/native: Move primary_gpu into MetaRendererNative (*)
  3d2ca9a... renderer/native: Count devices on EGLDevice check (*)
  dfde2f5... renderer/native: Secondary gpu data for all (*)
  60ac283... renderer/native: Move primary GPU choosing later (*)
  22f8651... renderer/native: Prefer hardware rendering for primary GPU (*)
  a0909c3... constraints: Fix titlebars going off the bottom (*)
  2b2d77d... cursor-tracker: Add 'cursor-moved' signal (*)
  5007130... clutter/stage: Add clutter_stage_is_redraw_queued() API (*)
  08229a6... screen-cast-monitor-stream: Don't pass monitor manager when (*)
  0da0207... screen-cast: Add getters to fetch object owners (*)
  bd97b11... renderer: Add API to get view from logical monitor (*)
  7ac2083... backends/stage: Fix minor style issue (*)
  ed5c1f4... backends/stage: Emit signal between painting actors and ove (*)
  328eff7... screen-cast/monitor-stream-src: Copy content before cursor  (*)
  79d99cb... cursor-renderer: Add API to allow inhibiting HW cursor (*)
  4e402b3... screen-cast: Add 'cursor-mode' to allow decoupled cursor up (*)
  c45d5f5... cursor-tracker: Emit `cursor-changed` after renderer was up (*)
  56d260c... screen-cast-monitor-stream-src: Only send cursor bitmap whe (*)
  e9778eb... build: Pass --quiet to glib-genmarshal (*)
  60d22b7... wayland: Accept NULL primary data source (*)
  ca67d52... x11: Add method to launch applications, using SnLauncher (*)
  f033d0e... core: Add MetaLaunchContext (*)
  ff50727... startup-notification: Silence warning (*)
  1ca60f4... input-settings/x11: Only warn once about missing udev suppo (*)
  3738579... window-actor: Use actual image size for capture (*)
  84aeb8f... Dockerfile: Remove manual pipewire-0.2.5 upgrade (*)
  5c66afb... Dockerfile: Update gsettings-desktop-schemas copr URL (*)
  2bcc9e2... clutter/tests/interactive: Remove dead code (*)
  8c9e827... clutter/stage: Fix debug logging (*)
  c242558... clutter/debug: Add printf annotations to log helpers (*)
  576e7a4... clutter/tests: Fix missing declaration warnings (*)
  caf27c4... clutter/tests: Remove dead code (*)
  4447739... clutter: Fix const qualifier usage (*)
  d4a9535... cogl-path: Cast function pointer explicitly (*)
  5468509... cogl-path: Remove own glu.h version (*)
  c550048... cogl: Add missing `void` to functions with no arguments (*)
  bbd295a... cogl: Fix const qualifier usage (*)
  548c0f1... cogl: Remove redundant function declarations (*)
  982d135... cogl: Add missing function declarations (*)
  ede10dd... clutter: Add missing `void` to function declaration (*)
  cbbd3e3... clutter/build: Don't pass --prototypes to glib-genmarshal (*)
  f615eea... backend: Remove redundant function declarations (*)
  01cea0d... Fix const qualifier usage (*)
  12a42a9... wayland: Move DND surface role into its own file (*)
  1bbb5c8... meta: Only declare types when generating gir files (*)
  8d91135... wayland/xdg-shell: Fix buffer attach coordinate comparison (*)
  25f416c... meson.build: Add more compilation warnings (*)
  6c91683... gitlab-ci.yml: Treat warnings as errors (*)
  c57ae7f... cogl/path: Don't depend on GL/glu.h (*)
  562cf14... core: Fix compiler warning (*)
  371b97a... meson: Fix map files and load them to hide private symbols (*)
  0813091... meson: Set proper soversion and version to libraries (*)
  adc5670... meson: Hide symbols by default in clutter (*)
  3838341... meson: Set cogl as dependency of libmutter-cogl dependency (*)
  7f551ba... meson: Don't list libraries private dependencies in pc file (*)
  e352011... MonitorManager: Use composition instead of inheriting from  (*)
  e02fef8... meta: Hide libmutter symbols by default and selectively exp (*)
  2528a39... gitlab-ci.yml: Change build step build type to debugoptimiz (*)
  2e53ce8... meta, startup-notification: Make type declarations public (*)
  8655bc5... clutter: Fix offscreen-effect painting of clones (*)
  5c3ec27... cogl: Fix builds with G_DISABLE_ASSERT (*)
  de41f3e... clutter: Fix builds with G_DISABLE_ASSERT (*)
  d5a7bbd... Fix builds with G_DISABLE_ASSERT (*)
  3fa6a92... screen-cast: Fix monitor recording on HiDPI (*)
  a08d7cf... wayland: Update gtk-shell protocol to v3 (*)
  177b4df... wayland: Implement window activation and focus stealing pre (*)
  72692b1... clutter-box-layout: Use floats and assert on denormal numbe (*)
  7ae6987... clutter: Add generic ClutterKeymap object (*)
  6de81b0... evdev: Implement ClutterKeymap (*)
  923751a... clutter: Add ClutterKeymap getter (*)
  e0fd7a6... clutter: Avoid redundant margin changes (*)
  b04cca9... clutter/evdev: Set the backend keymap before using it (*)
  30550ef... crtc/kms: Parse and store IN_FORMATS in full (*)
  31d99c5... crtc/kms: Remove unused field formats_prop_id (*)
  0789c3f... crtc/kms: Use plane formats if no IN_FORMATS (*)
  8a0d0ce... crtc/kms: Add fallback primary plane formats (*)
  7f2dbb6... crtc/kms: Document meta_crtc_kms_get_modifiers (*)
  23e7a0a... crtc/kms: Add primary plane format list accessors (*)
  442dcc7... renderer/native: Valid formats for secondary dumb buffers (*)
  a62dbc6... renderer/native: Debug print chosen secondary FB format (*)
  b76bf20... backends/native: Don't use software renderer for GPU copy (*)
  6932b3c... renderer/native: fix missing GPU copy egl ext error (*)
  be25911... Update POTFILES.skip (*)
  2c54045... screen-cast-stream: Don't broadcast PipeWireStreamAdded sig (*)
  7a94113... gitlab-ci: Use artifacts to keep built data and reuse in te (*)
  a54f9e8... gitlab-ci: Use runtime dir owned only by current user (*)
  f63b69b... gitlab-ci: Define exported global variables once (*)
  de76074... ui: Remove fallback app menu (*)
  5a71ed4... clutter-event: Correctly annotate some methods (*)
  0f0b411... clutter/content: Add clutter_content_invalidate_size() (*)
  25f36b3... clutter/image: Also invalidate size (*)
  d8c7583... clutter/paint-node: Add multitexture API (*)
  02b184b... clutter/paint-node: Expose clutter_paint_node_paint() (*)
  b63e104... clutter/paint-nodes: Expose ClutterRootNode (*)
  317414a... clutter/paint-nodes: Push/pop framebuffer (*)
  b4ae6cd... Don't include potentially sensitive window titles in logs (*)
  dbe73c3... meson: Do not install cogl config.env if installed tests ar (*)
  e9eaa37... monitor-manager: Use output name as display name in GetReso (*)
  cbb2a28... monitor-manager: Don't use wacky physical dimensions in dis (*)
  325fec3... monitor-manager: Add yet another wacky "physical dimension" (*)
  20c5e25... monitor-manager: Provide proper contexts for translators (*)
  8c5ad7e... Update Friulian translation (*)
  922f142... Update Hungarian translation (*)
  47402d8... Updated Spanish translation (*)
  d574cf5... boxes: Add API to crop and scale a MetaRectangle (*)
  07e65a6... region-utils: Add API to crop and scale an integer region (*)
  edfe5cc... shaped-texture: Add support for viewports (*)
  ba7af4f... wayland/surface: Add support for wp_viewporter (*)
  96c4dd8... Update Indonesian translation (*)
  3c2d85b... Update Catalan translation (*)
  e64cbfc... Update Polish translation (*)
  c91d9df... Bump version to 3.31.90 (*)
  31c5a00... Update Finnish translation (*)
  4d02f68... Update French translation (*)
  830495b... Updated French translation (*)
  f578c4d... Update Galician translation (*)
  616a149... Update Turkish translation (*)
  285d717... Updated Lithuanian translation (*)
  d587fc1... Update Swedish translation (*)
  29ed84e... input-mapper: Don't loop infinitely in EDID matching (*)
  54fdd63... input-mapper: Use g_auto to free a string array (*)
  eaacbb3... gitlab-ci: Don't upload test artifacts (*)
  b82fa2c... meta-launcher: g_propagate_*_error takes ownership (*)
  70c45f8... Updated Slovenian translation (*)
  fdd531f... Updated Czech translation (*)
  43633d6... window: Add is_focusable class method (*)
  6c3b0cf... window-x11: Move take_focus to MetaWindowX11Private (*)
  3bf80a9... window-x11: Move delete_window to MetaWindowX11Private (*)
  f798912... window: Move can_ping to a function and implement in X11 (*)
  2aa0ec0... Update Romanian translation (*)
  3f9b4a1... Updated Danish translation (*)
  9e2ed41... wayland: Reset text-input state after commit (*)
  58d2a67... window: Return focusable ability looking at properties only (*)
  77fb0a0... window-actor: Remove public declaration for get_x_window (*)
  f3dd97e... README: Add contribution section (*)
  b70c0eb... gitlab-ci.yml: Add check for issue or MR URL (*)
  c3b9ef7... gpu: Remove unimplemented ::get_kms_file_path() (*)
  6fe46ca... wayland/xdg-shell: Do not maximize if not possible (*)
  a81435a... cogl: Remove CoglBool, use gboolean instead (*)
  75071ab... clutter: Remove deprecated/clutter-util.h (*)
  ef8f287... clutter: Remove deprecated/clutter-backend.h (*)
  a444388... clutter: Remove deprecated/clutter-timeout-pool.h (*)
  0d92955... clutter: Remove deprecate/clutter-frame-source.h (*)
  ec518c4... Update Kazakh translation (*)
  1dc602e... Update Chinese (Taiwan) translation (*)
  7bd668e... window: Do not restore shortcuts on a NULL window (*)
  5688f1c... Updated Spanish translation (*)
  00ca387... keybindings: Add flag param to grab_accelerator (*)
  1c2e8fc... keybinding: Store flags in MetaKeyGrab (*)
  4e751a3... Update Brazilian Portuguese translation (*)
  79f90c1... MetaPluginManager: Don't return void value (*)
  1c67260... monitor-unit-tests: initial crtcs in custom_lid_switch (*)
  f4f823f... monitor-config-manager: reuse old CRTC when possible (*)
  6975c8b... monitor-config-manager: respect other outputs' CRTC (*)
  fca0e6a... Bump version to 3.31.91 (*)
  9e1c8e2... Update Italian translation (*)
  ef21537... idle-monitor: Fix duplicate return value of ResetIdletime c (*)
  22a296f... wayland/dma-buf: Don't use API meant for MetaWaylandSurface (*)
  944a476... cursor-renderer/native: Clear active CRTC gbm_bo when destr (*)
  d2f1edd... wayland/surface: Process damage also for non-actor surfaces (*)
  252e64a... wayland: Move surface texture ownership to MetaWaylandSurfa (*)
  2c1ab8b... renderer/native: Remove legacy non-stage-view code (*)
  979e689... renderer/native: Retry page flip after one vsync if EBUSY (*)
  ddd2ce3... wayland/buffer: Fall back to CoglTexture2DSliced (*)
  803ffc1... shaped-texture: Clean-up deprecated NPOT check (*)
  8a9a78e... wayland: Check whether Xwayland window had a prior surface  (*)
  55d168d... clutter: Add ClutterPaintVolume argument to ClutterActor::q (*)
  bf12a24... clutter: Make docs match with signal description (*)
  9be189d... screen-cast: Move cursor metadata setting to generic source (*)
  176b508... screen-cast-src: Change offscreen cursor helper to take a ` (*)
  183de60... screen-cast-src: Move back MetaSpaType to C file (*)
  c22edef... screen-cast-window-stream: Use initable to initialize (*)
  870f385... screen-cast-window-stream: Set the size property to the log (*)
  11bd847... screen-cast-window-stream: Don't set the position property (*)
  14c6a34... screen-cast-window-src: Rename painted callback to after_pa (*)
  c80ba81... screen-cast-window-src: Keep a screen cast window instead o (*)
  6372e3e... clutter: Add clutter_actor_has_damage() API (*)
  a76107a... screen-cast-window: Add API to transform cursor state (*)
  2f01418... screen-cast-window: Add API to check if content has damage (*)
  8c2b805... screen-cast-src: Add helper to draw cursor sprite into pixe (*)
  1760a6e... screen-cast: Bump API version to 2 (*)
  9a20271... screen-cast-window-stream: Add support for cursor modes (*)
  7c807c6... org.gnome.Mutter.ScreenCast: Document what was added in API (*)
  c010a3b... Update German translation (*)
  9e75ce2... monitor-config-store: Read system wide config files (*)
  8f0b476... clutter: Remove deprecated clutter_x11_get_stage_visual (*)
  5669b64... clutter: Remove unused clutter-glx-texture-pixmap.c and fri (*)
  909464f... clutter: Remove deprecated XInput code (*)
  d39211f... clutter: Remove deprecated clutter_egl{,x}_display (*)
  cf2d06e... clutter: Remove deprecated clutter-score.c (*)
  53319a1... clutter: Remove unused deprecated code from clutter-actor-d (*)
  73ce5b3... clutter: Remove tests/interactive/test-state-animator.c (*)
  7f3fda6... clutter: Simplify clutter_state_change (*)
  39e9e53... clutter: Remove the rest of deprecated/clutter-animator.c (*)
  f9e33a8... clutter: cleanup/remove core input X11 backend (*)
  b67394d... clutter: StageWindow: Use G_DECLARE_INTERFACE() (*)
  b77e6f0... clutter: Content: Use G_DECLARE_INTERFACE() (*)
  41a69f1... clutter: MasterClock: Use G_DECLARE_INTERFACE() (*)
  16a2eab... clutter: Animatable: Use G_DECLARE_INTERFACE() (*)
  7c3a0d5... Updated Vietnamese translation (*)
  ca0b6fc... Update Korean translation (*)
  1c6ea5d... Use a consistent style for enum braces (*)
  8d9a5e3... wayland/touch: Remove undelivered touches earlier (*)
  5a6a602... clutter: Remove unused deprecated/clutter-shader.c (*)
  65312be... clutter: Remove unused deprecated/clutter-behaviour-ellipse (*)
  1f796f1... clutter: Remove unused deprecated/clutter-timeout-interval. (*)
  cc07702... clutter: Remove unused deprecated/clutter-behaviour-path.c (*)
  ac7ca32... clutter: Remove tests/interactive/test-{depth,multistage.c} (*)
  df3d238... clutter: Remove unused deprecated/clutter-behaviour-rotate. (*)
  f1b148e... clutter: Remove tests/conform/model.c (*)
  52e074b... clutter: Remove unused deprecated/clutter-{list-,}model.c (*)
  bc657c9... clutter: Remove unused deprecated/clutter-input-device-depr (*)
  5356cd3... Update Serbian translation (*)
  c67b0bd... Updated Spanish translation (*)
  f76b3ed... monitor: Define scale_steps globally (*)
  7442de8... display: Add meta_display_get_monitor_scale (*)
  d7ec5d3... stage: Add utility function to queue draw a ClutterRect (*)
  f4c2b69... stage: Clamp to pixel the redraw clip taking care of the fl (*)
  42953a5... stage: Queue redraw previous Rect only if it has changed (*)
  3512647... background: Use monitor scale to generate the texture at re (*)
  789a3ef... clutter/util: Add function to build a ClutterRect from a ca (*)
  ad5555b... clutter: Add API to get the resource scale of an actor (*)
  d3beb3d... clutter/actor-box: Add clutter_actor_box_scale function (*)
  02813d7... clutter/canvas: Implement clutter_canvas_{get,set}_scale_fa (*)
  9234777... clutter/text: Add utility function to set the pango attribu (*)
  af36627... clutter/text: Generate resource scaled text and paint it at (*)
  e396688... clutter/offscreen-effect: Support adding effect to resource (*)
  1e1cb49... clutter/offscreen-effect: Make sure we use linear filter fo (*)
  97a3b88... clutter/stage: Use rounded values to create image surfaces (*)
  c695471... clutter/stage: Add private API to get max view scale for re (*)
  4be4d85... clutter/stage: Cleanup the capture_view code (*)
  f2c033b... clutter/stage: Add scaling support to capture_view_into (*)
  baf98bb... clutter/stage: Avoid duplicating code for capturing (*)
  412d568... clutter/stage: Add view scale support on read_pixels() (*)
  ceb4fe2... wayland-tablet-tool: Downscale the sprite texture in FB mod (*)
  8bc8dc6... clutter/rect: Clamp to pixel taking care of subpixel values (*)
  9d9d455... clutter/rect: Add utility function to scale the rectangle (*)
  a8c972c... boxes: Add function to create a rectangle from floating clu (*)
  e5a9e9c... clutter/util: Add functions for managing cairo and clutter  (*)
  8b09542... boxes: Crop rectangle converting to integer with grow strat (*)
  3d89b47... clutter/stage-cogl: Cleanup the code for scissor region cal (*)
  cbd3ad8... clutter/stage-cogl: Add function to scale and clamp fractio (*)
  d597449... Update POTFILES.skip (*)
  e0811ce... clutter/x11: Consider remapped keys when guessing the keyco (*)
  4a65897... Update Latvian translation (*)
  58cc4c2... Update Dutch translation (*)
  ed17559... clutter/evdev: Use internal button codes for mousekeys (*)
  6a5772c... clutter: Remove tests/interactive/text-pixmap.c (*)
  6cbaeae... clutter: remove x11/clutter-x11-texure-pixmap.c (*)
  033a771... clutter: Remove clutter_set_windowing_backend() (*)
  3fd0e23... clutter: Make ClutterInputFocus API to set panel state expl (*)
  1f1f49d... clutter: Do not toggle the OSK panel off after focus out (*)
  eabb789... wayland: Only enable OSK if receiving .enable when already  (*)
  3e472fa... wayland: Minor refactor (*)
  7abceb4... x11-display: Split out restoring of active workspace (*)
  b0fb39b... Bump version to 3.31.92 (*)
  8856a39... sound-player: Don't deadlock in finish_cb (*)
  4f72099... Revert "cogl: Pick glReadPixels format by target, not sourc (*)
  d83a325... Revert "Revert "cogl: Pick glReadPixels format by target, n (*)
  a871d56... cogl: Revert swizzling for BGRA buffers (*)
  efb1ee9... Bump version to 3.32.0 (*)
  1574099... prefs: Change default of show-fallback-app-menu (*)
  80ceeb2... keybindings: Fix theoretical memory leak while ungrabbing (*)
  32504ae... meta-monitor: Remove useless variable (*)
  a555a2c... cogl: Remove unused CoglTextureDriver::try_setting_gl_borde (*)
  9aca31c... cogl: Introspect CoglTexture2D(Sliced) (*)
  8a87e87... shadow-factory: Update shadow of attached modals (*)
  9b8510a... monitor: Fix indentation style on calculate_supported_scale (*)
  e2525f2... monitor: Fix indentation style on calculate_crtc_pos and fr (*)
  303e02b... monitor: Fix indentation style on foreach functions (*)
  f8d62da... bell: Always flash window instead of frame (*)
  7bd33e7... frame: Remove flashing support (*)
  3181647... boxes: Actually check for rectangle containment (*)
  2ac7f7f... build: Make libsystemd an optional dependency (*)
  056c45f... wayland/buffer: Try realizing EGLStream before EGLImage buf (*)
  c96cf06... Update Arabic translation (*)
  5d1eccf... boxes: Fix spelling in API (*)
  1bd3c13... wayland/xdg-shell: Split out popup placement out of setup f (*)
  f2d7165... window: Don't try to move hidden attached windows (*)
  b4f1569... window: Unmanage rule placed window if ending up outside of (*)
  f580b28... window: Replace placement constrained bool with state (*)
  23f31e5... constraints: Only readjust placement constraint when not ch (*)
  86b5247... constraints: Only get parent rect once when placement rule  (*)
  00b4556... constraints: Don't use intersection when sliding with custo (*)
  a1e325f... build: Don't use absolute paths with subdir keyword (*)
  f0b9654... core: Remove startup sequences after timeout (*)
  5c27bf6... clutter/evdev: Fix toggling accessibility features from key (*)
  9843e21... backends: Use udev to determine absolute input devices' siz (*)
  47663c7... clutter: Drop no longer necessary API (*)
  a1969c9... wayland: Defer text_input.done on an idle (*)
  fe86694... renderer/native: Make EGLStream page flip errors non-fatal (*)
  1eabaf1... renderer/native: Make the EGLStreams operate in mailbox mod (*)
  d15e11b... background: Shrink wallpaper using LINEAR_MIPMAP_LINEAR (*)
  58f7059... Update Croatian translation (*)
  28e0a7b... wayland/xdg-shell: Correct window menu position in logical  (*)
  ee507d9... clutter-actor: Keep is_dirty unchanged for culled actors (*)
  34ee460... clutter: Fix check for keyboard a11y features (*)
  4043d0b... Updated Spanish translation (*)
  9d49e8a... launch-context: Swap reversed timestamp/workspace (*)
  afe8610... cogl/texture: Implement is_get_data_supported on GLES textu (*)
  5199c78... backends/native: Move underscan setting to MetaOutputKms (*)
  7b3dee2... ci: Nag about invalid commit message subject prefixes (*)
  72aeeb8... ci: Blacklist .c and .h in the commit message subject prefi (*)
  4cae9b5... monitor-manager: Clean up DPMS state tracking (*)
  40e7e5d... renderer-native: Fix page flip retry timeout calculation (*)
  53b59d8... renderer-native: Fake page flipped if power saving when ret (*)
  3cc3b75... renderer-native: Fake page flipping slower when power savin (*)
  88e4ff7... backend: Add API to freeze/thaw frame clock (*)
  808a75b... renderer-native: Add helper to get backend from renderer (*)
  b2d0184... renderer-native: Freeze frames while retrying to page flip (*)
  3b46a8c... renderer/native: Make EGL initialization failure not fatal (*)
  28419cd... renderer/native: Check primary GPU supports EGL (*)
  85b734f... clutter/device-manager: Small code cleanup (*)
  fa4a787... clutter/evdev: Toggle accessibility features from keyboard (*)
  20c1295... cogl-winsys-glx: Fix frame notification race/leak (*)
  6ec330c... keybindings: Stop keybinding if a touch happens while Super (*)
  2c1a951... wayland/output: Set user data of xdg_output resource (*)
  ab7ef5f... core: Fix differing sequence timestamp precision expectatio (*)
  40103d6... core: Account for completed sequences in feedback updates (*)
  38ff01d... core: Add MetaStartupSequence::complete signal (*)
  3de6f7e... core: Emit MetaStartupNotification::changed on sequence com (*)
  d2ca5cc... display: Fix inconsistent behavior with demand attention (*)
  e3f3274... Bump version to 3.32.1 (*)
  b624e94... cogl: Remove viewport scissor workaround (*)
  a94841a... cogl: Remove color write masks from the framebuffer and pip (*)
  191c31b... cogl: Bump minimum GL version to 2.1 (*)
  8180927... cogl: Bump minimum GLES version to 2.0 (*)
  db486ad... cogl/texture-2d: Remove notes about COGL_FEATURE_ID_TEXTURE (*)
  96f7bf2... shaped-texture: Add checks to viewport reset functions (*)
  d2415da... shaped-texture: Use CoglMatrix for viewport src-rect (*)
  22884b0... shaped-texture: Use draw_rectangle() for full paints (*)
  28954e8... cogl: Remove unused 3D texture support (*)
  68166f3... cogl: Fix some misleading variable names (*)
  249f9a4... cogl: Stop running non-NPOT tests (*)
  2aaed7b... cogl: Remove debug disables for GLSL and NPOT textures (*)
  893e894... cogl: Remove always-true COGL_FEATURE_SHADERS_GLSL (*)
  302a171... cogl: COGL_FEATURE_TEXTURE_NPOT_REPEAT is always available (*)
  007297f... cogl: COGL_FEATURE_TEXTURE_NPOT_MIPMAP is always available (*)
  48f04c7... cogl: COGL_FEATURE_TEXTURE_NPOT_BASIC is always available (*)
  fc09fa5... cogl: NPOT textures are always available (*)
  fb40e2e... cogl: Remove unused cogl_texture_new_from_foreign (*)
  2a15e5f... compositor: Drop ARB_texture_rectangle awareness (*)
  ce6acf9... cogl: Remove rectangle-texture tests (*)
  d79f176... cogl: Remove texture_rectangle awareness from the GLX TFP c (*)
  c881b49... cogl: Remove unused CoglTextureRectangle (*)
  e71f44d... cogl: Remove never-changing COGL_PIPELINE_LAYER_STATE_TEXTU (*)
  2b9cd50... cogl: Eliminate _cogl_gl_util_get_texture_target_string (*)
  862e56f... cogl: Remove unused CoglTextureVable::get_type (*)
  1783ea5... cogl: Remove unused texture_type argument from cogl_pipelin (*)
  ca2be8e... cogl: Remove CoglTextureType (*)
  9ab3a02... cogl: Remove unused TEXTURE_RECTANGLE feature flag (*)
  3f29b47... cogl: Generalize EGL context attribute initialization (*)
  7df86fb... cogl: Use EGL_IMG_context_priority if available (*)
  471b61b... clutter/evdev: disable mousekeys with Numlock ON (*)
  251fa02... clutter/x11: disable mousekeys with Numlock ON (*)
  bcee890... ci: Ensure we clone a deep enough history for commit review (*)
  eccf7b1... input-settings: Use 0 initialized struct for kbd a11y (*)
  502da97... window: free close dialog before unmanaging window from com (*)
  ba8f5a1... clutter: Use g_signal_handler_disconnect to disconnect freq (*)
  7718e67... compositor: Destroy window actors list on destruction (*)
  3ba7996... compositor: Disconnect from stage signals on destruction (*)
  736cac4... compositor: Remove unused background_actor private referenc (*)
  156980e... x11: Add X11 selection input/output streams (*)
  a984622... core: Add MetaSelection and MetaSelectionSource (*)
  c95db7c... x11: Add X11 MetaSelectionSource implementation (*)
  09aa82d... wayland: Add wayland MetaSelectionSource implementation (*)
  ab76576... core: Set up MetaSelection on MetaDisplay (*)
  37144f0... x11: Add X11 selection management (*)
  535ce00... core: Add memory-based selection source (*)
  5c009c2... core: Add clipboard manager (*)
  634f512... wayland: Integrate with MetaSelection (*)
  17d00d4... wayland: Reduce MetaXWaylandSelection to just DnD (*)
  02c9952... Make MetaSelection, MetaSelectionSource and MetaMemorySelec (*)
  8dbe421... tests: Add missing stacking tests (*)
  c6d1cf4... tests: Add single stacking tests with suite (*)
  a934fa0... tests: Use suites for test cases (*)
  2b8f5e6... cogl/tests: Run tests supports both test names and files as (*)
  34312c2... cogl/tests: Run conform tests as single meson tests (*)
  5d1a87d... meson: Add option flags to control test suites building (*)
  8374be4... cogl/tests: Export and run unit tests if they are enabled (*)
  63c40a9... meson: Define srcdir and builddir using meson functions (*)
  81ae886... cogl/tests: Use less verbose run-tests.sh on single tests r (*)
  ee4bb22... workspace: Activate a window also if it's already in worksp (*)
  23a8ea2... idle-monitor: Use G_SOURCE_CONTINUE instead of TRUE (*)
  1ca0fdc... idle-monitor: Postpone dispatching of idle timeout if not r (*)
  0d50a37... display: Fix a possible bug in meta_display_sync_wayland_fo (*)
  5480a3f... Update POTFILES.in (*)
  ac15a8a... Updated Spanish translation (*)
  ae6d9e3... backends: Fallback to builtin panel for devices where all h (*)
  3468144... ci: Build GNOME Shell at the test stage (*)
  160d2d5... ci: Install to Mutter and GNOME Shell to /usr (*)
  da1e917... ci: Add GNOME Shell dependencies to Dockerfile (*)
  b4d973f... ci: Update gsettings-desktop-schema URLs (*)
  3ffc4f8... ci: Use mutter image to build GNOME Shell (*)
  6a89e79... Update Friulian translation (*)
  bf8bc65... core: Check environment variables before giving to GAppLaun (*)
  454651f... Update Indonesian translation (*)
  7738b5c... core/window: Fix copy/paste error in size-changed docs (*)
  7e2a0ed... wayland: Move check for present window out of the actor-sur (*)
  01d0316... wayland/dnd-surface: Propagate commit to parent class (*)
  dae2c1d... backends/native: Add rt-scheduler experimental key to set R (*)
  9e0e35d... clutter/click-action: Handle touch cancel events (*)
  24b3467... clutter: Send touch crossing events only to grab actor (*)
  706c5a7... clutter: LEQUAL depth_testing on ClutterDeformEffect (*)
  329c4bc... Bump version to 3.33.1 (*)
  9e82f9a... x11: Do not warn on cancelled X11 selection sources (*)
  df7d8e2... Use free_full on GList's instead of foreach + free (*)
  7a17e23... Use free_full on GSList's instead of foreach + free (*)
  f7ecf3b... meta: Remove meta_free_gslist_and_elements (*)
  b86fba2... clutter/stage: Avoid unnecessary call to add_redraw_clip (*)
  f5f0aa1... clutter/stage: Move a comment to a more appropriate place (*)
  30a2483... clutter/stage-cogl: Fix a comment-typo (*)
  786305f... clutter/input-device: Replace device check with assertion (*)
  a48b6cc... clutter/actor: Fix a wrong comment (*)
  eae6e7a... Updated Spanish translation (*)
  e96136e... gitlab-ci: Use MALLOC_CHECK_ and MALLOC_PERTURB_ env variab (*)
  4524485... clutter/stage-cogl: Don't skip over the next frame (*)
  7a6c755... clutter: Add fribidi dependency and copy deprecated pango f (*)
  d4a0893... ci: Disable a11y bus for tests (*)
  9c2fdcd... ci: Update Dockerfile to :v2 (*)
  68fba45... boxes: Ensure we scale to a fully rounded rectangle (*)
  29211c9... clutter/util: Fix styling on functions definitions (*)
  02812fb... clutter/stage-cogl: Damage fb using ceiled scaled sizes (*)
  91aee3d... monitor: Assign monitor layout directly by crtc rect (*)
  2b1acea... place: Assign anchor rect using automatic copy (*)
  358b678... boxes: Assign input to output rect when there's no transfor (*)
  991f950... cogl: Put CoglPixelFormat code into its own file (*)
  0d7a929... cogl: Map CoglPixelFormats to their specific properties (*)
  fecc57d... renderer-native: Reference count front buffers (*)
  52945f3... launcher: Explicitly look up object path for seat (*)
  08aec58... kms-buffer: Clean up include order (*)
  7fb7b28... kms-buffer: Rename to MetaDrmBuffer (*)
  6eeba24... drm-buffer: Clean up file descriptor variable naming (*)
  ed56edc... drm-buffer: Remove useless soft-asserts (*)
  91ac64b... drm-buffer: Make the "types" actual types (*)
  4faeb12... clutter/stage-cogl: Reschedule update on present (*)
  ea0a89b... cogl/meson: Remove uneeded cogl-mutter-config.h generation (*)
  62de4b4... meson: Bump meson requirement to 0.50.0 (*)
  9305b6d... cogl/tests: Remove configure_file workaround for installed  (*)
  deef996... Fix typo in RemoteDesktop dbus api (*)
  7719e33... wayland/pointer-constraints: Reject invalid lifetime (*)
  be3c89d... Bump version to 3.33.2 (*)
  468882e... ci: Run dconf update before running tests (*)
  e8bca50... ci: Make MALLOC_PERTURB_ less random (*)
  b01edc2... backends/x11: Do not reload keymap on new keyboard notifica (*)
  439afb3... window: Move all attached windows with parent (*)
  0200f4f... x11: Move focus sentinel to MetaX11Display (*)
  39bac6e... core: Turn MetaStack into a GObject (*)
  ef074ea... x11: Add MetaX11Stack object (*)
  103c469... core: Avoid grab transfer shenanigans with non-X11 backend (*)
  dbe6e01... core: Separate checks for pointer barriers availability (*)
  5e0523c... x11: Move X11 calls to map/unmap a MetaWindow to MetaWindow (*)
  2f21710... core: Relax requirement that MetaWindow shall have icon/min (*)
  1d77641... x11: Separate X11 focus handling into MetaX11Display method (*)
  86de79c... core: Untangle input focus management (*)
  465e131... core: Add explicit init/shutdown_x11() MetaDisplay calls (*)
  7713006... x11: Unmanage X11 windows on MetaX11Display finalization (*)
  1cf4279... x11: Initialize GdkDisplay together with MetaX11Display (*)
  430f354... wayland: Split Xwayland initialization in 2 steps (*)
  38432da... compositor: Drop error trap (*)
  ea9d8a8... wayland: Drop error trap (*)
  b1ea768... wayland: Drop -terminate argument to Xwayland (*)
  76664ef... clutter-text: Fix selection color drawing (*)
  85c2aef... display: Cleanup Edges when display is closed (*)
  0aa4a52... boxes: Use G_DEFINE_BOXED_TYPE to define the type (*)
  3f2e86f... theme: Remove DEBUG_FILL_STRUCT (*)
  b016ff2... cursor-renderer-native: Free MetaCursorNativePrivate struct (*)
  0405786... wayland-seat: Use g_free to cleanup MetaWaylandSeat (*)
  f99cd18... clutter/tests/actor-destroy: Check destroying the actor cle (*)
  61c173b... cogl/xlib-renderer: Save Xlib renderer data in custom winsy (*)
  7e0d185... cogl/pipeline: Don't try to access to free'd pointer data (*)
  86ff3df... gitlab-ci: Print error logs on failures (*)
  e3d3df9... gitlab-ci: Use G_SLICE=always-malloc in tests (*)
  c1059df... test-runner: Always wait after creating a window (*)
  f869e4d... headless-start-test: Ignore frame counter warnings (*)
  80d1128... cogl-path: Undeprecate framebuffer functions (*)
  2b47e89... renderer-x11-nested: Fix copy-and-paste error (*)
  033ce2d... input-mapper: Remove unnecessary return value (*)
  3cd8f3b... workspace-manager: Remove unnecessary assignment (*)
  a2c545c... x11-display: Simplify bell handling (*)
  1b61b9c... boxes: Fix calculation of rounded rectangles (*)
  2145333... renderer/native: Refactor into secondary_gpu_get_next_dumb_ (*)
  a859d76... meson: Cleanup debug build handling (*)
  75e2bfb... meson: Do not add compiler flags if 'plain' buildtype is us (*)
  b3e19ee... wayland: Unset DnD selection on wl_data_offer destruction (*)
  bbfaf82... wayland: Honor startup sequence workspace on .request_focus (*)
  e2bea48... display: Emit 'grab-op-end' signal after ungrab happened (*)
  60170cf... compositor: Emit 'grab-op-end' signal after ungrab happened (*)
  e588115... wayland: Handle NULL cursor renderer finding the outputs of (*)
  1da0355... wayland: Update tablet cursor outputs across cursor/proximi (*)
  e5e58f8... cogl: Add libsysprof capture based tracing (*)
  04fb6f7... clutter: Add some preliminary tracing to clutter (*)
  17c5436... profile: Add a Sysprof-based profiler (*)
  53748e3... cogl-trace: Cleanup context after disabling (*)
  e741cab... profiler: Support setting output filename (*)
  9b8f9b6... clutter: Add more descriptive profiling sections (*)
  7810f0e... cogl/trace: Add user-visible group name (*)
  04b240b... ci: Add sysprof3 to the Docker image (*)
  3e2a2cf... clutter/stage-cogl: Simplify redraw function (*)
  7825414... build: Rename HAVE_TRACING to HAVE_PROFILER in Mutter (*)
  57945a7... backend: Conditionally compile MetaProfiler (*)
  4887de5... meson: Do not use clutter_c_args for GIR (*)
  0786683... meson: Add no-omit-frame-pointer to clutter debug builds (*)
  4f5a5e8... Update POTFILES.in (*)
  08e5589... Update Hungarian translation (*)
  f6eb2a8... settings: Remove space characters (*)
  c9cc07f... settings: Slack off “xwayland-allow-grabs” setting (*)
  b4c7872... compositor: Add "locate_pointer" vmethod (*)
  851b7d0... keybindings: Trigger locate-pointer on key modifier (*)
  c53aa89... keybindings: Small code cleanup (*)
  a38bae2... docs: Update tests instructions (*)
  a6fc656... window: Emit an error and return when trying to activate an (*)
  4d21650... clutter: Add an accessibility virtual device (*)
  144b24b... clutter/evdev: Use the accessibility virtual device (*)
  c33b330... backends: Rename keyboard accessibility settings (*)
  ab0b407... clutter/enums: Add pointer accessibility types (*)
  0d0b9da... clutter: Add pointer accessibility signals (*)
  db11a37... clutter: Add pointer accessibility features (*)
  c1303bd... clutter/x11: Hook up pointer accessibility (*)
  1d76eac... clutter: Hook up pointer accessibility (*)
  a3b8644... backends: Add mouse accessibility settings (*)
  e94a0fc... display: Dispose Stack after Compositor and X11 (*)
  0487d67... x11-display: Handle mapped XIDs per type (*)
  912a9ec... clutter/stage-cogl: Use G_USEC_PER_SEC instead of hardcoded (*)
  ccf27e5... clutter/stage-cogl: Schedule immediate update on zero refre (*)
  a76762a... clutter/stage-cogl: Use default frame rate instead of hardc (*)
  35aa278... clutter/stage-cogl: Stop `schedule_update` repeatedly retur (*)
  67a3715... clutter/stage-cogl: Reduce while loop iterations (*)
  e415cc5... clutter/master-clock: Remove fallback throttles (*)
  1dbf25a... clutter/stage-cogl: Protect against extremely high refresh  (*)
  9b53583... cogl/trace: Fix typo (*)
  5eac1d6... wayland/surface: Clear texture when attaching NULL (*)
  36b3616... wayland/cursor-surface: Update sprite when attaching NULL (*)
  e48c7c0... clutter/stage: Make view fetch helper take floats (*)
  4abca41... clutter/stage: Expose stage view getter helper as API (*)
  178b975... cursor-renderer: Align OpenGL cursor rect to physical pixel (*)
  c237bc5... clutter-effect: Rename get_paint_volume (*)
  9db9793... clutter: Clarify clutter_stage_get_actor_at_pos docs (*)
  c24d8e8... clutter/x11: Fix build without libwacom (*)
  d3e789e... Updated Spanish translation (*)
  8a06cfd... enum-types: Use @basename@ in header comment (*)
  4064d9a... clutter: Remove ability to be user resizable (*)
  a61d525... clutter: Remove stage fullscreening (*)
  3073acc... clutter/stage: Remove offscreen property (*)
  9213574... renderer/native: add missing eglTerminate in EGLDevice erro (*)
  425611e... window/wayland: Use constrained size when unmaximizing whil (*)
  db0f85b... window: Add tile mode getter (*)
  59bf1f4... window/wayland: Don't always use constrained size when unfu (*)
  689c7f4... clutter: Remove unused ClutterWaylandSurface (*)
  2ff6bee... cogl: Remove cogl_wayland_texture_2d_* functions (*)
  6dba562... Update Dutch translation (*)
  1efb32d... renderer/native: Use g_set_error() instead of _cogl_set_err (*)
  56ddaaa... renderer/native: Make sure we're not destroying an active E (*)
  d9fb11b... renderer/native: Fix EGLSurface destruction order (*)
  f202091... Updated Spanish translation (*)
  446e82e... test-utils: Fix compiler warning (*)
  b836e66... wayland: Don't export non-public API not used by tests (*)
  376725e... clutter/stage-view: Move unexported functions to private he (*)
  9c1afbb... clutter/stage-view: Annotate some functions (*)
  769a01f... clutter: Make ClutterStageView a public class (*)
  cc2c670... clutter/stage: Own clutter_stage_get_view_at() (*)
  0cd54c5... clutter/stage: Emit after-paint after painting (*)
  4a19628... clutter/stage: Add ClutterStage:paint-view (*)
  088117a... clutter/tests: Connect to ClutterStage:paint-view (*)
  9b5d9f3... stage: Introduce MetaStageWatch and family (*)
  2464f00... screen-cast-monitor-stream-src: Watch monitors using MetaSt (*)
  be72b22... cogl: Remove cogl_util_memmem() macro (*)
  79e2285... cogl: Remove cogl_util_ffs macro (*)
  a2a114e... cogl: Remove unused _COGL_TYPEDEF_ASSERT() macro (*)
  576330e... cogl: Drop _COGL_RETURN_IF_FAIL macro (*)
  769a02b... cogl: Drop _COGL_RETURN_VAL_IF_FAIL macro (*)
  a8984a8... xwayland: Generate a Xauth file and pass this to Xwayland w (*)
  7fcdd60... renderer-native: Fix compiler warning (*)
  c63d017... xwayland: Fix build without <sys/random.h> (*)
  36155f7... clutter/evdev: Do not reset timers on togglekeys (*)
  02fc0b4... clutter/evdev: Implement togglekeys notification (*)
  11e2005... backends/native: Remove instance private (*)
  73e8127... backends/native: Add udev abstraction layer (*)
  44905d9... backends/native: Move some initialization from init() to in (*)
  7b7d881... udev: Add helpers to list DRM devices (*)
  171e5fc... udev: Add 'hotplug' event (*)
  e7fd068... monitor-manager/kms: Use 'hotplug' event from MetaUdev (*)
  5c500ad... backend: Move GPU ownership from the monitor manager to the (*)
  f3fd7cf... gpu/kms: Remove max buffer size getter (*)
  fef5753... backends/native: Add basic KMS abstraction building blocks (*)
  15a2ccd... kms: Add CRTC representation (*)
  4d3e804... kms: Add plane representation (*)
  065bf75... output/kms: Make drmModeEncoderPtr array local (*)
  5d5d296... gpu/kms: Fix connector id type in helper (*)
  f59d62b... kms: Add connector representation (*)
  1f62a8d... crtc/kms: Don't redefine META_MONITOR_N_TRANSFORMS (*)
  596376c... crtc/kms: Outsource CRTC state fetching to MetaKmsCrtc (*)
  f2d9a11... output/kms: Outsource connector state fetching to MetaKmsCo (*)
  aba6893... gpu/kms: Init global mode list from MetaKmsConnectors (*)
  d84c726... crtc/kms: Use MetaKmsPlane to check supported rotations and (*)
  691d58e... gpu/kms: Remove unused typedef (*)
  2bbd2e5... kms: Add API to post callbacks out of the impl context (*)
  ca21ca6... kms: Add API to add a GSource that'll be invoked in the imp (*)
  2238c9f... kms: Add API to register impl file descriptors (*)
  8932388... backend/native: Move some KMS utilities to its own file (*)
  bea7600... logical-monitor: Pass output when iterating over CRTCs (*)
  75dff3e... backend/native: Add and use transactional KMS API (*)
  6aa1026... kms: Add high level code documentation (*)
  22a91f2... backends/native: Add some KMS debug logging (*)
  57dfe46... kms-update: Seal updates when posting them (*)
  70bacb9... cogl: Remove CoglError wrapper (*)
  0bf0366... Update Croatian translation (*)
  740a620... wayland/pointer-constraints: Fix build when native backend  (*)
  181c7ca... wayland: Use right sign for workspace ID (*)
  c35e561... xwayland: Use g_get_host_name instead of gethostname (*)
  0185909... window-x11: Fix _XOPEN_SOURCE usage for gethostname on Free (*)
  6055f04... display: Remove _XOPEN_SOURCE definition (*)
  eccc791... workspace: Focus only ancestors that are focusable (*)
  e1f839f... tests: Add 'accept_focus' command to runner and client (*)
  f2d2d47... tests: Add 'can_take_focus' command to runner and client (*)
  2fc7760... tests, stacking: Add tests with no-input and no-take-focus  (*)
  51f9e04... test-runner: Add 'assert_focused' command (*)
  fcb408a... tests: Verify focused window in closed-transient tests (*)
  d08763c... test-runner: Add 'sleep' command (*)
  6022b23... test-runner: Add 'dispatch' command (*)
  f71151a... window-x11: Focus the default window with delay while waiti (*)
  e14613e... window: Warn if try to focus unmanaging windows (*)
  c655166... kms-impl/simple: Removing extra semi colon (*)
  68f18f1... monitor-manager/kms: Use KMS abstraction to get and set CRT (*)
  bd7704f... meta: Make MetaBackgroundGroup derivable (*)
  980d9b1... monitor-manager/dummy: Make modes env var override the defa (*)
  2073188... monitor-manager/dummy: Fix name of mode debug env var (*)
  bd0743a... ci: Install sysprof dependency from copr (*)
  832fc79... backends: Add missing code to restore NumLock state on X11 (*)
  2b519cb... backends: Move numlock persistence handling here (*)
  feb9d12... window-x11: Fix typo (*)
  6fc4cd3... build: Bump gsettings-desktop-schemas requirement (*)
  1767672... Bump version to 3.33.3 (*)
  5e46940... ci: Drop old gsettings-desktop-schemas package versions (*)
  fefac75... ci/Dockerfile: Add commands for regenerating (*)
  54fe0d3... ci/Dockerfile: Add mesa crash fix (*)
  d7d75dd... cogl-trace: Include cogl-trace.h even when not tracing (*)
  f2fb394... wayland/surface: Post error on invalid scale (*)
  85f4772... backend/native: Fix compiler warning w/out EGL device (*)
  7229a07... window-actor: Remove left-over parent field (*)
  ca88826... remote-desktop-session: Remove unnecessary include (*)
  06a7c22... ci: Test building without native backend support (*)
  8c339da... renderer/native: Remove left-over function declarations (*)
  0756fd4... renderer/native: Queue mode reset from new rebuild_views vf (*)
  70de90e... renderer/native: Discard page flip retries when rebuilding  (*)
  c3c6668... monitor-manager: Add `get_vendor_name` API (*)
  6541d49... monitor: Add display name (*)
  bca08c2... monitor-manager: Use `meta_monitor_get_display_name()` API (*)
  b138006... wayland/xdg-output: Add xdg-output v2 support (*)
  dc5925b... kms-plane: Restore adding format fallbacks (*)
  1206879... kms-plane: Include <drm_fourcc.h> (*)
  22978b9... Update POTFILES.in (*)
  f1837b7... compositor: Replace tabs with spaces (*)
  7645c51... compositor: Only disconnect/connect top-window signals if i (*)
  b850f5a... compositor: Use direct access to disconnect top window acto (*)
  4061c83... window-actor: Use vfunc to set the surface actor (*)
  7776941... window-actor: Set actor as compositor private in window bef (*)
  d7d97f2... surface-actor-x11: Assign X11 Display only if we have resou (*)
  de97b54... surface-actor-x11: Bind the surface actor resources to wind (*)
  da7372a... window-actor/x11: Fix include macros (*)
  4624874... window-actor/wayland: Don't set set_surface_actor vfunc (*)
  a8f8bc5... window-actor: Always chain up to parent's dispose vfunc (*)
  f2f4af0... window-actor: Make it clearer that the surface actor doesn' (*)
  1c25b75... kms-impl-device: Fail if we can't enable universal planes (*)
  5cb6286... kms-impl-device: Fail up front if we can't retrieve DRM res (*)
  73f83f1... Update Friulian translation (*)
  5bd85ef... clutter/main: Remove shader stack (*)
  ad220fc... clutter/main: Remote global motion event handling (*)
  6b853ff... clutter/main: Remove clutter_clear_glyph_cache (*)
  7419ab7... clutter/main: Remove ClutterFontFlags and family (*)
  b86a67c... clutter/main: Remove clutter_redraw (*)
  25376b3... clutter/main: Remove clutter_get_show_fps (*)
  7d96741... clutter/main: Remove various deprecated thread functions (*)
  65c5260... clutter/main: Remove deprecated input device functions (*)
  5ed9abd... clutter/main: Remove the rest of deprecated functions (*)
  b0b1ff3... clutter/main: Simplify thead lock handling (*)
  01e20a6... compositor: Don't emit size-changed when only position chan (*)
  5a4bc15... workspace-manager: Expose layout properties (*)
  040de39... window: Don't use button grab modifiers with inhibit shortc (*)
  84616be... window: Allow grab if the display focus is unset (*)
  1f133b3... compositor: Add MetaDnD private function to initialize XDND (*)
  4a184d7... monitor-manager: Don't notify unchanged power save mode (*)
  c17af6c... Add fallback for semi-private symbols in Pango (*)
  9bcb50f... Update Indonesian translation (*)
  8038eaa... workspace-manager: Add API to reorder workspaces (*)
  ecf7e53... metatest: Dispatch the destruction instead of sleeping afte (*)
  9aee47d... window-x11: Don't double-check for unmanaging windows (*)
  c327b2d... window-x11: Accept any focusable window as fallback focus (*)
  2439255... stack: Add a function to get a sorted list of focus candida (*)
  bd0f1bd... test-client: Add x11 events GSource handler (*)
  b80250e... tests: Add "accept_take_focus" command (*)
  6d8293a... window-x11: Use any focusable window as fallback delayed fo (*)
  62f4e05... stack: Style and introspection doc fixes (*)
  dd8c8e8... core: Emit ::accelerator-activated with a ClutterInputDevic (*)
  0eab73d... clutter: Defer actor allocations till shown (*)
  78560b8... core: Use source device on ::accelerator-activated (*)
  c08a24b... cogl: Remove unused OFFSCREEN_BLIT feature flag (*)
  fc0ce11... cogl: Fix doc for _cogl_blit_framebuffer (*)
  3e68c9e... cogl: Replace ANGLE with GLES3 and NV framebuffer_blit (*)
  6df34eb... cogl: Relax formats on glBlitFramebuffer (*)
  45289b3... cogl: Allow glBlitFramebuffer between onscreen/offscreen (*)
  55c084e... cogl: Rename feature OFFSCREEN_BLIT to BLIT_FRAMEBUFFER (*)
  6061abb... cogl: Expose cogl_blit_framebuffer (*)
  9cd3b07... egl: Introduce meta_egl_create_dmabuf_image (*)
  1d14448... wayland/dma-buf: Fix offset, stride types (*)
  a3c425a... wayland/dma-buf: Use meta_egl_create_dmabuf_image (*)
  2c893be... renderer/native: Add meta_dumb_buffer_ensure_dmabuf_fd (*)
  3794df6... renderer/native: Use primary GPU to copy (*)
  720f363... renderer/native: Add tracing for 2nd GPU copies (*)
  a95644d... renderer/native: Debug for primary copy mode (*)
  faa7b2d... cursor-tracker: Add API to get whether the pointer is visib (*)
  a2a8f0c... wayland/pointer: Set focus to NULL when the cursor is hidde (*)
  4bc7425... wayland/pointer: Remove duplicate include (*)
  0e3c062... dnd: Use composite_overlay_window directly (*)
  7c8baf8... compositor: Drop meta_get_overlay_window() (*)
  57772e5... workspace-manager: Fix a documentation warning (*)
  73bc3c4... window-actor: Add API to get a MetaWindowActor from a Clutt (*)
  62f576e... events: Use new API to get MetaWindow from ClutterActor (*)
  a526536... background: Reload when GPU memory is invalidated (*)
  5ca0ef0... window-x11: Focus a window in the active workspace as take- (*)
  4fdefb5... cleanup: Don't use g_memmove() (*)
  4259cfd... cleanup: Don't use G_TYPE_INSTANCE_GET_PRIVATE() (*)
  9189b7b... clutter: Stop using GParameter (*)
  456698c... keybindings: Remove unneeded forward declaration (*)
  b2ae03c... keybindings: Fix indentation (*)
  1c3d8de... keybindings: Add "no-auto-grab" type (*)
  7738316... keybindings: Mark the "overlay" key as "no-auto-grab" (*)
  9c8ff5d... keybindings: Mark "locate-pointer" key as "no-auto-grab" (*)
  ac5d9ec... keybindings: Do not grab the locate-pointer key if unnecess (*)
  e6c8939... cogl/texture: Make is_get_data_supported() a bool on the te (*)
  7868ab7... cogl/texture: Add EGLImage texture import flags (*)
  61e51cd... dma-buf: Mark DMA-BUF textures as paint-only (*)
  6836317... Bump version to 3.33.4 (*)
  aef393e... Update Basque translation (*)
  92f2100... Update Brazilian Portuguese translation (*)
  e9cc220... x11: Remove benign warning for older X clients (*)
  c755fb6... clutter-tests: Fix macro definitions (*)
  87c734c... cleanup: Really stop using G_TYPE_INSTANCE_GET_PRIVATE() (*)
  59fb26c... cogl/tests: Only install run-tests.sh when building install (*)
  08a3cbf... clutter: Force an allocation on clone source if necessary (*)
  9286818... build: Bump API version automatically each development cycl (*)
  aee8bfc... core: Only notify on MetaWindow::user-time on actual change (*)
  09bab98... core: Avoid consecutive workspace changes in window constru (*)
  35007eb... Update Friulian translation (*)
  ddbdb5f... clutter: Use g_object_notify_by_pspec() (*)
  2812338... shadow-factory: Optimize shadows entirely if clip region is (*)
  0f6ab78... window-actor: Check frame bounds region before use (*)
  cc59681... window-actor: Fix check to clip beneath the window (*)
  ac7aa11... window-actor: Cull out areas covered by opaque windows (*)
  90a5582... background-actor: Clip obscured background areas (*)
  f501fdc... window-actor: Remove negation in function name (*)
  aae9f3a... window-actor: Fix rectangle coordinates in culling (*)
  efe6c13... cursor-tracker: Use our own marshal for cursor-moved (*)
  4de892b... cursor-tracker: Don't use g_cclosure_marshal_VOID__VOID (*)
  5b98cc7... cursor-tracker: Document cursor-moved signal (*)
  b95d7e8... iconcache: Support 16bit icons (*)
  56a5c5e... cleanup: Stop using g_get_current_time () (*)
  82b222f... Update Romanian translation (*)
  cda9579... core: propagate the effective on-all-workspaces setting to  (*)
  79b5ece... core: Ensure passive key grabs are only set up on X11 (*)
  9109fa0... x11: Add meta_x11_get_display_name() function (*)
  ca51cd8... core: Prepare MetaStackTracker for X11 display being closed (*)
  d3d1ff1... x11: Do not queue stack operation for guard window (*)
  500a692... core: Manage only X11 windows when (re)starting (*)
  8b62f48... wayland: Rename xwayland init/shutdown functions (*)
  9a10b8f... wayland: Disconnect signal when the display closes (*)
  319f7f5... compositor: Add explicit API call to redirect X11 windows (*)
  f5a2694... wayland: Add tracking of X11 windows (*)
  e894929... wayland: Refactor code setting up the display socket (*)
  7ef32f7... wayland: Add setting/api to check the policy to set up the  (*)
  123b401... x11: Shuffle x11-stack destruction in MetaX11Display dispos (*)
  879f5f0... x11: Add "closing" flag to MetaX11Display (*)
  0c5866a... core: Avoid queueing a stack operation on the frame when th (*)
  141373f... wayland: Implement on-demand start of Xwayland (*)
  7ab07b0... clutter-actor: Expose layout manager properties to transiti (*)
  80c8a28... wayland: Check the xwayland shutdown policy before listenin (*)
  08c6b80... core: Exit early on keybindings if this is a wayland compos (*)
  1b9672b... Bump version to 3.33.90 (*)
  358911a... Update Basque translation (*)
  f780706... Update Indonesian translation (*)
  18838bc... monitor: Fix style issue (*)
  989a281... monitor: Check mode resolution area when determining advert (*)
  0521706... monitor: Always advertise modes similar to the preferred mo (*)
  782056a... wayland/data-device: Use correct selection type to get mime (*)
  d526283... compositor: Make it a GObject (*)
  93c7d57... display: Destroy compositor using g_clear_pointer (*)
  d20f6c7... compositor: Use g_clear_signal_handler to disconnect signal (*)
  e9e28ba... wayland: Create XAuthority file once (*)
  3259c7e... wayland: Start up the grace Xwayland period right after sta (*)
  a0bdf44... core: Do not crash on untimely stack queries for X11 window (*)
  ee3e195... ci/Dockerfile: Upgrade after adding copr repos (*)
  07de258... ci/Dockerfile: Pass --no-cache in build example (*)
  17c2178... udev: Fix wrong closure function usage for the "device-adde (*)
  6792903... udev: Add device-removed signal (*)
  76445bc... kms: Remove unused fields from MetaKmsCrtcState struct (*)
  73db35c... kms: Fix meta_kms_crtc_read_state gamma table memory leak (*)
  578ff22... kms: drmModeGetCrtc may fail (*)
  3ccb7cf... kms: drmModeGetConnector may fail (*)
  0eb355e... kms: Fix drm_connector mem-leak in meta_kms_connector_updat (*)
  f3660dc... kms: Deal with GPUs being unplugged (*)
  7e8a864... cogl: Remove unused cogl-gles2 API (*)
  b7ef879... cogl: Remove unused cogl_{begin,end}_gl API (*)
  4d81909... cursor-renderer/native: Fix compilation warning (*)
  f57ce72... clutter/stage-cogl: Remove pending_swaps counter (*)
  a3baf14... Update Romanian translation (*)
  15c9458... Updated Lithuanian translation (*)
  ad62a65... window: Move UI frame event handler to a separate function (*)
  f37a172... events: No UI frame button press events for Wayland (*)
  55cd110... compositor: Use meta_window_actor_from_window() throughout (*)
  12ea2fc... compositor: Make type derivable (*)
  9af90bf... compositor: Fix indentation mistake (*)
  984aad4... compositor: Move out X11 compositing code into sub type (*)
  8ee00ce... compositor/x11: Move stage input region setting to MetaX11D (*)
  0db38c4... compositor: Let MetaDisplay choose the correct compositor t (*)
  c4a9117... clutter: Remove marshallers that are available in GLib (*)
  9d65eab... clutter: Use va_marshaller for Actor signals (*)
  5fa8b24... xwayland: pass the X11 display (*)
  bc166aa... xwayland: Use given X11 display for DnD setup (*)
  eac227a... xwayland: Add local user to xhost (*)
  75349f8... Updated Spanish translation (*)
  32dcf77... clutter/text: Switch to input device grabs (*)
  959eb98... clutter/main: Remove global/context grabs (*)
  0947bc3... clutter/main: Move grabbing functions to clutter-input-devi (*)
  bc08ad2... clutter/device-manager-evdev: Update device modifiers befor (*)
  5c617ac... clutter/stage: Only queue compressible events (*)
  220e4ca... ci: Add gnome-autoar to Dockerfile (*)
  13deb22... wayland/xdg-output: Add xdg-output v3 support (*)
  bdc7cc8... Bump version to 3.33.91 (*)
  9d4e4e2... ci: Don't build gnome-shell's man pages (*)
  c0130ca... Update Polish translation (*)
  a509075... Update Serbian translation (*)
  e33d6b2... clutter/paint-node: Expose clutter_paint_node_get_framebuff (*)
  75cffd0... shaped-texture: Implement ClutterContent (*)
  d3f30d9... wayland/actor-surface: Set geometry scale in surface actor (*)
  425e650... shaped-texture: Draw pipeline relative to alloc (*)
  4c1fde9... shaped-texture: Move MetaCullable helpers to MetaSurfaceAct (*)
  6b35a49... shaped-texture: Move private function to private header (*)
  2d7adb9... wayland/tablet-tool: Use meta_wayland_surface_get_relative_ (*)
  c747be8... wayland: Don't scale input and opaque regions (*)
  fb9e876... window-actor: Handle geometry scale (*)
  29ea530... keybindings: Restore inhibit shortcut for overlay key (*)
  8e13292... keybindings: Code cleanup (*)
  a32559e... clutter: Remove "has_xinput" x11 API (*)
  f304fa4... Drop xinput2 version checks (*)
  829d9c8... clutter: Move scattered x11 keymap code into ClutterKeymapX (*)
  54101b1... clutter: Use G_DECLARE_DERIVABLE_TYPE for ClutterDeviceMana (*)
  e56df45... clutter: Drop ClutterEventTranslator interface (*)
  f54bf02... clutter: Remove ClutterEventExtender interface (*)
  2ca3513... clutter/cally: Remove needless per-backend code in cally (*)
  d6aaef9... clutter: Drop _() define (*)
  ef93bb6... clutter: Remove event retrieval toggle (*)
  5e343e2... clutter: Remove support for foreign stages (*)
  fa4580d... clutter: Temporarily comment out clutter tests (*)
  ad72fa4... clutter: Move X11 input to src/backends/x11 (*)
  96d5bde... backends: Don't use glib types in new X11 backend objects (*)
  c710a56... backends: Move nested stage to src/backends/x11/nested (*)
  cb31e3e... clutter: Drop unused function to translate to screen coordi (*)
  ea54ce7... clutter: Drop functions to get XVisualInfo (*)
  8b03d9e... clutter: Move evdev input to src/backends/native (*)
  c0a7172... backends: Don't use glib types in new native backend object (*)
  cfb8f18... clutter: Move tests to src/tests (*)
  cc7e843... tests: Move clutter-test-utils.[ch] to src/tests (*)
  47c1558... clutter/input-pointer-a11y: Remove unneeded character (*)
  9b3b5ba... clutter/input-pointer-a11y: Fix dwell timeout start after m (*)
  14e0263... clutter/input-pointer-a11y: Trigger dwell detection in a ti (*)
  b8dcd5f... clutter/main: Ignore synthetic events for accessibility (*)
  634c31d... backends: Don’t translate GLib properties (*)
  1b58341... Update Latvian translation (*)
  56e8aab... Updated Slovenian translation (*)
  ea90b80... Update Hungarian translation (*)
  2b64861... Update Galician translation (*)
  acbefa5... wayland: pointer-confinement: Listen to "geometry-changed"  (*)
  7275cf6... wayland/feedback-actor: Use float for position and anchor (*)
  5cfea4f... wayland/dnd-surface: Apply surface offset (*)
  4c59eb0... Update Catalan translation (*)
  9b7d918... surface-actor: Unref shaped texture on dispose (*)
  433e1b3... core: Move Stack to StackTracker synchronization back to st (*)
  78232fa... core: Check X11 display availability before use in MetaStac (*)
  a51437e... clutter/input-pointer-a11y: Include success boolean in stop (*)
  77229f9... wayland: Implement subsurface.place_below() for parents (*)
  a3c97ee... surface-actor-wayland: Handle stex being disposed (*)
  ccefa87... build: Add postinstall script (*)
  7e69d14... main: Add test initialization function (*)
  6968f17... Revert "main: Add test initialization function" (*)
  ad13821... window-actor: Add 'damaged' signal (*)
  65fde26... screen-cast/window: Use window actor damaged signal instead (*)
  96e831d... window-actor: Add API to get a cairo surface of the window (*)
  cd0990c... window-actor: Use new get_image() API to screen casting win (*)
  1a5cba5... Revert "iconcache: Support 16bit icons" (*)
  556e769... iconcache: Avoid xrender picture formats when creating cair (*)
  dc9c541... main: Add test initialization function (*)
  97140ab... Revert "clutter/stage-cogl: Remove pending_swaps counter" (*)
  907a1f5... Update Swedish translation (*)
  dabf72f... Updated Vietnamese translation (*)
  4ab483d... Update German translation (*)
  ab11079... backends/native: Add various cogl traces (*)
  a14fd1b... compositor: Trace pre/post paint functions (*)
  d4eb222... later: Add tracing (*)
  6ed5d2e... cogl: Remove GLX "threaded swap wait" used on Nvidia (*)
  36a14e6... build: Raise libXi minimum dependency for required deadlock (*)
  8f242f8... core: Fix multiple reparent requests handling (*)
  fdda8ad... x11: Add window test before accessing reparents_pending fie (*)
  a70823d... clutter/point: Add ClutterPoint quarilateral testing API (*)
  14c706e... clutter: Introduce geometric picking (*)
  82c9217... wayland/data-device: Do not unset focus on drag start (*)
  de98fb2... wayland/data-device: Restore keyboard focus on drag end (*)
  2f072af... clutter/input-pointer-a11y: Restore pointer a11y on resume (*)
  908203c... core: Trace various window management actions (*)
  a957c2f... wayland: Trace wl_surface.commit (*)
  3c0067d... x11: Trace XEvent processing (*)
  cd273e8... Update Friulian translation (*)
  682d43b... Update Croatian translation (*)
  bcfac0d... Updated Czech translation (*)
  18c85c9... backends: Compare gpu/crtc/output configurations before app

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