[mutter] (2343 commits) Non-fast-forward update to branch wip/nielsdg/junit-report



The branch 'wip/nielsdg/junit-report' 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:

  620a9f5... ci: Generate a cover report for the test suite

Commits added to the branch:

  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 (*)
  fdbac25... Bump version to 3.33.92 (*)
  f423736... Update Brazilian Portuguese translation (*)
  854feaf... Update Korean translation (*)
  be4131b... wayland/xdg-output: Fix xdg-output v3 support (*)
  2f27b8d... window-actor: Handle changing surface actor on window repar (*)
  35776c5... kms: Add assert to check that the main thread is blocked on (*)
  4cf8283... kms/impl-device: Add and remove connectors on hot plug (*)
  5111e33... monitor-manager/kms: Get hotplug events from MetaKms (*)
  9065edf... Update German translation (Launchpad bug 1786977) (*)
  8a73324... Update French translation (*)
  9981147... Update Italian translation (*)
  1271ce1... Update Turkish translation (*)
  dd6227e... Update Turkish translation (*)
  a72f3fd... Update Japanese translation (*)
  280167f... Update Japanese translation (*)
  8cdcf52... Bump version to 3.34.0 (*)
  e16b75a... Update Italian translation (*)
  ef2e04a... plugins/default: Get default keymap from localed (*)
  850ef51... core: Split x11-display initialization in 2 signals (*)
  7a22f6f... Fix a few tracing typos (*)
  f92e0be... clutter/actor: Fix a wrong comment (*)
  ab7af2d... clutter/actor: Remove unused private function (*)
  ecec9a7... cogl/egl: Just notify about failure to create high priority (*)
  31df06d... x11: Use the currently focused X window for _NET_ACTIVE_WIN (*)
  6922f0e... x11: Minor refactor of input focus handling code (*)
  d13cea6... kms-device: Handle impl device creation failure (*)
  4d0869e... kms-device: Free path when finalizing (*)
  321ab3b... idle-monitor: Make helper function static (*)
  26b08d8... idle-monitor: Remove redundant type cast (*)
  0e69fe0... idle-monitor: Reset timeout before firing watch (*)
  7811865... clutter/paint-node: Convert safely from pointer to integer (*)
  0b19078... clutter/stage-cogl: Use portable formatting for 64-bit inte (*)
  594cc7c... input-settings: Use portable formatting for 64-bit integers (*)
  0863bd2... output-kms: Use portable formatting for 64-bit integers (*)
  7a0340c... kms-impl-device: Use portable formatting for 64-bit integer (*)
  d7d2612... build: Compile with `-ffloat-store` on x86 (32 bit) (*)
  b69d2aa... stage: Compute view perspective when parameters changed (*)
  031003a... wayland/dma-buf: Handle zero modifiers from eglQueryDmaBufM (*)
  63a0b70... clutter/timeline: Use a function to cancel the delay timeou (*)
  1e637bd... clutter/timeline: Don't emit ::paused signal on delayed tim (*)
  c9c53cb... clutter/actor: Cancel delayed timelines on removal (*)
  82901f8... shaped-texture: Mark set the clip and return value nullable (*)
  b8a49a6... window/surface-actor: Add docstrings (*)
  1d2913d... shaped-texture: Declare that we inherit from GObject (*)
  cd70595... shaped-texture: Use surface coordinates in get_image() (*)
  b5775e3... window-actor: Use surface coordinates for the fast path in  (*)
  0706e02... keybindings: Check for a handler before using it (*)
  76f2579... keybinding: Check for handler functions as well (*)
  4bf0bd3... Update Dutch translation (*)
  f352c3d... display: Handle late unredirect (un)inhibit calls (*)
  acfd03d... Updated Slovenian translation (*)
  8fd55fe... x11: Update focus on the X11 display before the MetaDisplay (*)
  dbe9dae... main: Make process PR_SET_DUMPABLE (*)
  bba8f6c... wayland/actor-surface: Turn get_geometry_scale() into a vfu (*)
  25c1a85... wayland/dnd-surface: Scale DnD-surface-actor content if nec (*)
  05e1a6c... clutter/stage-view: Use cogl_blit_framebuffer() for shadow  (*)
  437f6b3... renderer-native: Actually use shadow fb when using software (*)
  0f51ae7... cogl: Remove unused CoglTextureDriver::prep_gl_for_pixels_u (*)
  7049b2f... Revert "renderer-native: Actually use shadow fb when using  (*)
  fc8aa1c... Updated Danish translation (*)
  4b88c18... events: Sync pending pointer events without a window (*)
  f376a31... clutter/actor: Don't emit the parent-set signal on destruct (*)
  105a3f7... clutter/actor: Don't emit property changes after ::destroy (*)
  0a3f25c... clutter/stage-view: Ignore clipping rectangle for offscreen (*)
  0cdf13a... cogl: Flush journal before blitting (*)
  006eb6d... build: Fix build when wayland is disabled (*)
  26b76ee... clutter/base-types: Clarify docs for point_inside_quadrilat (*)
  c937dd5... xprops: Use meta_XFree instead of XFree in validate_or_free (*)
  2c15535... xprops: Free atom_list_from_results() return value with g_f (*)
  5eaf655... xprops: Free meta_prop_get_cardinal_list() return value wit (*)
  5e6d98e... xprops: Use g_new0 instead of calloc in meta_prop_get_motif (*)
  e233061... xprops: Free latin1/utf8_string_from_results() return value (*)
  488991b... xprops: Free counter_list_from_results() return value with  (*)
  89cd9d3... xprops: Use g_free instead of XFree in text_property_from_r (*)
  eb8a1f4... xprops: Use g_new0 instead of calloc in wm_hints_from_resul (*)
  e153524... xprops: Use g_strdup in class_hint_from_results() (*)
  8e510a0... xprops: Use g_new0 instead of malloc in size_hints_from_res (*)
  fa46152... window-x11: Refactor meta_prop_get_latin1_string() calls (*)
  8d6d2d0... Updated Danish translation (*)
  092b3ed... wayland/actor-surface: Add actor clear helper (*)
  cbb4f6c... wayland/actor-surface: Handle surface actor destruction (*)
  ca318c1... wayland/actor-surface: Pass actor surface to actor destroy  (*)
  7b97c7b... wayland/tablet-tool: Fix stylus input with HiDPI scaling (*)
  66ae09b... wayland/subsurface: Check if actor exists before unparentin (*)
  3e41568... kms/update: Add helper to get primary plane assignment (*)
  2a990cc... kms/update: Add helper to turn fixed point rect into int re (*)
  104bdde... kms: Predict state changes when processing update (*)
  9f617ae... wayland: Warn if a surface is being set while the pointer i (*)
  7735a91... wayland: Check pointer visibility on post-grab focus change (*)
  107e521... wayland: Unset pointer constraint in the backend before dro (*)
  6ee006c... clutter/actor: Mark implicit transitions as remove-on-compl (*)
  fb6e274... plugins/default: Hold reference on timelines while stopping (*)
  2c388e2... clutter/transition: Don't split reference counting with act (*)
  b5f5002... wayland: Untie MetaWindowXwayland lifetime from the wl_surf (*)
  ce86f90... Revert "backends/x11: Do not reload keymap on new keyboard  (*)
  fc3831c... backends: Fix thinko (*)
  d9597d2... wayland: Ensure to forward numlock state to clients (*)
  65cc8c1... Update Catalan translation (*)
  658c741... Bump version to 3.34.1 (*)
  81ee888... backends: Update inhibited state for the monitor and respec (*)
  73eaf51... cogl-pango/meson.build: Remove extraneous quoting (*)
  4c15d32... wayland/surface: Some minor coding style clean up (*)
  d49d10b... wayland/actor-surface: Queue redraw for frame callback (*)
  59a697f... x11: Translate well known selection atoms to mimetypes (*)
  9234fcb... event-x11: Use CLUTTER prefix for X11 filter docs (*)
  446bd04... clutter-backend-x11: Don't push keymap events to clutter (*)
  1cc249f... kms: Always predict state after processing update (*)
  1b47097... kms/crtc: Read gamma state when prediction failed (*)
  69a0c1d... main: Warn instead of error in meta_test_init() (*)
  2a56de8... ci: Change the without-native-backend to not build with Way (*)
  943b069... clutter/shader-effect: Initialize shader-type properly (*)
  dfd44ff... wayland: Plug MetaSelectionSourceWayland leaks (*)
  f2e2fcf... wayland: Drop field from MetaWaylandDataSourcePrimary (*)
  dd2b127... wayland: Chain up to the right finalize on MetaWaylandDataS (*)
  e53db92... wayland: Emit wl/primary offer after changing selection (*)
  227d272... wayland: Check resource before emitting cancelled event (*)
  ea4665b... wayland: Simplify MetaSelectionSourceWayland (*)
  84cc89e... wayland: Set dummy selection source on .set_selection(null) (*)
  e1751ad... wayland: Figure out better the right selection source for a (*)
  5c1be22... x11: Map mimetypes back to selection atoms (*)
  34ff206... Bump version to 3.35.1 (*)
  3a68898... dbus-session-watcher: Chain up to parent finalize() (*)
  5e7fa20... wayland-egl-stream: Add log message on sucessful dlopen (*)
  a8155a0... meta: Add META namespace to macros (*)
  317ce05... window-actor: Add a missing NULL-check (*)
  23f77a1... cogl: Remove cogl_handle_ref/unref (*)
  0d0286d... cogl: Remove COGL_INVALID_HANDLE (*)
  877ecc1... core/core: Remove unused function (*)
  c474ad6... Stop including core.h where it's not used (*)
  7c2e926... core/core: Remove meta_retheme_all() helper (*)
  da213fe... core/core: Rename and move to x11/meta-x11-window-control (*)
  e17d70a... x11/window-controls: Pass around MetaX11Display directly (*)
  2773e8a... clutter/actor: Remove deprecated internal child support (*)
  d4ff5e2... clutter/actor: Remove deprecated clutter container foreach (*)
  22c8f17... cogl/test-readpixel: Remove unused variables (*)
  c2d03bf... clutter/actor: Save key-focus state and unset it before des (*)
  97010ac... meta: Move private defines to a private header (*)
  553211d... clutter/stage: Actually set key focus to an actor on key fo (*)
  8e204e0... cogl: Add a notion of pixel format planes (*)
  bdceb3a... Update POTFILES.in (*)
  65d8f27... doap: Update list of maintainers (*)
  dcd0f43... shaped-texture: Add API to check opaqueness (*)
  f059466... window-actor/x11: Use g_clear_signal_handler() (*)
  9ac52f0... compositor/x11: Move unredirect logic to helper (*)
  f7315c9... window-actor: Move shapes, shadows and unredirection to X11 (*)
  b1a1d4e... Remove fog support (*)
  4f2b217... clutter/actor: Drop ClutterActor:clip property (*)
  3ecae81... clutter/tests: Rename variable (*)
  cada2b5... Add Graphene dependency (*)
  7c7ccb2... clutter: Pull in Clutter dependencies (*)
  959a418... Replace CoglEuler by graphene_euler_t (*)
  1687534... Remove CoglQuaternion (*)
  ba0f17f... Replace CoglVector* by graphene_vec*_t (*)
  a5d0cfe... Replace ClutterVertex by graphene_point3d_t (*)
  cd293f7... Replace ClutterSize by graphene_size_t (*)
  160cc91... Replace ClutterPoint by graphene_point_t (*)
  94682e6... Replace ClutterRect by graphene_rect_t (*)
  bdf5e3f... Replace ClutterGeometry by graphene_rect_t (*)
  8cfa8dc... cogl/matrix-stack: Use graphene types on entries (*)
  8c89ea5... clutter/stage: Do picking with float coordinates (*)
  e82a657... clutter/actor: Remove color from the pick virtual function (*)
  5d646a5... cogl/framebuffer: Check buffer bits before modifying it (*)
  d57dbe1... framebuffer: Fix clip tracking in the unclipped case (*)
  0556138... cogl/journal: Track viewport (*)
  c5b7d73... cogl/journal: Track dither (*)
  6207283... cogl: Remove midscene tracking (*)
  8665084... monitor-manager: check for underscan setting validity upfro (*)
  e1fa073... x11: Detach selection streams on dispose (*)
  45a8806... x11: Iterate over selections in a safer manner for event ha (*)
  9889239... wayland/surface: Reset buffer_destroy_handler_id (*)
  179d5ba... clutter: Split pick and paint (*)
  ff8ed70... clutter/stage: Refactor view setup code (*)
  86a5358... clutter/stage: Pick with clutter_actor_pick() (*)
  db8fcc0... clutter/actor: Remove pick code from paint (*)
  05da4a6... clutter/effect: Remove pick flags (*)
  a444a4c... EGL: Include EGL/eglmesaext.h (*)
  668be1f... backends: Plug MetaKmsPageFlipData leak (*)
  40e6aa7... compositor: Plug cairo_region_t leak (*)
  f297a5f... cogl: Remove unneeded driver/ includes from the core (*)
  049e788... cogl: Move _cogl_bitmap_gl_{,un}bind into the GL driver (*)
  c5bb2e3... cogl: Remove unused cogl_renderer_get_n_fragment_texture_un (*)
  148cba3... cogl: Remove COGL_PRIVATE_FEATURE_QUADS (*)
  ba9fb16... cogl: Remove COGL_PRIVATE_FEATURE_FOUR_CLIP_PLANES (*)
  de36253... cogl: VBOs are always available (*)
  82f5605... cogl: Remove some completely unused GL function pointers (*)
  d810c05... cogl: Move some GL function pointers from in-gles-core to c (*)
  8b0289a... cogl: Remove unused COGL_FEATURE_ID_DEPTH_RANGE (*)
  6ab2e30... cogl: Remove unused COGL_FEATURE_ID_MIRRORED_REPEAT (*)
  7716a41... cogl: Remove always-set COGL_PRIVATE_FEATURE_BLEND_CONSTANT (*)
  da36575... cogl: Remove always-set COGL_FEATURE_ID_PER_VERTEX_POINT_SI (*)
  96da0c6... cogl: Remove always-set COGL_FEATURE_ID_POINT_SPRITE (*)
  eaf0aa1... cogl: Remove unused COGL_FEATURE_DEPTH_RANGE (*)
  5f4e878... cogl: Remove unused COGL_FEATURE_POINT_SPRITE (*)
  4523251... cogl: Require {EXT,ARB}_framebuffer_object in the GL driver (*)
  6a8830a... cogl: Remove always-set COGL_FEATURE_ID_OFFSCREEN (*)
  cf107c8... cogl: Remove always-set COGL_FEATURE_OFFSCREEN (*)
  45e77c1... cogl: Remove unused COGL_FEATURE_DEPTH_TEXTURE (*)
  fb49e9d... cogl: Remove unused COGL_FEATURE_ID_DEPTH_TEXTURE (*)
  0e4c23c... cogl: Remove unused depth texture API (*)
  3076895... cogl: Remove unused COGL_FEATURE_ONSCREEN_MULTIPLE (*)
  34a3882... cogl: Remove unused COGL_FEATURE_ID_ONSCREEN_MULTIPLE (*)
  0731eb6... cogl: Remove unused COGL_FEATURE_MAP_BUFFER_FOR_{READ,WRITE (*)
  eb3ffef... cogl: Remove unused COGL_FEATURE_UNSIGNED_INT_INDICES (*)
  bd5266a... cogl: Remove unused COGL_FEATURE_STENCIL_BUFFER (*)
  26a7387... cogl: Remove unused COGL_FEATURE_FOUR_CLIP_PLANES (*)
  1f04b1a... cogl: Remove unused COGL_FEATURE_OFFSCREEN_MULTISAMPLE (*)
  673f429... cogl: Remove unused COGL_FEATURE_ID_OFFSCREEN_MULTISAMPLE (*)
  5e09895... clutter: Remove unused CLUTTER_FEATURE_TEXTURE_READ_PIXELS (*)
  f01db80... cogl: Remove unused COGL_FEATURE_TEXTURE_READ_PIXELS (*)
  d54c548... clutter: Remove unused deprecated clutter_texture_set_from_ (*)
  ba7b8a5... cogl: Remove unused COGL_FEATURE_TEXTURE_YUV (*)
  67d5ebb... cogl: Remove unused COGL_FEATURE_PBOS (*)
  bd1630a... cogl: Remove unused CoglFeatureFlags (*)
  a7f4f5b... ClutterStage: Store clip area as a region (*)
  3078394... ClutterStage: Use clutter_region_t for swap_region (*)
  71c3f4a... x11: Update X11 focus before updating MetaDisplay focus (*)
  f18e2d2... clutter: Remove unused clutter-layout-manager-deprecated.c (*)
  1d8807a... clutter/paint-nodes: Expose ClutterLayerNode (*)
  cf791c0... clutter/paint-nodes: Expose and cleanup ClutterTransformNod (*)
  ebf9ac0... clutter/paint-nodes: Introduce ClutterActorNode (*)
  cd2ee44... clutter/actor: Always paint using paint nodes (*)
  18e0a8f... clutter: Remove stray references to ClutterBehaviour{Path,R (*)
  68fca55... clutter: Remove unused deprecated/clutter-behaviour-opacity (*)
  096d784... clutter: Remove tests/interactive/test-texture-quality.c (*)
  013b336... clutter: Remove unused deprecated/clutter-behaviour-depth.c (*)
  33d1bae... clutter: Remove deprecated/clutter-behaviour-scale.c (*)
  a60457c... clutter: Remove behaviours (*)
  d6bf480... cogl: Remove unused _cogl_matrix_entry_flush_to_gl_builtins (*)
  b6170db... ci: Phrase error in a way that gives a hint on how to fix p (*)
  b622a8b... ci: Print all the commits that need bug references (*)
  ac626f7... cogl: Remove unused API from cogl-xlib (*)
  b3980f7... cogl: Move _cogl_xlib_get_damage_base near its only consume (*)
  95662fd... cogl: Remove unused cogl_xlib_renderer_get_visual_info (*)
  acc7b83... cogl: Remove the stub winsys (*)
  a99f579... cogl: Remove unused cogl_check_extension and cogl_clutter_c (*)
  c36c865... cogl: Remove unused _cogl_xlib_renderer_get_dispatch_timeou (*)
  e17494f... cogl: Inline cogl_xlib_renderer_set_event_retrieval_enabled (*)
  683f186... cogl: Remove unused cogl_x11_onscreen_get_visual_xid (*)
  ed7afd9... cogl: Remove unused cogl_x11_onscreen_set_foreign_window_xi (*)
  3186e45... cogl: Remove unused cogl_xlib_renderer_get_visual_info (*)
  c63f54b... cogl: Remove unused cogl_texture_pixmap_x11_set_damage_obje (*)
  b294e62... cogl: Remove unused cogl_glx_context_get_glx_context (*)
  3e5960b... cogl: Remove unused cogl_egl_context_get_egl_context (*)
  4918893... clutter/cogl: Store empty clip regions for buffer age (*)
  2e9faaf... clutter/cogl: Ensure to paint full view if there's no buffe (*)
  563e713... Allow changing Clutter debug flags at runtime (*)
  9678fd5... clutter/cogl: Scale clip region in paint_stage() (*)
  23fa59b... display: Move finishing of touch sequence to the backend (*)
  9428835... x11: Limit touch replay pointer events to when replaying (*)
  f2b3dd3... wayland: Check stylus serials on meta_wayland_seat_can_popu (*)
  40a7659... ci: Update docker image to v3 (*)
  3f9c5d0... cogl: Remove old workaround for software Mesa (*)
  46aeb96... ci: Add gnome-control-center (*)
  17e39ad... cogl: Remove support for cogl.conf (*)
  6b8ee80... cogl: Remove unused deprecated material lighting API (*)
  468dc99... cogl: Remove unused pipeline lighting API (*)
  711023e... cogl: Remove unused COGL_PIPELINE_STATE_LIGHTING (*)
  e84dbd7... cogl: Remove unused CoglPipelineLightingState (*)
  13d9e4d... cogl: Remove unused cogl/cogl-pango.h (*)
  793c2ac... cogl: Remove unused cogl-deprecated.h (*)
  7c036c5... cogl: fix a compile warning (*)
  f4f7e31... cogl: Fix GLES2 fallback (*)
  6ee7c0f... cogl/egl: Warn when we fail to query a buffer age. (*)
  ee4638e... cogl/egl: Make surface current before querying buffer age (*)
  d47324e... cogl/egl: Explicitly initialize age variable (*)
  cf89e4d... clutter/cogl: Fix invalidation on non-primary monitors with (*)
  6bfa61a... Revert "clutter/cogl: Store empty clip regions for buffer a (*)
  6051712... profiler: track changes in GLib and Sysprof (*)
  ae238d1... window: Add adjust_fullscreen_monitor_rect virtual method (*)
  dbb95cb... window-xwayland: Add Xwayland fullscreen games workaround (*)
  2202c0d... tests: Explicitly set a background color for offscreen acto (*)
  1688cf7... clutter: Drop the no-clear stage hint (*)
  e5b0f47... cogl: Remove some unused framebuffer API (*)
  db90c0d... clutter/stage-view: Separate offscreen and shadowfb (*)
  60800d2... renderer-native: Separate offscreen and shadowfb (*)
  f133de2... clutter/actor: Unref the root node if set as child (*)
  5e87d67... surface-actor-wayland: Do not send frame callbacks if the a (*)
  1f5b403... display: Add 'closing' signal (*)
  955b276... plugin/default: Init quark before using (*)
  dc1a28c... plugins/default: Clean up tile preview when closing display (*)
  77aad08... window: Always update tile monitor number on hot plug (*)
  db91439... tests/monitor-unit-tests: Move test client sanity check int (*)
  47155ed... tests/runner: Move window shown synchronization to helper (*)
  155b7bf... tests/monitor-unit-tests: Add window tiling hot plug test (*)
  ff799a1... window: Reset tile monitor number when untiling (*)
  662c76c... tests/monitor-unit-tests: Add another tiling window hot plu (*)
  95eda36... wayland: use correct enum type for tablet pad (*)
  c11ef6e... wayland: Flatten data source object hierarchy (*)
  16eb461... wayland: Clean up meta_wayland_data_device_set_primary() (*)
  e865fcc... wayland: Check focus surface client in wl_data_device.set_s (*)
  efe5bed... x11-display: Don't unset the X11 focused window after setti (*)
  ffa0a24... x11-display: Get next serial just before using it (*)
  9172901... ci: Fix checkout out gnome-shell on stable branches (*)
  9b16b74... cogl: Remove unused stuff from cogl-material-compat.[ch] (*)
  54ac1f6... test: Remove unreferenced test-texture-rectangle (*)
  806ebc4... cogl: Remove cogl_texture_2d_gl_new_from_foreign (*)
  0e5a5df... wayland/actor-surface: Always store away frame callbacks on (*)
  2644e54... window: Warn if O-R window workspace state is used (*)
  13f10e3... window: Assert we only set a NULL workspace when unmanaging (*)
  c85fb10... window-props: Don't look for parent multiple times (*)
  bacbbbd... window-props: Don't set override redirect windows as top-le (*)
  4a76f66... wayland/surface: Don't double scale when getting absolute c (*)
  6944839... window-props: Read WM_TRANSIENT_FOR for override-redirect w (*)
  07ca100... cogl: glBlendEquationSeparate is always available (*)
  9cbf83d... cogl: glBlendFuncSeparate is always available (*)
  0545b93... plugins/default: Handle skipped animations (*)
  a4f51da... plugin-manager: Kill window effects on destroy (*)
  5afec87... input-settings/x11: Add missing clutter_x11_trap_x_errors a (*)
  7193938... compositor: Guard against untimely calls (*)
  03b59f9... clutter/actor: Move paint flag to ClutterActorNode (*)
  044238b... clutter/actor: Draw paint volumes using paint nodes (*)
  bcc519e... clutter: return correct enum type (*)
  a5f9862... output-kms: Fix "panel orientation" kms-prop being ignored  (*)
  8907a29... cursor-renderer/native: Fix cursor drawing in combination w (*)
  f3b9fc8... tests/clutter/interactive: Init backend and mutter context (*)
  14bb104... tests/clutter: Replace ClutterTexture from image with custo (*)
  e0ebc4d... tests/clutter/easing: Use ClutterCanvas (*)
  f7ad7e6... tests/clutter/touch-events: Use ClutterCanvas to draw touch (*)
  244f55d... tests/clutter: Remove tests testing or relying on ClutterTe (*)
  faad63a... clutter: Remove ClutterCairoTexture (*)
  ec1c94d... cally: Remove CallyTexture (*)
  b078917... clutter: Remove ClutterTexture (*)
  81bb4f0... cogl: return correct enum type (*)
  d992722... cogl: correct check for COGL_OFFSCREEN_DISABLE_DEPTH_AND_ST (*)
  d48fec8... cogl: drop extraneous parentheses (*)
  d3afe43... test: use correct enum (*)
  c039764... clutter: Remove unused deprecated/clutter-keysyms.h (*)
  6da568e... clutter: Remove unused deprecated/clutter-stage-manager.h (*)
  375d35b... clutter: Remove unused deprecated/clutter-animatable.h (*)
  0a41f0f... clutter: Remove unused deprecated/clutter-bin-layout.h (*)
  3e9f847... clutter: Remove unused deprecated clutter_container_{add,re (*)
  c74f4f6... clutter: Remove some unused deprecated clutter_table_layout (*)
  24b38a5... clutter: Remove some unused deprecated clutter_animation AP (*)
  293ec0a... clutter: Remove some unused deprecated clutter_state API (*)
  c4d1e15... clutter: Remove some unused deprecated clutter_alpha API (*)
  289e24f... clutter: Remove some unused deprecated clutter_actor API (*)
  7adaaab... clutter: Remove deprecated ClutterTableLayout (*)
  46b3811... wayland: Drop unused wl_signal structs (*)
  e7b2f96... wayland: Avoid redundant cancel() call (*)
  48639ac... wayland: Do not cancel data source on offer destruction (*)
  e5af790... wayland: Move "ownership" of the DnD selection source to th (*)
  794d323... cogl: Remove deprecated cogl_color_set_from_* (*)
  0d006bc... cogl: Remove unused deprecated cogl_matrix_ortho (*)
  1076b31... cogl: Remove unused deprecated cogl_onscreen_{add,remove}_s (*)
  c6f5b7f... cogl: Remove unused deprecated cogl_framebuffer_{,v}draw_* (*)
  c69dc75... cogl: Remove unused includes of cogl-vertex-buffer-private. (*)
  13fd213... cogl: Remove unported test-vertex-buffer-mutability (*)
  23e9fd3... cogl: Remove unused COGL_OBJECT_DEFINE_DEPRECATED_REF_COUNT (*)
  8cac823... cogl: Remove unused CoglPipelineProgramType (*)
  f5050a4... cogl: Remove unused CoglPipelineFragend::pipeline_set_paren (*)
  e922c64... cogl: Remove unused CoglPipelineFragend::passthrough (*)
  5aa971b... cogl: Collapse some COGL_PIPELINE_{VERT,FRAG,PROG}END array (*)
  22d1feb... cogl: Remove unused CoglShaderLanguage (*)
  92375c7... cleanup: Use g_clear_signal_handler() where possible (*)
  51f68f1... clutter/cally-root: Use g_clear_signal_handler and fix a si (*)
  8e172ae... cleanup: Use g_clear_handle_id() for g_source_remove() (*)
  a1116bc... cogl: Add support for clipping regions (*)
  8598b65... clutter/cogl: Use regions for clipping if necessary (*)
  e44bd2e... compositor: Use redraw clip region to cull out children (*)
  a586f6a... cogl: Drop unused struct field (*)
  353d790... clutter: Check updated devices with the current clip (*)
  f4bf48a... clutter: Drop unused API (*)
  4cccba5... workspace-manager: get_workspace_by_index can return NULL (*)
  5582d7b... background: set_file accepts NULL files (*)
  4af4b79... window: Assert we have an up to date monitor after they cha (*)
  427670c... device-manager-x11: Ignore events if no source device is se (*)
  0247d35... shaped-texture: Do not invalidate content on set_cogl_textu (*)
  1c89fce... stack: Allow promoting transient windows to their parent's  (*)
  599d8e3... stack: Move HAS_TRANSIENT_TYPE macro to window-private (*)
  b753213... window: Add get_default_layer() helper (*)
  c843102... stack: Delegate layer calculation to a window vfunc (*)
  6f4c7d6... x11: Check wacom button flags to determine whether button i (*)
  542bad6... wayland: Add documentation for dma-buf namespace (*)
  404e713... wayland: Add documentation to the WaylandBuffer object (*)
  5c98606... wayland: Add documentation to wayland_shell_init (*)
  49c8d42... clutter: Introduce paint contexts (*)
  98c0fe9... cogl: Remove CoglVertexBuffer (*)
  3f2a6f5... tests/clutter: Remove unneeded gitignore files (*)
  e8e5ccf... cogl/tests: Remove test-fixed (*)
  cb9d6b7... clutter: Introduce pick contexts (*)
  339372a... clutter/text: Stop using deprecated cogl-pango API (*)
  53431fc... clutter/paint-nodes: Stop using deprecated cogl_pango API (*)
  4555351... clutter/actor: Change comment to refer to non-deprecated AP (*)
  66f02ae... cogl/pango: Remove deprecated API using implicit fb stack (*)
  138907c... clutter/actor: Use paint context when culling to check rend (*)
  61b1ead... clutter: Use pick context to track the framebuffer (*)
  5c68596... clutter/paint-context: Add API to get base framebuffer (*)
  78a7c93... clutter: Use paint context to get paint target framebuffer (*)
  9c43b12... clutter/stage: Remove "active framebuffer" state (*)
  e696f63... cogl/pixel-buffer: Remove declaration hidden behind #if (*)
  8ce3b3d... clutter/actor: Remove unnecessary NULL check from paint_nod (*)
  5145b33... clutter/paint-node: Remove unnecessary NULL check in get_fr (*)
  61026d1... clutter/root-node: Require non-null framebuffer on construc (*)
  48e6fcc... clutter/pipeline-paint-node: Use draw framebuffer when draw (*)
  f11170f... clutter/paint-node: Have caller of .._get_framebuffer() han (*)
  8329c6b... clutter/paint-node: Use non-deprecated Cogl API when drawin (*)
  8c7ec44... tests/clutter: Port to using non-implicit framebuffer Cogl  (*)
  6f30cf0... tests/clutter/cogl-tex-polygon: Port to CoglPrimitive (*)
  c621d4d... clutter/offscreen-effect: Don't use implicit framebuffer Co (*)
  fd0ce66... clutter/paint-nodes: Stop using implicit framebuffer stack  (*)
  26147af... shadow-factory: Don't set implicit Cogl material (*)
  549f60f... texture-tower: Don't use implicit framebuffer stack Cogl AP (*)
  3f65837... clutter, core: Stop using the Cogl framebuffer stack (*)
  629dc4c... clutter/paint-nodes: Add missing newline (*)
  4b5abdc... cogl/tests: Remove test-materials (*)
  7faf9f9... cogl/tests/backface-culling: Stop testing legacy state (*)
  294b4ed... cogl/tests/backface-culling: Port to non-deprecated API (*)
  5e117b3... cogl/tests: Remove testing of legacy API (*)
  9e2e44c... cogl/tests/warp-modes: Test CoglPrimitive instead of cogl_p (*)
  2a8f0c2... cogl/tests: Port away from legacy implicit stack based API (*)
  27b6d18... cogl/path: Remove API using deprecated Cogl API (*)
  a91138c... cogl/context: Remove unusued window_buffer field (*)
  ae4ae61... cogl: Remove deprecated primitives functions (*)
  3096405... cogl: Remove declaration for long gone function (*)
  3819291... cogl: Remove API implicitly using framebuffer stack (*)
  77b3c0d... cogl: Remove API implicitly switching between built in pipe (*)
  4ede6ea... cogl: Remove the framebuffer and source stacks (*)
  40205d8... cogl: Make pipeline creation introspectable (*)
  0d1c18a... paint-context: Expose push and pop framebuffer (*)
  96e1883... xwayland: Do not queue frame callbacks unconditionally (*)
  9f50b2c... startup: Fix build with 'startup_notification=false' (*)
  79491df... kms: Process impl idle callbacks before pre dispatch flush (*)
  832a522... kms-impl/simple: Fix meta_set_fallback_feedback_idle (*)
  d70ddc6... backends/native: Fix double free of error (*)
  aef865a... wayland/xdg-shell: Scope variable better (*)
  4bacb36... window/wayland: Make .._wayland_move_resize() name more exp (*)
  0cf98c5... wayland/surface: Emit signal before applying state (*)
  8dc730e... wayland/surface: Move subsurface synchronization logic to r (*)
  d60d671... wayland: Use helper to access pending state from the outsid (*)
  bbec8ab... wayland/surface: Rename MetaWaylandPendingState to MetaWayl (*)
  f7e256e... wayland/surface: Make cached subsurface state generic (*)
  cb91f44... wayland/wl-shell: Use input region as window geometry if se (*)
  4bf5b7d... window: Don't constrain an acked window geometry (*)
  cc444d4... window/wayland: Use G_DECLARE_FINAL_TYPE (*)
  554644f... wayland: Rework asynchronous window configuration (*)
  d02c124... wayland/surface-role: Rename commit() vfunc apply_state() (*)
  132fbf4... wayland: Let MetaWaylandXdgPopup dismiss incorrectly placed (*)
  06fa131... clutter-timeline: Fix some indentation (*)
  4fccc90... xwayland: Don't queue frame callbacks when role assigned (*)
  7186d09... Update British English translation (*)
  2e97ba3... ci: Change instructions to use podman (*)
  82233cc... Bump version to 3.35.2 (*)
  67d9995... backends/native: Get the correct value for pinch dy (*)
  99cc435... cogl: Add function cogl_2d_primitives_immediate (*)
  a48206e... cogl: Simplify add_stencil_clip_region coordinates (*)
  4aab814... cogl: Upload clipping rectangles in parallel (*)
  02db9ee... cogl: Remove reference to nonexistent type CoglVertex2f (*)
  5613f4f... cogl: Remove unused explicit blend-enable controls (*)
  420fb28... cogl: Move GLX-related headers into winsys/ (*)
  9325bd9... cogl: Remove unneeded GLX includes from cogl-framebuffer-pr (*)
  573ba10... cogl: Remove unused xlib state from CoglContext (*)
  d5a70c7... cogl: Remove unneeded X11 includes from various headers (*)
  a46fd33... clutter: Remove unneeded X11 includes from various headers (*)
  f9599b6... cogl: Add context_{,de}init hooks to CoglDriverVtable (*)
  9a3a6dc... cogl: Move GL-specific context setup/teardown into the driv (*)
  10daade... cogl: Remove COGL_PRIVATE_FEATURE_GL_FIXED, track it in the (*)
  fdf8309... cogl: Remove COGL_PRIVATE_FEATURE_GL_WEB (*)
  68d0c11... cogl: Remove COGL_PRIVATE_FEATURE_GL_EMBEDDED (*)
  9d5092c... cogl: Remove COGL_PRIVATE_FEATURE_GL_PROGRAMMABLE (*)
  e32e205... cogl: Update documentation for COGL_PRIVATE_FEATURE_ANY_GL (*)
  e89cea8... screen-cast: Fix window recording on HiDPI (*)
  4982649... cogl: Add support for GL_ANGLE_pack_reverse_row_order (*)
  674f52b... clutter/stage: Fix picking of rectangles with negative posi (*)
  d3b1168... Update Galician translation (*)
  31c7bca... Update Galician translation (*)
  bd4ebd2... Update Chinese (China) translation (*)
  9075a5b... Bump version to 3.35.3 (*)
  a8cb84c... window-actor: Also cull out clip_region (*)
  1e7285b... backends: Always enable tap-to-click/drag on opaque Wacom t (*)
  c13ea4f... theme: Plug GtkIconInfo leak (*)
  468b09c... theme: Plug GdkPixbuf leak (*)
  802309c... x11-selection: Plug MetaX11SelectionOutputStream leak (*)
  3958e75... clutter/offscreen-effect: Use g_clear_pointer for cleanup (*)
  bf594e9... clutter/offscreen-effect: Clear offscreen framebuffer when  (*)
  64685f4... clutter/offscreen-effect: Clear offscreen when pre-paint fa (*)
  84ea4ad... clutter/brightness-contrast-effect: Compare float with G_AP (*)
  c4fa30a... backends/native: Fix relative motion calculation if monitor (*)
  17e2061... gitlab: Add issue templates (*)
  6e5ac0b... Use G_GNUC_FALLTHROUGH instead of comments (*)
  76ee026... wayland/egl-stream: Cache texture snippet (*)
  fcfe90a... wayland: Replace manual GNode subsurface iteration with mac (*)
  60ebf19... shaped-texture: Minor clean up (*)
  3969285... shaped-texture: Make setting the same texture a no-op (*)
  fe7bece... wayland/surface-actor: Reset and sync subsurface state when (*)
  f0df07c... wayland/surface: Move shaped-texture synchronization to act (*)
  3e90070... tests/wayland: Test subsurface commits after parent was res (*)
  6d15231... wayland/actor-surface: Always consider unmapped actors not  (*)
  bac188b... window: Always disarm XSYNC watchdog when X client responds (*)
  845157c... window/x11: Add `freeze_commits()/thaw_commits()` (*)
  10796e6... window/x11: Add flag to thaw commits after resize (*)
  4ae9953... window/x11: Freeze commits on resize (*)
  53fce8e... frames: Freeze Xwayland commits until repainted (*)
  c3c54e8... surface-actor: Add `meta_surface_actor_is_frozen()` (*)
  aa01738... window-actor: Add `set_frozen` vfunc (*)
  d7a7af1... window-actor/x11: Freeze/thaw commits on actor freeze/thaw (*)
  4d5a863... window/x11: Add `always_update_shape()` vfunc (*)
  c0038f6... window-actor/x11: Update shape even when frozen (*)
  7733f88... kms-impl-simple: Include mode name in error message (*)
  ce3409b... kms-impl-simple: Handle mode set race conditions gracefully (*)
  7377631... cogl: Remove unused CoglMatrixMode (*)
  abd094d... cogl: Remove stray references to gl*Pointer, which we're ne (*)
  3f2ad5a... cogl: Remove builtin/texcoord attribute tracking bitmasks f (*)
  71a2ba7... cogl: Remove fixed-function workaround for point sprite coo (*)
  9f2662c... cogl: Remove fixed-function handling for layer color (*)
  35f21c5... cogl: Stop using glAlphaFunc in big-GL (*)
  282eab4... cogl: Stop using glPointSize in big-GL (*)
  347619a... cogl: Remove unused GL imports from the CoglContext vtable (*)
  5b1ff59... cogl: Clean up private feature flags and GLSL builtin handl (*)
  d7c9042... renderer/native: state consistency in copy_shared_framebuff (*)
  94992ff... renderer/native: META_DRM_BUFFER is not NULL-safe (*)
  fea6abb... renderer/native: Copy mode irrelevant for bo freeing (*)
  4040815... renderer/native: Absorb free_next_secondary_bo (*)
  fe76e6a... renderer/native: Reset all fields of MetaDumbBuffer (*)
  f409ddd... renderer/native: Extract secondary_gpu_release_dumb (*)
  03ac7b1... backend/native: Share drmModeAddFB code (*)
  b6c824d... renderer/native: Import primary buffer to 2nd GPU (*)
  b30a29f... shaped-texture: Plug region leak (*)
  65401ed... clutter/cogl: Plug region leak in clutter_stage_cogl_redraw (*)
  545fcb3... renderer-native: Fix memory leak in secondary GPU update (*)
  f447a05... renderer: Chain up parent class finalize (*)
  ccd33ce... Update Japanese translation (*)
  612b622... Update Japanese translation (*)
  b3fbc26... clutter/actor: Allow setting width and height properties to (*)
  d28a640... backend-eglnative: Search for the xsettings schema recursiv (*)
  f0c9264... wayland/surface: Plug leak in meta_wayland_surface_assign_r (*)
  51733ca... window/wayland: Plug window configuration leak (*)
  9feda1c... kms/crtc: Fix gamma state leak (*)
  a63e80e... wayland: Avoid GVariant leak in set_gnome_env (*)
  66fe6d8... backends/crtc: Fix leak of MetaCrtcMode name string (*)
  abc58f7... kms: Fix drmModeEncoder leak (*)
  102c07d... Update Malay translation (*)
  c1df48b... wayland: Preserve XdndTypeList for future callers (*)
  a6c195b... x11: Map x11 (UTF8_)STRING requests to text/plain mimetypes (*)
  090a6ad... xwayland: Set XDND source-side actions as per XDND (*)
  30bf588... wayland: Do not check current offer on DnD button release (*)
  f2f89d9... clutter/actor: Respect CONTENT_SIZE request mode in get_pre (*)
  403466c... wayland: Implement dnd cancel on pressing Esc key (*)
  9d390ee... meta: Add missing display.h to meta-workspace-manager.h (*)
  7dbb4bc... window-actor/x11: Cache the client area (*)
  c0321c7... frame: Pass the frame area for get_mask() (*)
  1000ebe... window/x11: Add function to convert the buffer to frame rec (*)
  1ce933e... window-actor/x11: Get frame rect from the buffer size (*)
  5e07478... x11-display: add support for _GTK_WORKAREAS_Dn (*)
  f97930e... wayland/surface: Repick when effects are complete (*)
  5618e41... window: Remove Wayland code from `meta_window_show()` (*)
  8b3bc1f... clutter: Export `clutter_input_device_update()` (*)
  a382698... wayland: Update input device before repick (*)
  88fb003... x11: Drop subscription for input event from floating device (*)
  467e94f... clutter: Add ClutterSeat object (*)
  1611979... x11: Implement ClutterSeat (*)
  5bb3d86... native: Implement ClutterSeat (*)
  9aba37f... clutter: Move keymap direction from ClutterBackend to Clutt (*)
  1fc021c... clutter: Move bell_notify() from ClutterBackend to ClutterS (*)
  9be4f98... clutter: Move keymap from ClutterBackend to ClutterSeat (*)
  34ce39f... clutter: Move platform event data management to ClutterSeat (*)
  bc7ba8c... clutter: Move keyboard a11y from ClutterDeviceManager to Cl (*)
  8d0527f... clutter: Move pointer a11y from ClutterDeviceManager to Clu (*)
  1c689b8... clutter: Move virtual device management to ClutterSeat (*)
  7afbc01... clutter: Move motion compression handling to ClutterSeat (*)
  835f120... clutter: Drop select_stage_events() device manager vfunc (*)
  6dfd2ff... wayland: Replace ClutterDeviceManager usage in favor of Clu (*)
  7644dde... core: Replace ClutterDeviceManager usage in favor of Clutte (*)
  4761c4e... backends: Move native keymap manipulation functions to Meta (*)
  f55d4f3... backends: Make meta_backend_update_last_device() take a clu (*)
  f8fa86f... clutter: Replace ClutterDeviceManager usage in favor of Clu (*)
  4413b86... backends: Replace ClutterDeviceManager usage in favor of Cl (*)
  873449d... tests: Replace ClutterDeviceManager usage in favor of Clutt (*)
  d3160d0... clutter: Drop ClutterDeviceManager (*)
  e9fbbd5... backends: Do not use device IDs on idle monitors (*)
  f1d4d68... backends: Drop get_relative_motion_deltas() vfunc (*)
  9da275c... backends: Set pointer constrain/relative motion hooks befor (*)
  1e9682b... backends: Move warp_pointer() to ClutterSeat (*)
  5723bd8... backends: Use latest pointer position if no pointer constra (*)
  5257c6e... clutter/stage: Add an API for shallow relayouts (*)
  2731be6... clutter/actor: Use the new shallow relayout API (*)
  09af21c... clutter: Fix input device node path leak (*)
  afd6451... backends/native: Use proper method for getting core idle mo (*)
  6cc748c... wayland/data-device: Cancel drag source when the drag finis (*)
  c27fc35... wayland/data-device: Guard against a potential crash (*)
  15b46a6... wayland/data-device: Small style fixes (*)
  136c095... cogl: Remove unused cogl.symbols (*)
  e0d2e10... cogl: Remove unused _cogl_framebuffer_try_creating_gl_fbo (*)
  99043e2... cogl: Mark _cogl_buffer_access_to_gl_enum static (*)
  600dd15... cogl: Remove unused p-axis texture wrap mode (*)
  c5a936e... cogl: Remove unused _cogl_framebuffer_{push,pop}_projection (*)
  f5e2310... cogl: Remove unused _cogl_framebuffer_set_clip_stack (*)
  795491c... cogl: Remove unused cogl_program_use and friends (*)
  985b3b3... cogl: Remove unused _cogl_pipeline_get_layers (*)
  640ad47... cogl: Inline _cogl_framebuffer_remove_all_dependencies into (*)
  c1bdaba... cogl: Inline cogl_use_program into its one caller (*)
  05301d2... clipboard-manager: Plug mimetypes list leak (*)
  8e6821b... x11-selection: Plug MetaSelectionSourceX11 leak (*)
  861e5ca... x11-selection: Plug potential GInputStream leak (*)
  c05019e... x11-selection: Don't store copies of strings that are not b (*)
  35316a0... selection: Unref selection owners on dispose (*)
  d699c80... display: Unref selection on shutdown (*)
  b41094e... x11-selection: Unref owners and cancellables on shutdown (*)
  e7928ce... selection: Fix task leak in error case of source_read_cb (*)
  98040e6... core: Fix task leak in meta_selection_source_memory_read_as (*)
  2212a44... clutter/actor: Fix GValue leak when overwriting transition  (*)
  ffad55c... wayland: Handle dragging from/dropping to v1 data device us (*)
  81de2c2... backends/x11: Fix use after free on device removal (*)
  2fbbf65... core: Demote image formats' priority from preservation in c (*)
  832c0fb... core: Define specific image formats to be stored in the cli (*)
  b91d66b... core: Extend list of image formats to be stored in the clip (*)
  aa0aa89... window: Ignore requests to be placed on non-existent worksp (*)
  9b0392e... backends/native: Emit signals for virtual devices (*)
  76240e2... background: Scale monitor_area after texture creation (*)
  06dae3a... wayland-pointer: Bail unconditionally if without native bac (*)
  c4f8b93... Bump version to 3.35.90 (*)
  c37e252... orientation-manager: Do not change current orientation when (*)
  e4d5cb7... monitor-config-manager: Take device orientation into accoun (*)
  0d185b2... monitor-config-manager: Add clone_logical_monitor_config_li (*)
  bcbb44f... monitor-config-manager: honor accelerometer value changes w (*)
  cbef49f... shaped-texture: Remove unused meta-cullable header (*)
  ae1768b... wayland/actor-surface: Do not use geometry scale to constra (*)
  d8b7905... surface-actor: Scale unobscured and clip region by geometry (*)
  56ce253... cullable: Factor out untransformed check into a vfunc (*)
  264f688... surface-actor: Implement meta_cullable_is_untransformed int (*)
  934a829... wayland/subsurface: Keep subsurface actors reactive (*)
  5b16204... Fix incorrect 'is' in gen_default_modes (*)
  dcba7c5... clutter: Add ClutterSeat::touch-mode boolean property (*)
  9ff4f29... build: Depend on libinput 1.7 (*)
  c273f74... backends: Implement ClutterSeat::touch-mode on MetaSeatNati (*)
  e76ff85... backends/native: Override the right property name (*)
  840c50b... window-actor: Ensure clipping in `capture_into()` (*)
  ebc0787... shaped-texture: Add `get_width()`/`get_height()` API (*)
  0f58c98... screen-cast-window: Use buffer bounds in place of frame bou (*)
  b23fc99... kms/plane: Move _new() function to private header (*)
  851024f... kms/update: Add unassign_plane() API (*)
  6c1e9b5... kms-impl-simple: Add helper to process update entries (*)
  3a8c545... kms/device: Add getter for finding cursor planes (*)
  ec9d714... kms: Return gpointer from impl tasks (*)
  ee854ed... kms: Fix function name (*)
  4abec2f... kms: Assert that callbacks are outside of the impl context (*)
  c1fc46e... kms/device: Fix indentation mistake (*)
  01bab81... kms/update: Add flags to plane assignment (*)
  3ace2b9... kms/update: Move auto-cleanup declaration to the bottom (*)
  73dcb9f... kms: Make update processing return direct feedback (*)
  7c3172a... kms/impl-simple: Add cursor plane processing (*)
  ae00f56... cursor-renderer-native: Port to transactional KMS api (*)
  f3cdc99... kms/device: Handle tracking capabilities (*)
  438f75e... cursor-renderer-native: Get cursor size from MetaKmsDevice (*)
  98d7a54... wayland: Advertise MetaMonitor as wl_output (*)
  1981449... wayland/actor-surface: Do not set opaque region for XWaylan (*)
  5c704e3... cogl: Remove no-op cogl_shader_compile and cogl_shader_get_ (*)
  586723e... backends: Drop per-device idle monitors (*)
  f7646af... core: Do not update idle times for slave devices (*)
  1ecfdb1... backends: Drop meta_idle_monitor_get_for_device() (*)
  8b70232... Update Japanese translation (*)
  ae344a6... Update Japanese translation (*)
  aceadfe... cullable: Check if effects are disabled (*)
  3e1db33... gitlab: Add missing < in markdown comment tag (*)
  560055f... Bump version to 3.35.91 (*)
  0e0afa2... settings: Improve logging of enabled experimental features (*)
  76e0d72... window-actor/x11: Update opaque region (*)
  c06fae4... window-actor: Don't show actor until meta_window_actor_show (*)
  b45b03b... surface-actor-x11: Avoid flicker when (un)redirecting windo (*)
  d2953e0... Update Chinese (Taiwan) translation (*)
  4f8e518... bind-constraint: Update the preferred size (*)
  35fe6a4... clutter: Make clutter_contraint_update_preferred_size() pub (*)
  b70611e... clutter/enums: Correct docs about ClutterOffscreenRedirect (*)
  b4226da... cogl: GLES3 has glGetStringi (*)
  03ef335... cogl: GLES3 has sampler objects (*)
  445af61... cogl: GLES3 has vertex array objects (*)
  4199275... cogl: GLES3 has sync objects (*)
  efe1bc2... util: Add INPUT debug topic (*)
  e07478f... virtual-input-device/native: Fix warning message (*)
  7cc02cf... backends/native: Replace tabs with spaces (*)
  d053ccf... window: Check window responsiveness on every window focus (*)
  0bf9727... display: Fix intendation of an argument and add details to  (*)
  9b58033... display: Make sure ping serials are never reused (*)
  e51279d... display: Only send one ping to a window at a time (*)
  f215956... xwayland: Move out surface role related logic (*)
  ac2c870... surface-actor: Remove get_window() API and vfunc (*)
  5149e1e... wayland: Move tree updating to the shell surface role (*)
  c0c7448... wayland: Don't access MetaWaylandSurface::window directly (*)
  54194e6... wayland/surface: Move relative coordinate calculating to ro (*)
  722ae2b... wayland/surface: Let roles set DND functions (*)
  df642eb... wayland: Move calc-showing window logic to roles having win (*)
  44ae385... wayland: Move MetaWindow ownership to window owning roles (*)
  d122b66... clutter/actor: avoid transform node for identity matrix (*)
  81512ad... screen-cast-session: Add 'disable-animations' property (*)
  8c1e6eb... remote-access-handle: Expose disable-animations property (*)
  704fea6... renderer-native: Move 'backend' field to MetaRenderer (*)
  3e6a55a... renderer: Add API to check whether renderer is hardware acc (*)
  a209a14... renderer-native: Use hardware acceleration check in generic (*)
  6206511... Update Basque translation (*)
  f5a28aa... window-actor: Make culling of opaque windows X11 only (*)
  c5d2fc8... screen-cast: Update to PipeWire 0.3 API (*)
  282b09c... clutter/actor: Add CLUTTER_OFFSCREEN_REDIRECT_ON_IDLE (*)
  41d72e8... backends/native: Also check touch-mode on object initializa (*)
  d7c7311... clutter/seat: Add gtkDoc comments for touch-mode property (*)
  aedcfcd... sound-player: Fix invalid write after playback is cancelled (*)
  4c42195... clutter: fix hole in ClutterPaintNode (*)
  b8355a6... xwayland: Not all xwayland surface have a window (*)
  963108a... wayland/data-device: Check resource version on cancel (*)
  f9326cf... wayland/data-device: Fix crash with offer from X11 client (*)
  2da2772... display: Make check-alive timeout configureable (*)
  6fb6a23... Update Brazilian Portuguese translation (*)
  a9b1134... clutter/seat: Add API to inhibit unfocus of the cursor surf (*)
  bf24b81... wayland/pointer: Add support for the new ClutterSeat inhibi (*)
  ad8ba69... wayland/pointer: Use g_signal_connect_swapped for one signa (*)
  b98ebe6... clutter/x11: Stop tracking stage changes on crossing events (*)
  6715291... Update Turkish translation (*)
  a0441ad... Updated Spanish translation (*)
  84261d1... Update Basque translation (*)
  81d11ac... clutter: avoid g_signal_emit_by_name() from ClutterActor (*)
  0c55e87... cogl: reduce temporary allocations calculating redraw regio (*)
  d327ced... clutter: avoid redundant _clutter_paint_node_init_types() (*)
  c447d76... Update Hungarian translation (*)
  1b67f49... monitor: Move logical to CRTC transform helper to MetaOutpu (*)
  7f6cafa... logical-monitor: Pass monitor in the for each CRTC helper c (*)
  a11f9bd... boxes: Add 'round' rounding strategy (*)
  fe42d56... crtc: Move configured state to separate struct (*)
  292d275... clutter/stage: Remove stray newline (*)
  1a14c4d... renderer-x11-nested: Remove stray newline (*)
  e3f3037... renderer-native: Fix a couple of style misses (*)
  1c98f01... renderer-native: Draw stage separately per CRTC (*)
  2d66659... crtc: Move logical monitor pointer to MetaMonitor (*)
  0baf457... clutter/stage/cogl: Remove some leftover whitespace (*)
  37d7df6... clutter/stage/cogl: Name variable to make coordinate space  (*)
  8609062... clutter/cogl/stage: Simplify swap_event boolean logic (*)
  adcbc2a... clutter/cogl/stage: Use fb size for for fallback fb clip re (*)
  0d039c3... clutter/view: Don't take paint rect after paint (*)
  86ccc28... clutter/cogl/stage: Rename have_clip to is_full_redraw (*)
  f3dcba2... clutter/cogl/stage: Simplify region transform code (*)
  c483b52... clutter/stage: Pass redraw clip instead of extents when pai (*)
  fe1ccea... clutter: Pass redraw clip via paint context (*)
  b68c630... clutter/cogl/stage: Use g_clear_pointer() to clean up regio (*)
  159c83b... clutter: Move redraw clip management to views (*)
  964ea60... Update Korean translation (*)
  38954de... ci: Adjust URL check (*)
  c4b28b0... clutter/cogl/stage: Don't leak FB damage region on redraw (*)
  71101ca... clutter/cogl/stage: Remove duplicate region union (*)
  b7f47ea... clutter: add tracing for frameclock cycle (*)
  fb81199... Updated Czech translation (*)
  9fa5617... monitor-manager-xrandr: Don't try to disable disabled CRTC (*)
  6e7316e... build: Use dbus interface dir from pkg-config (*)
  88bb24f... backends/native: Shuffle udev client initialization in Meta (*)
  d495dc6... Update Galician translation (*)
  e6913d1... monitor-transform: Add meta_monitor_transform_transform() h (*)
  92f0eb9... monitor: Use transform helper when dealing with panel orien (*)
  ff59b5d... monitor: Move logical <-> CRTC transform helpers to MetaOut (*)
  01aaced... crtc: Don't leak MetaCrtcConfig (*)
  b5354fb... Update Indonesian translation (*)
  1fc7935... backends/cursor: Add API to set and get the texture buffer  (*)
  d600cd9... monitor-transform: Add generic function to get relative tra (*)
  987ce5b... cursor-renderer/native: Implement scaled/transformed hardwa (*)
  969ad54... cursor-renderer/native: Remove unnecessary endian check (*)
  f27de96... Updated Danish translation (*)
  038a317... cogl/framebuffer: Add cogl_framebuffer_flush (*)
  3881c1f... cogl/context: Add cogl_renderer_create_dma_buf() and family (*)
  7fbb47b... renderer-native: Move DMA buffer creation to an auxiliary f (*)
  d366fb3... renderer-native: Implement DMA buffer creation (*)
  548073e... screen-cast-stream-src: Support DMA buffer sharing (*)
  680a54a... monitor-stream-src: Implement blitting view framebuffers (*)
  86168b9... window-stream-source: Draw into DMA buffer image (*)
  1f190a7... screen-cast-stream-src: Remove unused parameter (*)
  09026e5... monitor-stream-src: Use cogl_framebuffer_finish() (*)
  87a06c6... x11: Set up the compositing manager selection on meta_displ (*)
  21994bb... tests: Ensure MetaX11Display is initialized before running  (*)
  8c332a4... tests: Set fatal log handler on clutter tests (*)
  649911b... core: Make meta_display_init_x11() an async function (*)
  25c9e66... xwayland: Do not block on Xwayland initialization (*)
  4b513a3... compositor: Shuffle x11 compositing bits in MetaCompositor (*)
  390fd7d... cursor-renderer-native: Fix hw cursor for non-square sprite (*)
  35c16a9... Update Polish translation (*)
  8a6673b... build: ensure absolute path to sysprof dbus interface dir (*)
  73e3207... clutter-actor: Add detail to captured-event (*)
  90a1eb4... Update Japanese translation (*)
  8427568... Update Japanese translation (*)
  d30ef0d... cogl/clip-stack: Use "merge" parameter for rectangle clips (*)
  7205433... cogl/clip-stack: Restore old matrices after drawing to sten (*)
  1e0b015... cogl/clip-stack: Explicitely initialize the stencil mask (*)
  46e38ff... cogl/clip-stack: Set color and depth mask when drawing rect (*)
  0ada900... wayland/actor-surface: Check for MetaXwaylandSurface instea (*)
  372d73e... surface-actor: Cull out surfaces without alpha channel (*)
  6831f2e... window-actor/x11: Disable culling on window actor level (*)
  c979cd9... surface-actor: Do not copy empty clip/unobscured regions (*)
  39a8c04... background-actor: Do not copy empty clip/unobscured regions (*)
  38e58b8... core: Use DISPLAY envvar to forward in the launch context (*)
  166a464... wayland: Set up initialization X11 socket (*)
  e3149e6... wayland: Pass private X connection on GNOME_SETUP_DISPLAY (*)
  64eaf70... xwayland: Allow setting up maintenance processes (*)
  7f9fac2... window/wayland: Don't inhibit finishing moves if any window (*)
  9b97e5e... place: Make placement rule processing provide relative coor (*)
  d22f947... wayland/window: Pass popup configuration using relative coo (*)
  05e9d6a... window: Put placement related fields in a anynomous struct (*)
  ff381d1... constraints: Pass constrained relative coordinates to windo (*)
  0dac91c... Add MetaGravity and replace X11 equivalent with it (*)
  6c82feb... wayland/window-configuration: Track resize flags and gravit (*)
  d08a8de... window: Implement asynchronous popup moving (*)
  5c37f51... wayland/xdg-shell: Add support implicit popup moving (*)
  f97804f... wayland/xdg-shell: Add support for explicit popup repositio (*)
  f484efa... Updated Slovenian translation (*)
  f80e5dd... Bump version to 3.35.92 (*)
  c4f7662... Updated Lithuanian translation (*)
  a4f11be... Update Croatian translation (*)
  00d900e... Update Swedish translation (*)
  dd6e371... Update French translation (*)
  3c55475... Update Italian translation (*)
  748f5bb... Update Ukrainian translation (*)
  38fb59a... Fix broken markup in Welsh UI translation (*)
  15d3de0... Update Punjabi translation (*)
  6cd0aa4... window: Force placement for first placement rule (*)
  79920d6... Update Dutch translation (*)
  227eea1... kms-impl-simple: Add fake cursor planes if no real ones (*)
  6e966e4... cursor-renderer-native: Handle lack of cursor planes gracef (*)
  6b852e6... Bump version to 3.36.0 (*)
  1c1adb0... Update Serbian translation (*)
  480e7d4... screen-cast-stream-src: Don't complain when we can't dequeu (*)
  26e1e49... screen-cast-stream-src: Don't leak GSource (*)
  50ff30b... xwayland: Log actual error message if available (*)
  121c5d2... meson: Expand on xwayland_initfd option description (*)
  4cc29cf... cursor-renderer/native: Refactor init to per-gpu (*)
  8abdf16... cursor-renderer/native: Handle GPU hotplug (*)
  adc38f9... window-actor/X11: Update shape, input and opaque region in  (*)
  be11525... window/x11: Add function to convert the surface to client a (*)
  2d09e95... window-actor/x11: Compute client area from surface size (*)
  304a103... window-actor: Add API to update regions (*)
  0b102af... xwayland: Update regions on texture updates (*)
  267f712... window-actor/x11: Use the new MetaShapedTexture API (*)
  0743381... window/x11: Rename `meta_window_x11_buffer_rect_to_frame_re (*)
  509e9ca... xwayland: Fix mime type atom list leak on DnD with more tha (*)
  531a195... monitor-config-manager: Respect layout mode when calculatin (*)
  d2a12ee... crtc-xrandr: Compare right coordinate when checking assignm (*)
  512bb7d... wayland: Don't crash when trying to fullscreen on inert wl_ (*)
  aba0b9e... keybindings: Move common window grab code out of X-only if  (*)
  5319949... kms-impl-device: Clean up state if drm resources disappear (*)
  df33255... cogl: Add main header for Cogl (*)
  6989fea... cogl: Fix build error when GL_ARB_sync is not defined (*)
  67dd0b4... keybindings: Avoid double calls to process_event() on the s (*)
  23da6c2... keybindings: Check the special modifiers specifically (*)
  0487e6f... input-settings: Wire up middle-emulation (*)
  0700f37... input-settings/x11: Fix typo in has_udev_property (*)
  074f497... input-settings: Specify middle-click-emulation key (*)
  4133b73... cursor-renderer/native: Skip hw cursor upload if we can't u (*)
  0053ef2... cogl-texture: Add some missing array annotations (*)
  b310e1d... clutter-stage: Add annotations to clutter_stage_capture (*)
  fa74da0... wayland/window: Ignore state changes for popups (*)
  db9b60c... wayland: Represent preedit string cursor offset in bytes (*)
  c9a5b2b... kms-impl-simple: Handle lack of cached mode set in flip fal (*)
  0a6034e... monitor-manager: Remove 'mirror' capability (*)
  ed4b80c... clutter/stage: Rename parameters to match documentation (*)
  a13d60a... Update Romanian translation (*)
  2ecbf6d... x11: Handle windowing errors while writing selection INCR d (*)
  c131a9b... backends/x11: Observe multiple pad mode switch buttons in a (*)
  1d20045... surface-actor: Fix memory leak (*)
  41130b0... surface-actor: Add culling offset for geometry scale (*)
  7fa7c2a... backends: use the enum name instead of a literal 0 (*)
  8592a85... wayland: Handle NULL preedit text (*)
  18b661c... backends: Add mapping function arg to settings_set_bool_set (*)
  ec1195e... backends: Fix configuration changes to tap[-and-drag] (*)
  1f00aba... backends: Add MetaInputDevice derivable class (*)
  3b88af9... backends/x11: Drop internal WacomDevice lookups (*)
  d052f9c... backends: Drop internal WacomDevice in MetaInputSettings (*)
  d4c070d... window: Really propagate effective on-all-workspaces settin (*)
  40fb06c... cogl-pango: Cache whether glyphs are backed up by a color f (*)
  3aece84... cogl-pango: Make color glyphs unaffected by foreground colo (*)
  3c4f5dd... core: Let pad mode switch events always go through MetaInpu (*)
  dcaa45f... backends/x11: Implement is_grouped for X11 (*)
  8699482... backends: Check both input settings and mapper for tablet m (*)
  238e41d... cogl: Install cogl-trace.h and include from cogl.h (*)
  6885c37... cogl: Mark exported cogl symbols using COGL_EXPORT (*)
  0462208... crtc-xrandr: Respect configured RANDR panning (*)
  62d0dd9... clutter-utils: Fix a couple of coding style issues (*)
  8beef8c... shaped-texture: Fix use-nearest check when viewports are sc (*)
  40c345d... cursor-sprite-xcursor: Emulate Wayland hotspot limitations (*)
  32c9951... clutter/actor: Inherit cloned painting when calculating res (*)
  3c15724... cursor-sprite: Add API to get dimension (*)
  343de21... monitor-transform: Add API to transform point (*)
  55cf1c1... kms/plane-assignment: Add API to set cursor hotspot metadat (*)
  a68e697... cursor-renderer-native: Set cursor hotspot metadata on plan (*)
  ac01e69... window-wayland: Don't use grab op for some other window whe (*)
  51cd8ae... ci: Add a new 'build-without-opengl-and-glx' step (*)
  95642d0... cogl/gl: Move shared functions to shared file (*)
  0534122... cogl/renderer: Remove documentation of nonexistent enum (*)
  3956ffd... cogl/driver: Remove GError from context_init (*)
  6aa5461... core: Demote tiff and bmp image formats in the clipboard ma (*)
  da600b8... cursor-renderer-native: Take panel-orientation into account (*)
  92710d8... clutter/stage-cogl: Check for buffer age early (*)
  2d94a34... cogl-pango: Honor foreground alpha PangoAttribute (*)
  d846fab... cogl-pango: Forward alpha from correct color (*)
  82778f7... window-actor: Shuffle some lines around (*)
  cdd27d0... window-actor: Clip before translate when blitting (*)
  37742c5... window-stream-src: Ensure initial frame is recorded (*)
  ea34915... window-stream-src: Implement cursor blitting (*)
  f6700f1... window-stream-src: Finish framebuffer after blitting (*)
  73250b8... clutter/actor: Add culling inhibiting API (*)
  fed5f4d... window-actor: Inhibit culling when blitting to screencast (*)
  ed10aea... cogl-pango: Special case alpha of 0 (*)
  e8ea5ec... cogl-pango: Factor in default color alpha again (*)
  9f31e72... backends/native: Release virtual buttons on dispose instead (*)
  2cfdbbd... clutter: Enable negative offsets in delete surrounding text (*)
  bb5ea05... wayland: Translate delete-surrounding properly to protocols (*)
  86f2885... cogl: Remove obsolete .map file (*)
  8748841... cogl: Export two more functions (*)
  aa136f4... cogl-pango: Special case alpha of 0 for color glyphs (*)
  2907ee9... wayland/pointer-constraints: Fix typo (*)
  dbe919e... wayland/surface: Check for surface role in meta_wayland_sur (*)
  09a6031... window-actor: Force full actor geometry sync when mapping (*)
  52e5d6f... Bump version to 3.36.1 (*)
  479fb05... Revert "Bump version to 3.36.1" (*)
  f98ca76... build: Post-release version bump (*)
  902302a... clutter/actor: Fix pick when actor is not allocated (*)
  059d214... tests/actor-pick: Remove tabs (*)
  7f488e3... tests/actor-pick: Allocate actor before picking (*)
  a8f6cad... x11: fix compilation if 'libwacom=false' (*)
  50e0ae3... clutter/actor-meta: Warn if an actor modifier is altered mi (*)
  223f033... clutter/offscreen-effect: Don't ever early out out of post  (*)
  5f5ce08... clutter/click-action: Do not process captured event if acti (*)
  5817779... clutter/layer-node: Rename CoglPipeline field to 'pipeline' (*)
  7d79ae7... cluter/layer-node: Remove CoglTexture from structure (*)
  625773f... clutter/layer-node: Trivial code cleanup (*)
  5d27e54... clutter/layer-node: Use non-deprecated cogl_texture_2d_new_ (*)
  7d2df52... clutter/offscreen-effect: Rename CoglPipeline field to 'pip (*)
  37eda49... cogl: Don't allow creating sized textures with 0 pixels (*)
  c389aad... cogl: Defend against empty or unallocated framebuffers (*)
  a6f9469... window-actor: Set viewport when blitting to screencast fb (*)
  1551b6d... Update Slovak translation (*)
  1301770... clutter/stage: Remove 'alpha' property (*)
  fe27a6e... clutter/stage: Remove hide/show cursor API (*)
  6f0e5b0... clutter/stage: Remove 'accept-focus' property (*)
  3f068d1... clutter/stage: Remove unused paint_data/notify fields (*)
  08431a1... clutter/stage: Remove ability to set custom perspective (*)
  8df3b21... window: Check aliveness a bit less aggressively (*)
  ce64ab5... ci: Rebase docker image to F32 (*)
  e74c2e4... clutter/stage: Don't assume stage relayouts reallocate ever (*)
  f0718c7... backends/x11: Fix access to WacomDevice (*)
  50fa002... backends/native: Translate coordinates of absolute motion e (*)
  ba34176... wayland/xdnd: Add error traps around Xdnd* IPC (*)
  f672d6e... clutter/text: Drop usage of ClutterPath (*)
  553372f... clutter: Drop CoglPaths handling from ClutterPaintNode (*)
  a5294ce... cogl: Remove CoglPath and the tesselator (*)
  5b30a52... wayland: preserve `xkb_state` on VT switch (*)
  ac52631... clutter/actor-meta: Add a new 'set_enabled' vfunc (*)
  7660ca2... clutter/effect: Override ClutterActorMeta.set_enabled (*)
  5b984c1... clutter/constraint: Override ClutterActorMeta.set_enabled (*)
  6aead84... clutter/offscreen-effect: Override ClutterActorMeta.set_ena (*)
  eb6e1f6... clutter: Remove drag and drop actions (*)
  f620f43... clutter/click-action: Release when disabling (*)
  633d5d1... clutter/gesture-action: Cancel gesture when disabling the a (*)
  676997e... clutter/click-action: Make sure to never schedule more than (*)
  0d0834f... Revert "clutter/click-action: Do not process captured event (*)
  23d0bdd... cogl: Remove unused fields from CoglContext (*)
  fbd6366... core: Add private function to get the current selection own (*)
  167fd07... x11: Forward current selection state when initializing X11  (*)
  3e967d7... input-settings: fix device list iteration (*)
  645d596... cogl: Use autopointers to free structs on return (*)
  1d75d5a... group: Free group if returning early (*)
  506e065... test-utils: Only initialize client when we're returning it (*)
  d0ef660... clutter: fix memleak in test error path (*)
  425a10d... clutter: Use #mesondefine (*)
  21b8ae1... monitor: Fix tile coordinate calculation (*)
  43baf64... monitor-config-manager: Only use crtc transform for assignm (*)
  b55e2e1... tests/monitor-unit-tests: Test non-hw-transform rotated til (*)
  bc350f3... renderer-native: Use CRTC layout in stage view (*)
  3d47c7e... cursor-renderer-native: Take CRTC transform into account (*)
  47002bf... wayland/surface: Put buffer reference on heap (*)
  282aada... drm-buffer/gbm: Support both surface and standalone buffers (*)
  0f8f607... window/x11: Use G_DECLARE_DERIVABLE_TYPE() (*)
  5dad87c... surface-actor-x11: Move window related unredirect logic to  (*)
  bc178b7... clutter/actor: Add semi-private API to check for transition (*)
  f361207... wayland: Make MetaWaylandBufferRef reference counted (*)
  f8ee974... wayland/buffer-ref: Add helpers for use count tracking (*)
  3da8c1b... cogl/onscreen: Add API to scanout a buffer directly (*)
  7530665... clutter/view: Make it possible to assign a temporary direct (*)
  3dd8861... renderer/native: Add API to get primary GPU (*)
  b9fe9c7... onscreen/native: Add API to check whether buffer is scanout (*)
  cb05b16... wayland/dma-buf: Don't advertise modifier support by defaul (*)
  03c00e4... wayland/dma-buf: Minor style fix (*)
  4b1805c... wayland/dma-buf: Handle getting dma-buf from detached buffe (*)
  ff7a42b... wayland: Add API to acquire a CoglScanout from a surface (*)
  d682cdb... util: Move MetaLater to its own file (*)
  dc4fe78... display: Initialize MetaCompositor in two steps (*)
  2e7d02f... later: Make MetaCompositor the owner of the MetaLaters stat (*)
  b51c468... later: Listen to MetaCompositor signal instead of clutter (*)
  65a6c4c... compositor: Add support for direct scanout of Wayland surfa (*)
  e485166... monitor-config-manager: Fallback to closed laptop lid confi (*)
  f15ce01... monitor-unit-tests: Ensure configuration is preserved in la (*)
  06d67b6... x11: XMaxRequestSize returns 4-byte units (*)
  967966c... x11: Flag flushes despite having less than the element size (*)
  a32cb71... x11: Intern INCR atom (*)
  e95c365... x11: Unset pending flush flag right before notifying on tas (*)
  8a2b828... x11: Ensure flush() Flushes all output stream data (*)
  7c939d7... x11: Only send SelectionNotify on first INCR chunk (*)
  0b21dcf... x11: Wait till data is flushed before notifying on the pend (*)
  04d429b... x11: Finish INCR transfers properly (*)
  d2c762c... x11: Don't invariably queue a pending delete request (*)
  7015bb3... x11: Don't exceed transfer size in INCR chunks (*)
  a4596be... x11: Fix iterative INCR property checks (*)
  655a783... x11: Don't stall on write_async() (*)
  1909977... x11: Do not trust there is task in error paths (*)
  4bdf9a1... core: Cater for reading selection in chunks (*)
  d4c3870... wayland: Shuffle wl_data_source.cancelled version checks on (*)
  0b6560f... wayland: Do not cancel old data source when setting new sel (*)
  1363246... wayland: Rely on MetaSelection::owner-changed for .selectio (*)
  6a3d521... wayland: Split MetaWaylandDataSource into a separate file (*)
  317f6c0... wayland: Move MetaWaylandDataSourcePrimary to its own file (*)
  91ef751... wayland: Move MetaWaylandDataOffer to its own file (*)
  4726f3d... wayland: Move primary data offers to their own file (*)
  5e8d8b9... wayland: Move the primary data device manager to its own fi (*)
  b7366b5... wayland: Drop unused struct variable (*)
  551a57e... Add read-only anonymous file abstraction MetaAnonymousFile (*)
  988da21... wayland/keyboard: Use MetaAnonymousFile to share keymap fil (*)
  efb0add... tests/wayland: Add a test for meta-anonymous-file (*)
  94b3c33... x11: Clear X11 selection source after unsetting owner (*)
  a7e63be... x11: Generalize x11 selection owner checks (*)
  5671f0a... x11: Allow X11 clients to clear the selection (*)
  6e0cfd3... kms: Make GSource ready by default (*)
  3611127... kms-impl/simple: Fix page_flip_data ref leak on fallback (*)
  1b33a5a... clutter/paint-context: Add paint flag (*)
  a4f55d4... clutter/paint-context: Allow passing redraw clip to offscre (*)
  424016d... stage: Pass paint context in phase callbacks (*)
  e849667... screen-cast-stream-src: Add getter for stride (*)
  b7bf42e... clutter/stage: Add API to paint to a custom target (*)
  90c4b64... stage: Only invoke paint phase callbacks when painting view (*)
  d2c3272... clutter/paint-context: Add 'no-cursors' paint flag (*)
  c4535fd... screen-cast: Add RecordArea for screen cast arbitrary area (*)
  43e12da... backend: Remove support for META_DUMMY_MONITORS variable (*)
  43295bd... Update German translation (*)
  793a9d4... clutter/stage-cogl: Fix painting the redraw clip with the d (*)
  bd45a00... window-actor/x11: Cache the frame bounds (*)
  d26dc4a... compositor: Only include meta-window-actor-wayland.h when b (*)
  4300f1f... remote-access-controller: Allow inhibiting remote access (*)
  61356ca... keybindings: Mask out the reserved modifiers mask (*)
  9e41f68... remote-access-controller: Make it build with -Dremote_deskt (*)
  5dfd86e... Bump version to 3.37.1 (*)
  aedf692... backends: move 'input_device' to HAVE_LIBWACOM scope (*)
  5201d77... keybindings: Use current monitor for move-to-center (*)
  c38fa4f... clutter: Remove CLUTTER_ACTOR_IN_REPARENT flag (*)
  5d58156... wayland/keyboard: Chain finalize up to the parent class (*)
  e073076... backends/native: Unset the correct button codes when a virt (*)
  18e7b81... tests/wayland: Don't test file sealing on the fallback case (*)
  a55a286... clutter: Remove deprecated 'ClutterState' (*)
  1cb59f4... clutter/layout-manager: Remove unused animation API (*)
  73cb96d... clutter: Remove 'ClutterAlpha' (*)
  e3c0fcf... tests/clutter: Add back redhand_alpha.png and light0.png (*)
  bc18438... clutter/box-layout: Make 'easing-mode' be an enum (*)
  da5be1f... clutter/animatable: Remove left-over vfunc (*)
  b46bc98... tests/clutter/conform: Remove left-over ClutterAnimator scr (*)
  322b51c... clutter: Remove ClutterAnimation (*)
  5c4938e... ci: Enable coverage reports in test build (*)
  24a0e72... ci: Remove the MALLOC_PERTURB_ definition (*)
  c7f2ae1... build: Add configuration summary line about coverage being  (*)
  132060d... ci: Save built artifacts only for the test build (*)
  76083d7... tests/test-client: Add commands to maximize/unmaximize (*)
  2ce622f... tests/test-runner: Plumb "resize" command (*)
  0f2a33c... tests/test-client: Add line breaks to warning messages (*)
  2ee3d53... tests/test-client: Make 'resize' client command include the (*)
  48de81b... tests/test-client: Remove shadow from X11 test client CSS s (*)
  476ef76... tests/test-runner: Add 'assert_size' command (*)
  62f449d... tests/test-runner: Add a 'wait_reconfigure' command (*)
  4571de5... tests/stacking: Add test to verify we unmaximize correctly (*)
  d14c8cf... tests/stacking: Check that unmaximize to new size works (*)
  9b8e5a0... tests/test-client: Add 'fullscreen' and 'unfullscreen' comm (*)
  449cbe1... tests/stacking: Test some maximize fullscreen interaction (*)
  668eb31... window: Add meta_window_untile() (*)
  033f0d1... window: Set fall-back tile monitor if not set (*)
  e09e62d... tests/test-runner: Add tile and untile commands (*)
  989e2cc... tests/restore-size: Also test that untiling restores correc (*)
  c97c409... tests/test-runner: Add 'move' and 'assert_position' (*)
  b4972f5... tests/stacking: Add test for checking restored positions (*)
  82470cd... tests/stacking: Add test checking the initial size (*)
  bd28581... monitor-manager: Remove "supports-mirroring" from D-Bus des (*)
  1880e22... clutter-actor: Remove unused clutter_actor_get_allocation_v (*)
  e06daa5... tests/monitor-transform: Test only valid enums (*)
  d823a54... monitor-transform: Don't call abs on non-negative enum (*)
  6f62c5b... core/place: Use work area when centering new window. (*)
  38db4a5... wayland/wl-output: Emit "output-destroyed" signal earlier (*)
  696b534... wayland/surface: Send enter event when a client binds to wl (*)
  d9fb6b5... wayland/surface: Connect to "output-destroyed" in surface_e (*)
  cfa2d1a... shaped-texture: Add a few explanatory comments (*)
  dec97a6... tests/monitor-transform: Also test invert() (*)
  f3a65c9... tests/monitor-test-utils: Remove unused function definition (*)
  7cc604b... tests/monitor-unit-tests: Use TestCaseSetup for building Te (*)
  531b0ab... tests/monitor-unit-tests: Use TestCaseExpect for checking c (*)
  ae7cb7a... tests/monitor-unit-tests: Check test state outside of commo (*)
  3c35a78... tests/monitor-store-unit-tests: Rename some structs (*)
  a51807f... tests: Move monitor test functions into common utils (*)
  fd27c7c... cogl: Delete a duplicate (masked) variable declaration (*)
  73ce9c2... cogl: Replace an outdated #ifdef (*)
  a3f27df... cogl: Ensure GL_TEXTURE_MAX_LEVEL is set before using it (*)
  f4301b7... cogl: Generalize `maybe_update_max_level()` into `set_max_l (*)
  c5fbab6... cogl: Add new function cogl_pipeline_set_layer_max_mipmap_l (*)
  7a0bc5a... background: Limit mipmap levels to avoid loss of visible de (*)
  819f9af... shaped-texture: Fix typo in documentation (*)
  b0953b9... clutter/stage-cogl: Remove scale_and_clamp_rect() function (*)
  d9ffbf0... clutter/stage-cogl: Don't clip when clipped redraws are dis (*)
  8c52b43... clutter/stage-cogl: Stop doing subpixel compensation (*)
  3fed768... clutter/stage-cogl: Don't push scissor clip with one clip r (*)
  afe4cd4... clutter/stage-cogl: Stop painting redraw clip outline (*)
  08f47fe... clutter/stage-cogl: Check for DISABLE_CLIPPED_REDRAWS earli (*)
  066e78c... clutter/stage-cogl: Warn if the fb_clip_region is empty (*)
  43c7a82... clutter/stage-cogl: Cleanup setting of the damage history (*)
  967511b... clutter/stage-cogl: Don't intersect the damage region with  (*)
  434845d... clutter/stage-cogl: Don't loop through region rects twice (*)
  fbfa136... clutter/stage-cogl: Cleanup damage history (un-)scaling a b (*)
  7e4e371... wayland: Send clipboard offers to all data devices from the (*)
  b45d5ef... wayland: Send primary offer to all data devices from the sa (*)
  037b68a... wayland: Rename gtk primary protocol files to "legacy" (*)
  55f5177... build: Build scaffolding for primary-selection wayland prot (*)
  2becb3d... wayland: Add support for wayland-protocols primary selectio (*)
  3c068ef... wayland/surface: Simplify state cleanup after merge (*)
  1d5f9b6... backend-x11: Reintroduce XInitThreads (*)
  a7bf632... clutter/actor: Use priv->parent instead of public API somet (*)
  283cccb... backends: Ensure remote desktop dbus interface state (*)
  c8837a8... backends: Make uniform checks on remote desktop input dbus  (*)
  4729cb7... clutter/stage: Stop using DELEGATE_LAYOUT allocation flag (*)
  24d7a7a... clutter: Remove DELEGATE_LAYOUT allocation flag (*)
  affb3de... clutter/actor: Don't layout children inside set_allocation( (*)
  7ae6e01... clutter/actor: Remove clutter_actor_maybe_layout_children() (*)
  04e9833... clutter/stage: Remove ABSOLUTE_ORIGIN_CHANGED flag from deb (*)
  0a986fc... clutter/tests: Remove usage of ABSOLUTE_ORIGIN_CHANGED flag (*)
  dc8e5c7... clutter/actor: Replace ABSOLUTE_ORIGIN_CHANGED flag with a  (*)
  3c29bf7... clutter: Remove allocation flags (*)
  787d9a5... clutter: Use notify::allocation instead of allocation-chang (*)
  e50e14a... clutter/actor: Remove "allocation-changed" signal (*)
  c14ba59... clutter/tests: Stop using deprecated BoxLayout API (*)
  82d96ae... clutter/box-layout: Remove deprecated API (*)
  a1be7cd... tests/clutter: Don't test BoxLayout's child properties (*)
  11f224f... clutter/box-layout: Remove child meta (*)
  dac09a8... window: Use client PID for meta_window_get_pid() (*)
  c971d6e... window: Remove support for _NET_WM_PID (*)
  bc0b9f7... window: Use pid_t for get_client_pid() vfunc (*)
  70ba844... window: Return pid_t in meta_window_get_pid() (*)
  4fac1a4... window: Cache the client PID (*)
  b97a6e6... window: Add a note about the trustworthiness of the client  (*)
  dbf47b6... wayland/dma-buf: Handle failing to import scanout DMA buffe (*)
  7343b8d... wayland/dma-buf: Make gbm_bo import function better named (*)
  73a4363... renderer: Change 'set_legacy_view()' to 'add_view()' (*)
  96dd794... screen-cast-stream-src: Don't throttle if max framerate is  (*)
  dfed5f6... stage-x11: Clean up include macros (*)
  8a541c0... stage-x11: Move view management to renderer (*)
  c8e12ea... screen-cast-src: Notify about the stream being closed after (*)
  8c131b3... clutter/actor-meta: Use G_DECLARE_DERIVABLE_TYPE (*)
  c42c115... clutter: Use G_DECLARE_DERIVABLE_TYPE for ClutterAction and (*)
  106d332... backend/xcursor: Support a "blank" cursor type (*)
  0fbda36... native: Return an error if no drm devices are found (*)
  e12b2c4... clutter/actor: Use priv->allocation instead of get_allocati (*)
  e68bb27... wayland/actor-surface: Don't listen to notify::position sig (*)
  2791f5b... clutter/actor: Make has_mapped_clones() factor in parent ac (*)
  79d981a... wayland/actor-surface: Factor in mapped clones in mapped ch (*)
  c65f63b... wayland/actor-surface: Don't notify geometry-changed on map (*)
  4434a17... cogl/dma-buf-handle: Pass more metadata to handle construct (*)
  9bf6faf... output: Add name getter (*)
  6db94a0... clutter/stage-view: Add name property (*)
  f4d9953... renderer-native: Move shadow fb construction to the stage v (*)
  675a2d1... clutter/stage-view: Move shadowfb struct fields into anonym (*)
  c4949b5... clutter/stage-view: Move fb viewport and projection setting (*)
  19550c2... clutter/stage-view: Change set_dirty..() API to invalidate. (*)
  f60c485... cogl: Make private BLIT_FRAMEBUFFER feature public (*)
  346cade... renderer/native: Only enable shadowfbs if we can blit (*)
  4e27a4e... clutter/stage-view: Always use cogl_blit_framebuffer() from (*)
  db975bd... clutter/stage-view: Simplify painting of offscreen slightly (*)
  03c65b9... region-utils: Make transform util const correct (*)
  9d3e4fd... clutter/stage-cogl: Use buffer age when view monitor is rot (*)
  258f859... clutter/stage-view: Only paint redraw clip from offscreen (*)
  9e34028... clutter/stage-cogl: Only construct damage array if it'll be (*)
  8798325... clutter/stage-view: Only blit the damage part of the shadow (*)
  ae4d299... clutter/stage-cogl: Extract damage history logic (*)
  5b07ccd... cogl/dma-buf: Add API to synchronize reading (*)
  f8daa6b... cogl/dma-buf: Add mmap/munmap helpers (*)
  c2c4f74... clutter/stage-view: Add tile based shadow damage detection (*)
  5aa56aa... clutter/stage-cogl: Remove unneeded helper (*)
  8e1bd64... clutter/stage-cogl: Use view fb instead of onscreen fb for  (*)
  b800380... clutter/stage: Make clutter_stage_schedule_update() always  (*)
  99c9a14... clutter/stage: Make clutter_stage_schedule_update() public  (*)
  510cbef... surface-actor: Move out some X11-ism to X11 subclass (*)
  1571f80... Reshuffle Wayland initailization (*)
  e8b09df... wayland/compositor: Pass backend when constructing (*)
  066bc59... wayland: Drive frame callbacks from stage updates (*)
  0b6a316... clutter/text: Also queue relayout if the actor has no valid (*)
  c3bf10d... cogl test-premult: Don't free texture data until CoglBitmap (*)
  a3cc62c... cogl tests: Force defined behaviour for 24-bit left-shifts (*)
  38bbd95... backends/x11: Implement ClutterSeat::touch-mode for the X11 (*)
  f8e2234... backends/native: Drop external keyboard detection for ::tou (*)
  c5b1bdc... tests/stacking/restore-position: Always use wait_reconfigur (*)
  97175f8... screen-cast-src: Destroy hash dmabuf table after stream (*)
  c823b5d... renderer-native: Don't leak DMA buffer CoglFramebuffer (*)
  9f121a2... clutter/actor: Always reset absolute_origin_changed after r (*)
  0a37c32... clutter/actor: Update absolute_origin_changed inside set_al (*)
  7abf0f1... clutter/stage: Set viewport without getting the last alloca (*)
  3810475... clutter/stage: Make set_viewport() a static method (*)
  9b39e37... clutter/actor: Notify hidden actors about absolute allocati (*)
  720360b... clutter/actor: Don't allocate actors if only the absolute o (*)
  59a2bff... cogl tests: Normally skip tests that are not expected to su (*)
  dcb42d3... clutter/actor: Sanity check new allocations (*)
  f61d4b4... Bump version to 3.37.2 (*)
  8d84449... test-runner: Wait before finding MetaWindow when showing (*)
  7b45de9... tests/test-client: Disable shadow for Wayland client too (*)
  050c21c... tests/clutter/conform: Don't run tests in parallel (*)
  1b2af28... tests/clutter/conform: Default to print test logs (*)
  dd16fac... tests/clutter: Port timeline tests to current test suite (*)
  73da901... tests/clutter: Port timeline-interpolate to current test su (*)
  420ca31... tests/clutter: Port timeline-progress to current test suite (*)
  d742f93... tests/clutter: Port timeline-rewind to current test suite (*)
  75b5e07... clutter/timeline: Add meaning to constructor argument varia (*)
  84f55d3... clutter/pan-action: Clean up line lengths (*)
  08b30d6... clutter/timeline: Remove deprecated 'loop' property (*)
  a05dd81... clutter/timeline: Remove clutter_timeline_clone() (*)
  9fc428f... clutter/stage: Remove unused function clutter_stage_ensure_ (*)
  25f9406... compositor: Get the stage via the backend (*)
  6754195... clutter/script-parser: Don't skip construct parameters when (*)
  1a915f0... clutter: Remove CLUTTER_REPAINT_FLAGS_QUEUE_REDRAW_ON_ADD (*)
  faa831f... backend: Remove cursor renderer construction fallback (*)
  e3c332f... backend: Remove unused freeze/thaw functions (*)
  7876018... backends/native: Get clutter backend from backend (*)
  55302db... cursor-renderer: Pass backend to constructor (*)
  83ee122... cogl/frame-info: Stop passing the CoglOutput (*)
  01609de... clutter/stage: Clear pick stack when hiding (*)
  007d27f... tests/conform: Use the clutter stage from mutter (*)
  7222bdd... tests/clutter/timeline: Lower FPS even further (*)
  1eaf9e5... tests/clutter/timeline-interpolate: Maximize error toleranc (*)
  f712387... compositor: use XDG_CONFIG_HOME as initial lookup path for  (*)
  a031ac0... core: Fix memory selection source leak after clipboard owne (*)
  019643b... core: Free clipboard selection source on shutdown (*)
  dd32ff0... wayland: Free selection streams streams after transfer (*)
  99c9f4c... wayland/data-device: Don't create and leak unused memory on (*)
  455de5d... clutter/align-constraint: Listen to queue-relayout signal o (*)
  4d7c8d6... clutter/actor: Mark offscreen-redirect property as flag eve (*)
  90c20b1... clutter/actor: Disconnect from "layout-changed" signal on d (*)
  dfe3389... meson_options: Use libGLESv2.so.2 for COGL_DRIVER=gles2, no (*)
  e27d270... clutter/stage: Add private method to get the stage-views of (*)
  670f4f2... clutter/stage: Remove _clutter_stage_get_max_view_scale_fac (*)
  8127494... clutter/stage: Rename update_resource_scales to clear_stage (*)
  675a97d... clutter/actor: Add API to get the stage-views an actor is p (*)
  18c792d... clutter/actor: Emit a signal when the stage-views an actor  (*)
  0f97196... clutter/actor: Don't traverse whole actor tree for updating (*)
  49e983b... tests: Add a test for ClutterActors stage_views() API (*)
  268336c... clutter/actor: Allow animating content properties (*)
  74c0d91... stack-tracker: Fix coding style of meta_stack_op_apply() (*)
  53f61f3... stack-tracker: Don't log warnings on race conditions (*)
  a1b3d1a... Introduce MetaBackgroundContent (*)
  6bd382a... background-actor: Use MetaBackgroundContent (*)
  6d75b4f... background-content: Simplify method call (*)
  ca0156e... background-content: Render background slices relative to ac (*)
  932340a... background-content: Shut up warning (*)
  0bfb995... clutter/actor-box: Allow marking boxes as uninitialized (*)
  eb9cd38... clutter/actor: Set initial allocation to uninitialized Clut (*)
  620dcf3... clutter/actor: Properly detect uninitialized allocations wh (*)
  569a183... crtc: Move renderer private to MetaKmsCrtc (*)
  2724f36... tests/monitor-unit-tests: Set initial state during backend  (*)
  2ebd43c... crtc: Move MetaGpu field to instance-private (*)
  f4fd92d... output: Move MetaGpu field to instance private (*)
  a42eed0... crtc: Move CRTC id field into instance private (*)
  e063947... output: Move winsys_id into instance private and rename to  (*)
  55719af... output: De-glib:ify some struct field types (*)
  9186b6d... monitor-manager: Remove is_dirty from MetaCrtc and MetaOutp (*)
  f71316c... output: Move configureable state to instance private (*)
  b69111d... monitor-manager: Rename *Info structs to *Assignment (*)
  9bcf1d0... monitor-manager: Remove useless comment (*)
  46e3d20... tests/monitor-unit-tests: Make hotplug mode part of test se (*)
  1406348... output: Move output info to MetaOutputInfo struct (*)
  c3fc602... crtc: Move all_transforms field into instance private (*)
  092c530... crtc: Move MetaCrtcConfig field to instance private (*)
  6697b0d... output/xrandr: Fix include guards (*)
  574b49e... monitor: Check hotplug update mode before getting suggested (*)
  26ddb07... monitor-manager-dummy: Remove redundant suggested_x/y setti (*)
  4920b50... tests/monitor-unit-tests: Only set suggested_x/y when relev (*)
  4a4f2d8... output: Make implementations inherit MetaOutput (*)
  1ce9e37... crtc: Make implementations inherit MetaCrtc (*)
  980ece9... crtc: Move out MetaCrtcMode into its own file (*)
  4b37c2e... crtc-mode: Move away fields from public MetaCrtcMode struct (*)
  352c2ec... output-kms: Remove old FIXME (*)
  0907876... crtc-kms: Make KMS CRTC mode a type inheriting MetaCrtcMode (*)
  590b9b8... clutter/align-constraint: Add pivot-point property (*)
  77d359c... clutter/align-constraint: Don't take source actors position (*)
  49408e8... Revert "crtc-kms: Make KMS CRTC mode a type inheriting Meta (*)
  94fb821... backends/native: Fix input device touch hash table leak (*)
  51a8193... wayland/keyboard: Fix anonymous file leak on repeated keyma (*)
  bad1a7f... backends-x11: Remove g_new0 overwriting g_object_new (*)
  e089e53... crtc-kms: Make KMS CRTC mode a type inheriting MetaCrtcMode (*)
  19b467a... crtc-kms: Include MetaCrtc in MetaCrtcKms struct (*)
  6414b8c... clutter/stage: Set the right type for the paint-view argume (*)
  d12dc99... window-actor: Allow syncing actor geometry while effect is  (*)
  fb474fb... window-actor: Make freezing and thawing of actor updates pu (*)
  e6a9332... window-actor: Don't freeze actor updates during the size-ch (*)
  e09ac67... window-actor-x11: switch the signal callback argument and d (*)
  0ba15df... clutter/stage: Don't do newly queued relayouts after alloca (*)
  d4457d1... clutter/seat: Fix a typo in an introspection doc (*)
  45c14f7... clutter/seat: Add private method to peek list of input devi (*)
  8de91f1... clutter/stage: Switch to clutter_seat_peek_devices() (*)
  7539de2... clutter/input-device: Make clutter_input_device_get_actor() (*)
  b36cfb5... clutter/stage: Don't update modifier state when queuing eve (*)
  cb0cc42... clutter: Also remove event sequences on TOUCH_CANCEL events (*)
  0ab1a9f... clutter/actor: Clean up clutter_actor_event() (*)
  e5ea8f5... stage/x11: Check that message is WM_PROTOCOLS before assumi (*)
  7905000... wayland: Avoid popup grab focus changes if there's an impli (*)
  e216d9c... clutter/stage: Make paint_to_buffer use the correct texture (*)
  d133f94... cogl: Introduce and use cogl_context_is_hardware_accelerate (*)
  d6f5ac5... cogl: Remove now-unused CoglGpuInfo (*)
  1285619... cogl: Move GL context/version details into the driver (*)
  462df7e... cogl: Move some GL-specific GLSL details into the driver (*)
  4ff58cc... cogl: Move some pre-layer-change-notify code into the drive (*)
  e03c75b... cogl: Add a slot for driver-private state to CoglContext (*)
  245977e... cogl: Move texture unit state to CoglGLContext (*)
  e2c2a33... cogl: Add and use sampler init/free hooks in the CoglDriver (*)
  0b6f5c6... cogl: Move GL-specific uniform code to the driver vtable (*)
  ca79073... cogl: Move graphics reset status into the driver vtable (*)
  1f5d6a0... cogl: Remove unused driver includes (*)
  ab9f241... cogl: Remove some dead stores not flagged by the compiler (*)
  1398c6d... cogl: Remove some unused #define GL_BLAH safeties (*)
  ad50d2c... clutter/actor: Always query layout manager when getting siz (*)
  0c1e5b4... clutter/clone: Use scale factor of 1.0 for Z axis (*)
  6ea0f8f... clutter/clone: Build scale factor for transformation during (*)
  5c5dcd5... bind-constraint: Don't update preferred size if source cont (*)
  c3d1320... tests/stacking: Avoid random failures in focus tests (*)
  f5c8e0d... window/x11: Don't stop early when trying to find default fo (*)
  3187fe8... shaped-texture: Reintroduce clip_region (*)
  f511f94... clutter-stage-cogl: Fix uninitialized variable `use_clipped (*)
  2e5b767... gpu/kms: Turn off CRTCs as well for DPMS (*)
  be59b51... wayland: Remove a couple of stray newlines (*)
  d6af596... wayland/shell: Apply geometry after subsurface state applic (*)
  4c0aa2a... wayland/xdg-shell: Don't use xdg_surface private to get win (*)
  d830d98... tests/stacking: Don't test for time-dependent intermediate  (*)
  d85c3c1... tests/stacking: Add test for when no default focus window c (*)
  e5542c3... shaped-texture: Use the REPLACE combine function on opaque  (*)
  387a13f... clutter/actor: Drop depth property and functions (*)
  82b7106... clutter/main: Remove clutter_get_actor_by_gid (*)
  0b4cf9c... clutter/actor: Remove push/pop_internal declarations (*)
  59e454f... clutter/actor: Remove clutter_actor_set_parent (*)
  237f277... clutter/actor: Remove clutter_actor_unparent (*)
  d4953c7... clutter/actor: Remove clutter_actor_show_all (*)
  8d83dec... clutter/stage: Subclass ClutterActor (*)
  ce3e293... clutter: Drop ClutterGroup (*)
  ae49f89... clutter/stage: Remove color property (*)
  d4993c4... clutter/stage: Remove all deprecated functions (*)
  d54b10b... clutter/timeline: Remove empty deprecated header (*)
  2802d35... Drop ClutterBox (*)
  e884ba7... tests: Replace ClutterRectangle with ClutterActor (*)
  2e086c7... Drop ClutterRectangle (*)
  dc4cb56... clutter/actor: Remove rotation center (*)
  031098a... tests: Drop anchor-related parts of the actor-anchors test (*)
  dbce29a... clutter/actor: Remove scale center and gravity (*)
  7146a6d... clutter/actor: Remove anchor points and gravity (*)
  88141f1... tests: Rename actor-anchors to actor-pivot-point (*)
  7f12099... clutter/box-layout: Add spacing when computing opposite ori (*)
  37256cb... clutter/box-layout: Request the correct size for homogeneou (*)
  bb4e87b... shaped-texture: Make set_opaque_region() private (*)
  1142f06... shaped-texture: Clean up set_opaque_region() (*)
  c1933cf... workspace: Add :active convenience property (*)
  b852450... remote-desktop: Check for screencast only when required (*)
  9823a0f... background-content: Fix an x/y mixup (*)
  162aec7... clutter: Replace ClutterActors resource-scale property with (*)
  802b24a... clutter/backend: Introduce a fallback scale set to primary  (*)
  4a72ac0... clutter/actor: Use stage-views list for resource scales (*)
  98df2db... clutter/actor: Always return a resource scale in get_resour (*)
  280429b... clutter: Add private API to support resource scale affectin (*)
  c5159e3... clutter/text: Enable relayout on resource-scale changes (*)
  64304b0... clutter/actor: Cache transformations applied using apply_tr (*)
  df4eeff... clutter/actor: Invalidate stage-views on transformation cha (*)
  8664667... surface-actor: Add culling offset for geometry scale - take (*)
  da633dc... clutter/actor: Allocate with the same box if deferred due t (*)
  96a108e... clutter: Add a simple frame clock base (*)
  e743b36... clutter/frame-clock: Handle immediate present feedback (*)
  51ee41e... tests/frame-clock: Test delayed schedule update (*)
  8f96885... tests/frame-clock: Check that no damage doesn't ever dispat (*)
  7e27fb6... clutter/frame-clock: Add API to schedule next frame immedia (*)
  b18d4fc... tests/frame-clock: Add schedule-update-now test (*)
  6ffdfff... frame-clock: Add basic tracing (*)
  cae5b99... frame-clock: Add callback before the actual frame callback (*)
  a132c8d... frame-clock: Add API to inhibit/uninhibit updates (*)
  9676db4... clutter/master-clock: Move out private timeline declaration (*)
  3c4efd1... frame-clock: Pass timestamp to frame callback (*)
  c302f4d... frame-clock: Make it possible to drive timelines (*)
  a0d8766... tests/clutter: Add frame clock timeline test case (*)
  f31a7ac... clutter/timeline: Add helpers to remove/add timeline to som (*)
  9b054f4... clutter/timeline: Add running timeline to frameclock if it  (*)
  ca82cde... tests/frame-clock: Add test that switches frame clock mid t (*)
  59eebd6... clutter/stage-view: Pass a pointer to the stage during cons (*)
  62f2515... clutter/stage: Always check stage views when checking for f (*)
  3345070... clutter/stage: Add 'pending_finish_queue_redraws' state (*)
  9ed463b... renderer-view: Keep track of what CRTC it is associated wit (*)
  feb4444... renderer: Add API to get a view list for a monitor (*)
  b9a52ec... screen-cast: Only check queued-redraw on the relevant views (*)
  14dfe92... clutter/stage: Move out tracing from do_update() to callees (*)
  b45cea3... clutter/stage: Rename find-devices-to-update function (*)
  3944daf... clutter/stage: Find devices to update after finish queue re (*)
  69d0ff4... clutter/stage: Move device updating to helper (*)
  5e7ce7e... clutter/stage-view: Move frambuffer prop setting into helpe (*)
  1e284c6... clutter/stage-view: Move framebuffer sanity check into help (*)
  fc0b8f9... laters: Use clutter_stage_schedule_update() instead of time (*)
  ff5f77f... clutter/stage: Expose stage update helpers (*)
  203c20d... clutter/timeline: Add way to associate a timeline to an act (*)
  2b95ec4... clutter/timeline: Deprecate timelines without an actor or f (*)
  bb73038... clutter/stage-view: Give a stage view a refresh rate (*)
  f086eaf... Gather all time unit conversion helpers in one place (*)
  ff65c95... frame-clock: Pass frame info when notifying presented (*)
  31a3b1b... clutter: Include semi private cogl API (*)
  2a6e8bd... cogl/onscreen: Let swap buffer caller create frame info (*)
  c00a8e9... clutter/cogl: Take over global frame count responsibility (*)
  2e358f3... clutter/stage-view: Have each stage view create its own fra (*)
  3aff755... clutte/stage-view: Add refresh rate getter (*)
  f9eb140... clutter/actor: Add API to pick frame clock (*)
  847e89d... clutter/frame-clock: Handle reschedule then dispatch result (*)
  1de4366... clutter: Include clutter-frame-clock.h from clutter.h (*)
  34be97d... clutter/stage-view: Expose frame clock getter (*)
  de99dd7... clutter: Remove multi thread mutexes (*)
  2afe3e9... clutter/stage: Add signals for different update stages (*)
  110ed7f... laters: Use 'before-update' signal from stage (*)
  551101c... compositor-x11: Move synchronization to before-update (*)
  468bf81... surface-actor: Remove 'pre-paint' vfunc (*)
  ae7cc04... compositor: Remove 'pre-paint' signal (*)
  5f729ea... clutter/stage: Only emit "presented" on completion event (*)
  9daec23... cursor-renderer: Use 'after-paint' stage signal instead pai (*)
  578c307... compositor: Remove unused stage pointer (*)
  8cff3b8... wayland/compositor: Process frame callbacks on 'after-updat (*)
  37326e4... compositor: Use stage signals instead of clutter repaint ca (*)
  1f89571... renderer-x11-cm: Initialize screen stage view in one step (*)
  57a2f7b... renderer: Use 'add_view()' when adding CRTC views (*)
  a9a9a0d... clutter: Paint views with individual frame clocks (*)
  190e285... tests/stage-view: Remove unnecessary warning supression (*)
  59a38fc... tests/stage-view: Check that hotplugging reestablishes view (*)
  feb8bfa... clutter/frame-clock: Add refresh rate getter (*)
  20becd7... clutter/stage-view: Export refresh rate getter symbol (*)
  442f34b... tests/stage-view: Test that actors pick the right frame clo (*)
  e12ce70... tests/stage-view: Test that timelime adapts to actor moving (*)
  d29c8e2... clutter/frame-clock: Add explicit destroy function (*)
  d77bcb9... clutter/animatable: Add way to get an actor from an animata (*)
  f9be670... tests/frame-clock: Check that destroy signal is emitted (*)
  aa34f6a... clutter/actor: Pick frame clock of parent if not on any vie (*)
  4b8bb46... clutter/transition: Get timeline actor from animatable (*)
  2f4d50c... clutter/actor: Add API to check whether actor or clone is o (*)
  1ecdaa6... wayland: Respond to frame callbacks also if a clone was pai (*)
  5b0a7b3... clutter/timeline: Wait for stage if no frame clock is avail (*)
  0678198... clutter/timeline: Warn if started with a detached actor (*)
  2f1f47d... x11: Look up reason for selection clear events from XFixes (*)
  dbff32e... clutter-backend: Default to scale 1 (*)
  826573c... Fix broken markup in Hausa UI translation (*)
  ae83a61... clutter/actor: Remove actors from shallow relayout list whe (*)
  249274c... clutter/actor: Pass stage as user_data when unrealizing (*)
  3a47455... cogl-texture-2d: Flush the journal before mipmapping (*)
  32dbcd9... background-content: Mipmap background texture rendering (*)
  d722e59... window-actor/wayland: Remove custom get_paint_volume() vfun (*)
  dfa235a... clutter/actor: Add API to get fixed position (*)
  03d177c... clutter/actor: Add position argument to allocate_preferred_ (*)
  65aa476... tests/stage-view: Keep old stage views alive on hotplug (*)
  30d9d19... Bump version to 3.37.3 (*)
  ecaaccb... background: Use NEAREST filtering when the texture is the m (*)
  7b35ed8... screen-cast-src: Make the two record vfuncs more similarly  (*)
  0382312... screen-cast/window-stream-src: Fix indentation (*)
  cea0722... screen-cast/src: Add flag to maybe_record() (*)
  882967d... screen-cast: Let the reason for recording determine what to (*)
  047da80... screen-cast/src: Make record functions return an error when (*)
  7adc24d... screen-cast/src: Fix signedness of timestamp field (*)
  9bab8e8... screen-cast/src: Record follow up frame after timeout (*)
  50634d4... screen-cast/src: Use G_USEC_PER_SEC instead of 1000000 (*)
  d67ba3e... screen-cast/src: Remove follow up timeout source on disable (*)
  775ec67... Add tap-button-map and tap-and-drag-lock support to X11 and (*)
  1faba58... Update Friulian translation (*)
  7658e07... Include the pkgconfig-specified gdesktop-enums.h (*)
  224db78... Update Brazilian Portuguese translation (*)
  0aa4bab... kms: Use custom page flip function when retrying failed fli (*)
  ac6990e... build: Depend on an up-to-date gsettings-desktop-schemas (*)
  7b79fce... Fix segfaults on 32-bit systems. (*)
  e1c4e55... x11: Handle selection windows being destroyed before new se (*)
  c7d1424... x11: Add STRING/UTF8_STRING targets for selection sources l (*)
  d0ee02f... cleanup: Remove duplicate semicolons in C code (*)
  ca64a30... surface-actor: Restore drop shadow with server-side decorat (*)
  2c08eb6... build: bump ABI to sysprof-capture-4 (*)
  109fbdb... clutter/actor: Add get_transformed_extents (*)
  14cd78a... screen-cast: Add screen cast flag to streams (*)
  153357c... screen-cast: Add 'is-recording' option to record methods (*)
  34579d7... remote-access-handle: Add 'is-recording' property (*)
  5ed97f3... Update Catalan translation (*)
  17417a8... cleanup: remove controversial naming (*)
  f894f5c... wayland: Add API to launch trusted clients (*)
  593e610... clutter: Remove unused flag CLUTTER_FEATURE_SWAP_THROTTLE (*)
  f3ad63e... Remove unused flag COGL_WINSYS_FEATURE_SWAP_THROTTLE (*)
  4c513e3... backends/native: Remove unused `meta_gpu_kms_wait_for_flip` (*)
  5ea0034... renderer/native: Remove left-over comment (*)
  769997b... ci: Explicitly specify job dependencies (*)
  7564c2f... kms: Skip displays with 'non-desktop' property set (*)
  305fcd0... clutter-stage: Add `gl-video-memory-purged` signal (*)
  2de69cd... clutter-offscreen-effect: Invalidate cache on gl-video-memo (*)
  4a125e7... cursor-tracker: Move struct definition into .c file (*)
  59a2fc4... cursor-tracker: Move struct fields into instance private (*)
  c23b675... cursor-tracker: Keep a pointer to the backend (*)
  f5958fa... stage: Keep a pointer to the backend (*)
  d8be2a8... stage: Use g_list_foreach instead of manual for loop (*)
  fcf7c4d... cursor-renderer: Always keep the cursor overlay on the stag (*)
  3abbfef... cursor-tracker: Add X11 cursor tracker backend (*)
  b319add... cursor-renderer: Remove unneeded NULL check (*)
  e1f25b7... cursor-sprite: Don't NULL check realize_texture() vfunc (*)
  b24b95d... cursor-tracker: Only emit 'cursor-moved' if it moved (*)
  eeee7be... cursor-tracker: Add way to force tracking cursor position (*)
  b4a8247... screen-cast: Track and always record cursors (*)
  1743887... clutter: Expose clutter_stage_paint_to_(frame)buffer() (*)
  a80b0f3... clutter: Remove old split capture based screen shooting API (*)
  3d19b8f... cursor-tracker: Move out more X11:isms to the X11 backend (*)
  5f5ef70... cursor-tracker/x11: Don't leak xfixes cursor sprite (*)
  a10f35c... cursor-renderer: Keep ref to displayed cursor sprite (*)
  2d010c9... cursor-renderer: Disconnect the overlay cursor from the dis (*)
  fc778e2... cursor-tracker/x11: Also update sprite when updating positi (*)
  598f536... cogl/bitmap-packing: Use hexadecimals for bit masks (*)
  2fc8841... cogl: Add private feature flags for 10 bpc and 16 bpc forma (*)
  b191f89... cogl/gles2: Add support for actual 10 bpc formats (*)
  6777a54... cogl: Add 64 bit half-point pixel RGBA formats (*)
  d6b5f89... cogl: Add API to check whether a format is supported by the (*)
  5a8e4da... wayland/shm: Send error if client uses unsupported format (*)
  2d6040e... wayland/shm: Advertise support for RGB565 (*)
  115de30... wayland/shm: Add ARGB2101010 formats and friends (*)
  8e673d5... wayland/dma-buf: Advertise support for XRGB2101010 too (*)
  d3f629b... wayland/shm: Advertise support for 64 half point RGBA forma (*)
  a54a01d... wayland/dma-buf: Advertise support for 64 half point RGBA f (*)
  2611ee1... ci: Add gnome-shell runtime dependencies (*)
  7c2c3e7... Update Ukrainian translation (*)
  c8f30be... Update French translation (*)
  623d562... Bump version to 3.37.90 (*)
  adf513c... Update Galician translation (*)
  a13c307... frame-clock: Fix indentation (*)
  fb0f036... stage-view: Add clutter_stage_view_destroy() (*)
  9bcb03a... clutter/actor: Make frame clock picking semi private API (*)
  07e964e... clutter/actor: Return the actor used when picking clock (*)
  c6fc3a8... stage/x11: Only resize X11 CM stage in response to Configur (*)
  06c4841... clutter/timeline: Listen to 'stage-view-changed' on picked  (*)
  090c72b... tests/stage-view: Test timelines notice stage views changin (*)
  9581e9e... tests/stage-view: Test timeline updates clock when parent m (*)
  e0562f1... Updated Spanish translation (*)
  c7429e8... clutter/main: Use "is display server" state to decide a11y  (*)
  28cb025... clutter: Remove DELETE event, signal and vfunc (*)
  787bc3d... tests/clutter: Make $DISPLAY non-optional (*)
  d857edf... clutter: Remove support for transparent windows (*)
  7e97268... clutter/x11: Remove helper for checking XComposite presence (*)
  3958a01... clutter: Move font settings reading to ClutterSettings (*)
  5279e9a... clutter/eglnative: Remove unused timer (*)
  ebfa94f... clutter/eglnative: Remove unused source field (*)
  06d5973... main: Split up meta_run() into meta_start() and meta_run_ma (*)
  21e2f41... tests/clutter/conform: Make sure to destroy created actors (*)
  0d95f4d... tests/clutter: Always use stage from backend (*)
  c2a155f... clutter: Remove support not specifying backend (*)
  3566fa7... clutter/main: Remove checking windowing system (*)
  72a389e... clutter/egl: Remove unused clutter_egl_get_egl_display() (*)
  961a137... clutter: Remove 'eglnative' backend layer (*)
  e848414... clutter: Remove main loop helper (*)
  678e1fc... clutter/stage: Remove clutter_stage_new() (*)
  3d54f97... clutter/main: Remove unused "fuzzy picking" option (*)
  125f0b0... wayland: prevent resizing of fixed-size window (*)
  bd6bab1... monitor-manager: Set switch config when create monitors con (*)
  11ca27c... Update Romanian translation (*)
  dde3e1d... Update Indonesian translation (*)
  7d6b2bd... Update Polish translation (*)
  4a15877... Update Turkish translation (*)
  df5af58... renderer-native: Remove stray newline (*)
  3dfe3a2... stage-view/cogl: Add frame listener in constructor() (*)
  a1daf0a... stage-view: Don't destroy onscreen until finalizing (*)
  ac140e2... Update Serbian translation (*)
  250cc5e... Update Bengali (India) translation (*)
  a63116c... Updated Slovenian translation (*)
  1ead7ac... Update Chinese (China) translation (*)
  ec5802d... Update Croatian translation (*)
  309bee8... Update Brazilian Portuguese translation (*)
  8cbcd35... wayland/subsurface: Add check for parent surface (*)
  2547fa3... Bump version to 3.37.91 (*)
  7da1c95... Updated Czech translation (*)
  5037b88... screen-cast: Increase size of maximum mouse pointer bitmap (*)
  59f0aef... wayland/seat: Add seat_release interface (*)
  034c6ab... wayland/xdg-shell: Add parent window validation in get_popu (*)
  88ff196... wayland/xdg-shell: Handle null-parent in get_popup() (*)
  2945a18... Updated Lithuanian translation (*)
  1c4a518... wayland/xdg-shell: Move popup role assignment behind checks (*)
  673e08e... Update Basque translation (*)
  f69bb20... backends/native: Use proper string format for uint64_t (*)
  7700dc9... screen-cast-stream-src: Properly unset cursor metadata (*)
  2b67030... streams: Don't bail out when cursor is outside the stream (*)
  a4f1c5f... Update Korean translation (*)
  5962ee7... startup: Fix possible crash in startup notifications (*)
  5ec9bde... *: Fix spelling mistakes found by codespell (*)
  285f2a2... cogl: Fix spelling of CoglPipelineStateComparator (*)
  0756826... backend: Don't emit last-device updates with no device (*)
  5730b99... backend: Use connect-after to perform actions on device rem (*)
  928b32b... clutter-event: Add device added/removed events (*)
  cf67c54... clutter-seat: Handle device events and emit signals (*)
  9db289b... seat-x11: Translate device enabled/disabled into clutter ev (*)
  e44c42f... seat-native: Process device added/removed events as Clutter (*)
  5171e35... xwayland: Add a setting to disable selected X extensions (*)
  60c8d22... backend: Add getter for MetaScreenCast (*)
  d725acb... screen-cast: Move DMA buffer allocation to MetaScreenCast (*)
  d73a858... kms/device: Provide driver name and description (*)
  986066e... screen-cast: Disable DMA buffer based screen casting for QX (*)
  aaf70b2... screen-cast: Add vmwgfx to the DMA buffer deny list (*)
  55c3c08... Update Ukrainian translation (*)
  f552ed1... Update Ukrainian translation (*)
  abdbc14... wayland/actor-surface: Update outputs on stage-views change (*)
  35f847a... wayland/surface: Don't update outputs on all geometry chang (*)
  0b9a71e... wayland/surface: Don't update outputs recursively on mapped (*)
  c8e073b... Update Chinese (China) translation (*)
  4cc921d... Update Indonesian translation (*)
  8e72566... Update Polish translation (*)
  a1dd3c4... clutter-actor: Cull actors that don't intersect the redraw  (*)
  0efecc1... background-content: Don't set up pipeline unless it's neede (*)
  3080966... background-content: Explicitly distinguish stage space from (*)
  86af337... background-content: Use redraw_clip when culling is unavail (*)
  d3b8459... clutter: Add IM events (*)
  fb6ff75... clutter: Prepare input focus for IM event delivery (*)
  5176069... clutter: Push commit/delete_sourrounding as IM events (*)
  6f31634... wayland: Flush text_input.done event after IM key event (*)
  8cc95e4... wayland: Reword comment (*)
  a454b22... Update Brazilian Portuguese translation (*)
  19ddf13... Update Serbian translation (*)
  1dc6a15... util: Small style cleanups (*)
  20982bf... util: Add paint debug flags (*)
  1f557a5... cogl/context: Add API to create named pipelines (*)
  effb824... shaped-texture: Add debug paint overlay for opaque regions (*)
  161ac1a... Updated Slovenian translation (*)
  c1c0611... core/display: Remove obsolete typedef (*)
  6b04b2f... clutter/backends: Rename master and slave devices (*)
  e212376... wayland: Drop Xwayland abstract socket (*)
  d421964... Update Friulian translation (*)
  bba985f... Updated Spanish translation (*)
  52587f7... Czech translation (*)
  309fe2d... Update Basque translation (*)
  b039def... window-stream-src: Record a full frame on damage (*)
  ea7be8b... renderer-native: Cleanup unused variable (*)
  661fe77... backends/native: Move pixel format helper to separate file (*)
  21a21e7... cogl/scanout: Allow blitting to framebuffer (*)
  098360f... clutter/stage-view: Add method to peek scanout (*)
  b1648e7... monitor-stream-src: Blit scanout when available (*)
  9e01195... clutter/stage: Add new before_paint signal hook (*)
  b63e94a... meta/stage: Process BEFORE_PAINT watchers at ClutterStage.b (*)
  aed286a... monitor-stream-src: Generalize function (*)
  e6a13e5... monitor-stream-src: Add before-paint watch to catch scanout (*)
  2593998... build: Bump libgbm requirement (*)
  a00ab5f... stream: Remove cursor if it's invisible (*)
  21ac013... Update Galician translation (*)
  6381ba2... Updated Lithuanian translation (*)
  7d4f62e... Update Croatian translation (*)
  13db31b... Update French translation (*)
  8a7ac2e... Fix broken markup in Oriya translation (*)
  1fbc8a7... Mark broken markup in Oriya translation as fuzzy (*)
  2377069... Mark broken markup in Uyghur translation as fuzzy (*)
  43ae254... Mark broken markup in Telugu translation as fuzzy (*)
  9e0f501... Update Turkish translation (*)
  766d529... backends: Allow integrated tablet devices to cycle outputs (*)
  ba937ff... backends/input-mapper: Implement score mechanism to assign  (*)
  cba82d1... backends/input-mapper: Add some g_debug() traces to MetaInp (*)
  7f9949a... backends: Add method/property to get accelerometer availabi (*)
  1acf744... backends: Centralize panel autorotation in a DisplayConfig  (*)
  bb07120... backends: Check panel autorotation state before applying au (*)
  bbcd65c... backends: Hook ClutterSeat::touch-mode to PanelOrientationM (*)
  fa83cff... Bump version to 3.37.92 (*)
  153f121... Update Swedish translation (*)
  ca9a280... Update Catalan translation (*)
  692f912... Update Hungarian translation (*)
  2e9cf87... Update German translation (*)
  ecdf306... Update Italian translation (*)
  a99a272... Update British English translation (*)
  d338e5e... Update Latvian translation (*)
  7d82245... cogl/renderer: Set error in dmabuf constructor fallback (*)
  6c04406... screen-cast: Enable DMA buffers only for i915 (*)
  af9df1e... screen-cast: Add 'dma-buf-screen-sharing' experimental feat (*)
  e74b065... input-mapper: Don't match touchscreens to the absence of a  (*)
  56ec31d... Bump version to 3.38.0 (*)
  1bc3b3d... Update Portuguese translation (*)
  827f545... kms/crtc: Read initial gamma state (*)
  d586d06... kms/crtc: Always consider gamma state valid (*)
  453e02b... backends/x11: fix the property type for the scroll button (*)
  e04e003... backends/x11: factor out the scroll method property changes (*)
  48243bf... backends/x11: if the scroll button is nonzero, enable butto (*)
  aa56595... clutter-backend-x11: Don't set the font-dpi computed on X11 (*)
  6e3ecad... backends/native: Fall back to compositing if direct scanout (*)
  aa638f4... backends/native: fix the scroll button lock right/middle mi (*)
  db79673... wayland/window: Always flag acked move/resize as 'moved' if (*)
  647eec5... cogl: Flush specific framebuffers (*)
  df89c30... backends: Drop unused function (*)
  978e651... core: Remove unused struct field (*)
  a72ab76... core: Do not force cursor renderer update here (*)
  f7d0f2c... backends: Drop unused function (*)
  41042b1... backends/native: Remove unused function (*)
  a270b6a... clutter: Drop _clutter_clear_events_queue_for_stage() (*)
  38a96cc... Update Brazilian Portuguese translation (*)
  97f10a0... barriers: Fix leak in meta_barrier_destroy (*)
  1e78d90... barriers: Free backend implementation at dispose time (*)
  82fffac... wayland: Add versions to primary selection protocols (*)
  9b9b912... backends: force enable modifiers on tagged devices (*)
  8ae641a... cogl tests: Show the actual output from tests if VERBOSE is (*)
  544b92d... Update Hebrew translation (*)
  533882a... wayland: Fix refcount error (*)
  3a27302... backends/x11: Set stage on logical keyboard device (*)
  67cc60c... clutter: Align all screen transformations to 1/256th of a s (*)
  df228e8... screen-cast/area-src: Clear framebuffer before painting sta (*)
  6664044... clutter: Do not use stack-allocated ClutterEvents (*)
  16139ef... backends: Do not use stack-allocated ClutterEvents (*)
  86fa8af... core: Do not update last device on CLUTTER_DEVICE_ADDED/REM (*)
  089be8b... backends: Ensure to clear the last updated device on device (*)
  4dbf2de... build: Build libmutter using sources as positional argument (*)
  4e9a2e4... build: Do not provide built sources as libmutter_dep source (*)
  64d34a7... background-content: Apply Cullable clipping even in the tra (*)
  71f03a7... wayland/actor-surface: Always set opaque region on alpha-le (*)
  78592cb... surface-actor: Simplify culling logic (*)
  5afdbc6... wayland/client: Free GSubprocessLauncher after spawning (*)
  505b348... Update Catalan translation (*)
  209b1ba... clutter/frame-clock: Adapt refresh rate from to frame info (*)
  113446f... Bump version to 3.38.1 (*)
  f481cbf... plugin: Drop version information (*)
  ea179ed... Bump version to 40.alpha (*)
  b9e5a2d... backends/native: Wait to have an stage before emitting CLUT (*)
  9b8eaff... build: Bump graphene requirement to 1.10.2 (*)
  1a9f9b0... cogl: Remove unused header (*)
  c2dbdb3... clutter: Add progress function for CoglMatrix (*)
  a761caf... cogl/matrix: Add cogl_matrix_init_from_matrix initializer (*)
  eee2e33... cogl/matrix: Add constant identity initializer (*)
  dc9c1f8... Remove ClutterMatrix (*)
  566b081... cogl/tests: Compare matrices using array (*)
  fe0a325... cogl/matrix: Import skew functions from Clutter (*)
  eed3c62... clutter/util: Replace ClutterVertex4 with graphene_vec4_t i (*)
  f61377b... clutter/util: Make ClutterVertex4 internal to clutter-util. (*)
  8fc3d29... clutter/cogl: Use graphene to progress matrices (*)
  e061393... clutter/util: Remove unused functions (*)
  8e125fb... cogl/matrix: Add cogl_matrix_get_value (*)
  55b05e5... Don't access CoglMatrix struct fields (*)
  2b9ce99... cogl/matrix: Translate using graphene (*)
  02a30f2... cogl/matrix: Multiply using graphene matrices (*)
  ade28ee... cogl/matrix: Rotate using graphene matrices (*)
  06db70e... cogl/matrix: Scale using graphene matrices (*)
  2b7a73e... cogl/matrix: Compare using graphene matrices (*)
  0dbd6d3... cogl/matrix: Look-at using graphene matrices (*)
  dad710a... cogl/matrix: Transpose using graphene matrices (*)
  3ea8af1... cogl/matrix: Frustum with graphene matrices (*)
  5d84f73... cogl/matrix: Skew using graphene matrices (*)
  b1472a6... cogl/matrix: Project and transpose using graphene matrices (*)
  1f0e8fb... cogl/tests: Remove euler test (*)
  dd3c15a... cogl/matrix: Euler-rotate with graphene matrices (*)
  b331868... cogl/matrix: Don't debug-print inverse matrix (*)
  cb733f8... cogl/matrix: Orthographic with graphene matrices (*)
  ada5e67... cogl/matrix: Calculate inverse using graphene matrices (*)
  9b65f74... cogl/matrix: Remove dead code (*)
  45f3e15... cogl/matrix: Check identity using graphene matrices (*)
  a96f0d7... cogl/matrix: Get value using graphene matrix (*)
  7d7981e... cogl/matrix: Remove matrix type (*)
  947e538... cogl/matrix: Remove unused defines (*)
  b878938... cogl/matrix: Cleanup flags and turn them into an enum (*)
  3324fbb... clutter: Explicitly initiate CoglMatrices (*)
  51094de... cogl/matrix: Rename and change cogl_matrix_get_array() (*)
  70397c5... cogl/matrix: Use graphene_matrix_t internally (*)
  1adc9c7... cogl/matrix: Update copyright headers (*)
  1c41bfb... cogl/matrix: Update outdated documentation and comments (*)
  6c695ec... cogl/matrix: Remove extra padding (*)
  2e986ed... cogl/matrix: Add graphene_matrix_t utility function (*)
  1d13c52... clutter/actor: Split building the transform into a separate (*)
  6512138... clutter/actor: Cache inverse transform (*)
  1f38494... clutter: Register progress function for graphene_matrix_t (*)
  eaa795a... cogl/matrix: Remove cached inverse and flags (*)
  5b8c0dc... cogl/matrix: Make CoglMatrix a typedef to graphene_matrix_t (*)
  050053a... cogl/matrix: Remove custom boxed type (*)
  cedb531... cogl/matrix: Relocate and update projection and transform A (*)
  3e0c961... Replace the CoglMatrix type by graphene_matrix_t (*)
  db23ee5... cogl/matrix: Move inverse calculation to cogl-graphene.c (*)
  5db1f67... clutter/stage: Setup 2D view internally (*)
  cbcbe39... clutter/stage: Only use graphene_matrix_* APIs (*)
  2406f22... clutter/actor: Use graphene APIs (*)
  f9d1b7c... clutter/clone: Use graphene APIs (*)
  dc8f875... clutter/offscreen-effect: Stop using CoglMatrix API (*)
  aca2880... clutter/stage-view: Use graphene APIs (*)
  eff662f... clutter/paint-nodes: Use graphene APIs (*)
  6aa2964... clutter/paint-volume: Use graphene APIs (*)
  571bf5a... clutter/pan-action: Use graphene APIs (*)
  462ade5... clutter/scroll-actor: Use graphene APIs (*)
  3cb5905... clutter/util: Use graphene APIs (*)
  d03ffe1... cogl/matrix-stack: Embed graphene matrices in entry structs (*)
  9e1004d... cogl/matrix-stack: Use graphene APIs (*)
  182b517... cogl: Use graphene APIs (*)
  4376f59... shaped-texture: Use graphene APIs (*)
  f676861... renderer-view: Use graphene APIs (*)
  f6998f8... src: Use graphene APIs (*)
  a3cb1ca... texture-tower: Use graphene APIs (*)
  090973e... cogl/tests: Use graphene APIs (*)
  77352c2... tests: Use graphene APIs (*)
  b5749a8... Remove CoglMatrix (*)
  c956193... input-settings: Disconnect device signals on dispose (*)
  6db7d8f... backend: Add a backend release function (*)
  98df888... main: Release backend on teardown (*)
  b536a53... place: Use 'placement' topic for logging monitor rect (*)
  9a75de9... util: Remove a bunch of unused debug topics (*)
  24c374f... util: Remove unused meta_debug_spew() (*)
  b1ffd14... main: Parse MUTTER_DEBUG as debug string (*)
  4982485... util: Remove now unused debug functions (*)
  e0944b6... backend: Don't pull generated headers (indirectly) (*)
  bbc4116... backends: Use graphene_point_t on meta_cursor_tracker_get_p (*)
  a3c95f6... clutter: Drop clutter_event_peek() (*)
  0cab71e... clutter: Do not special case allocated events (*)
  67129c7... clutter/effect: Don't expose pre and post paint helpers (*)
  f5c77df... clutter/offscreen-effect: Unref framebuffer on pre_paint (*)
  de01dea... clutter/offscreen-effect: Simplify paint (*)
  f650004... clutter/paint-nodes: Don't skip pipeline node constructor (*)
  cef6534... clutter/offscreen-effect: Remove CoglMaterial from public A (*)
  4435bec... clutter/offscreen-effect: Undeprecate clutter_offscreen_eff (*)
  cce4d75... clutter/deform-effect: Use clutter_offscreen_effect_get_tar (*)
  c7ab5f3... clutter/offscreen-effect: Remove clutter_offscreen_effect_g (*)
  8bdd2aa... window/wayland: Offset position with size mismatch when res (*)
  815583b... gschema: Make "Requires a restart." strings consistent (*)
  e923641... gschema: list experimental dma-buf-screen-sharing feature (*)
  dbe44f3... gschema: Force one bullet point per line (*)
  313e3e7... Make meta_* logging utilities not require line break (*)
  7266e51... wayland: Don't include newline in client error events (*)
  2c95e08... Remove misplaced line break in g_* logging functions (*)
  58e2ac8... gschema: really use line breaks in schema (*)
  02bc107... Update Portuguese translation (*)
  935d594... gschema/wayland: Do not disable the X Security extension (*)
  433b59f... wayland: Don't send proximity_in for new resources (*)
  53c4ebe... clutter/private: Make all time unit conversions int64_t (*)
  bf6dde8... compositor: Make sure _NET_WM_FRAME_DRAWN timestamp has the (*)
  0730ff5... clutter/frame-clock: Skip the ClutterFrameListenerIface fro (*)
  f79d400... meson: Fail if initfd is enabled but Xwayland doesn't suppo (*)
  43c6f70... util: Don't expand meta_*() debug log arguments if topic no (*)
  64ced16... window: Don't override tile monitor (*)
  f9edb6b... edge-resistance: Replace booleans with flags parameter (*)
  22902a5... window: "Hide" edge resistance behind modifier key (*)
  1c1c8b2... window-actor: Freeze subsurfaces as well (*)
  e078a00... backends: add support for scroll button locking (*)
  df65f05... cogl: Remove unused swap-related COGL_FEATURE_ID_ flags (*)
  ae0d48b... wayland/subsurface: Only show subsurface if parent is mappe (*)
  df76d3d... renderer-native: Get the GBM buffer format from EGL to matc (*)
  dac4bad... ci: Generate a cover report for the test suite

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