[mutter] (4879 commits) Non-fast-forward update to branch wip/carlosg/there-can-be-only-one
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] (4879 commits) Non-fast-forward update to branch wip/carlosg/there-can-be-only-one
- Date: Wed, 12 Jan 2022 16:40:05 +0000 (UTC)
The branch 'wip/carlosg/there-can-be-only-one' 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:
0fea0e3... backends: Unify cursor visibility checks
83f4962... backends: Keep cursor hidden on tablet input on Wayland
e5dd9b8... wayland: Use default cursor on tablet tools
Commits added to the branch:
31f525d... x11: close display in an idle function (*)
da741ea... cogl-gles2/Makefile.am: Add cogl/ includedir (*)
9846a4d... cogl: Make _Static_assert non-optional (*)
46942c2... cogl: Make various functions non-optional (*)
fba7d8c... cogl: Always build CoglPath support (*)
f30cef3... cogl: Always build CoglPango support (*)
00a5523... cogl: Remove some left over KMS backend stuff (*)
7b2eaa7... cogl: Remove support for GLESv1 (*)
98af9bb... cogl: Remove notion of a "cogl" version (*)
8f58ad0... cogl: Remove fixed pipeline support (*)
97004e6... cogl: Remove ARBfp pipeline support (*)
24d8d40... cogl/tests: Mark failing test as known failure (*)
99fb79f... cogl: Unconditionally include "strings.h" (*)
12171e4... cogl: Unconditionally depend on cairo (*)
0163a0b... cogl: Unconditionally include cogl-config.h (*)
11f8b12... clutter: Unconditionally include clutter-build-config.h (*)
530861b... cogl: Remove left-over WebGL paths (*)
9dbdf6b... cogl: Require relative full paths when including (*)
d68fcbc... cogl: Make cogl-config.h include check explicit (*)
331e830... cogl: Fix HAVE_COGL_GL guard (*)
8894ec4... cogl: Pass unit-tests file to run-tests.sh (*)
8c0e13c... clutter: Remove clutter specific version (*)
c90e63a... clutter: Stop defining some unused macros (*)
0095c2e... clutter: Require full relative path when including (*)
1e2610e... clutter: Remove useless OS_LINUX macro (*)
0d9391e... clutter: Remove examples (*)
e3c6e3b... clutter: Fix a couple of guard macros (*)
db77e2e... clutter: Assume compiler supports visibility flag and attri (*)
fe7a67f... clutter/configure.ac: Remove unused gdk dependency (*)
3e03d1e... clutter/configure.ac: Remove left-over gbm and drm dependen (*)
0067f78... clutter: Unconditionalize a few X11 extensions (*)
14be04a... clutter/tests: Unconditionally include tests using gdk-pixb (*)
e0727ab... clutter/tests/micro-bench: Don't define unused macro (*)
8a03f1a... Always generate meta-default-modes.h (*)
92f4ffc... tests: Make testboxes an actual test (*)
2f4a68c... Clean up include macros mess (*)
ecec99e... x11: Require xrandr 1.5 at build time (*)
176e6fc... x11: Require XInput 2.3 at build time (*)
bc32655... Pass -D_GNU_SOURCE instead of defining it in source (*)
a97cc84... Fix warnings when building without verbose mode (*)
85fbf66... Move meta-enum-type.*.in into meta/ (*)
0afaf52... plugin: Rename the .so file from plugin.so to libplugin.so (*)
c663f4a... tests: Add env var to override plugin used for tests (*)
c65617c... Fix some of introspection comment issues (*)
2af229f... tests: Call g_test_init() in test-runner too (*)
d21022f... tests/headless-start-test: Use common test init function (*)
32f3bb0... tests: Move out test client path init into helper function (*)
d48d56f... autotools: Make install directories paths more consistent (*)
bf42b54... Make it possible to build without EGL support (*)
f139360... Make it possible to build without GLX support (*)
d686dc9... Fix compiler errors when Wayland support is disabled (*)
8f2680c... wayland/tablet: Fix warnings when native backend is disable (*)
6192e94... wayland/touch: Only handle touch when using the native back (*)
417c00b... wayland/eglstream: Don't build skeleton when disabled (*)
ef85d1a... Add meson build support (*)
b607d35... build: Make minimum udev version as 228 (*)
d3dc7d6... gudev: Require 232 (*)
d1c4c46... build: Prefer dependencies instead of link_with (*)
fe78467... build: Make libmutter-cogl-path a dependency for test-journ (*)
a8e9f46... Add .gitlab-ci.yml for build testing (*)
93e20cf... cogl/framebuffer: Mark CoglOffscreen as a CoglFramebuffer i (*)
4ce4a2b... cogl: Expose more headers for introspection (*)
fc5b94e... clutter: Install cally headers again when using autotools (*)
c7e6cd4... plugins/Makefile.am: Install libdefault.so in plugin direct (*)
c03a401... clutter: Install x11 related header files when using autoto (*)
7c774ab... build: Also build mutter-restart-helper executable (*)
cf7c39e... build: Add soversion to shared libraries (*)
b86d874... build: Fix include and lib paths in autotools .pc files (*)
d21478b... cogl-auto-texture: Avoid a double-free crash (*)
f31cf0c... clutter-offscreen-effect: Disable if no texture (*)
5fc07fc... window: Store tile mode as MetaTileMode (*)
640a04d... window: Make edge constraint code more readable (*)
27fee69... wayland/xdg-shell: Add helper for adding state enum values (*)
d59cf98... wayland/gtk-shell: Fix signedness of resource version varia (*)
180bb02... wayland/gtk-shell: Use helper to fill state array (*)
4f3de88... wayland/legacy-xdg-shell: Use helper to fill state array (*)
4673eea... wayland/xdg-shell: Add toplevel tile state support (*)
4a7a803... README: Mention usage by Gala (*)
3483be8... tests: Remove unused variables (*)
426d7f3... tests: Enumerate all possible events (*)
b5c4437... tests: Remove extra const (*)
cbf6e74... tests: Remove deprecated ATK functions (*)
3d23ecc... clutter: Drop g_object_newv from ClutterScriptParser (*)
c5ac3d6... theme: Drop gtk_css_provider_get_default() (*)
9969498... cogl: Silence some introspection warnings (*)
1573285... clutter-shader: Don't include unistd.h (*)
80d5f32... clutter: Assume XGE is available at build time (*)
19930c6... backends/stage: Remove MetaStagePrivate (*)
9adf882... backends/stage: Remove unused function declaration (*)
213ed80... backends: Move clutter frame clock freeze/thaw API to Clutt (*)
25c53b2... backend: Freeze frame clock when headless (*)
1dff74e... build: Fix libs and cflags in autotools .pc file (*)
2a4f1be... clutter/actor: Don't forget va_end if using varargs (*)
9fb46cc... clutter/keyframe-transition: Properly compare keys (*)
0b9404d... clutter/device-manager/evdev: Fix constraint cb (*)
fa49528... window: Really force update monitor on hot plugs (*)
59acb38... clutter: Avoid redundant margin changes (*)
9f79cf8... Revert "clutter: Avoid redundant margin changes" (*)
9a12bef... Bump version to 3.31.2 (*)
6c5baf8... keybindings: Limit corner move to current monitor (*)
bda9c35... wayland/output: Rotate physical dimensions as well (*)
626c374... clutter/master-clock: Destroy source when paused (*)
5b3e439... cogl/tests: Increase the conform test timeout to 120 s (*)
a892e7a... clutter/tests: Remove events-touch test (*)
e2cd9ab... Dockerfile: Align comment with command (*)
fe1d9fb... tests: Override Wayland display name in test_init() (*)
bd624e4... tests: Override X11 display number (*)
18c1d96... gitlab-ci: Add test stage (*)
76760bf... tests: Make all alarm filters use the same type (*)
1266c20... monitor-unit-tests: Also run a X11 client while testing (*)
c8a4e37... tests/test-client: Add "resize" command (*)
563c5b0... monitor-unit-tests: Try resizing clients while headless (*)
787bb43... x11/window: Minor cleanup (*)
740c229... build: Don't hardcode the path of python3 (*)
aecf588... shadow-factory: Replace implicit API by explicit counterpar (*)
605f35d... shadow-factory: Receive CoglFramebuffer (*)
dd82fbe... clutter-stage: Replace cogl_clear by cogl_framebuffer_clear (*)
c1b6184... clutter-stage: Pass framebuffer to read pixels from (*)
203725b... clutter-actor: Remove cogl_rectangle from pick() (*)
4c3d9fc... clutter-*-effect: Remove cogl_rectangle() (*)
cabcad1... clutter-text: Replace cogl_rectangle() (*)
a227e40... clutter-wayland-surface: Remove cogl_rectangle() (*)
fcd1ff9... clutter-texture: Remove cogl_rectangle_with_texture_coords( (*)
0304433... clutter-rectangle: Remove cogl_rectangle() (*)
c585b21... gpu: Drop unused declaration (*)
91d4f30... gpu/kms: Add identifier (*)
4bc6a64... backends/native: Use the connector_id rather than winsys_id (*)
5e00531... output: Turn winsys_id into a uint64_t (*)
fb8dc91... output/kms: Make winsys_id unique (*)
791bec3... display: Make lack of required X extensions a fatal error (*)
97230a2... clutter/evdev: Use `clutter_event_set_device()` (*)
ac6039b... clutter: Keep a device reference with events (*)
4aa1e22... remote-desktop: Do not leak the virtual touchscreen (*)
cbbd6d7... renderer/native: use DRM formats for dumb buffers (*)
8c4743e... renderer/native: store dumb FB format (*)
d4bea60... renderer/native: use cogl for CPU copy path (*)
1c044a8... renderer/native: remove meta_renderer_native_gles3_read_pix (*)
63a6ead... wayland-dma-buf: doc the odd format mapping (*)
081842b... cogl/object: add cogl_clear_object utility function (*)
a617899... monitor-manager/kms: Use non-pci secondary cards (*)
ad7d6e4... backends/native: React to GPU hotplug (*)
70741a0... gitlab-ci.yml: Wrap tests with catchsegv (*)
f795725... gitlab-ci.yml: Allow for tests taking longer time (*)
718ddc9... gitlab-ci.yml: Stop creating meson-logs artifact (*)
332360b... gitlab-ci.yml: Increase test timeout multiplier further (*)
0a178a0... xwayland: Invert running-as-gdm check (*)
3a4a858... cogl: use G_BEGIN_DECLS instead of COGL_BEGIN_DECLS (*)
bf8a3b1... cogl: Remove unused macro COGL_GNUC_DEPRECATED (*)
6834bed... cogl: remove COGL_GNUC_NULL_TERMINATED (*)
e9e4b2b... renderer-native: Add hardware presentation timing (*)
e8c2760... renderer-native: Advertise _FEATURE_SWAP_THROTTLE (*)
576cd08... core: Rename MetaStartupNotificationSequence to MetaStartup (*)
26fbd56... x11: Refactor the X11 startup notification bits into src/x1 (*)
91ce24d... core: Add extra properties to MetaStartupSequence (*)
8a10196... x11: Set all MetaStartupSequence properties for libsn seque (*)
4a69a0d... core: Shuffle startup notification object creation (*)
4d92979... core: Make MetaStartupSequence/Notification public (*)
ec6a536... core: Use MetaStartupSequence internally (*)
7635d06... core: Drop MetaDisplay startup sequence API (*)
92349a4... wayland: Complete the startup sequence as given from gtk-sh (*)
6b7bd91... x11: Complete X11 startup sequence on SN_MONITOR_EVENT_COMP (*)
e11ee44... core: Refactor/simplify display startup sequence handling (*)
ca7c5c1... meta/plugin: Use G_DECLARE_DERIVABLE_TYPE (*)
6e1b14b... x11: Remove hide-titlebar-when-maximized support (*)
49cb691... monitor-manager: remove get_edid_file() vfunc (*)
557b2a0... clutter: Remove erroneous "fixed point" comment (*)
bc5e76c... wayland: Make MetaWaylandCompositor a GObject (*)
00619f3... wayland: Add MetaWaylandGtkShell object (*)
0d29609... wayland/gtk-shell: Emit new capabilities event when changed (*)
169022c... meson: Add mutter_built_sources to libmutter declared depen (*)
f67e1a5... meta: Silence a couple of introspection warnings (*)
c8db8bb... backend/x11/nested: Always claim the lid is open (*)
231aadd... tools: Remove obsolete ppa-magic.py (*)
262a3ec... backends/x11: Flush connection after ungrab (*)
f6f188d... renderer-native: Advertise COGL_FEATURE_ID_PRESENTATION_TIM (*)
f8cd1e5... wayland: Make DnD role inherit from MetaWaylandActorSurface (*)
88f8228... wayland: Fix DnD actor set up (*)
365ea2f... build: Don't check for Xwayland when Wayland is disabled (*)
b2e75b5... build: Don't hardcode the path of bash (*)
319500e... tests: Fix warnings reported by shellcheck (*)
9ca6c74... autogen.sh: Don't run intltoolize (*)
1467b6b... shaped-texture: Add support for texture transform (*)
452ef4d... region-utils: Add API to transform an integer region (*)
e4de9ed... wayland/surface: Add support for buffer transforms (*)
20b271f... clutter/stage-cogl: Add option to visualize damaged regions (*)
acacd3d... clutter/stage-cogl: Disable buffer age when painting red da (*)
7226c5c... backend/native: Remove leftover stage view checks (*)
da5a2d3... wayland/surface: Intersect buffer damage with buffer rect (*)
19e3c21... wayland/surface: Don't make destoryed actor reactive (*)
666bef7... stack: Don't place Wayland popups in o-r layer (*)
4786cc8... monitor-config-manager: Round layout size after scaling (*)
e4a2d15... display: Code cleanups (*)
c388a8f... display: Ceil pointer cursor theme scale when fractional (*)
4baefe4... clutter/stage: Round viewport coordinates before setting (*)
7821256... monitor-manager-dummy: Allow to pass extra monitor specs vi (*)
eacf2f2... backends/x11/nested: Draw the stage view CRTCs with the cor (*)
c5471e5... renderer-x11-nested: Use rounded width/heights for fb size (*)
9004253... cogl: remove CoglFuncPtr, use GCallback instead (*)
9a84385... clutter: Make paint volume argument const on queue_redraw*( (*)
bf4ccd2... clutter: Avoid relayouts when raising/lowering children (*)
ffaec91... clutter: Only redraw affected portions on parent widget on (*)
1f3e917... clutter/x11: detect tablet type from the Wacom property (*)
fe0a394... build: check for cvt only when building the native backend (*)
ae4d3bc... clutter: Remove ability to externally set sync-to-vblank (*)
7d20101... cogl-framebuffer: Remove swap_throttled config (*)
df284f9... clutter: Rename SYNC_TO_VBLANK to SWAP_THROTTLE (*)
2b938ce... clutter: minor documentation update (*)
df48b94... clutter: Add API to retrieve the physical size of absolute (*)
08a5e66... backends: Add MetaInputMapper (*)
87858a4... backends: Delegate on MetaInputMapper for unmapped display (*)
faf89ff... backends: Add MetaInputMapper method to lookup devices from (*)
d30301c... backends: Turn builtin touchscreen on/off together with DPM (*)
ffca9b9... backends: Update to new "output" setting for tablets/touchs (*)
7a98055... build: Depend on gsettings-desktop-schemas >= 3.31.0 (*)
efd9f86... Dockerfile: Install gsettings-desktop-schemas rpm built fro (*)
b34bb77... tests: Don't show 'core dumped' messages (*)
8e9184b... background: Mipmap wallpaper when shrinking (*)
bdf8d0f... compositor: improve vignette on background actor (*)
8d51409... cursor-renderer-native: Floor the cursor position instead o (*)
149e4d6... monitor-manager: Don't use switch-config when ensuring conf (*)
f64eba5... screen-cast-src: Add VideoCrop support (*)
20c9ca2... screen-cast: Add screen-cast-window interface (*)
9319345... window-actor: Implement MetaScreenCastWindow interface (*)
dbe7279... screen-cast-session: Add screen-cast window mode (*)
ec25f3a... screen-cast-session: Add support for RecordWindow (*)
bbcb66d... window: Add window id (*)
c786b6c... screen-cast-session: Add window-id support (*)
7a5e0c7... window: Expose the client type in the API (*)
781ec74... window: Fix introspection warnings (*)
49c2be4... Replace Bugzilla by Gitlab URL in DOAP file (*)
9f3d321... input-settings: treat a serial of 1 as serial of 0 (*)
a7df459... clutter: Avoid rounding compensation when invalidating 2D a (*)
3c6a518... compositor: Avoid changing pipeline/source if shadow is not (*)
4139907... cogl: Ensure to only clear the depth buffer if depth testin (*)
2e79d05... Revert "Revert "ClutterActor: Optimize away idempotent scal (*)
697aeae... clutter/tests: Update expectations in actor-anchors test (*)
1d73533... tests: Don't check pixels outside actor allocation (*)
6502735... cogl: Remove mesa_46631_slow_read_pixels_workaround (*)
981b045... cogl: Pick glReadPixels format by target, not source (*)
05ab8ee... cogl/tests: Use tmp file to dump test results (*)
dcb5253... build: Move libmutter_name to toplevel Meson file (*)
ebb6c56... Add Meson support for installed tests (*)
9bd427a... meta/tests: Remove commented lines (*)
7a75692... meson: Print some configure flags (*)
7759adf... meson.build: Print correct value of EGLStream support (*)
d539fe2... Use G_DECLARE_DERIVABLE/FINAL_TYPE on some types (*)
f7d4a72... build: Always pass --quiet to g-ir-scanner (*)
177d0c2... gpu/kms: Use correct DRM event context version (*)
b329256... cogl/texture-2d-gl: Try to determine format for external te (*)
c681cce... cogl/texture-2d-gl: Bind correct target when getting data (*)
eac1864... cogl/texture: Add API to check whether _get_data() will wor (*)
37e36e8... compositor: Make meta_actor_painting_untransformed take a f (*)
e1370ee... shaped-texture: Put actual texture painting in helper (*)
36b46af... boxes: Add helper to scale rectangles by a double (*)
1755a8b... shaped-texture: Fix include order (*)
d3301d6... shaped-texture: Stop using gdk rect helper (*)
f9118fb... shaped-texture: Don't change the callers clip rect (*)
c84d7eb... shaped-texture: Get transformed textures pixels via offscre (*)
012691b... shaped-texture: Draw external textures via offscreen (*)
2fe05d7... x11-display: Add back _GTK_EDGE_CONSTRAINTS as supported hi (*)
60f7ff3... window-actor: Turn into a derivable class (*)
7e8fc13... Add MetaWindowActorX11 and MetaWindowActorWayland (*)
ac2f8ca... window-actor: Select X11 or Wayland actor based on client t (*)
80e3c1d... window-actor: Move X11-specific code to MetaWindowActorX11 (*)
0442fc8... window-actor: Cleanup includes (*)
7952808... Document window and surface actors (*)
54febd1... window-actor: Move window actor creation to MetaCompositor (*)
5fbeeca... window-actor: Remove post_init() vfunc (*)
df1384a... window-actor: Turn into an abstract class (*)
173867c... renderer/native: Use shadow fb on software GL if preferred (*)
490f27e... shaped-texture: Use actual texture if tower returned NULL (*)
676a8da... monitor-transform: Move helper functions into their own fil (*)
b7a9c7e... monitor-transform: Add helper function transform_invert() (*)
686b7f8... boxes: Add API to transform a MetaRectangle (*)
d52081b... shaped-texture: Invert transform of damage in update_area() (*)
51e4fe7... shaped-texture: Indentation fix in update_area() (*)
93c2931... clutter-stage: Don't emit "after-paint" when picking (*)
0478c22... Add some gtk-doc comments. (*)
e7fb453... compositor: Fix maybe-uninitialized warning (*)
73ddd7c... build: Pass library as first argument to pkg.generate() (*)
b448ced... backends: Silence a couple of gtk-doc warnings (*)
58b5dee... clutter: remove deprecated ClutterMedia. (*)
956ab4b... build: Make libcanberra no longer optional (*)
12f8325... core: Add MetaSoundPlayer abstraction (*)
8715f74... core: Make MetaBell use MetaSoundPlayer to play the bell so (*)
ebfc618... workspace: Port to MetaSoundPlayer (*)
3693f6f... build: Use plain libcanberra instead of libcanberra-gtk3 (*)
d360b25... build: Install .pc files in correct location (*)
f740e8e... core: Fix compiler warning in MetaSoundPlayer (*)
582b67a... window: Handle maximize when headless (*)
763ae36... Drop Autotools (*)
5eb749d... project: Update gitignore (*)
fb38738... Remove obsolete .cvsignore files (*)
fda2e79... Bump version to 3.31.4 (*)
e3e933c... clutter/x11: Implement keycode remap to keysyms on virtual (*)
174df4e... Remove po/Makevars (*)
a56a59f... Remove po/ChangeLog (*)
ddb0ef1... backends/native: Add flags to MetaGpuKms (*)
1def099... backends/native: Re-order primary GPU choosing logic (*)
9182c8b... backends/native: Move primary_gpu into MetaRendererNative (*)
3d2ca9a... renderer/native: Count devices on EGLDevice check (*)
dfde2f5... renderer/native: Secondary gpu data for all (*)
60ac283... renderer/native: Move primary GPU choosing later (*)
22f8651... renderer/native: Prefer hardware rendering for primary GPU (*)
a0909c3... constraints: Fix titlebars going off the bottom (*)
2b2d77d... cursor-tracker: Add 'cursor-moved' signal (*)
5007130... clutter/stage: Add clutter_stage_is_redraw_queued() API (*)
08229a6... screen-cast-monitor-stream: Don't pass monitor manager when (*)
0da0207... screen-cast: Add getters to fetch object owners (*)
bd97b11... renderer: Add API to get view from logical monitor (*)
7ac2083... backends/stage: Fix minor style issue (*)
ed5c1f4... backends/stage: Emit signal between painting actors and ove (*)
328eff7... screen-cast/monitor-stream-src: Copy content before cursor (*)
79d99cb... cursor-renderer: Add API to allow inhibiting HW cursor (*)
4e402b3... screen-cast: Add 'cursor-mode' to allow decoupled cursor up (*)
c45d5f5... cursor-tracker: Emit `cursor-changed` after renderer was up (*)
56d260c... screen-cast-monitor-stream-src: Only send cursor bitmap whe (*)
e9778eb... build: Pass --quiet to glib-genmarshal (*)
60d22b7... wayland: Accept NULL primary data source (*)
ca67d52... x11: Add method to launch applications, using SnLauncher (*)
f033d0e... core: Add MetaLaunchContext (*)
ff50727... startup-notification: Silence warning (*)
1ca60f4... input-settings/x11: Only warn once about missing udev suppo (*)
3738579... window-actor: Use actual image size for capture (*)
84aeb8f... Dockerfile: Remove manual pipewire-0.2.5 upgrade (*)
5c66afb... Dockerfile: Update gsettings-desktop-schemas copr URL (*)
2bcc9e2... clutter/tests/interactive: Remove dead code (*)
8c9e827... clutter/stage: Fix debug logging (*)
c242558... clutter/debug: Add printf annotations to log helpers (*)
576e7a4... clutter/tests: Fix missing declaration warnings (*)
caf27c4... clutter/tests: Remove dead code (*)
4447739... clutter: Fix const qualifier usage (*)
d4a9535... cogl-path: Cast function pointer explicitly (*)
5468509... cogl-path: Remove own glu.h version (*)
c550048... cogl: Add missing `void` to functions with no arguments (*)
bbd295a... cogl: Fix const qualifier usage (*)
548c0f1... cogl: Remove redundant function declarations (*)
982d135... cogl: Add missing function declarations (*)
ede10dd... clutter: Add missing `void` to function declaration (*)
cbbd3e3... clutter/build: Don't pass --prototypes to glib-genmarshal (*)
f615eea... backend: Remove redundant function declarations (*)
01cea0d... Fix const qualifier usage (*)
12a42a9... wayland: Move DND surface role into its own file (*)
1bbb5c8... meta: Only declare types when generating gir files (*)
8d91135... wayland/xdg-shell: Fix buffer attach coordinate comparison (*)
25f416c... meson.build: Add more compilation warnings (*)
6c91683... gitlab-ci.yml: Treat warnings as errors (*)
c57ae7f... cogl/path: Don't depend on GL/glu.h (*)
562cf14... core: Fix compiler warning (*)
371b97a... meson: Fix map files and load them to hide private symbols (*)
0813091... meson: Set proper soversion and version to libraries (*)
adc5670... meson: Hide symbols by default in clutter (*)
3838341... meson: Set cogl as dependency of libmutter-cogl dependency (*)
7f551ba... meson: Don't list libraries private dependencies in pc file (*)
e352011... MonitorManager: Use composition instead of inheriting from (*)
e02fef8... meta: Hide libmutter symbols by default and selectively exp (*)
2528a39... gitlab-ci.yml: Change build step build type to debugoptimiz (*)
2e53ce8... meta, startup-notification: Make type declarations public (*)
8655bc5... clutter: Fix offscreen-effect painting of clones (*)
5c3ec27... cogl: Fix builds with G_DISABLE_ASSERT (*)
de41f3e... clutter: Fix builds with G_DISABLE_ASSERT (*)
d5a7bbd... Fix builds with G_DISABLE_ASSERT (*)
3fa6a92... screen-cast: Fix monitor recording on HiDPI (*)
a08d7cf... wayland: Update gtk-shell protocol to v3 (*)
177b4df... wayland: Implement window activation and focus stealing pre (*)
72692b1... clutter-box-layout: Use floats and assert on denormal numbe (*)
7ae6987... clutter: Add generic ClutterKeymap object (*)
6de81b0... evdev: Implement ClutterKeymap (*)
923751a... clutter: Add ClutterKeymap getter (*)
e0fd7a6... clutter: Avoid redundant margin changes (*)
b04cca9... clutter/evdev: Set the backend keymap before using it (*)
30550ef... crtc/kms: Parse and store IN_FORMATS in full (*)
31d99c5... crtc/kms: Remove unused field formats_prop_id (*)
0789c3f... crtc/kms: Use plane formats if no IN_FORMATS (*)
8a0d0ce... crtc/kms: Add fallback primary plane formats (*)
7f2dbb6... crtc/kms: Document meta_crtc_kms_get_modifiers (*)
23e7a0a... crtc/kms: Add primary plane format list accessors (*)
442dcc7... renderer/native: Valid formats for secondary dumb buffers (*)
a62dbc6... renderer/native: Debug print chosen secondary FB format (*)
b76bf20... backends/native: Don't use software renderer for GPU copy (*)
6932b3c... renderer/native: fix missing GPU copy egl ext error (*)
be25911... Update POTFILES.skip (*)
2c54045... screen-cast-stream: Don't broadcast PipeWireStreamAdded sig (*)
7a94113... gitlab-ci: Use artifacts to keep built data and reuse in te (*)
a54f9e8... gitlab-ci: Use runtime dir owned only by current user (*)
f63b69b... gitlab-ci: Define exported global variables once (*)
de76074... ui: Remove fallback app menu (*)
5a71ed4... clutter-event: Correctly annotate some methods (*)
0f0b411... clutter/content: Add clutter_content_invalidate_size() (*)
25f36b3... clutter/image: Also invalidate size (*)
d8c7583... clutter/paint-node: Add multitexture API (*)
02b184b... clutter/paint-node: Expose clutter_paint_node_paint() (*)
b63e104... clutter/paint-nodes: Expose ClutterRootNode (*)
317414a... clutter/paint-nodes: Push/pop framebuffer (*)
b4ae6cd... Don't include potentially sensitive window titles in logs (*)
dbe73c3... meson: Do not install cogl config.env if installed tests ar (*)
e9eaa37... monitor-manager: Use output name as display name in GetReso (*)
cbb2a28... monitor-manager: Don't use wacky physical dimensions in dis (*)
325fec3... monitor-manager: Add yet another wacky "physical dimension" (*)
20c5e25... monitor-manager: Provide proper contexts for translators (*)
8c5ad7e... Update Friulian translation (*)
922f142... Update Hungarian translation (*)
47402d8... Updated Spanish translation (*)
d574cf5... boxes: Add API to crop and scale a MetaRectangle (*)
07e65a6... region-utils: Add API to crop and scale an integer region (*)
edfe5cc... shaped-texture: Add support for viewports (*)
ba7af4f... wayland/surface: Add support for wp_viewporter (*)
96c4dd8... Update Indonesian translation (*)
3c2d85b... Update Catalan translation (*)
e64cbfc... Update Polish translation (*)
c91d9df... Bump version to 3.31.90 (*)
31c5a00... Update Finnish translation (*)
4d02f68... Update French translation (*)
830495b... Updated French translation (*)
f578c4d... Update Galician translation (*)
616a149... Update Turkish translation (*)
285d717... Updated Lithuanian translation (*)
d587fc1... Update Swedish translation (*)
29ed84e... input-mapper: Don't loop infinitely in EDID matching (*)
54fdd63... input-mapper: Use g_auto to free a string array (*)
eaacbb3... gitlab-ci: Don't upload test artifacts (*)
b82fa2c... meta-launcher: g_propagate_*_error takes ownership (*)
70c45f8... Updated Slovenian translation (*)
fdd531f... Updated Czech translation (*)
43633d6... window: Add is_focusable class method (*)
6c3b0cf... window-x11: Move take_focus to MetaWindowX11Private (*)
3bf80a9... window-x11: Move delete_window to MetaWindowX11Private (*)
f798912... window: Move can_ping to a function and implement in X11 (*)
2aa0ec0... Update Romanian translation (*)
3f9b4a1... Updated Danish translation (*)
9e2ed41... wayland: Reset text-input state after commit (*)
58d2a67... window: Return focusable ability looking at properties only (*)
77fb0a0... window-actor: Remove public declaration for get_x_window (*)
f3dd97e... README: Add contribution section (*)
b70c0eb... gitlab-ci.yml: Add check for issue or MR URL (*)
c3b9ef7... gpu: Remove unimplemented ::get_kms_file_path() (*)
6fe46ca... wayland/xdg-shell: Do not maximize if not possible (*)
a81435a... cogl: Remove CoglBool, use gboolean instead (*)
75071ab... clutter: Remove deprecated/clutter-util.h (*)
ef8f287... clutter: Remove deprecated/clutter-backend.h (*)
a444388... clutter: Remove deprecated/clutter-timeout-pool.h (*)
0d92955... clutter: Remove deprecate/clutter-frame-source.h (*)
ec518c4... Update Kazakh translation (*)
1dc602e... Update Chinese (Taiwan) translation (*)
7bd668e... window: Do not restore shortcuts on a NULL window (*)
5688f1c... Updated Spanish translation (*)
00ca387... keybindings: Add flag param to grab_accelerator (*)
1c2e8fc... keybinding: Store flags in MetaKeyGrab (*)
4e751a3... Update Brazilian Portuguese translation (*)
79f90c1... MetaPluginManager: Don't return void value (*)
1c67260... monitor-unit-tests: initial crtcs in custom_lid_switch (*)
f4f823f... monitor-config-manager: reuse old CRTC when possible (*)
6975c8b... monitor-config-manager: respect other outputs' CRTC (*)
fca0e6a... Bump version to 3.31.91 (*)
9e1c8e2... Update Italian translation (*)
ef21537... idle-monitor: Fix duplicate return value of ResetIdletime c (*)
22a296f... wayland/dma-buf: Don't use API meant for MetaWaylandSurface (*)
944a476... cursor-renderer/native: Clear active CRTC gbm_bo when destr (*)
d2f1edd... wayland/surface: Process damage also for non-actor surfaces (*)
252e64a... wayland: Move surface texture ownership to MetaWaylandSurfa (*)
2c1ab8b... renderer/native: Remove legacy non-stage-view code (*)
979e689... renderer/native: Retry page flip after one vsync if EBUSY (*)
ddd2ce3... wayland/buffer: Fall back to CoglTexture2DSliced (*)
803ffc1... shaped-texture: Clean-up deprecated NPOT check (*)
8a9a78e... wayland: Check whether Xwayland window had a prior surface (*)
55d168d... clutter: Add ClutterPaintVolume argument to ClutterActor::q (*)
bf12a24... clutter: Make docs match with signal description (*)
9be189d... screen-cast: Move cursor metadata setting to generic source (*)
176b508... screen-cast-src: Change offscreen cursor helper to take a ` (*)
183de60... screen-cast-src: Move back MetaSpaType to C file (*)
c22edef... screen-cast-window-stream: Use initable to initialize (*)
870f385... screen-cast-window-stream: Set the size property to the log (*)
11bd847... screen-cast-window-stream: Don't set the position property (*)
14c6a34... screen-cast-window-src: Rename painted callback to after_pa (*)
c80ba81... screen-cast-window-src: Keep a screen cast window instead o (*)
6372e3e... clutter: Add clutter_actor_has_damage() API (*)
a76107a... screen-cast-window: Add API to transform cursor state (*)
2f01418... screen-cast-window: Add API to check if content has damage (*)
8c2b805... screen-cast-src: Add helper to draw cursor sprite into pixe (*)
1760a6e... screen-cast: Bump API version to 2 (*)
9a20271... screen-cast-window-stream: Add support for cursor modes (*)
7c807c6... org.gnome.Mutter.ScreenCast: Document what was added in API (*)
c010a3b... Update German translation (*)
9e75ce2... monitor-config-store: Read system wide config files (*)
8f0b476... clutter: Remove deprecated clutter_x11_get_stage_visual (*)
5669b64... clutter: Remove unused clutter-glx-texture-pixmap.c and fri (*)
909464f... clutter: Remove deprecated XInput code (*)
d39211f... clutter: Remove deprecated clutter_egl{,x}_display (*)
cf2d06e... clutter: Remove deprecated clutter-score.c (*)
53319a1... clutter: Remove unused deprecated code from clutter-actor-d (*)
73ce5b3... clutter: Remove tests/interactive/test-state-animator.c (*)
7f3fda6... clutter: Simplify clutter_state_change (*)
39e9e53... clutter: Remove the rest of deprecated/clutter-animator.c (*)
f9e33a8... clutter: cleanup/remove core input X11 backend (*)
b67394d... clutter: StageWindow: Use G_DECLARE_INTERFACE() (*)
b77e6f0... clutter: Content: Use G_DECLARE_INTERFACE() (*)
41a69f1... clutter: MasterClock: Use G_DECLARE_INTERFACE() (*)
16a2eab... clutter: Animatable: Use G_DECLARE_INTERFACE() (*)
7c3a0d5... Updated Vietnamese translation (*)
ca0b6fc... Update Korean translation (*)
1c6ea5d... Use a consistent style for enum braces (*)
8d9a5e3... wayland/touch: Remove undelivered touches earlier (*)
5a6a602... clutter: Remove unused deprecated/clutter-shader.c (*)
65312be... clutter: Remove unused deprecated/clutter-behaviour-ellipse (*)
1f796f1... clutter: Remove unused deprecated/clutter-timeout-interval. (*)
cc07702... clutter: Remove unused deprecated/clutter-behaviour-path.c (*)
ac7ca32... clutter: Remove tests/interactive/test-{depth,multistage.c} (*)
df3d238... clutter: Remove unused deprecated/clutter-behaviour-rotate. (*)
f1b148e... clutter: Remove tests/conform/model.c (*)
52e074b... clutter: Remove unused deprecated/clutter-{list-,}model.c (*)
bc657c9... clutter: Remove unused deprecated/clutter-input-device-depr (*)
5356cd3... Update Serbian translation (*)
c67b0bd... Updated Spanish translation (*)
f76b3ed... monitor: Define scale_steps globally (*)
7442de8... display: Add meta_display_get_monitor_scale (*)
d7ec5d3... stage: Add utility function to queue draw a ClutterRect (*)
f4c2b69... stage: Clamp to pixel the redraw clip taking care of the fl (*)
42953a5... stage: Queue redraw previous Rect only if it has changed (*)
3512647... background: Use monitor scale to generate the texture at re (*)
789a3ef... clutter/util: Add function to build a ClutterRect from a ca (*)
ad5555b... clutter: Add API to get the resource scale of an actor (*)
d3beb3d... clutter/actor-box: Add clutter_actor_box_scale function (*)
02813d7... clutter/canvas: Implement clutter_canvas_{get,set}_scale_fa (*)
9234777... clutter/text: Add utility function to set the pango attribu (*)
af36627... clutter/text: Generate resource scaled text and paint it at (*)
e396688... clutter/offscreen-effect: Support adding effect to resource (*)
1e1cb49... clutter/offscreen-effect: Make sure we use linear filter fo (*)
97a3b88... clutter/stage: Use rounded values to create image surfaces (*)
c695471... clutter/stage: Add private API to get max view scale for re (*)
4be4d85... clutter/stage: Cleanup the capture_view code (*)
f2c033b... clutter/stage: Add scaling support to capture_view_into (*)
baf98bb... clutter/stage: Avoid duplicating code for capturing (*)
412d568... clutter/stage: Add view scale support on read_pixels() (*)
ceb4fe2... wayland-tablet-tool: Downscale the sprite texture in FB mod (*)
8bc8dc6... clutter/rect: Clamp to pixel taking care of subpixel values (*)
9d9d455... clutter/rect: Add utility function to scale the rectangle (*)
a8c972c... boxes: Add function to create a rectangle from floating clu (*)
e5a9e9c... clutter/util: Add functions for managing cairo and clutter (*)
8b09542... boxes: Crop rectangle converting to integer with grow strat (*)
3d89b47... clutter/stage-cogl: Cleanup the code for scissor region cal (*)
cbd3ad8... clutter/stage-cogl: Add function to scale and clamp fractio (*)
d597449... Update POTFILES.skip (*)
e0811ce... clutter/x11: Consider remapped keys when guessing the keyco (*)
4a65897... Update Latvian translation (*)
58cc4c2... Update Dutch translation (*)
ed17559... clutter/evdev: Use internal button codes for mousekeys (*)
6a5772c... clutter: Remove tests/interactive/text-pixmap.c (*)
6cbaeae... clutter: remove x11/clutter-x11-texure-pixmap.c (*)
033a771... clutter: Remove clutter_set_windowing_backend() (*)
3fd0e23... clutter: Make ClutterInputFocus API to set panel state expl (*)
1f1f49d... clutter: Do not toggle the OSK panel off after focus out (*)
eabb789... wayland: Only enable OSK if receiving .enable when already (*)
3e472fa... wayland: Minor refactor (*)
7abceb4... x11-display: Split out restoring of active workspace (*)
b0fb39b... Bump version to 3.31.92 (*)
8856a39... sound-player: Don't deadlock in finish_cb (*)
4f72099... Revert "cogl: Pick glReadPixels format by target, not sourc (*)
d83a325... Revert "Revert "cogl: Pick glReadPixels format by target, n (*)
a871d56... cogl: Revert swizzling for BGRA buffers (*)
efb1ee9... Bump version to 3.32.0 (*)
1574099... prefs: Change default of show-fallback-app-menu (*)
80ceeb2... keybindings: Fix theoretical memory leak while ungrabbing (*)
32504ae... meta-monitor: Remove useless variable (*)
a555a2c... cogl: Remove unused CoglTextureDriver::try_setting_gl_borde (*)
9aca31c... cogl: Introspect CoglTexture2D(Sliced) (*)
8a87e87... shadow-factory: Update shadow of attached modals (*)
9b8510a... monitor: Fix indentation style on calculate_supported_scale (*)
e2525f2... monitor: Fix indentation style on calculate_crtc_pos and fr (*)
303e02b... monitor: Fix indentation style on foreach functions (*)
f8d62da... bell: Always flash window instead of frame (*)
7bd33e7... frame: Remove flashing support (*)
3181647... boxes: Actually check for rectangle containment (*)
2ac7f7f... build: Make libsystemd an optional dependency (*)
056c45f... wayland/buffer: Try realizing EGLStream before EGLImage buf (*)
c96cf06... Update Arabic translation (*)
5d1eccf... boxes: Fix spelling in API (*)
1bd3c13... wayland/xdg-shell: Split out popup placement out of setup f (*)
f2d7165... window: Don't try to move hidden attached windows (*)
b4f1569... window: Unmanage rule placed window if ending up outside of (*)
f580b28... window: Replace placement constrained bool with state (*)
23f31e5... constraints: Only readjust placement constraint when not ch (*)
86b5247... constraints: Only get parent rect once when placement rule (*)
00b4556... constraints: Don't use intersection when sliding with custo (*)
a1e325f... build: Don't use absolute paths with subdir keyword (*)
f0b9654... core: Remove startup sequences after timeout (*)
5c27bf6... clutter/evdev: Fix toggling accessibility features from key (*)
9843e21... backends: Use udev to determine absolute input devices' siz (*)
47663c7... clutter: Drop no longer necessary API (*)
a1969c9... wayland: Defer text_input.done on an idle (*)
fe86694... renderer/native: Make EGLStream page flip errors non-fatal (*)
1eabaf1... renderer/native: Make the EGLStreams operate in mailbox mod (*)
d15e11b... background: Shrink wallpaper using LINEAR_MIPMAP_LINEAR (*)
58f7059... Update Croatian translation (*)
28e0a7b... wayland/xdg-shell: Correct window menu position in logical (*)
ee507d9... clutter-actor: Keep is_dirty unchanged for culled actors (*)
34ee460... clutter: Fix check for keyboard a11y features (*)
4043d0b... Updated Spanish translation (*)
9d49e8a... launch-context: Swap reversed timestamp/workspace (*)
afe8610... cogl/texture: Implement is_get_data_supported on GLES textu (*)
5199c78... backends/native: Move underscan setting to MetaOutputKms (*)
7b3dee2... ci: Nag about invalid commit message subject prefixes (*)
72aeeb8... ci: Blacklist .c and .h in the commit message subject prefi (*)
4cae9b5... monitor-manager: Clean up DPMS state tracking (*)
40e7e5d... renderer-native: Fix page flip retry timeout calculation (*)
53b59d8... renderer-native: Fake page flipped if power saving when ret (*)
3cc3b75... renderer-native: Fake page flipping slower when power savin (*)
88e4ff7... backend: Add API to freeze/thaw frame clock (*)
808a75b... renderer-native: Add helper to get backend from renderer (*)
b2d0184... renderer-native: Freeze frames while retrying to page flip (*)
3b46a8c... renderer/native: Make EGL initialization failure not fatal (*)
28419cd... renderer/native: Check primary GPU supports EGL (*)
85b734f... clutter/device-manager: Small code cleanup (*)
fa4a787... clutter/evdev: Toggle accessibility features from keyboard (*)
20c1295... cogl-winsys-glx: Fix frame notification race/leak (*)
6ec330c... keybindings: Stop keybinding if a touch happens while Super (*)
2c1a951... wayland/output: Set user data of xdg_output resource (*)
ab7ef5f... core: Fix differing sequence timestamp precision expectatio (*)
40103d6... core: Account for completed sequences in feedback updates (*)
38ff01d... core: Add MetaStartupSequence::complete signal (*)
3de6f7e... core: Emit MetaStartupNotification::changed on sequence com (*)
d2ca5cc... display: Fix inconsistent behavior with demand attention (*)
e3f3274... Bump version to 3.32.1 (*)
b624e94... cogl: Remove viewport scissor workaround (*)
a94841a... cogl: Remove color write masks from the framebuffer and pip (*)
191c31b... cogl: Bump minimum GL version to 2.1 (*)
8180927... cogl: Bump minimum GLES version to 2.0 (*)
db486ad... cogl/texture-2d: Remove notes about COGL_FEATURE_ID_TEXTURE (*)
96f7bf2... shaped-texture: Add checks to viewport reset functions (*)
d2415da... shaped-texture: Use CoglMatrix for viewport src-rect (*)
22884b0... shaped-texture: Use draw_rectangle() for full paints (*)
28954e8... cogl: Remove unused 3D texture support (*)
68166f3... cogl: Fix some misleading variable names (*)
249f9a4... cogl: Stop running non-NPOT tests (*)
2aaed7b... cogl: Remove debug disables for GLSL and NPOT textures (*)
893e894... cogl: Remove always-true COGL_FEATURE_SHADERS_GLSL (*)
302a171... cogl: COGL_FEATURE_TEXTURE_NPOT_REPEAT is always available (*)
007297f... cogl: COGL_FEATURE_TEXTURE_NPOT_MIPMAP is always available (*)
48f04c7... cogl: COGL_FEATURE_TEXTURE_NPOT_BASIC is always available (*)
fc09fa5... cogl: NPOT textures are always available (*)
fb40e2e... cogl: Remove unused cogl_texture_new_from_foreign (*)
2a15e5f... compositor: Drop ARB_texture_rectangle awareness (*)
ce6acf9... cogl: Remove rectangle-texture tests (*)
d79f176... cogl: Remove texture_rectangle awareness from the GLX TFP c (*)
c881b49... cogl: Remove unused CoglTextureRectangle (*)
e71f44d... cogl: Remove never-changing COGL_PIPELINE_LAYER_STATE_TEXTU (*)
2b9cd50... cogl: Eliminate _cogl_gl_util_get_texture_target_string (*)
862e56f... cogl: Remove unused CoglTextureVable::get_type (*)
1783ea5... cogl: Remove unused texture_type argument from cogl_pipelin (*)
ca2be8e... cogl: Remove CoglTextureType (*)
9ab3a02... cogl: Remove unused TEXTURE_RECTANGLE feature flag (*)
3f29b47... cogl: Generalize EGL context attribute initialization (*)
7df86fb... cogl: Use EGL_IMG_context_priority if available (*)
471b61b... clutter/evdev: disable mousekeys with Numlock ON (*)
251fa02... clutter/x11: disable mousekeys with Numlock ON (*)
bcee890... ci: Ensure we clone a deep enough history for commit review (*)
eccf7b1... input-settings: Use 0 initialized struct for kbd a11y (*)
502da97... window: free close dialog before unmanaging window from com (*)
ba8f5a1... clutter: Use g_signal_handler_disconnect to disconnect freq (*)
7718e67... compositor: Destroy window actors list on destruction (*)
3ba7996... compositor: Disconnect from stage signals on destruction (*)
736cac4... compositor: Remove unused background_actor private referenc (*)
156980e... x11: Add X11 selection input/output streams (*)
a984622... core: Add MetaSelection and MetaSelectionSource (*)
c95db7c... x11: Add X11 MetaSelectionSource implementation (*)
09aa82d... wayland: Add wayland MetaSelectionSource implementation (*)
ab76576... core: Set up MetaSelection on MetaDisplay (*)
37144f0... x11: Add X11 selection management (*)
535ce00... core: Add memory-based selection source (*)
5c009c2... core: Add clipboard manager (*)
634f512... wayland: Integrate with MetaSelection (*)
17d00d4... wayland: Reduce MetaXWaylandSelection to just DnD (*)
02c9952... Make MetaSelection, MetaSelectionSource and MetaMemorySelec (*)
8dbe421... tests: Add missing stacking tests (*)
c6d1cf4... tests: Add single stacking tests with suite (*)
a934fa0... tests: Use suites for test cases (*)
2b8f5e6... cogl/tests: Run tests supports both test names and files as (*)
34312c2... cogl/tests: Run conform tests as single meson tests (*)
5d1a87d... meson: Add option flags to control test suites building (*)
8374be4... cogl/tests: Export and run unit tests if they are enabled (*)
63c40a9... meson: Define srcdir and builddir using meson functions (*)
81ae886... cogl/tests: Use less verbose run-tests.sh on single tests r (*)
ee4bb22... workspace: Activate a window also if it's already in worksp (*)
23a8ea2... idle-monitor: Use G_SOURCE_CONTINUE instead of TRUE (*)
1ca0fdc... idle-monitor: Postpone dispatching of idle timeout if not r (*)
0d50a37... display: Fix a possible bug in meta_display_sync_wayland_fo (*)
5480a3f... Update POTFILES.in (*)
ac15a8a... Updated Spanish translation (*)
ae6d9e3... backends: Fallback to builtin panel for devices where all h (*)
3468144... ci: Build GNOME Shell at the test stage (*)
160d2d5... ci: Install to Mutter and GNOME Shell to /usr (*)
da1e917... ci: Add GNOME Shell dependencies to Dockerfile (*)
b4d973f... ci: Update gsettings-desktop-schema URLs (*)
3ffc4f8... ci: Use mutter image to build GNOME Shell (*)
6a89e79... Update Friulian translation (*)
bf8bc65... core: Check environment variables before giving to GAppLaun (*)
454651f... Update Indonesian translation (*)
7738b5c... core/window: Fix copy/paste error in size-changed docs (*)
7e2a0ed... wayland: Move check for present window out of the actor-sur (*)
01d0316... wayland/dnd-surface: Propagate commit to parent class (*)
dae2c1d... backends/native: Add rt-scheduler experimental key to set R (*)
9e0e35d... clutter/click-action: Handle touch cancel events (*)
24b3467... clutter: Send touch crossing events only to grab actor (*)
706c5a7... clutter: LEQUAL depth_testing on ClutterDeformEffect (*)
329c4bc... Bump version to 3.33.1 (*)
9e82f9a... x11: Do not warn on cancelled X11 selection sources (*)
df7d8e2... Use free_full on GList's instead of foreach + free (*)
7a17e23... Use free_full on GSList's instead of foreach + free (*)
f7ecf3b... meta: Remove meta_free_gslist_and_elements (*)
b86fba2... clutter/stage: Avoid unnecessary call to add_redraw_clip (*)
f5f0aa1... clutter/stage: Move a comment to a more appropriate place (*)
30a2483... clutter/stage-cogl: Fix a comment-typo (*)
786305f... clutter/input-device: Replace device check with assertion (*)
a48b6cc... clutter/actor: Fix a wrong comment (*)
eae6e7a... Updated Spanish translation (*)
e96136e... gitlab-ci: Use MALLOC_CHECK_ and MALLOC_PERTURB_ env variab (*)
4524485... clutter/stage-cogl: Don't skip over the next frame (*)
7a6c755... clutter: Add fribidi dependency and copy deprecated pango f (*)
d4a0893... ci: Disable a11y bus for tests (*)
9c2fdcd... ci: Update Dockerfile to :v2 (*)
68fba45... boxes: Ensure we scale to a fully rounded rectangle (*)
29211c9... clutter/util: Fix styling on functions definitions (*)
02812fb... clutter/stage-cogl: Damage fb using ceiled scaled sizes (*)
91aee3d... monitor: Assign monitor layout directly by crtc rect (*)
2b1acea... place: Assign anchor rect using automatic copy (*)
358b678... boxes: Assign input to output rect when there's no transfor (*)
991f950... cogl: Put CoglPixelFormat code into its own file (*)
0d7a929... cogl: Map CoglPixelFormats to their specific properties (*)
fecc57d... renderer-native: Reference count front buffers (*)
52945f3... launcher: Explicitly look up object path for seat (*)
08aec58... kms-buffer: Clean up include order (*)
7fb7b28... kms-buffer: Rename to MetaDrmBuffer (*)
6eeba24... drm-buffer: Clean up file descriptor variable naming (*)
ed56edc... drm-buffer: Remove useless soft-asserts (*)
91ac64b... drm-buffer: Make the "types" actual types (*)
4faeb12... clutter/stage-cogl: Reschedule update on present (*)
ea0a89b... cogl/meson: Remove uneeded cogl-mutter-config.h generation (*)
62de4b4... meson: Bump meson requirement to 0.50.0 (*)
9305b6d... cogl/tests: Remove configure_file workaround for installed (*)
deef996... Fix typo in RemoteDesktop dbus api (*)
7719e33... wayland/pointer-constraints: Reject invalid lifetime (*)
be3c89d... Bump version to 3.33.2 (*)
468882e... ci: Run dconf update before running tests (*)
e8bca50... ci: Make MALLOC_PERTURB_ less random (*)
b01edc2... backends/x11: Do not reload keymap on new keyboard notifica (*)
439afb3... window: Move all attached windows with parent (*)
0200f4f... x11: Move focus sentinel to MetaX11Display (*)
39bac6e... core: Turn MetaStack into a GObject (*)
ef074ea... x11: Add MetaX11Stack object (*)
103c469... core: Avoid grab transfer shenanigans with non-X11 backend (*)
dbe6e01... core: Separate checks for pointer barriers availability (*)
5e0523c... x11: Move X11 calls to map/unmap a MetaWindow to MetaWindow (*)
2f21710... core: Relax requirement that MetaWindow shall have icon/min (*)
1d77641... x11: Separate X11 focus handling into MetaX11Display method (*)
86de79c... core: Untangle input focus management (*)
465e131... core: Add explicit init/shutdown_x11() MetaDisplay calls (*)
7713006... x11: Unmanage X11 windows on MetaX11Display finalization (*)
1cf4279... x11: Initialize GdkDisplay together with MetaX11Display (*)
430f354... wayland: Split Xwayland initialization in 2 steps (*)
38432da... compositor: Drop error trap (*)
ea9d8a8... wayland: Drop error trap (*)
b1ea768... wayland: Drop -terminate argument to Xwayland (*)
76664ef... clutter-text: Fix selection color drawing (*)
85c2aef... display: Cleanup Edges when display is closed (*)
0aa4a52... boxes: Use G_DEFINE_BOXED_TYPE to define the type (*)
3f2e86f... theme: Remove DEBUG_FILL_STRUCT (*)
b016ff2... cursor-renderer-native: Free MetaCursorNativePrivate struct (*)
0405786... wayland-seat: Use g_free to cleanup MetaWaylandSeat (*)
f99cd18... clutter/tests/actor-destroy: Check destroying the actor cle (*)
61c173b... cogl/xlib-renderer: Save Xlib renderer data in custom winsy (*)
7e0d185... cogl/pipeline: Don't try to access to free'd pointer data (*)
86ff3df... gitlab-ci: Print error logs on failures (*)
e3d3df9... gitlab-ci: Use G_SLICE=always-malloc in tests (*)
c1059df... test-runner: Always wait after creating a window (*)
f869e4d... headless-start-test: Ignore frame counter warnings (*)
80d1128... cogl-path: Undeprecate framebuffer functions (*)
2b47e89... renderer-x11-nested: Fix copy-and-paste error (*)
033ce2d... input-mapper: Remove unnecessary return value (*)
3cd8f3b... workspace-manager: Remove unnecessary assignment (*)
a2c545c... x11-display: Simplify bell handling (*)
1b61b9c... boxes: Fix calculation of rounded rectangles (*)
2145333... renderer/native: Refactor into secondary_gpu_get_next_dumb_ (*)
a859d76... meson: Cleanup debug build handling (*)
75e2bfb... meson: Do not add compiler flags if 'plain' buildtype is us (*)
b3e19ee... wayland: Unset DnD selection on wl_data_offer destruction (*)
bbfaf82... wayland: Honor startup sequence workspace on .request_focus (*)
e2bea48... display: Emit 'grab-op-end' signal after ungrab happened (*)
60170cf... compositor: Emit 'grab-op-end' signal after ungrab happened (*)
e588115... wayland: Handle NULL cursor renderer finding the outputs of (*)
1da0355... wayland: Update tablet cursor outputs across cursor/proximi (*)
e5e58f8... cogl: Add libsysprof capture based tracing (*)
04fb6f7... clutter: Add some preliminary tracing to clutter (*)
17c5436... profile: Add a Sysprof-based profiler (*)
53748e3... cogl-trace: Cleanup context after disabling (*)
e741cab... profiler: Support setting output filename (*)
9b8f9b6... clutter: Add more descriptive profiling sections (*)
7810f0e... cogl/trace: Add user-visible group name (*)
04b240b... ci: Add sysprof3 to the Docker image (*)
3e2a2cf... clutter/stage-cogl: Simplify redraw function (*)
7825414... build: Rename HAVE_TRACING to HAVE_PROFILER in Mutter (*)
57945a7... backend: Conditionally compile MetaProfiler (*)
4887de5... meson: Do not use clutter_c_args for GIR (*)
0786683... meson: Add no-omit-frame-pointer to clutter debug builds (*)
4f5a5e8... Update POTFILES.in (*)
08e5589... Update Hungarian translation (*)
f6eb2a8... settings: Remove space characters (*)
c9cc07f... settings: Slack off “xwayland-allow-grabs” setting (*)
b4c7872... compositor: Add "locate_pointer" vmethod (*)
851b7d0... keybindings: Trigger locate-pointer on key modifier (*)
c53aa89... keybindings: Small code cleanup (*)
a38bae2... docs: Update tests instructions (*)
a6fc656... window: Emit an error and return when trying to activate an (*)
4d21650... clutter: Add an accessibility virtual device (*)
144b24b... clutter/evdev: Use the accessibility virtual device (*)
c33b330... backends: Rename keyboard accessibility settings (*)
ab0b407... clutter/enums: Add pointer accessibility types (*)
0d0b9da... clutter: Add pointer accessibility signals (*)
db11a37... clutter: Add pointer accessibility features (*)
c1303bd... clutter/x11: Hook up pointer accessibility (*)
1d76eac... clutter: Hook up pointer accessibility (*)
a3b8644... backends: Add mouse accessibility settings (*)
e94a0fc... display: Dispose Stack after Compositor and X11 (*)
0487d67... x11-display: Handle mapped XIDs per type (*)
912a9ec... clutter/stage-cogl: Use G_USEC_PER_SEC instead of hardcoded (*)
ccf27e5... clutter/stage-cogl: Schedule immediate update on zero refre (*)
a76762a... clutter/stage-cogl: Use default frame rate instead of hardc (*)
35aa278... clutter/stage-cogl: Stop `schedule_update` repeatedly retur (*)
67a3715... clutter/stage-cogl: Reduce while loop iterations (*)
e415cc5... clutter/master-clock: Remove fallback throttles (*)
1dbf25a... clutter/stage-cogl: Protect against extremely high refresh (*)
9b53583... cogl/trace: Fix typo (*)
5eac1d6... wayland/surface: Clear texture when attaching NULL (*)
36b3616... wayland/cursor-surface: Update sprite when attaching NULL (*)
e48c7c0... clutter/stage: Make view fetch helper take floats (*)
4abca41... clutter/stage: Expose stage view getter helper as API (*)
178b975... cursor-renderer: Align OpenGL cursor rect to physical pixel (*)
c237bc5... clutter-effect: Rename get_paint_volume (*)
9db9793... clutter: Clarify clutter_stage_get_actor_at_pos docs (*)
c24d8e8... clutter/x11: Fix build without libwacom (*)
d3e789e... Updated Spanish translation (*)
8a06cfd... enum-types: Use @basename@ in header comment (*)
4064d9a... clutter: Remove ability to be user resizable (*)
a61d525... clutter: Remove stage fullscreening (*)
3073acc... clutter/stage: Remove offscreen property (*)
9213574... renderer/native: add missing eglTerminate in EGLDevice erro (*)
425611e... window/wayland: Use constrained size when unmaximizing whil (*)
db0f85b... window: Add tile mode getter (*)
59bf1f4... window/wayland: Don't always use constrained size when unfu (*)
689c7f4... clutter: Remove unused ClutterWaylandSurface (*)
2ff6bee... cogl: Remove cogl_wayland_texture_2d_* functions (*)
6dba562... Update Dutch translation (*)
1efb32d... renderer/native: Use g_set_error() instead of _cogl_set_err (*)
56ddaaa... renderer/native: Make sure we're not destroying an active E (*)
d9fb11b... renderer/native: Fix EGLSurface destruction order (*)
f202091... Updated Spanish translation (*)
446e82e... test-utils: Fix compiler warning (*)
b836e66... wayland: Don't export non-public API not used by tests (*)
376725e... clutter/stage-view: Move unexported functions to private he (*)
9c1afbb... clutter/stage-view: Annotate some functions (*)
769a01f... clutter: Make ClutterStageView a public class (*)
cc2c670... clutter/stage: Own clutter_stage_get_view_at() (*)
0cd54c5... clutter/stage: Emit after-paint after painting (*)
4a19628... clutter/stage: Add ClutterStage:paint-view (*)
088117a... clutter/tests: Connect to ClutterStage:paint-view (*)
9b5d9f3... stage: Introduce MetaStageWatch and family (*)
2464f00... screen-cast-monitor-stream-src: Watch monitors using MetaSt (*)
be72b22... cogl: Remove cogl_util_memmem() macro (*)
79e2285... cogl: Remove cogl_util_ffs macro (*)
a2a114e... cogl: Remove unused _COGL_TYPEDEF_ASSERT() macro (*)
576330e... cogl: Drop _COGL_RETURN_IF_FAIL macro (*)
769a02b... cogl: Drop _COGL_RETURN_VAL_IF_FAIL macro (*)
a8984a8... xwayland: Generate a Xauth file and pass this to Xwayland w (*)
7fcdd60... renderer-native: Fix compiler warning (*)
c63d017... xwayland: Fix build without <sys/random.h> (*)
36155f7... clutter/evdev: Do not reset timers on togglekeys (*)
02fc0b4... clutter/evdev: Implement togglekeys notification (*)
11e2005... backends/native: Remove instance private (*)
73e8127... backends/native: Add udev abstraction layer (*)
44905d9... backends/native: Move some initialization from init() to in (*)
7b7d881... udev: Add helpers to list DRM devices (*)
171e5fc... udev: Add 'hotplug' event (*)
e7fd068... monitor-manager/kms: Use 'hotplug' event from MetaUdev (*)
5c500ad... backend: Move GPU ownership from the monitor manager to the (*)
f3fd7cf... gpu/kms: Remove max buffer size getter (*)
fef5753... backends/native: Add basic KMS abstraction building blocks (*)
15a2ccd... kms: Add CRTC representation (*)
4d3e804... kms: Add plane representation (*)
065bf75... output/kms: Make drmModeEncoderPtr array local (*)
5d5d296... gpu/kms: Fix connector id type in helper (*)
f59d62b... kms: Add connector representation (*)
1f62a8d... crtc/kms: Don't redefine META_MONITOR_N_TRANSFORMS (*)
596376c... crtc/kms: Outsource CRTC state fetching to MetaKmsCrtc (*)
f2d9a11... output/kms: Outsource connector state fetching to MetaKmsCo (*)
aba6893... gpu/kms: Init global mode list from MetaKmsConnectors (*)
d84c726... crtc/kms: Use MetaKmsPlane to check supported rotations and (*)
691d58e... gpu/kms: Remove unused typedef (*)
2bbd2e5... kms: Add API to post callbacks out of the impl context (*)
ca21ca6... kms: Add API to add a GSource that'll be invoked in the imp (*)
2238c9f... kms: Add API to register impl file descriptors (*)
8932388... backend/native: Move some KMS utilities to its own file (*)
bea7600... logical-monitor: Pass output when iterating over CRTCs (*)
75dff3e... backend/native: Add and use transactional KMS API (*)
6aa1026... kms: Add high level code documentation (*)
22a91f2... backends/native: Add some KMS debug logging (*)
57dfe46... kms-update: Seal updates when posting them (*)
70bacb9... cogl: Remove CoglError wrapper (*)
0bf0366... Update Croatian translation (*)
740a620... wayland/pointer-constraints: Fix build when native backend (*)
181c7ca... wayland: Use right sign for workspace ID (*)
c35e561... xwayland: Use g_get_host_name instead of gethostname (*)
0185909... window-x11: Fix _XOPEN_SOURCE usage for gethostname on Free (*)
6055f04... display: Remove _XOPEN_SOURCE definition (*)
eccc791... workspace: Focus only ancestors that are focusable (*)
e1f839f... tests: Add 'accept_focus' command to runner and client (*)
f2d2d47... tests: Add 'can_take_focus' command to runner and client (*)
2fc7760... tests, stacking: Add tests with no-input and no-take-focus (*)
51f9e04... test-runner: Add 'assert_focused' command (*)
fcb408a... tests: Verify focused window in closed-transient tests (*)
d08763c... test-runner: Add 'sleep' command (*)
6022b23... test-runner: Add 'dispatch' command (*)
f71151a... window-x11: Focus the default window with delay while waiti (*)
e14613e... window: Warn if try to focus unmanaging windows (*)
c655166... kms-impl/simple: Removing extra semi colon (*)
68f18f1... monitor-manager/kms: Use KMS abstraction to get and set CRT (*)
bd7704f... meta: Make MetaBackgroundGroup derivable (*)
980d9b1... monitor-manager/dummy: Make modes env var override the defa (*)
2073188... monitor-manager/dummy: Fix name of mode debug env var (*)
bd0743a... ci: Install sysprof dependency from copr (*)
832fc79... backends: Add missing code to restore NumLock state on X11 (*)
2b519cb... backends: Move numlock persistence handling here (*)
feb9d12... window-x11: Fix typo (*)
6fc4cd3... build: Bump gsettings-desktop-schemas requirement (*)
1767672... Bump version to 3.33.3 (*)
5e46940... ci: Drop old gsettings-desktop-schemas package versions (*)
fefac75... ci/Dockerfile: Add commands for regenerating (*)
54fe0d3... ci/Dockerfile: Add mesa crash fix (*)
d7d75dd... cogl-trace: Include cogl-trace.h even when not tracing (*)
f2fb394... wayland/surface: Post error on invalid scale (*)
85f4772... backend/native: Fix compiler warning w/out EGL device (*)
7229a07... window-actor: Remove left-over parent field (*)
ca88826... remote-desktop-session: Remove unnecessary include (*)
06a7c22... ci: Test building without native backend support (*)
8c339da... renderer/native: Remove left-over function declarations (*)
0756fd4... renderer/native: Queue mode reset from new rebuild_views vf (*)
70de90e... renderer/native: Discard page flip retries when rebuilding (*)
c3c6668... monitor-manager: Add `get_vendor_name` API (*)
6541d49... monitor: Add display name (*)
bca08c2... monitor-manager: Use `meta_monitor_get_display_name()` API (*)
b138006... wayland/xdg-output: Add xdg-output v2 support (*)
dc5925b... kms-plane: Restore adding format fallbacks (*)
1206879... kms-plane: Include <drm_fourcc.h> (*)
22978b9... Update POTFILES.in (*)
f1837b7... compositor: Replace tabs with spaces (*)
7645c51... compositor: Only disconnect/connect top-window signals if i (*)
b850f5a... compositor: Use direct access to disconnect top window acto (*)
4061c83... window-actor: Use vfunc to set the surface actor (*)
7776941... window-actor: Set actor as compositor private in window bef (*)
d7d97f2... surface-actor-x11: Assign X11 Display only if we have resou (*)
de97b54... surface-actor-x11: Bind the surface actor resources to wind (*)
da7372a... window-actor/x11: Fix include macros (*)
4624874... window-actor/wayland: Don't set set_surface_actor vfunc (*)
a8f8bc5... window-actor: Always chain up to parent's dispose vfunc (*)
f2f4af0... window-actor: Make it clearer that the surface actor doesn' (*)
1c25b75... kms-impl-device: Fail if we can't enable universal planes (*)
5cb6286... kms-impl-device: Fail up front if we can't retrieve DRM res (*)
73f83f1... Update Friulian translation (*)
5bd85ef... clutter/main: Remove shader stack (*)
ad220fc... clutter/main: Remote global motion event handling (*)
6b853ff... clutter/main: Remove clutter_clear_glyph_cache (*)
7419ab7... clutter/main: Remove ClutterFontFlags and family (*)
b86a67c... clutter/main: Remove clutter_redraw (*)
25376b3... clutter/main: Remove clutter_get_show_fps (*)
7d96741... clutter/main: Remove various deprecated thread functions (*)
65c5260... clutter/main: Remove deprecated input device functions (*)
5ed9abd... clutter/main: Remove the rest of deprecated functions (*)
b0b1ff3... clutter/main: Simplify thead lock handling (*)
01e20a6... compositor: Don't emit size-changed when only position chan (*)
5a4bc15... workspace-manager: Expose layout properties (*)
040de39... window: Don't use button grab modifiers with inhibit shortc (*)
84616be... window: Allow grab if the display focus is unset (*)
1f133b3... compositor: Add MetaDnD private function to initialize XDND (*)
4a184d7... monitor-manager: Don't notify unchanged power save mode (*)
c17af6c... Add fallback for semi-private symbols in Pango (*)
9bcb50f... Update Indonesian translation (*)
8038eaa... workspace-manager: Add API to reorder workspaces (*)
ecf7e53... metatest: Dispatch the destruction instead of sleeping afte (*)
9aee47d... window-x11: Don't double-check for unmanaging windows (*)
c327b2d... window-x11: Accept any focusable window as fallback focus (*)
2439255... stack: Add a function to get a sorted list of focus candida (*)
bd0f1bd... test-client: Add x11 events GSource handler (*)
b80250e... tests: Add "accept_take_focus" command (*)
6d8293a... window-x11: Use any focusable window as fallback delayed fo (*)
62f4e05... stack: Style and introspection doc fixes (*)
dd8c8e8... core: Emit ::accelerator-activated with a ClutterInputDevic (*)
0eab73d... clutter: Defer actor allocations till shown (*)
78560b8... core: Use source device on ::accelerator-activated (*)
c08a24b... cogl: Remove unused OFFSCREEN_BLIT feature flag (*)
fc0ce11... cogl: Fix doc for _cogl_blit_framebuffer (*)
3e68c9e... cogl: Replace ANGLE with GLES3 and NV framebuffer_blit (*)
6df34eb... cogl: Relax formats on glBlitFramebuffer (*)
45289b3... cogl: Allow glBlitFramebuffer between onscreen/offscreen (*)
55c084e... cogl: Rename feature OFFSCREEN_BLIT to BLIT_FRAMEBUFFER (*)
6061abb... cogl: Expose cogl_blit_framebuffer (*)
9cd3b07... egl: Introduce meta_egl_create_dmabuf_image (*)
1d14448... wayland/dma-buf: Fix offset, stride types (*)
a3c425a... wayland/dma-buf: Use meta_egl_create_dmabuf_image (*)
2c893be... renderer/native: Add meta_dumb_buffer_ensure_dmabuf_fd (*)
3794df6... renderer/native: Use primary GPU to copy (*)
720f363... renderer/native: Add tracing for 2nd GPU copies (*)
a95644d... renderer/native: Debug for primary copy mode (*)
faa7b2d... cursor-tracker: Add API to get whether the pointer is visib (*)
a2a8f0c... wayland/pointer: Set focus to NULL when the cursor is hidde (*)
4bc7425... wayland/pointer: Remove duplicate include (*)
0e3c062... dnd: Use composite_overlay_window directly (*)
7c8baf8... compositor: Drop meta_get_overlay_window() (*)
57772e5... workspace-manager: Fix a documentation warning (*)
73bc3c4... window-actor: Add API to get a MetaWindowActor from a Clutt (*)
62f576e... events: Use new API to get MetaWindow from ClutterActor (*)
a526536... background: Reload when GPU memory is invalidated (*)
5ca0ef0... window-x11: Focus a window in the active workspace as take- (*)
4fdefb5... cleanup: Don't use g_memmove() (*)
4259cfd... cleanup: Don't use G_TYPE_INSTANCE_GET_PRIVATE() (*)
9189b7b... clutter: Stop using GParameter (*)
456698c... keybindings: Remove unneeded forward declaration (*)
b2ae03c... keybindings: Fix indentation (*)
1c3d8de... keybindings: Add "no-auto-grab" type (*)
7738316... keybindings: Mark the "overlay" key as "no-auto-grab" (*)
9c8ff5d... keybindings: Mark "locate-pointer" key as "no-auto-grab" (*)
ac5d9ec... keybindings: Do not grab the locate-pointer key if unnecess (*)
e6c8939... cogl/texture: Make is_get_data_supported() a bool on the te (*)
7868ab7... cogl/texture: Add EGLImage texture import flags (*)
61e51cd... dma-buf: Mark DMA-BUF textures as paint-only (*)
6836317... Bump version to 3.33.4 (*)
aef393e... Update Basque translation (*)
92f2100... Update Brazilian Portuguese translation (*)
e9cc220... x11: Remove benign warning for older X clients (*)
c755fb6... clutter-tests: Fix macro definitions (*)
87c734c... cleanup: Really stop using G_TYPE_INSTANCE_GET_PRIVATE() (*)
59fb26c... cogl/tests: Only install run-tests.sh when building install (*)
08a3cbf... clutter: Force an allocation on clone source if necessary (*)
9286818... build: Bump API version automatically each development cycl (*)
aee8bfc... core: Only notify on MetaWindow::user-time on actual change (*)
09bab98... core: Avoid consecutive workspace changes in window constru (*)
35007eb... Update Friulian translation (*)
ddbdb5f... clutter: Use g_object_notify_by_pspec() (*)
2812338... shadow-factory: Optimize shadows entirely if clip region is (*)
0f6ab78... window-actor: Check frame bounds region before use (*)
cc59681... window-actor: Fix check to clip beneath the window (*)
ac7aa11... window-actor: Cull out areas covered by opaque windows (*)
90a5582... background-actor: Clip obscured background areas (*)
f501fdc... window-actor: Remove negation in function name (*)
aae9f3a... window-actor: Fix rectangle coordinates in culling (*)
efe6c13... cursor-tracker: Use our own marshal for cursor-moved (*)
4de892b... cursor-tracker: Don't use g_cclosure_marshal_VOID__VOID (*)
5b98cc7... cursor-tracker: Document cursor-moved signal (*)
b95d7e8... iconcache: Support 16bit icons (*)
56a5c5e... cleanup: Stop using g_get_current_time () (*)
82b222f... Update Romanian translation (*)
cda9579... core: propagate the effective on-all-workspaces setting to (*)
79b5ece... core: Ensure passive key grabs are only set up on X11 (*)
9109fa0... x11: Add meta_x11_get_display_name() function (*)
ca51cd8... core: Prepare MetaStackTracker for X11 display being closed (*)
d3d1ff1... x11: Do not queue stack operation for guard window (*)
500a692... core: Manage only X11 windows when (re)starting (*)
8b62f48... wayland: Rename xwayland init/shutdown functions (*)
9a10b8f... wayland: Disconnect signal when the display closes (*)
319f7f5... compositor: Add explicit API call to redirect X11 windows (*)
f5a2694... wayland: Add tracking of X11 windows (*)
e894929... wayland: Refactor code setting up the display socket (*)
7ef32f7... wayland: Add setting/api to check the policy to set up the (*)
123b401... x11: Shuffle x11-stack destruction in MetaX11Display dispos (*)
879f5f0... x11: Add "closing" flag to MetaX11Display (*)
0c5866a... core: Avoid queueing a stack operation on the frame when th (*)
141373f... wayland: Implement on-demand start of Xwayland (*)
7ab07b0... clutter-actor: Expose layout manager properties to transiti (*)
80c8a28... wayland: Check the xwayland shutdown policy before listenin (*)
08c6b80... core: Exit early on keybindings if this is a wayland compos (*)
1b9672b... Bump version to 3.33.90 (*)
358911a... Update Basque translation (*)
f780706... Update Indonesian translation (*)
18838bc... monitor: Fix style issue (*)
989a281... monitor: Check mode resolution area when determining advert (*)
0521706... monitor: Always advertise modes similar to the preferred mo (*)
782056a... wayland/data-device: Use correct selection type to get mime (*)
d526283... compositor: Make it a GObject (*)
93c7d57... display: Destroy compositor using g_clear_pointer (*)
d20f6c7... compositor: Use g_clear_signal_handler to disconnect signal (*)
e9e28ba... wayland: Create XAuthority file once (*)
3259c7e... wayland: Start up the grace Xwayland period right after sta (*)
a0bdf44... core: Do not crash on untimely stack queries for X11 window (*)
ee3e195... ci/Dockerfile: Upgrade after adding copr repos (*)
07de258... ci/Dockerfile: Pass --no-cache in build example (*)
17c2178... udev: Fix wrong closure function usage for the "device-adde (*)
6792903... udev: Add device-removed signal (*)
76445bc... kms: Remove unused fields from MetaKmsCrtcState struct (*)
73db35c... kms: Fix meta_kms_crtc_read_state gamma table memory leak (*)
578ff22... kms: drmModeGetCrtc may fail (*)
3ccb7cf... kms: drmModeGetConnector may fail (*)
0eb355e... kms: Fix drm_connector mem-leak in meta_kms_connector_updat (*)
f3660dc... kms: Deal with GPUs being unplugged (*)
7e8a864... cogl: Remove unused cogl-gles2 API (*)
b7ef879... cogl: Remove unused cogl_{begin,end}_gl API (*)
4d81909... cursor-renderer/native: Fix compilation warning (*)
f57ce72... clutter/stage-cogl: Remove pending_swaps counter (*)
a3baf14... Update Romanian translation (*)
15c9458... Updated Lithuanian translation (*)
ad62a65... window: Move UI frame event handler to a separate function (*)
f37a172... events: No UI frame button press events for Wayland (*)
55cd110... compositor: Use meta_window_actor_from_window() throughout (*)
12ea2fc... compositor: Make type derivable (*)
9af90bf... compositor: Fix indentation mistake (*)
984aad4... compositor: Move out X11 compositing code into sub type (*)
8ee00ce... compositor/x11: Move stage input region setting to MetaX11D (*)
0db38c4... compositor: Let MetaDisplay choose the correct compositor t (*)
c4a9117... clutter: Remove marshallers that are available in GLib (*)
9d65eab... clutter: Use va_marshaller for Actor signals (*)
5fa8b24... xwayland: pass the X11 display (*)
bc166aa... xwayland: Use given X11 display for DnD setup (*)
eac227a... xwayland: Add local user to xhost (*)
75349f8... Updated Spanish translation (*)
32dcf77... clutter/text: Switch to input device grabs (*)
959eb98... clutter/main: Remove global/context grabs (*)
0947bc3... clutter/main: Move grabbing functions to clutter-input-devi (*)
bc08ad2... clutter/device-manager-evdev: Update device modifiers befor (*)
5c617ac... clutter/stage: Only queue compressible events (*)
220e4ca... ci: Add gnome-autoar to Dockerfile (*)
13deb22... wayland/xdg-output: Add xdg-output v3 support (*)
bdc7cc8... Bump version to 3.33.91 (*)
9d4e4e2... ci: Don't build gnome-shell's man pages (*)
c0130ca... Update Polish translation (*)
a509075... Update Serbian translation (*)
e33d6b2... clutter/paint-node: Expose clutter_paint_node_get_framebuff (*)
75cffd0... shaped-texture: Implement ClutterContent (*)
d3f30d9... wayland/actor-surface: Set geometry scale in surface actor (*)
425e650... shaped-texture: Draw pipeline relative to alloc (*)
4c1fde9... shaped-texture: Move MetaCullable helpers to MetaSurfaceAct (*)
6b35a49... shaped-texture: Move private function to private header (*)
2d7adb9... wayland/tablet-tool: Use meta_wayland_surface_get_relative_ (*)
c747be8... wayland: Don't scale input and opaque regions (*)
fb9e876... window-actor: Handle geometry scale (*)
29ea530... keybindings: Restore inhibit shortcut for overlay key (*)
8e13292... keybindings: Code cleanup (*)
a32559e... clutter: Remove "has_xinput" x11 API (*)
f304fa4... Drop xinput2 version checks (*)
829d9c8... clutter: Move scattered x11 keymap code into ClutterKeymapX (*)
54101b1... clutter: Use G_DECLARE_DERIVABLE_TYPE for ClutterDeviceMana (*)
e56df45... clutter: Drop ClutterEventTranslator interface (*)
f54bf02... clutter: Remove ClutterEventExtender interface (*)
2ca3513... clutter/cally: Remove needless per-backend code in cally (*)
d6aaef9... clutter: Drop _() define (*)
ef93bb6... clutter: Remove event retrieval toggle (*)
5e343e2... clutter: Remove support for foreign stages (*)
fa4580d... clutter: Temporarily comment out clutter tests (*)
ad72fa4... clutter: Move X11 input to src/backends/x11 (*)
96d5bde... backends: Don't use glib types in new X11 backend objects (*)
c710a56... backends: Move nested stage to src/backends/x11/nested (*)
cb31e3e... clutter: Drop unused function to translate to screen coordi (*)
ea54ce7... clutter: Drop functions to get XVisualInfo (*)
8b03d9e... clutter: Move evdev input to src/backends/native (*)
c0a7172... backends: Don't use glib types in new native backend object (*)
cfb8f18... clutter: Move tests to src/tests (*)
cc7e843... tests: Move clutter-test-utils.[ch] to src/tests (*)
47c1558... clutter/input-pointer-a11y: Remove unneeded character (*)
9b3b5ba... clutter/input-pointer-a11y: Fix dwell timeout start after m (*)
14e0263... clutter/input-pointer-a11y: Trigger dwell detection in a ti (*)
b8dcd5f... clutter/main: Ignore synthetic events for accessibility (*)
634c31d... backends: Don’t translate GLib properties (*)
1b58341... Update Latvian translation (*)
56e8aab... Updated Slovenian translation (*)
ea90b80... Update Hungarian translation (*)
2b64861... Update Galician translation (*)
acbefa5... wayland: pointer-confinement: Listen to "geometry-changed" (*)
7275cf6... wayland/feedback-actor: Use float for position and anchor (*)
5cfea4f... wayland/dnd-surface: Apply surface offset (*)
4c59eb0... Update Catalan translation (*)
9b7d918... surface-actor: Unref shaped texture on dispose (*)
433e1b3... core: Move Stack to StackTracker synchronization back to st (*)
78232fa... core: Check X11 display availability before use in MetaStac (*)
a51437e... clutter/input-pointer-a11y: Include success boolean in stop (*)
77229f9... wayland: Implement subsurface.place_below() for parents (*)
a3c97ee... surface-actor-wayland: Handle stex being disposed (*)
ccefa87... build: Add postinstall script (*)
7e69d14... main: Add test initialization function (*)
6968f17... Revert "main: Add test initialization function" (*)
ad13821... window-actor: Add 'damaged' signal (*)
65fde26... screen-cast/window: Use window actor damaged signal instead (*)
96e831d... window-actor: Add API to get a cairo surface of the window (*)
cd0990c... window-actor: Use new get_image() API to screen casting win (*)
1a5cba5... Revert "iconcache: Support 16bit icons" (*)
556e769... iconcache: Avoid xrender picture formats when creating cair (*)
dc9c541... main: Add test initialization function (*)
97140ab... Revert "clutter/stage-cogl: Remove pending_swaps counter" (*)
907a1f5... Update Swedish translation (*)
dabf72f... Updated Vietnamese translation (*)
4ab483d... Update German translation (*)
ab11079... backends/native: Add various cogl traces (*)
a14fd1b... compositor: Trace pre/post paint functions (*)
d4eb222... later: Add tracing (*)
6ed5d2e... cogl: Remove GLX "threaded swap wait" used on Nvidia (*)
36a14e6... build: Raise libXi minimum dependency for required deadlock (*)
8f242f8... core: Fix multiple reparent requests handling (*)
fdda8ad... x11: Add window test before accessing reparents_pending fie (*)
a70823d... clutter/point: Add ClutterPoint quarilateral testing API (*)
14c706e... clutter: Introduce geometric picking (*)
82c9217... wayland/data-device: Do not unset focus on drag start (*)
de98fb2... wayland/data-device: Restore keyboard focus on drag end (*)
2f072af... clutter/input-pointer-a11y: Restore pointer a11y on resume (*)
908203c... core: Trace various window management actions (*)
a957c2f... wayland: Trace wl_surface.commit (*)
3c0067d... x11: Trace XEvent processing (*)
cd273e8... Update Friulian translation (*)
682d43b... Update Croatian translation (*)
bcfac0d... Updated Czech translation (*)
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 (*)
3bc15ad... ci: Generate a cover report for the test suite (*)
79e5ec5... cally: fix state set leak (*)
e7b9232... cogl/framebuffer: Fix enum declaration coding style (*)
4edcc21... cogl/framebuffer: Remove alignment of struct fields (*)
e720ef1... cogl/framebuffer: Fix argument naming to blit_framebuffer() (*)
209b78a... cogl/framebuffer/gl: Move OpenGL driver fields to private s (*)
ffde1c0... cogl/onscreen: Remove unused _cogl_onscreen_new() (*)
aa99e50... cogl/framebuffer: Move public struct fields to private stru (*)
e7ac3e2... cogl/framebuffer: Clean up cleanup function (*)
b947dce... clutter: Stop using cogl_offscreen_new_to_texture() (*)
4b93943... tests/clutter: Stop using cogl_offscreen_new_to_texture() (*)
ea2f4ef... cogl: Remove cogl_offscreen_new_to_texture() (*)
de4e59a... clutter: Don't use CoglHandle to store framebuffers (*)
eb14da3... cogl: Turn CoglFramebuffer, CoglOffscreen and CoglOnscreen (*)
88c830b... cogl/framebuffer: Move allocation and y-flip-ness to non-ab (*)
29cdc35... clutter/offscreen-effect: Use memory management helpers mor (*)
2aea404... cogl: Use memory management helpers more (*)
1cc82cf... background: Use memory management helpers more (*)
5a58ccb... texture-tower: Use memory management helpers more (*)
8809ee9... clutter/util: Generalize ROUND_TO_256THS (*)
d08f724... clutter/actor: Round to 256ths when projecting for picking (*)
78c648f... cluter/stage: Use 1.0 for z-near (*)
1f99395... clutter: Use graphene_matrix_inverse() (*)
175851e... clutter/stage: Simplify view setup (*)
793ca68... clutter/stage: Use graphene_plane_t for clipping planes (*)
01ccc54... clutter/actor: Remove unnecessary check (*)
964229a... clutter/actor: Trivial code shuffling (*)
338a927... clutter: Remove ClutterPlane (*)
a84dccf... clutter/stage: Use graphene_frustum_t for clipping (*)
80bd44c... clutter/actor: Use switch instead of if/else (*)
496aea5... clutter: Remove CLUTTER_CULL_RESULT_PARTIAL (*)
b6fa26c... clutter/stage: Don't setup view on pick (*)
feb8397... clutter/stage: Move clip frustum to ClutterPaintContext (*)
cf9d061... clutter/stage: Remove outdated comment (*)
63d0556... clutter/stage: Move pick cache invalidation out of setup (*)
d1d3ac6... clutter/stage: Use multiple frusta depending on the redraw (*)
2ca2078... clutter/actor: Remove region culling (*)
f7d0461... clutter/stage: Simplify frustum setup function (*)
bc41a88... clutter/stage: Replace _cogl_util_get_eye_planes_for_screen (*)
b2f2050... renderer-native: Fix GObjectify oversight (*)
3b181c6... clutter: Add ClutterSeat::clutter_seat_has_touchscreen() he (*)
b5d21f0... backend: Use new clutter_seat_has_touchscreen helper (*)
6c240dc... seat-native: Fix has_touchscreen becoming FALSE when a non (*)
88cabf8... seat-native: Check for tablet-switch devices from meta_seat (*)
21c714a... seat-native: Add support for tablet-mode-switch being hot-u (*)
4c12208... monitor-manager: Add a handle_orientation_change helper fun (*)
1b13f50... monitor-manager: Update orientation based config when panel (*)
ec18a55... monitor-manager: Ignore tablet-mode-switch on initial confi (*)
554f798... window/wayland: Offset position with size mismatch when fin (*)
03c69ed... window: Do not go past size hints on resize (*)
deaa948... window-props: Check for actual size hints changes (*)
7ab3eac... constraints: Use "orig" rectangle for interactive resize (*)
d2f8a30... clutter/paint-volume: Use graphene for computing union of p (*)
0501d30... cogl-winsys-egl: Log the color depth in use (*)
716ecf6... util: Add META_DEBUG_WAYLAND debug topic (*)
e480d0c... wayland-dma-buf: Add debug logging of pixel format in use (*)
3459761... wayland-buffer: Add debug logging of pixel format in use (*)
734a7cc... clutter/actor: Alway call queue_relayout() when showing act (*)
bf7cfb8... clutter/actor: Introduce counter for painting in an unmappe (*)
cbf3001... clutter/actor: Add private API to get whether we're paintin (*)
650efb6... tests/conform/actor-pivot-point: Show stage before allocati (*)
9b50215... clutter/actor: Handle getting (un-)mapped during painting d (*)
717b857... clutter/actor: Use separate priv pointer in clutter_actor_r (*)
3bca29f... clutter/actor: Only allocate when actor is mapped, not only (*)
29caa5b... clutter/actor: Don't queue relayouts inside add/remove_chil (*)
76578e5... clutter/actor: Remove absolute_origin_changed flag again (*)
de610a1... clutter/actor: Reset allocation when unrealizing actor (*)
cd52288... wayland: Allow specifying Wayland display name from command (*)
9d0bac0... output: Move edid parse function to the right file (*)
d504086... cogl: correcting the cogl trace log (*)
1b39b92... xwayland: Protect against MetaX11Display abruptly closing (*)
f4a1dcf... wayland: Set IO error exit handler (*)
a93ef84... wayland/window: Provide prior floating window dimensions (*)
20519a1... core/window: Do not apply limits if no previous size has be (*)
3faea85... core/window: Move size hints to dedicated function (*)
a51ad8f... core/window: Store/load window dimensions before/after full (*)
4862e4c... backend/dummy: Warn about missing dummy mode specs (*)
7e0d80b... backend/dummy: Do not enforce minimum screen size (*)
3a65ee7... wayland: Simplify wl_touch.frame handling (*)
dd60fa2... backends: Use slot from cancel events (*)
f00e567... wayland: Use Clutter event to handle touch cancel (*)
7698fc4... backends: Drop the filter for libinput events (*)
bd4062a... clutter: Limit number of touch slots available to a virtual (*)
439e9a5... backends/native: Assign unique ranges of slots to virtual d (*)
c9a405f... backends/native: Use libinput seat slot API (*)
e28007e... backends: Drop extra layer of touch info handling (*)
b6a020e... clutter: Sanitize ClutterInputDevice header (*)
c4d11f7... backends: Fold device mapping check into backend (*)
82c6c3f... backends: Move device mapping check into backend (*)
6cb1557... backends: Move absolute/relative device mapping to native b (*)
27ef073... backend/native: Move barrier manager to MetaSeatNative (*)
90df3c6... backends/native: Make seat constrain pointer to monitors ou (*)
3c8376a... backends/native: Move relative motion filter to MetaSeatNat (*)
6a6894a... clutter: Specify stage on clutter_input_device_update() fun (*)
f99fc2a... clutter: Pass stage on to _clutter_input_device_set_actor() (*)
af249dd... clutter: Do not depend on device stage on ClutterInputMetho (*)
9598eed... backends/native: Drop all uses of clutter_input_device_get_ (*)
e3644ac... backends/x11: Drop all users of clutter_input_device_get_st (*)
a67f676... clutter: Drop clutter_input_device_get_[pointer_]stage() (*)
942b3c6... backends/native: Drop users of clutter_input_device_set_sta (*)
ce2b372... backends/x11: Drop users of clutter_input_device_set_stage( (*)
6e49ad4... clutter: Drop clutter_input_device_set_stage() (*)
90001f0... clutter/main: Drop dead code branches (*)
a76a47f... clutter: Pass timestamp to clutter_input_device_set_actor() (*)
8d9dc09... clutter: Drop clutter_input_device_set_time() (*)
027abc6... clutter: Drop unused field in ClutterInputDevice struct (*)
a03e233... tests/interactive: Remove clutter paint-wrapper test (*)
4e63ed5... tests: Use ClutterStage "after-paint" instead of ClutterAct (*)
cc7c7fa... clutter/actor: Remove the paint signal and keep the paint v (*)
a24b2f4... background-content: Assume background clones are always tra (*)
a438213... Update Portuguese translation (*)
8a709b5... clutter/stage: Add pick trace (*)
a4961ad... clutter/pick-context: Make pick context aware of the pick m (*)
05b6b6a... clutter/actor: Use pick context in clutter_actor_should_pic (*)
8d47f79... clutter/actor: Remove '_paint' suffix from clutter_actor_sh (*)
56ed0bf... clutter: Remove pick mode from context (*)
0d79a0f... clutter/stage: Remove useless cached pick mode reset (*)
f411834... Introduce ClutterPickStack (*)
620f0ad... clutter/pick-stack: Store current matrix entry (*)
7d25cbe... Use graphene_ray_t to pick actors (*)
54db1b2... clutter/actor: Remove cached inverse transform (*)
ce6f133... clutter/pick-context: Remove clutter_pick_context_get_frame (*)
da7671b... clutter/actor: Don't push identity transforms (*)
52e2afa... clutter/actor: Don't check handlers when emitting stage-vie (*)
8b21fb4... clutter: Remove ClutterRedrawFlags (*)
3ea9217... clutter/actor: Remove _clutter_actor_queue_redraw_with_clip (*)
1039235... clutter/actor: Make functions to queue relayout/redraw on c (*)
84dd6b4... clutter/stage: Remove redraw_pending and redraw_count (*)
b1700c3... clutter/actor: Remove two unused functions in private heade (*)
8711d8d... backend: Keep a refcount on backend's current_device (*)
a77e1f2... drm-buffer-gbm: Clear framebuffer with g_clear_object (*)
c7a0ab3... background-content: ceilf the actor size instead of roundf (*)
5ab187d... README: Add link to wiki (*)
8fb30e6... README: Elaborate coding style and commit message guideline (*)
232dcad... ci: Run coverage target by default (*)
ebe8cd3... cursor-tracker: Check if coordinates are NULL (*)
aff14ea... cursor-tracker: Check for NULL coordinates before retrievin (*)
514b2ff... cursor-tracker: Get the GDK (X11) pointer position in float (*)
eaa6efe... wayland/window: Don't lose precision in MetaWaylandWindowCo (*)
c618b8a... clutter/backend: Don't dispatch libinput events too early (*)
9b88172... backend: Update cursor visibility on device added (*)
7785119... Updated Danish translation (*)
c88615a... clutter/actor: Queue redraw on no-layout parents when unmap (*)
25bb567... clutter/stage: Add documentation and annotations (*)
4ecc80f... x11/output: Fix init tile info guard (*)
4e9a67a... wayland/subsurface: Check for circular relationships (*)
331b5f3... tests/wayland: Add test for circular subsurfaces (*)
8bf399f... xwayland: Match applications without WM_CLASS nor WM_NAME (*)
34710ea... clutter/event: Do not filter out DEVICE_ADDED/REMOVED event (*)
b6211bb... backends/x11: Emit CLUTTER_DEVICE_ADDED events for initial (*)
1499bda... tests/clutter/timeline: Always print progress to stderr (*)
f57c39f... tests/clutter: Disable X11 client support (*)
4cc4701... tests/stage-view: Tweak test to make less racy (*)
e8ace92... ci: Run tests with 10 Hz dummy monitors (*)
682a8bd... mutter.doap: Add marge-bot as a maintainer (*)
86f02c7... ci/check-commit-log: Ensure valid cogl and clutter prefixes (*)
e7b126e... ci/check-commit-log: Inverse merge request URL check (*)
369e2ac... ci/check-commit-log: Check capitalization (*)
0c9f7c7... ci/check-commit-log: Generate JUnit report (*)
815ed52... ci: Wait for review stage before continuing (*)
83360a4... cursor-sprite/xcursor: Fall back to gray square if missing (*)
d622960... renderer/native: Add udev rule to select primary GPU (*)
8da1c19... ci: Make check-commit-log run again (*)
a50a594... gitlab-ci.yml: Removed unnecessary when: (*)
91c9416... region-utils: Reduce temporary allocations (*)
09b1bbb... region-utils: Always use FLT_EPSILON when comparing floatin (*)
32b6847... clutter/stage-cogl: Avoid copying fb_clip_region (*)
287d9b6... clutter/click-action: Move away from device IDs (*)
8dea73c... tests: Drop usage of clutter_event_get_device_id() (*)
7cc6457... core: Move away from clutter_event_get_device_id() (*)
7aa63d6... clutter/event: Drop clutter_event_get_device_id() (*)
9e894b2... tests: Drop usage of clutter_input_device_get_device_id() (*)
045181f... clutter/main: Drop usage of clutter_input_device_get_device (*)
7738ce2... backends/x11: Move to backend-specific meta_input_device_x1 (*)
20e6464... backends/native: Don't fake device IDs (*)
23ae8b4... clutter: Drop clutter_input_device_get_device_id() (*)
b2126fe... gschema: Add missing summaries for toggle-tiled-left/toggle (*)
06e604c... window-props: Also check for actual values change (*)
fddd18c... ci: Use ci-templates (*)
f7cef11... clutter/stage-view: Make get_refresh_rate() public (*)
9db09e3... surface-actor: Add API to check obscuredness per stage view (*)
ff94ed0... surface-actor-wayland: Add API to pick a primary stage view (*)
c78b03b... wayland/compositor: Only emit frame callbacks for the prima (*)
6f38011... ci: Replace only/except with rules (*)
83f5f77... ci: Set some sensible defaults (*)
e4db49d... ci: Bump ci-templates to include registry path fix (*)
abdf467... ci: Include GTK4 (*)
4b32c92... ci/check-commit-log: Fix test failure count value (*)
a0dbf3b... clutter/stage-cogl: Scale and offset the swap region before (*)
96a185d... clutter/stage-cogl: Colour fb_clip_region in CLUTTER_DEBUG_ (*)
f78cfc0... clutter/stage-cogl: Don't paint the blue debug region where (*)
a793b4e... cogl: Add new 'sync-{primitive,frame}' options for COGL_DEB (*)
efbb798... ci: Use non-string like list for "need" relationships (*)
07c64de... ci: Use ci-fairy image in review and run first (*)
ce1e7a5... ci: Check that allow-collaboration is checked for merge req (*)
bfeec27... ci: Include development files for accountsservice (*)
abd8032... ci: Include gdm in image (*)
6b220c9... ci: Rename only_default to pipeline_guard (*)
78f43ba... ci: Guard pipeline on review stage (*)
aedbe03... build: Bump pango version to 1.46.0 (*)
3843293... clutter/text: Use new pango API to compare attribute lists (*)
2713119... window: Fix size hints with CSD (*)
3b7137c... surface-actor-wayland: Optimize get_current_primary_view fo (*)
44563d2... clutter/actor: Don't union child paint volumes if clip is s (*)
b5a7fe4... clutter/actor: Handle clips correctly when building paint v (*)
6e27cc0... ci: Generate junit report if project doesn't enable the reg (*)
aa18619... ci: Bump ci-templates to include ci-fairy fix (*)
d2feaa8... clutter/pick-stack: Use graphene_box_t for axis-aligned rec (*)
3cf11f7... clutter/pick-stack: Move triangle check to else block (*)
5ddf416... ci: Build and test also on aarch64 (*)
9b16eff... clutter: Move assembling the redraw clip out of "queue-redr (*)
ce4c297... clutter/actor: Emit the queue-redraw signal right away (*)
1cd3865... clutter/actor: Remove the queue-redraw signal (*)
906124b... clutter/stage: Don't pass QueueRedrawEntries to actors (*)
0da8a49... clutter/stage: Clarify comments in add_to_stage_clip() a bi (*)
0320649... clutter/actor: Always update last_paint_volumes during pain (*)
58930e9... clutter/actor: Use a variable to check if culling is allowe (*)
1a1f1ec... clutter/frame-clock: Schedule a frame at least once per sec (*)
3073aee... clutter/pick-stack: Add autoptr support (*)
1b29d26... clutter/stage: Remove cached pick mode (*)
c3534d3... clutter/pick-context: Store point and ray on construction (*)
1fdde25... clutter/paint-volume: Add new API to convert to graphene_bo (*)
6c4b897... clutter/actor: Cull out when picking (*)
efb577e... screen-cast: Fix segfault when drawing cursor (*)
17dbb98... clutter/stage: Remove fps_timer (*)
60f647d... backends/native: Don't crash if keymap is misconfigured (*)
b7a9c1d... tests/monitor-unit-tests: Remove left-over debug printf (*)
f6db6cd... monitor-config-manager: Handle multiple builtin panels grac (*)
fba1122... clutter: Add ClutterSeat::query_state() vmethod (*)
384b977... backends/x11: Implement ClutterSeat::query_state() vmethod (*)
9d195b3... backends/native: Implement ClutterSeat::query_state() vmeth (*)
cb7794c... clutter: Use ClutterSeat underneath coords/modifiers input (*)
7d78768... backends/native: Move away from ClutterInputDevice coords (*)
932a5ca... clutter: Drop clutter_input_device_set_state() (*)
730da1d... clutter: Pass base event to clutter_input_device_update() (*)
3234ae2... clutter: Drop clutter_input_device_update_from_event() (*)
2411460... clutter: Drop clutter_input_device_set_coords() (*)
dea909a... clutter: Simplify backend-independent touch accounting (*)
efd0652... backends: Drop GDK device querying code from MetaCursorTrac (*)
8a8d477... backends: Delegate pointer confinements to an impl object (*)
7a2a244... backends: Remove x/y arguments from MetaCursorTracker::curs (*)
e721fde... backends: Add argument for best scale on MetaCursorSprite:: (*)
d41dbf9... wayland: Replace cursor renderer usage with cursor tracker (*)
35abb8a... backends: Add meta_backend_get_cursor_renderer_for_device() (*)
0d83fcc... wayland: Look up cursor renderer for device on MetaWaylandP (*)
cd02286... backends/native: Manage tablet cursors in backend (*)
de0848b... backends: Use graphene_point_t on meta_cursor_tracker_get_p (*)
247613d... backends: Move away from meta_cursor_renderer_get_position( (*)
3ade57e... backends: Add ::device property to MetaCursorRenderer (*)
c93bea9... wayland: Move away from meta_cursor_renderer_get_position() (*)
a8e2935... backends: Drop meta_cursor_renderer_get_position() (*)
00cbcb7... core: Centralize cursor renderer and tracker updates (*)
e218b00... backends: Make MetaHwCursorInhibitor less about sprites (*)
d6f7204... backends: Move HW cursor inhibitors to MetaBackend (*)
5f30d1b... backends: Split pad action mapping to a separate object (*)
c2940ef... backends: Move away from clutter_input_device_set_enabled() (*)
b1d12a9... clutter: Drop ClutterInputDevice::enabled and setter/getter (*)
0c1d48b... backends: Add simple object to delegate logical monitor lay (*)
727e64d... backends: Use MetaViewportInfo to keep MetaSeatNative infor (*)
165b736... backends: Use also a native cursor renderer for tablets (*)
1377c2a... backends: Add method to get extents from viewport info (*)
c362bc4... backends/native: Use viewport info to find out stage extent (*)
05edf48... backends/native: Drop early processing of ClutterEvents (*)
0cb0dd3... backends: Assign stage to events in MetaBackend (*)
1dc534e... backends/native: Drop meta_seat_native_[gs]et_stage() (*)
b56d31e... backends: Simplify MetaInputSettings vfunc (*)
9a21482... backends: Move all output management to MetaInputMapper (*)
4013bed... backends: Make MetaInputMapper take over MetaInputSettings (*)
c3acaeb... backends: Move keyboard a11y into backends (*)
2ceac4a... clutter: Make ClutterSeat::handle_device_event vfunc more g (*)
59059e1... backends/native: Spin MetaSeatImpl off MetaSeatNative (*)
39f4aca... backend/native: Let cursor renderer/tracker be updated by e (*)
31439d7... backends/native: Forward keyboard a11y changes via the Meta (*)
facc963... backends/native: Proxy touch-mode via MetaSeatImpl (*)
be1ffc8... backends/native: Proxy bell notifications from within the M (*)
89a140d... backends/native: Proxy modifier state changes via MetaSeatI (*)
c601a82... clutter: Update device for the current tool in backends (*)
fe9092d... backends: Simplify function arguments (*)
2c1558d... backends: Make device tracking at MetaInputSettings ad-hoc (*)
4e56352... backends: Do not use clutter_seat_list_devices() in MetaInp (*)
1609d14... backends/native: Move MetaInputSettings ownership to MetaSe (*)
b789d38... clutter: Switch to GAsyncQueue for ClutterMainContext event (*)
e76a7f4... backends/native: Protect MetaBarrierManagerNative (*)
cf45050... backends/native: Surround device state queries/updates with (*)
40665b0... backends/native: Seal MetaKeymapNative xkb usage (*)
23f9534... backends/native: Shuffle xkb_keymap creation (*)
f7fbd6e... backends: Handle numlock saving/restoring directly in backe (*)
fd90e41... backends/native: Make some MetaSeatImpl API "async" (*)
fb2440a... backends/native: Make MetaVirtualInputDevice vmethods "asyn (*)
efc1592... backends: Make pointer cursor invisible until the stage is (*)
c6849a6... clutter: Drop clutter_input_device_get_coords() method (*)
d58e082... clutter: Drop clutter_input_device_get_modifier_state() API (*)
699da15... clutter: Drop clutter_input_device_get_key()/n_keys API (*)
c4fa5ef... clutter: Drop clutter_input_device_get_physical_devices() A (*)
be9c531... clutter: Drop clutter_input_device_get_associated_device() (*)
e772f62... clutter: Make axes part of the device tool (*)
168ceb9... backends: Forward event axes as array of ClutterInputAxes e (*)
5689a84... clutter: Drop internal update_from_tool() vmethod (*)
d7d92b0... clutter: Drop ClutterInputDevice axis API (*)
06d577f... clutter: Move scroll valuator accounting to backends/x11 (*)
c7f989c... clutter: Drop ClutterInputDevice private tool maintenance A (*)
71b4c0e... clutter: Drop keycode_to_evdev vmethod (*)
e0444a3... clutter: Move ClutterInputDevice fields to private struct (*)
7547891... backends: Straighten MetaInputSettings creation (*)
ceefa72... backends/native: Shuffle keyboard a11y signal connection in (*)
18fdcfc... backends/native: Make MetaInputSettingsNative vmethods "asy (*)
f117a15... clutter: Add vmethod to find out group for pad features (*)
2ff5bb4... backends/native: Update keyboard a11y status in seat impl (*)
424f3b7... clutter: Do not emit signals during ClutterBackend finaliza (*)
321b971... backends/native: Add missing seat finalization paths (*)
820262e... backends/native: Add input thread inside MetaSeatImpl (*)
c03be03... backends/native: Add a bunch of "_in_impl" suffixes to func (*)
8b6ea12... backends/native: Add distinct meta-input-thread.h header (*)
f5949af... barrier: Complain loudly if bogus barriers are created (*)
13202f4... backends/native: Pass xkb_state directly when updating Meta (*)
488d9c0... Update POTFILES.in (*)
407e8c0... backends/x11: Stop translating a property ID (*)
6aafdbe... backends/x11: Use XkbBuildCoreState the right way around (*)
fc6446f... backends/x11: Iterate button modifiers all the way (*)
d43c8cd... window: Freeze stack when calculating showing state (*)
c56433d... wayland/buffer: Trace instrument buffer-attach (*)
48a90e3... stack: Add some trace instrumentation (*)
7eb20b2... window: Add some trace instrumentation to implement show/hi (*)
e91062a... clutter/pick-stack: Add a copyright for Canonical (*)
5a35f77... Update Ukrainian translation (*)
fecebf2... Tag version 40.alpha (*)
c5ad7fe... Post-release version bump (*)
79d4d7a... xwayland: Fix XIOErrorExitHandler warning (*)
2ffa9ff... tests: Turn anonymous file test into real test (*)
c4dbf81... tests/anonymous-file: Fix return value type (*)
c55a3d1... tests/anonymous-file: Skip the rlimit part of the test when (*)
4d15438... tests/wayland: Declare test clients using a list (*)
d2c7988... wayland/xdg-shell: Warn when invalid geometry is set (*)
a549708... wayland/subsurface: Don't include buffer-less subsurfaces i (*)
a40ab56... wayland/xdg-shell: Warn on invalid effective geometry (*)
494c9bb... ci: Fix echo stderr redirection (*)
aa301c1... Update Norwegian Bokmål translation (*)
517dc99... Update Portuguese translation (*)
14ab90e... clutter/actor: Initialize out variable (*)
745ccc5... compositor: Fix warning with -Wmaybe-uninitialized (*)
20ac791... backends/native: Avoid -Wmaybe-uninitialized warning (*)
3c8bfc1... clutter/paint-node: Walk up paint node tree to find framebu (*)
e45d1c6... Introduce ClutterEffectNode (*)
5c772a6... clutter/effect: Add paint_node vfunc (*)
89f9be0... clutter/paint-nodes: Add opacity overriding to ClutterActor (*)
63ea2da... clutter/paint-nodes: Add new ClutterLayerNode API (*)
4c75389... clutter/paint-nodes: Add serialization to layer node (*)
033423f... Introduce ClutterBlitNode (*)
49b3ac2... clutter: Drop CLUTTER_CLIENT_MESSAGE event (*)
96e320b... clutter: Drop CLUTTER_DESTROY_NOTIFY event (*)
4a0c56f... clutter: Simplify stage state management (*)
09b9569... backends/x11: Drop platform-specific event data (*)
9f5c453... clutter: Move evdev evcode data to Clutter button/key event (*)
eaa04ec... backends: Unify touch sequence to slot conversion (*)
4db5b95... wayland: Drop HAVE_BACKEND_NATIVE checks in wl_touch implem (*)
b887905... clutter: Move relative motion information to ClutterEvent (*)
64d5e8a... backends/native: Drop MetaEventNative (*)
0842ac9... clutter: Drop infrastructure to copy/free platform event da (*)
e21929b... clutter: Do not poke backend code for motion compression (*)
4ef34ed... xwayland: Clean up error reporting (*)
d940911... xwayland: Don't spew warnings when looking for X11 displays (*)
357f325... xwayland: Make sure /tmp/.X11-unix/ exists (*)
4f544b6... xwayland: Set xrandr primary output (*)
f335df5... ci: Improve checkout script output (*)
afced5b... ci: Fix checking out gnome-shell for tag pipelines (*)
fbe1a16... ci: Only fetch history for branch tips (*)
9693462... clutter/actor: Use different view list when picking frame c (*)
0bace8d... clutter/offscreen-effect: Use the paint volume origin as th (*)
db30a4d... clutter/text: Scale down clutter_text_get_cursor_rect to ac (*)
ebf9f18... clutter/text: Make update_cursor_location() operate in stag (*)
b3a073f... Update Romanian translation (*)
f48a86a... Update Romanian translation (*)
d57bdb0... cogl/framebuffer: Add COGL_EXPORT to public function (*)
3a3eaf5... clutter/paint-nodes: Fix blit node oversights (*)
3440fbd... clutter: Add private ClutterBlur (*)
15f5087... Introduce ClutterBlurNode (*)
baff123... Updated Spanish translation (*)
533e676... build: Use Xwayland pkg-config if available (*)
6654053... clutter/paint-nodes: Make ClutterLayerNode always push/pop (*)
5794871... clutter/offscreen-effect: Add new create_pipeline() vfunc (*)
5587c70... clutter/blur-effect: Switch to create_pipeline vfunc (*)
5c62808... clutter/brightness-contrast-effect: Switch to create_pipeli (*)
b3641e0... clutter/colorize-effect: Switch to create_pipeline vfunc (*)
691d317... clutter/desaturate-effect: Switch to create_pipeline vfunc (*)
26c1a5e... clutter/offscreen-effect: Use paint nodes to paint target (*)
ea20076... clutter/offscreen-effect: Implement paint_node() (*)
4898408... clutter/effect: Add paint nodes to all paint vfuncs (*)
46c68f3... clutter/offscreen-effect: Document paint nodes (*)
431bde9... clutter/effect: Move ClutterEffect creation to ClutterActor (*)
d5cbbb2... backends/native: Destruct udev after kms (*)
95e0bf3... renderer/native: Remove left over comment (*)
53f7b6c... clutter: Simplify framebuffer setup using ortho projection (*)
505f65e... backends/native: Make mode switch checks libinput independe (*)
96070e8... backends/native: Make group modes checks libinput device in (*)
67f0704... backends/native: Make device grouping libinput independent (*)
b2b3d00... backends/native: Dispose the libinput device in the input t (*)
446839c... backend/native: Check libinput_device in async call (*)
7de5f79... Revert "clutter/offscreen-effect: Use the paint volume orig (*)
d717cc9... clutter/blur: Shortcircuit when sigma is 0 (*)
2cef2b6... clutter/paint-node: Rename multitex_coords to coords (*)
2f01ef6... clutter/paint-node: Add multi-rect operations (*)
261447a... clutter/stage: Steal and manually free pending_queue_redraw (*)
8588352... clutter/blur: Remove uniform locations from BlurPass (*)
925809e... clutter/blur: Pass direction as vec2 (*)
0b4b341... clutter/blur: Make sigma a float (*)
5fca8f2... clutter/blur: Fix shader loop (*)
49653b0... clutter/blur: Select a better n_steps (*)
0a456b4... ci: Set GIT_STRATEGY: no for some jobs (*)
98a5cb3... clutter/stage: Add infrastructure to track devices and thei (*)
a9a9d27... clutter: Add function to update input device actors to clut (*)
ae6d83f... clutter: Switch to storing device->actor associations in Cl (*)
96842fc... cogl/texture-2d-sliced: Don't double-free slice array when (*)
46ec294... cogl/texture: Add a bit more debug logging (*)
afa4315... core: Make sure focus_default_window() worked (*)
76d1a64... core: Be more selective looking for a focusable ancestor (*)
c94d929... tests/stacking: Add test hiding a modal with a not shown pa (*)
ad65c89... clutter/stage: Use own list of pointer devices to find upda (*)
3a8b714... clutter: Use G_PARAM_EXPLICIT_NOTIFY for actor and stage pr (*)
1fa7176... build: Change upcoming version to 40.alpha2 (*)
45a9c38... renderer/native: Refactor modeset boilerplate into new help (*)
e5b0713... monitor-manager-kms: Disable CRTCs if there is no monitor (*)
ed87937... monitor-manager-xrandr: Disable CRTCs if there is no monito (*)
888e09a... Update Catalan translation (*)
904d7fa... backends/native: Protect against NULL pointer constraints (*)
3d82da2... wayland: Don't explicitly repick on wl_surface destructor (*)
7949623... clutter/main: Change picked actor before emitting crossing (*)
0021fe1... wayland: Don't use CLUTTER_LEAVE source actor for repick (*)
1f17a7f... wayland: Do not query seat for pointer coordinates (*)
717e5d9... wayland: Avoid repick_for_event() call (*)
b04e326... clutter/main: Add clutter_stage_repick_device() call (*)
a64dba4... compositor: Trigger repick after window effects here (*)
b938749... core: Trigger repick via ClutterStage (*)
ce6b91b... wayland: Drop meta_wayland_compositor_repick() (*)
ad3f2b0... wayland: Only repick pointer on crossing events (*)
17afb88... wayland: Drop needless includes (*)
5be763e... Change upcoming version (again) (*)
692d0e0... Update Friulian translation (*)
7a7bfd6... Update German translation (*)
9b6fb31... Update Basque translation (*)
96820a9... backends: Disconnect MetaInputMapper signal connection on d (*)
4fb968a... clutter: Remove reentrancy checks at emit_event_chain() (*)
d39d4d1... wayland: Do not account touch crossing events for pointer (*)
65e7b9a... wayland: Repick (again) on pointer motion (*)
189eb4c... clutter/actor: Remove superfluous line (*)
7917614... clutter/effect: Don't call effect paint_node() if pre_paint (*)
06c3484... Updated Lithuanian translation (*)
c29d2ad... Update Galician translation (*)
d415b2b... Update Portuguese translation (*)
f0a9ec0... cogl/journal: Invalidate framebuffer mipmaps on each journa (*)
93e938e... background: Make the final monitor texture RGB instead of R (*)
f363476... remote-desktop: Allow using custom scroll source for Notify (*)
7871ab5... clutter/timeline: Don't manually set frame clock in set_act (*)
6c19d49... tests/stage-views: Test whether stage views and frame clock (*)
bd15cfc... ci: Replace custom commit-log script with ci-fairy (*)
e88467f... x11: Support the CTM (color transform matrix) RandR propert (*)
3bf1af0... seat-impl: Fix some variable names (*)
237cdee... seat-impl: Destroy libinput objects on input thread on tear (*)
d439501... clutter: Fix build with clang (*)
98ef6d0... wayland: Ensure pointer constraint region consistency (*)
eb3ba85... Update Slovenian translation (*)
c23a834... Tag version 40.alpha.1 (*)
857e56b... Post-release version bump (*)
8a82abc... clutter/click-action: Factor out drag threshold check (*)
6239e6d... clutter/click-action: Only emit "clicked" when within drag (*)
2c57f09... clutter/click-action: Release if motion crosses drag thresh (*)
5411b89... build: Bump gsettings-desktop-schemas dependency (*)
ff43eb8... clutter: Update settings location for font aa/hinting/rgb o (*)
6011562... backends: Update pointer drag-threshold/double-click settin (*)
c423ea4... Tag release 40.alpha.1.1 (*)
898aa25... Post-release version bump (again) (*)
de0e17a... Update Serbian translation (*)
22312db... Update Catalan translation (*)
e5347af... xwayland: Check X11 clients prior to terminate Xwayland (*)
c255031... events: Bypass wayland when scrolling with mouse-button mod (*)
3fc603e... xwayland: Make autoclose-xwayland an exp. feature (*)
cde0cd5... xwayland: Enable Xwayland on demand by default (*)
e238112... Update Ukrainian translation (*)
912ad90... Update Romanian translation (*)
5060752... clutter/backend: Clear stage window pointer after removing (*)
904116f... clutter/seat: Don't unref backend on finalize (*)
05765da... seat/native: Explicitly destroy MetaSeatImpl (*)
db6bf9d... backend: Tear down in dispose() instead of finalize() (*)
1c6dd7f... backend/native: Destroy logind helper after seat (*)
9c71e20... Update Portuguese translation (*)
5671888... wayland: Handle forced Xwayland shutdown elegantly (*)
df4b6d4... Revert "wayland: Drop Xwayland abstract socket" (*)
063db30... xwayland: Start Xwayland on connection to either public X11 (*)
1bd42e8... xwayland: Propagate error if display sockets failed (*)
f6b4665... xwayland: Check for X11 unix directory only once (*)
eb06d9e... xwayland: Do not rely on X-lock files (*)
d43f957... backends/native: Update keymap state on latched modifier up (*)
26cc51a... xwayland: Do not retry the same display (*)
22b926e... xwayland: Check for listenfd option (*)
f0d3201... kms: Add MetaKmsMode abstraction (*)
eb66449... kms/mode: Add API to create blob IDs for modes on demand (*)
2c4a3c5... kms/mode: Add mode flags (*)
0fa0eee... kms/mode: Add getter for name (*)
d3abaf4... output-kms: Hand over fallback mode management to MetaKms (*)
e15bb68... gpu-kms: Fix mode ID type (*)
abac217... crtc-mode-kms: Wrap MetaKmsMode instead of drmModeModeInfo (*)
309651d... kms/update: Make change updates to take MetaKmsMode (*)
df89e8c... kms/connector: Make property ID fetching more declarative (*)
11966dc... kms/crtc: Find MODE_ID and ACTIVE property IDs (*)
a9ae202... kms/plane: Find property IDs to be used for atomic modesett (*)
1b3e8b4... kms/impl-device: Make property ID lookup also handle parsin (*)
2b7b457... kms/plane: Parse IN_FORMATS via prop table parse vfunc (*)
c1ce36f... kms/update: Make plane assignment take rotation instead of (*)
ec7667f... kms/connector: Set DPMS and underscanning directly on the u (*)
9d7be40... monitor-manager-kms: Set gamma on MetaKmsUpdate directly (*)
837501a... native: Remove left-over flip waiting functionality (*)
1959a87... kms/impl-device: Make type derivable (*)
d3c630f... kms/connector: Look up CRTC_ID property (*)
8808d51... kms/impl-device: Construct using GInitable (*)
eb78b62... kms/crtc: Find GAMMA_LUT property (*)
a8d724d... kms/impl: Manage a list of impl devices (*)
a7a1391... renderer/native: Fix 'notify-frame-complete' function name (*)
37fe30c... kms/update: Make each MetaKmsUpdate update a single device (*)
7137bd4... kms: Move impl backend inherit MetaKmsImplDevice instead of (*)
7f60d8b... kms/update: Fix a couple of style issues (*)
17712f7... kms/update: Make dst_rect a int rectangle (*)
40e5633... cursor-renderer/native: Change guint to unsigned int (*)
84bde80... native: Consolidate DRM buffer management to MetaDrmBuffer (*)
deb8f07... kms/device: Get driver details before constructing impl dev (*)
7842517... kms/impl-device: Keep a path string around (*)
28facbf... kms/update: Assign planes with MetaDrmBuffer instead of fb (*)
f07d6d1... kms/crtc: Keep track of ACTIVE property value (*)
94ab6d8... crtc/kms: Remove page flip helper (*)
5ba2d79... kms/update: Make custom page flip be per update (*)
2df6327... kms: Post pending updates per device (*)
a2b8668... kms/impl: Dont discard page flips in callback when failed u (*)
411ec5f... kms: Allow update passing with failed plane assignments (*)
0acae7f... kms/feedback: Make getter take consts (*)
5c7e2bf... kms/update: Make explicit page flip just listeners (*)
afd0a27... kms/update: Add way to receive result from later posted upd (*)
4f89f15... cursor-renderer/native: Postpone cursor update if modeset i (*)
8876b21... kms/update: Change 'seal' to 'lock' (*)
3bad374... kms: Add way to preserve failed update (*)
b693e58... kms/update: If reassigning a plane handle the fb changed fl (*)
c0e9a6f... kms/impl-device: Make the actual implementation handle the (*)
b744151... kms: Add some basic debug logging (*)
5edc118... monitor-manager: Connect assigned CRTCs to their outputs bo (*)
7215b0d... output: Tie the output to the monitor it's part of (*)
3bd0037... tests/monitor: Check that the CRTC "layout" is correct (*)
722f7ae... clutter/stage-window: Pass 'view' to finish_frame() too (*)
9c500f2... clutter/stage-view: Always call finish_frame() (*)
72b35e0... clutter: Introduce ClutterFrame (*)
249512b... cogl/onscreen: Add opaque user_data pointer to onscreen pre (*)
6bda72e... kms/plane: Make get_primary_plane() actually get the primar (*)
92d4cb5... clutter/frame: Make rendering backends set the frame result (*)
447c51e... renderer-native: Always post device wide updates during mod (*)
fea8ebc... cursor-renderer/native: Store struct in CRTC private (*)
84f454f... clutter/frame-clock: Add notify_ready() (*)
88b06e3... clutter/stage-view: Add notify_ready() (*)
1c20ba4... cogl/onscreen: Add way to manually add frame infos (*)
487ea0d... kms: Add symbolic page flips and cogl frame infos (*)
c985753... cursor-renderer/native: Update HW state during frames (*)
dd03ffa... renderer/native: Prepare for real page flips without primar (*)
d8279ba... kms/device: Add plane getter (*)
88e6400... monitor-manager/kms: Turn on DPMS together with mode set (*)
7d8dd6c... kms/crtc: Make MetaKmsCrtcGamma reusable (*)
3ec5418... backend/native: Set CRTC gamma once per frame (*)
5f6aee3... kms/update: Make power saving an update wide change (*)
ae812ca... renderer/native: Make dummy power save flips symbolic (*)
588c0a4... renderer/native: Keep onscreens alive until after the next (*)
2148501... crtc/kms: Turn g_debug()s to meta_topic()s (*)
f0318d8... kms: Update device state when resuming (*)
5dca49b... kms/crtc: Log some CRTC state when updating (*)
d2ccc82... kms/page-flip: Add helpers for closure constructor and dest (*)
6d6fd9c... kms/page-flip: Make tha data struct use gatomicref instead (*)
6bffeee... kms/page-flip: Pass ownership of listener user data along w (*)
4afe3af... kms/impl-device/simple: Make process update vfunc type a ty (*)
8e23576... kms/update: Encapsulate custom page flip fields in object (*)
fb38c45... kms: Add atomic MetaKmsImplDevice backend (*)
d8e7502... xwayland: Split Xwayland display name getter into two (*)
0285922... tests/test-runner: Hook up async waiter on demand (*)
798fc63... tests/utils: Spawn Xwayland before X11 test client (*)
ff25ec3... tests/monitor-unit-tests: Set up async waiter after X11 cli (*)
e558d6a... ci: Install Xwayland from git (*)
ff014c5... Update Galician translation (*)
f512d4f... shaped-texture: Update the full bounding box of each clip r (*)
88600c8... clutter/stage-cogl: Ensure redraw_clip is a superset of fb_ (*)
456f800... clutter/stage-cogl: Remove unnecessary variable: fb_damage (*)
ad65de3... clutter/stage-cogl: Clamp queued_redraw_clip if in use (*)
4927452... workspace-manager, x11-display: Default to a single row (*)
38d12d3... Update Slovenian translation (*)
e7b58c2... window: Do not handle ungrabbed events when unmanaging (*)
81f3694... window: Guard can_ping() against unmanaging windows (*)
ff4f8d2... frames: Consider events on fullscreen windows to be on the (*)
92a0b16... stage/cogl: Don't finish offscreen at end of paint (*)
11fee3f... monitor-manager/kms: Remove left-over struct (*)
0e9a92a... output: Make MetaTileInfo use stdints (*)
e41a0e4... monitor-manager: Cleanup class struct (*)
dce906a... output/kms: Remove redundant typedef (*)
f75e903... meta: Remave meta_activate_session() (*)
35ecc6b... backend/native: Gracefully handle failing to create monitor (*)
41246cb... backend/native: Remove left-over function declaration (*)
8de3190... udev: Fetch seat-id via backend instead of laucher (*)
2d2521a... backend/native/clutter: Cleanup backend pointer variable na (*)
6ecdf03... backend/native/clutter: Get seat ID from backend (*)
e48be70... seat-impl: Remove unused udev client instance (*)
432682f... monitor-manager: Clean up hot-plug paths slightly (*)
b883a31... tests/monitor-unit-tests: Sanity check some monitor info (*)
9c50353... monitor: Stop exporting a bunch of unused symbols (*)
662e299... input-mapper: Remove stray newline (*)
1d4e535... clutter/stage: Remove 'paint' argument in capture_into() (*)
c35335a... cogl/graphene: Fix license header (*)
caa798c... native/cogl-utils: Fix license header (*)
036ce1f... native/cogl-utils: Minor macro cleanup (*)
6c4e01e... cogl: Fix license header in cogl-scanout and cogl-trace (*)
2113ecc... clutter: Load mouse related ClutterSettings properties from (*)
d1c62d8... clutter: Do not read settings from ini file (*)
9f6a441... screen-cast-stream: Add getter for stream src (*)
e877b06... screen-cast/monitor-stream: Don't fall apart when monitor c (*)
893c0cd... screen-cast/area-src: Handle monitors changes here too (*)
b41c4ae... wayland/gtk-shell: Fix MetaWaylandGtkSurface leak on surfac (*)
c9aa43a... wayland/gtk-shell: Add an explicit gtk-shell surface releas (*)
70cdd72... monitor-config-store: Properly escape monitor spec (*)
88647ae... monitor-config: Free `meta_monitor_spec` safely (*)
180e625... tests/monitor-config: Improve debugging output (*)
b55b266... workspace: Downgrade assert to warning when adding window (*)
d0831cb... cogl: Move CoglOnscreen struct to C file (*)
d4dbcf3... cogl/onscreen: Move fields from CoglOnscreen struct to priv (*)
b24d5ce... cogl/winsys/egl: Move out onscreen code to own file (*)
760a07c... cogl/onscreen/egl: Move pending_resize_notify to Xlib platf (*)
7cf24cc... cogl/onscreen/egl: Move struct to C file (*)
2eea373... cogl/winsys/glx: Merge 'xlib' and 'glx' structs (*)
a057432... cogl/glx: Move onscreen code to a separate file (*)
8339c06... cogl/xlib: Move EGL XLIB onscreen to separate file (*)
b5afa6d... cogl/onscreen: Change to follow mutters naming convention (*)
3e4ece5... renderer/native: Move out CoglOnscreen code to separate fil (*)
f60943a... cogl/onscreen/egl: Move struct fields to instance private (*)
73dc19f... onscreen/native: Remove uselses size check (*)
0b568b6... Make all CoglOnscreen sub types inherit CoglOnscreen (*)
0936d7b... cogl/onscreen: Use CoglFramebufferClass::allocate() to init (*)
0e376f4... cogl/framebuffer-gl: Rename from CoglFramebufferGl to CoglG (*)
f56b0ab... cogl/gl-framebuffer: Make it a GObject (*)
391866d... cogl/gl-framebuffer: Rename CoglGLFramebuffer CoglGlFbo (*)
e9e37dd... cogl/offscreen: Move CoglOffscreen code to its own file (*)
8910b3e... cogl/offscreen: Move CoglGlFbo struct to GL driver (*)
408d4c9... cogl/offscreen: Remove depth buffer texture field (*)
1bee9e0... cogl/offscreen: Remove alloation_flags struct field (*)
cac5938... cogl/gl-framebuffer: Fix allocate flag variable name (*)
c7ea0b3... cogl/offscreen: Pass ColgOffscreenFlag when allocating (*)
5be5529... cogl: Add CoglFramebufferDriver base type (*)
e3de0be... cogl: Move "flush framebuffers" under the context scope (*)
ece714c... cogl/gl-framebuffer: Move struct fields into private (*)
58eb1e8... cogl/offscreen: Move struct to C file (*)
d136c65... cogl: Init framebuffer driver up front (*)
a6b0376... cogl: Add 'framebuffer' debug topic (*)
60e1516... cogl/gl-framebuffer: Split up into FBO and back drivers (*)
fe72876... cogl/onscreen: Make swap_buffer/region CoglOnscreen class v (*)
f663567... cogl/onscreen: Move binding to onscreen class (*)
0fdf6a6... cogl/onscreen: Move direct scanout to CoglOnscreen class (*)
b0ec3a3... cogl/test-utils: Skip "showing" the onscreen (*)
e43b95c... cogl/onscreen: Remove show()/hide() (*)
4ec0975... cogl/onscreen: Remove explicit 'resizable':ness (*)
b2482a2... cogl: Add CoglX11Onscreen interface (*)
4f3b57c... cogl/onscreen: Move buffer age getter vfunc to class (*)
1b39374... cogl/framebuffer: Move clear() to CoglFramebufferDriver (*)
b7c6865... cogl/framebuffer: Move flush() and finish() to driver class (*)
392ffae... cogl/framebuffer: Move discard_buffers() to driver sub type (*)
1e5f105... cogl/framebuffer: Move attribute drawing to driver class (*)
0fcb260... cogl/framebuffer: Move read_pixels_into_bitmap() to driver (*)
dd55c36... cogl/gl-framebuffer: GObject:ify helper functions (*)
102aa59... cogl/gl-framebuffer: Move stereo mode state flushing to bac (*)
6b5d7f4... cogl/gl-framebuffer: Check Y-flipped-ness instead of frameb (*)
b07994b... cogl: Use 'is_y_flipped()' instead of instance-of checking (*)
9a21f97... cogl/gl-framebuffer: Remove hard coding type name (*)
cda26b4... wayland: Only use async configured geometry if actually cha (*)
df5a5d2... window-actor: Add a new can_freeze_commits() API (*)
a2e2cfe... window/x11: Check before freezing commits (*)
c07308e... Updated Czech translation (*)
6a47eb8... Update Brazilian Portuguese translation (*)
ea39379... gschema: Fix capitalization of autoclose-xwayland option (*)
2373ad2... Update Ukrainian translation (*)
f887b02... clutter/offscreen-effect: Unscale first, then translate the (*)
41bf018... clutter/offscreen-effect: Set the viewport correctly (*)
70d9a7b... screen-cast/src: Pass dimension and stride when needed (*)
08ad107... screen-cast/src: Handle failing to allocate shm buffers (*)
ca95ccd... screen-cast/src: Always first set spa buffer data to NULL (*)
ca22622... screen-cast/src: Only allocate DMA buffers if other end sup (*)
3e186aa... Update Romanian translation (*)
a9d9aee... kms/impl-device-atomic: Fix blob_ids array leak (*)
36424ab... data: Updated exposed keybindings (*)
7ac73b4... Update Ukrainian translation (*)
aecdbf8... Update Romanian translation (*)
70c5feb... Update Portuguese translation (*)
30e1c51... Change all g_memdup() to g_memdup2() (*)
7901b98... display: Expose window_grab_modifiers (*)
ac3d9a0... events: Process modifier+scroll after keybindings (*)
ee3d26f... keybindings: Reset modifier-only-pressed on scroll (*)
a869df1... util: Add a SCREEN_CAST debug topic (*)
04c6934... screencast: Log a debug message when we can't get a buffer (*)
dfa659b... feedback-actor: Add API to set and get geometry scale (*)
04eeeb7... wayland/dnd-surface: Use new API to set geometry scale of f (*)
7da34f1... compositor/dnd-actor: Take geometry scale into account on D (*)
b2b66aa... backends/native: Disable touch-mode with pointer presence (*)
54b0244... util: Add 'remote-desktop' debug topic (*)
ac1a536... remote-desktop/session: Added boiler plate for clipboard in (*)
6398d5a... remote-desktop/session: Forward MetaSelection::owner-change (*)
a220506... remote-desktop: Add dummy remote selection source (*)
d7c8535... remote-desktop/session: Implement SelectionRead() (*)
5104a9b... remote-desktop/session: Add support for SelectionTransfer/W (*)
2cdb041... remote-desktop/session: Maybe emit 'owner-changed' after cl (*)
f97d2c5... clutter: Remove clutter_stage_skip_sync_delay declaration (*)
9b44aa7... clutter: Remove clutter_stage_set_sync_delay (*)
33d9193... clutter/stage: Remove sync_delay (*)
dae089f... clutter: Remove CLUTTER_ENABLE_EXPERIMENTAL_API (*)
8bdad73... clutter/frame-clock: Fix typo (*)
bc7c56f... clutter/frame-clock: Always update last presentation time (*)
ed93a11... clutter/frame-clock: Comment common case of next presentati (*)
01b30ff... clutter/frame-clock: Comment presentation time skip (*)
34a9e6a... clutter/frame-clock: Fix presentation time alignment (*)
811b6fe... Update Galician translation (*)
23e1a4e... Updated Czech translation (*)
02610a1... build: Bump pipewire dependency (*)
aa2cb8a... screen-cast-*-stream-src: Switch to cogl_framebuffer_flush( (*)
0758ca0... Update Brazilian Portuguese translation (*)
4145fbb... clutter/timeline: Clear stage view listener when actor dest (*)
b838ba8... tests/stage-view-tests: Make 'wait_for_paint()' block (*)
c60cba4... tests: Add test for destroyed frame clock free timeline act (*)
7a75c7e... core: Don't show copyright when printing version (*)
2c0bd98... connector/kms: Add missing else statement (*)
d6abea3... onscreen/native: Add missing error messages (*)
80fd030... onscreen/native: Move function declaration to the correct h (*)
5d32b25... renderer/native: Remove unused field (*)
9b8cff8... renderer/native: Remove unnecessary field and logic (*)
445373d... x11: Check for XCB reply (*)
3322e4f... surface-actor-wayland: Handle Xwayland vanishing gracefully (*)
3799606... wayland: Make XDnD grab unlink source/offer manually (*)
8e01ea1... wayland: Plug XDnD drag source leak (*)
0f9dc84... wayland: Manually detach source/offer on failure paths (*)
698fe3f... wayland: Avoid automatically decoupling source/offer after (*)
91229e8... ci: Drop dependencies: stanzas (*)
6510a70... Update German translation (*)
bcde7dc... Update Punjabi translation (*)
5a1e942... Update Hungarian translation (*)
00c7f45... compositor: Refactor backend-specific code into MetaComposi (*)
437f5d1... compositor: Sync pointer after begin/end modal on X11 (*)
a5db9ee... backends/x11: Emulate pointer motion while the pointer is o (*)
23be404... Update Swedish translation (*)
1d5713e... Update Serbian translation (*)
7e32c41... clutter/stage-view: Reimplement CLUTTER_SHOW_FPS (*)
fe96778... Updated Spanish translation (*)
d5b69d9... clutter: Use event source directly for debug message (*)
734a185... clutter: Only pick on motion or touch update events (*)
70cfccd... Update Turkish translation (*)
1922896... clutter: Also pick on TOUCH_BEGIN events (*)
64834ae... Update Catalan translation (*)
a5d6925... backends/x11: Emit discrete scroll events for accumulated s (*)
c77e943... backends/native: Handle triple resolution mouse wheels bett (*)
7076945... remote-desktop: Document NotifyPointerAxis() more explicit (*)
7ddbcd1... cogl/journal: Don't sometimes hold a ref on the framebuffer (*)
40021c9... Update Slovenian translation (*)
5527b6e... background-content: Add support for rounded clipping when d (*)
9512d58... display: Don't add MetaDisplay argument to grab-op-* signal (*)
5c40e81... Update Indonesian translation (*)
ddca606... Updated Lithuanian translation (*)
df4508e... cogl: Stop using GSlice (*)
8b977e9... clutter: Stop using GSlice (*)
6eeeffd... src: Stop using GSlice (*)
aa6b7ed... monitor-manager-xrandr: Change g_memdup() to g_memdup2() (*)
23f4564... Tag release 40.beta (*)
c90690c... Post-release version bump (*)
ff48f6c... remote-desktop: Fix typo in API description (*)
72cfe9b... backends/x11: Interpret keycode correctly (*)
9b5fb1b... remote-desktop: Clarify the type of keycode for NotifyKeybo (*)
e6b70f1... seat-impl: Dispatch source also when there are already queu (*)
5e34ae2... backend: Only create idle monitors for added physical input (*)
671bda2... virtual-input-device/native: Emit added/removed events (*)
9de36fe... virtual-input-device/native: Verify device cleanup in impl_ (*)
6438919... window: Add "is_focus_async" API (*)
2432508... core: Account for the globally active input case (*)
bd92303... x11-display: Set NO_AT_BRIDGE to 1 while opening the GDK di (*)
6c9393a... Update Galician translation (*)
83e74ad... onscreen/native: Remove stray whitespace (*)
36352f4... onscreen/native: Add ref to dumb buffer when using as scano (*)
bec456b... xwayland: Fix some FD leaks on error paths (*)
3bbfaa0... background-content: Fix pipeline cache size (*)
91d03f1... display: Reset all grab properties after a grab op (*)
2a71ca3... clutter: Add API for retrieving gesture unaccelerated delta (*)
861d03a... x11-display: Use unsetenv if old value was NULL (*)
54b974b... Update Basque translation (*)
c6935ad... clutter/text: Avoid relayout on PangoAttributes changes whe (*)
4d54c3c... clutter: Also pick on BUTTON_PRESS events (*)
e2a68b5... ci: Update ci-fairy image (*)
adc6537... remote-desktop: Add backend getter (*)
2691252... native/seat-impl: Add helper for queuing main thread idle c (*)
ce3fa39... clutter/keymap: Make caps and num lock state properties (*)
67acf99... remote-desktop/session: Add CapsLockState and NumLockState (*)
9889e6d... window: Cancel window grab ops on TOUCH_CANCEL events (*)
ef1b101... window: Handle TOUCH_BEGIN events separately during grab op (*)
504af40... window: Don't stop irrelevant TOUCH_END events during windo (*)
a41c303... backend/native: Calculate refresh rate in double-precision (*)
a6df679... backend/native: Add tests for refresh rate calculation (*)
ef1f65a... clutter/text: Emit cursor-changed right after setting curso (*)
903a30d... Updated French translation (*)
3991fc9... Update Polish translation (*)
d54dc1a... Update Portuguese translation (*)
9d54ef3... cogl/frame-info: Add HW_CLOCK flag (*)
9f53b69... clutter/frame-info: Add HW_CLOCK flag (*)
d860682... cogl: Report presentation time in microseconds (*)
4810164... cogl: Make presentation time always MONOTONIC (*)
4ba2df0... cogl: Remove cogl_get_clock_time() (*)
5d8cb27... cogl: Remove get_monotonic_time_ns() (*)
c96fb18... cogl/frame-info: Add sequence (*)
99efb40... clutter/frame-info: Add sequence (*)
9123aa4... cogl/frame-info: Add ZERO_COPY flag (*)
93ef83a... clutter/frame-info: Add ZERO_COPY flag (*)
47183a9... cogl/frame-info: Add VSYNC flag (*)
02d7fca... clutter/frame-info: Add VSYNC flag (*)
f02f178... onscreen/native: Send a symbolic flip on discard (*)
2f40272... Generate presentation-time files (*)
dccc60e... wayland: Implement stub presentation-time (*)
bb57f35... wayland: Add presentation_feedback_present() (*)
0c34902... wayland: Store list of presentation-time surfaces (*)
f0c2200... wayland: Store map of ready presentation feedbacks (*)
2ce3a05... wayland: Wire up presentation-time machinery (*)
cd9ae13... backend: Pass stage view to cursor-painted signal (*)
82af1fb... wayland: Send presentation feedbacks to cursors (*)
393a859... clutter/stage-view: Disable double buffered shadow bufferin (*)
301198a... Revert "backends: Use also a native cursor renderer for tab (*)
b155063... tests/test-client: Set padding to 0 too (*)
0d3840b... tests/clutter/timeline-interpolate: Assorted style cleanups (*)
6f30764... tests/clutter/timeline-interpolate: Rework test to be less (*)
372737e... tests/clutter/timeline-interpolate: Use correct clock (*)
b962822... onscreen/native: Fix cast from CoglOnscreenEgl (*)
ec14f51... cogl/onscreen/egl: Remove platform pointer (*)
3263084... backends/native: Translate right coords when creating motio (*)
c2968c8... frame: Fix crash when clicking below titlebar with broken g (*)
44a4e61... compositor/x11: Notify the sync ring about frames on update (*)
9b90b5a... window-actor/x11: Queue full actor redraw when redraw queue (*)
86435d8... Update Catalan translation (*)
dcbd96d... README: Clarify how to name flag types (*)
acbaccd... README: Fix list paragraphs (*)
393be6c... Update Friulian translation (*)
ccbdf91... backends/x11: Add dummy input-settings implementation (*)
012c0a1... clutter: Ensure we always call handle_event_post for proces (*)
b353b97... backends/x11: Fix device hierarchy event handling for x11 b (*)
8d00811... backends/x11: Pass the seat to the input settings (*)
244e881... backends/input-settings: Do not disconnect seat signals (*)
b770ea6... background-content: Optimize rounded clipping shader a bit (*)
42d614f... backend-native: Add non-functional 'headless' mode (*)
3091cd8... native: Rename MetaMonitorManagerKms to MetaMonitorManagerN (*)
fd4ea67... native: Add abstract MetaOutputNative object (*)
074d4f3... output/kms: Make EDID be read via MetaOutputNative object (*)
c4a422b... crtc/kms: Add an abstract MetaCrtcNative that sits under Me (*)
7c25953... kms/impl-device: Make non-abstract types explicitly init mo (*)
34b0f9c... kms/device: Move universal plane cap check to mode set init (*)
59a10cd... monitor-manager/native: Allow starting without outputs when (*)
0786f44... seat/impl: Make it possible to run without libinput (*)
739283d... backend/native: Add getter for is-headless state (*)
ee4e78b... kms: Add way to run without mode setting (*)
1e2ef90... backend/native: Hook up 'headless' mode to input and KMS su (*)
9bf57f8... main: Make it possible to set properties when overriding co (*)
78ba142... tests: Add headless native backend test (*)
19c4667... renderer/native: Downgrade warning to message about no hw-a (*)
6aef4b3... monitor: Attach to backend instead of GPU (*)
b91740d... crtc/kms: Make the 'transform-handled' API pass through Met (*)
47a6725... monitor: Unset output monitor when disposing (*)
a0e4f52... workspace: Nag less about tiny but sane work areas (*)
b31a639... backend: Add 'prepare-shutdown' signal (*)
c8089f0... backend: Only show cursor when showing stage if pointer is (*)
ba38057... plugins/default: Initialize background color in a predictab (*)
e7ae197... kms/connector: Don't use MetaConnectorType for connector ty (*)
1818d21... Introduce virtual monitors (*)
d7ce6a4... tests: Add reference test framework (*)
51ff51c... tests: Add virtual monitor tests (*)
005c490... main: Add --virtual-monitor argument (*)
9b1b4eb... clutter: Expose 'capture_view_into()` as API (*)
688280f... remote-desktop/session: Handle unable to transform coordina (*)
cf5836a... screen-cast/src: Add helper to close stream after dispatch (*)
2fbde28... screen-cast/src: Allow for source with adaptive stream size (*)
74ab212... screen-cast/session: Introduce RecordVirtual D-Bus API (*)
1940cd7... tests: Add tests for virtual screen cast source (*)
ee4a0da... tests: Add persistent virtual monitor test (*)
634c948... native: Add headless mode using surfaceless EGL context (*)
2be09ce... ci: Run whole run-tests.sh in a D-Bus session (*)
e52fdad... ci/run-tests: Call set -e instead of set +e (*)
3d2d5cd... ci: Enable native backend and screen cast tests (*)
75cff03... Update Ukrainian translation (*)
56fc091... clutter/frame-clock: Evenly space updates when presentation (*)
236e9ec... wayland/window: Correct detection whether to send `configur (*)
330609e... backends/input-settings: Don't bind mouse GSettings to Clut (*)
7c6860d... Updated French translation (*)
9b25248... main: Force Xwayland startup if not on systemd (*)
80fdc61... Update Brazilian Portuguese translation (*)
3420f24... Update Catalan translation (*)
ec163bc... Update Turkish translation (*)
93c35f9... Update Romanian translation (*)
6d9a2c1... Updated Czech translation (*)
42287a5... restart: Request to hide the restart message if not accepte (*)
2744722... later: Handle gracefully calls with unset display (*)
335a85a... backends/x11: Don't try to read more button states than the (*)
7dd4ae3... backends/x11: Free button state mask allocated by XIQueryPo (*)
0e396ee... backends/x11: Unref keymap on finalize (*)
e77e454... backends/x11: Don't leak XRRGetPanning result (*)
7e3fae0... Update Polish translation (*)
c016437... backends/native: Sync LEDs when adding new device (*)
5aa43ec... clutter/backend/native: Don't double manage stage implement (*)
353cdf5... clutter/backend/x11: Fix some variable naming convention (*)
16b6345... input-settings: Don't eat up seat reference (*)
6ecd911... backend: Take over seat ownership from the clutter backend (*)
ab600ca... backend: Destroy seat explicitly (*)
c1810d6... backend: Destroy clutter backend explicitly (*)
c5f699b... backend: Destroy backend explicitly (*)
c3aa329... backend: Destroy stage when destroying backend (*)
12f2fcd... main: Expose hooks to manage context with more granularity (*)
1ff1100... cally/stage: Don't add weak pointer to stage (*)
e9d53dc... Update Basque translation (*)
f5733d1... Updated Czech translation (*)
a78a325... Update Galician translation (*)
eed368e... clutter: Always make the seat handle the events first (*)
ba8499f... wayland/subsurface: Move placement ops to the parents pendi (*)
627930f... Update Hungarian translation (*)
6bd383c... Updated Lithuanian translation (*)
9628272... Update Indonesian translation (*)
5a91ce3... Update Punjabi translation (*)
1199010... Update Swedish translation (*)
d7f3b01... Update Italian translation (*)
b1b4032... Update Korean translation (*)
2ef6490... wayland/surface: Do not free placement ops of cached state (*)
0986556... Tag release 40.rc (*)
59b56a5... Post-release version bump (*)
4b71f0f... Update Portuguese translation (*)
6cc43ed... Update German translation (*)
774a62b... Updated Spanish translation (*)
0629df3... Update Slovenian translation (*)
7b5e855... xwayland: Use defines for X11 directory and path (*)
1f1bf4c... xwayland: Check permissions on /tmp/.X11-unix (*)
374a811... Update Serbian translation (*)
561ef38... Update Galician translation (*)
21a09fb... Tag release 40.0 (*)
4a5b983... Post-release version bump (*)
9e36ff2... Update British English translation (*)
3b70288... Update Vietnamese translation (*)
9e10d2f... cogl: Drop "volatile" from static GTypes in manual registra (*)
bc1026d... clutter: Drop "volatile" from static GTypes in manual regis (*)
dc94819... core: Drop "volatile" from static GTypes in manual registra (*)
dc74d4d... Updated Czech translation (*)
3555f65... wayland-dma-buf: Add support for DRM_FORMAT_ABGR2101010 (*)
4bee25d... wayland: Cancel selection data sources that are set while u (*)
0e97c05... clutter/actor: Always use allocation size for picking (*)
b0a0be3... clutter: Update ClutterGestureAction point position before (*)
83ed2af... clutter: Ensure to reset touchpoints when disabling action (*)
71b78c7... clutter/seat: Fix initial value in clutter_seat_has_touchsc (*)
e3bd764... clutter/input-method: Calculate evdev_code from keycode (*)
c11958e... Update Chinese (China) translation (*)
4ed8b11... Update Hebrew translation (*)
1b1f852... backends/x11: Add traps around XIPointerWarp call (*)
1d82e0f... core: Drop X11 error trap from pointer warping code (*)
52547cb... shaped-texture: Viewport update calculation fixes (*)
1bfd932... region-utils: Fix typo in crop_and_scale() fastpath (*)
50ba52b... shaped-texture: Use G_APPROX_VALUE to compare viewport sour (*)
5772c27... shaped-texture: Expose ensure_size_valid() API (*)
a09c914... wayland/actor-surface: Call ensure_size_valid() on shaped-t (*)
a796edd... Update Dutch translation (*)
7aa1478... clutter/actor: Add API to invalidate cached paint volumes (*)
3d17e8d... clutter/actor: Properly invalidate cached paint volumes of (*)
5a565b4... clutter/actor: Update all last_paint_volumes before paintin (*)
24dbfbf... backends: Store whether views are scaled in MetaViewportInf (*)
f92232a... backends/native: Check whether views are scaled via MetaVie (*)
90e3d97... Revert "wayland/window: Correct detection whether to send ` (*)
da3baba... backend/native: Only disable KMS modifiers for i915 (*)
ad1bffc... backend/native: Disable KMS modifiers for amdgpu and nouvea (*)
8867b11... launcher: Use gnome.gdbusgen and add prefix to generated AP (*)
c822c79... kms/impl-device: Fix some argument naming mistakes (*)
a40b040... seat-native: Remove left-over function declaration (*)
1a7f4d4... renderer/native: Remove unused function parameter (*)
dc35514... renderer: Switch open coded list clearing to g_clear_list() (*)
1f3c5bd... kms/impl-device-atomic: Remove useless warning (*)
4c7a846... output/kms: Only add common modes for single mode connector (*)
91117bb... monitor-manager: Don't include generated code in header fil (*)
cc928ba... window/x11: Allow window resize while moving (*)
a2a161e... window/x11: Keep buffer size if resize is not allowed (*)
abbbe8f... onscreen/native: Remove redundant EGLSurface cleanup (*)
60a998b... onscreen/native: Release buffer before destroying EGLSurfac (*)
14f6869... onscreen/native: Make sure to reset the EGL context after d (*)
4b78c8d... renderer/native: Fix disabling monitors on otherwise unchan (*)
e956078... kms/connector: Properly predict connectors turning off (*)
efde781... input-settings: Make set_matrix() vfunc take const float ar (*)
90eab42... input-settings/native: Check mapping mode in input thread (*)
aa498dc... x11: Rename `atom` to `ctm_atom` (*)
cf8efb5... x11: Skip sending redundant CTM change requests (*)
d2a492d... data: Add back (hidden) shortcuts for vertical navigation (*)
986ae69... Update Ukrainian translation (*)
0b6565d... Update Catalan translation (*)
f4f82bc... Update Polish translation (*)
f776887... window-actor/wayland: Cleaner subsurface reordering (*)
6e00e5e... wayland/subsurface: Avoid placement ops for detached subsur (*)
2ded9c4... shaped-texture: Apply viewport and rotation in right order (*)
af958e0... Update German translation (*)
2be30a3... clutter/actor: Invalidate paint volumes of clones when ours (*)
99abb08... window-actor-x11: Invalidate paint volume when shadow chang (*)
7d3e2c5... shaped-texture: Fix damage propagation for rotated transfor (*)
2337e0a... Update Swedish translation (*)
b4a7f35... backends/native: Unref/unset key repeat GSource when cleare (*)
efd9af1... output/kms: Add back common modes on non-single mode output (*)
a450486... Update Portuguese translation (*)
a0af52c... remote-desktop-session: Create virtual input devices on dem (*)
c5e4d7d... native: Invalidate CRTC gamma when resuming or leaving powe (*)
eaf75f0... udev: Don't only check 'platform' device for KMS modifier t (*)
4af0f05... udev: Move device tag detection into helper (*)
8989c42... backend/native: Add udev rule to ignore vkms devices (*)
96f2da9... wayland/data-device: Clear existing data device resource fr (*)
cf76e69... Update Brazilian Portuguese translation (*)
a7c4e8c... clutter/pick-stack: Use exclusive bottom/right box borders (*)
cc91261... clutter/paint-volume: Union paint volumes correctly using G (*)
c5943cd... meson: Add udev_dir option (*)
d4a042b... native: Fix compiler warning (*)
7ba1448... clutter: Move pointer a11y settings management from MetaInp (*)
63d9695... backends: Drop MetaInputSettings::seat property (*)
d077baa... renderer/native: Destory EGL context on GPU data tear down (*)
023dd13... onscreen/native: Get backend pointer from GPU (*)
b731eb2... kms: Remove idle flush callback when flushing (*)
4cb6033... onscreen/native: Simplyify notify_view_crtc_presented() (*)
c29f8c8... onscreen/native: Complete buffer swap also if we discarded (*)
4dec1f5... kms/impl-simple: Add helper for dispatching page flip datas (*)
2ed4e8c... kms-impl/simple: Discard pending flips when finalizing (*)
7c924a5... kms/impl-simple: Clean up pending page flip datas on finali (*)
1af874f... kms/impl-device/atomic: Discard pending page flip datas on (*)
22417b8... backend/native: Split up KMS shutdown in two phases (*)
0a12f1c... wayland: Clean up Wayland clients and display on shutdown (*)
f1a120c... backend: Clean up GPU instances last (*)
558cb4f... backend: Cleanup cursor tracker on shutdown (*)
abf2f17... renderer: Cleanup views in dispose (*)
c4a73e7... backend: Cleanup renderer on shutdown (*)
b71f52f... xwayland: Set libX11 error handlers to no-ops before termin (*)
799c6dc... main: Tear down Wayland support before MetaDisplay (*)
c614cc3... wayland: Terminate Xwayland when shutting down (*)
8303752... wayland/keyboard: Don't free NULL anonymous file (*)
9827687... wayland/seat: Unset resource user data when disabling (*)
1a43312... wayland: Tear down seat too when shutting down (*)
4490d45... xwayland: Handle shutting down without having started (*)
2f651c3... Update Basque translation (*)
a49dc78... remote-desktop-session: Don't recreate virtual device over (*)
64c9c9c... clutter: Make stage capture support fractional scaling (*)
e423653... xprops: Validate text properties that claim to be UTF8 (*)
b03ccff... xwayland: Check the condition on displayfd ready (*)
4a05753... remote-desktop: Close sessions on prepare-shutdown (*)
f254f17... Update Occitan translation (*)
f5d72a8... Update Slovenian translation (*)
faf4240... Tag release 40.1 (*)
1dd0379... Post-release version bump (*)
14063af... Update Nepali translation (*)
25e2839... screencast: Fix transform_position(), when using fractional (*)
62ef293... main: Let session management code deal with DESKTOP_AUTOSTA (*)
9cd99ee... main: Move away debug flag management to util.c (*)
f677e0c... display: Make the display handle its own prefs handlers (*)
6c1793b... Rename MetaDisplayPolicy to MetaX11DisplayPolicy (*)
270f1cf... tests/runner: Check compositor type instead of X11 policy (*)
c9992a2... main: Initialize Wayland just before MetaDisplay (*)
89053cc... display: Make meta_display_open() report errors (*)
6558d43... main: Let the X11 CM backend deal with selecting the displa (*)
7b390b4... display: Don't have the display meta_quit() when closing (*)
af501ac... prefs: Make init function private (*)
475296e... tests/clutter: Don't have tests take arguments (*)
3bb6865... stage/x11: Fix clutter backend variable naming (*)
c632980... x11/session: Remove #if 0:ed out declaration (*)
b0a73f0... main: Move rect related macro to util-private.h (*)
243dd86... main: Move grab op macro to relevant file (*)
389432d... backend/x11-cm: Add missing chain-up to finalize() (*)
18d670e... backends: Introduce MetaIdleManager (*)
dcf953a... idle-monitor: Use G_DECLARE_FINAL_TYPE() (*)
ebfeb10... egl: Fly-by indentation fix (*)
5c77b64... egl: Add helper for eglBindWaylandDisplayWL (*)
14eba8b... wayland: Bind Wayland EGL display ourselves (*)
b578a53... clutter: Remove Wayland server helper (*)
72f03e9... cogl: Remove ability to bind Wayland EGL display (*)
5bc8823... xwayland: Don't fetch global when shutting down DND (*)
d03c194... wayland/output: Use the passed compositor pointer (*)
dc97163... xwayland: Pass MetaWaylandCompositor pointer when initializ (*)
301d2c5... wayland: Make init and shutdown symmetric (*)
f954ff8... backends/native: Disable KMS modifiers on "radeon" driver (*)
4ed0583... wayland: Close pipe file descriptors after use (*)
955eb64... Update French translation (*)
e15b4b8... test-runner: Disconnect display-opened signal on destructio (*)
7d88386... mutter-cogl.test: Use xvfb-run to run the cogl tests (*)
14c8f5f... mutter-all.test: Run tests in a environment with display an (*)
f390340... cogl/clip-stack-gl: Remove unused code: #define GL_CLIP_PLA (*)
c3d64cc... cogl: Add new option COGL_DEBUG=stencilling to disable opti (*)
5991f53... cogl/clip-stack-gl: Set glStencilMask correctly for clip re (*)
216bb7f... cogl/clip-stack-gl: Set glStencilMask correctly for clip re (*)
936696a... cogl/winsys-glx: Request 2 stencil bits (*)
ea626a5... main: Avoid calling meta_wayland_compositor_get_default() o (*)
dce3aa5... clutter/actor: Don't emit focus signals during destruction (*)
97c6a68... clutter/stage-cogl: Ensure queued_redraw_clip is not empty (*)
2a81c6d... screen-cast: Clean up sessions on 'prepare-shutdown' (*)
8478db9... renderer-native: Don't attempt to queue mode sets on non-on (*)
fcdda41... wayland: Make implicit grabs during popups be owner_events= (*)
c0758c6... native: Properly ignore devices on init too (*)
c3feb83... udev-rules: Use ID_PATH to detect vkms (*)
a0343b0... renderer/native: Clear pending update list before repopulat (*)
d824c14... Update Slovak translation (*)
dc91999... wayland/pointer-gestures: Fix swipe cancellation (*)
e50a637... Update Occitan translation (*)
bb01e3f... Update Russian translation (*)
a466738... project: Add HACKING.md (*)
8da65d7... clutter: Add new ClutterContent type ClutterTextureContent (*)
4b0fd9a... input-mapper: Fix (libwacom) tablet mapping to monitor (*)
1d79208... kms: Gracefully handle page flipping direct scanouts failin (*)
e7d73bc... Update Bulgarian translation (*)
80caf12... tests/stacking: Add test for initially fixed size windows (*)
9542c71... window/wayland: Replace constraint side effect peeking with (*)
7bcbf6d... screen-cast/area-src: Drop phase parameter from add_view_pa (*)
8de0771... screen-cast/area-src: Add before-paint watch to catch scano (*)
2af2f2c... Update Romanian translation (*)
b3fb1eb... meta: Drop meta_backend_set_numlock from header (*)
4ab331e... clutter: Drop declarations for dead functions (*)
cfe6cda... cogl: Export cogl_blend_string_error_quark (*)
aacdc0b... wayland: Apply states without needing a newly attached buff (*)
151c80d... tests: Move Wayland test driver helper protocol to its own (*)
8c5b7dd... tests/wayland-test-driver: Add generic "sync point" request (*)
258b85a... tests: Add test for setting min/max wayland toplevel limits (*)
8ca087f... kms/impl-device/simple: Pass the NULL to discard_page_flip( (*)
841ee0a... backends/native: Fix logic error (*)
44af2c0... core: Be more careful around n_modes signedness (*)
ee8c252... native: Add device pool for tracking device file descriptor (*)
f3457b6... kms/device: Use device pool to open/close dri devices (*)
e6421dc... kms: Have the device impl open device files themself (*)
3d882b6... device-pool: Only fetch major/minor for taken devices (*)
a845a07... device-pool: Handle interrupted open() (*)
b4cf839... device-pool: Add way to open files read-only (*)
f6f9c09... clutter/seat: Remove backend pointer (*)
7ce2666... seat-impl: Open/close files via device pool (*)
3c9ab76... launcher: Remove now unused file management API (*)
db1d35c... kms/mode: Recreate blob id each mode set (*)
ceff2a9... renderer/native: Create dummy offscreens if onscreens fail (*)
5502f95... device-file: Add tags (*)
93f9c99... kms/impl-device: Set universal plane client cap when openin (*)
86c4369... renderer/native: Look up prefers-shadow cap via MetaKmsDevi (*)
e567cb9... renderer/native: Get 'uses-monotonic' state from MetaKmsDev (*)
6613463... renderer/native: Decouple device file from MetaKmsDevice (*)
10c4bc6... drm-buffer: Create from MetaDeviceFile instead of MetaKmsDe (*)
173d895... kms: Remove now unused API to get file descriptor (*)
5e45dc1... cogl/renderer: Add API to bind the right EGL API (*)
3c47661... egl: Add eglBindAPI helper (*)
ce5a578... native: Release output device files that are unused (*)
357c506... events: Only support super+scroll on wayland (*)
8afae2e... clutter/xsettings-client: Zero-initialize stack struct (*)
747dbe2... ci: Bump to F34 (*)
d996319... kms: Add a missing g_set_error on error (*)
256939c... build: Add support for "staging" wayland protocols (*)
2115deb... build: Add xdg-activation to build (*)
665081d... core: Add ::timeout signal to MetaStartupSequence (*)
ec390b6... wayland: Implement the xdg-activation protocol (*)
021a401... tests: Move out KMS utils unit tests to its own executable (*)
c2c41bb... tests/kms-utils: Add some basic 16:16 fixed tests (*)
c5c7982... Update Chinese (Taiwan) translation (*)
ea75ea0... kms: Add an internal MetaKmsPropType to distinguish fixed p (*)
b59c538... kms: Add a trivial meta_fixed_16_to_double conversion funct (*)
9f492a0... kms: Add fixed point formatting to MUTTER_DEBUG=kms printin (*)
63b9ac2... clutter: Record flip time (*)
e40ff9d... backends/native: Add meta_calculate_drm_mode_vblank_duratio (*)
2d93975... crtc-mode-info: Add vblank duration field (*)
d10567e... clutter: Add vblank duration to ClutterStageView (*)
3aa0e30... clutter: Store vblank duration in ClutterFrameClock (*)
cc08af4... cogl: Add prototypes for getting timestamp queries (*)
fbe6740... cogl: Add GPU timestamp querying utilities (*)
8c258d1... cogl: Add CPU swap time and GPU rendering query to CoglFram (*)
f102456... cogl: Store CPU and GPU rendering timestamps in frame info (*)
5a0d3ed... backends/native: Remove unneeded NULL check (*)
1116b14... backends/native: Get rendering and swap timings during scan (*)
8c4a91d... clutter: Add swap time and GPU rendering duration to FrameI (*)
8d51c5a... clutter/frame-clock: Store dispatch timings (*)
4a4e61c... clutter: Add FRAME_TIMINGS debug key (*)
592fbee... clutter: Compute max render time heuristically (*)
565e34b... clutter: Add a flag to disable heuristic max render time (*)
f55c9af... clutter: Add an lg command to set max render time constant (*)
a5d1d48... clutter: Add a max render time debug HUD (*)
ba1490e... clutter/frame-clock: Remember the refresh interval (*)
0555a5b... clutter/frame-clock: Apply error diffusion (dithering) to d (*)
23b79f3... launcher: Remove open/close restricted file API (*)
5e8c808... ci: Add job for pushing coverity reports (*)
e020fdf... Introduce mostly empty MetaContext type (*)
e17bf88... tests: Introduce MetaContextTest (*)
bf84b24... main: Move MetaCompositorType to a new meta-enums.h (*)
6c6b5b9... context: Add entry points for context configuration (*)
bbf6d88... test-utils: Expose helper for ensuring client path (*)
8cb1774... context/test: Configure test setup during configuration (*)
434f5e5... context/test: Add test context type enum (*)
6e4d3e0... context: Add create_backend() vfunc (*)
c45a161... context: Set up locale on init (*)
df8074c... util: Export meta_set_syncing() symbol (*)
75f9085... context: Add setup phase (*)
fe65251... context: Load plugin during setup phase (*)
02176ea... context: Add start/run/terminate phases (*)
8ace1bf... context: Init prefs when starting (*)
6f4b973... context: Initialize signal handlers during setup (*)
a32b005... context: Change to home directory during setup (*)
ecc40e7... context: Init introspection paths during setup (*)
8bf7d5c... context: Init debug utils during setup phase (*)
fddc631... context/test: Enable 'scale-monitor-framebuffer' backend se (*)
4cd1154... context/test: Respect MUTTER_SYNC envvar (*)
2e784e2... context: Add 'notify_ready()' vfunc and method (*)
6732e3e... main: Temporarily tie meta_quit() to meta_context_terminate (*)
82d9dda... context/test: Add helper to run a test session (*)
bccd93a... tests/native-headless: Port to MetaContext (*)
ccd8da3... context/test: Add 'before-tests' and 'after-tests' signals (*)
3d2160b... tests/unit-tests: Port to MetaContext (*)
e09de67... context: Handle dealing with option entries (*)
03242a4... tests/test-runner: Assorted style cleanup (*)
f61c1a1... context/test: Add 'run-tests' signal that can replace g_tes (*)
54c9ca7... monitor-manager/test: Add default fall back initial config (*)
d6ae8e7... tests/test-runner: Port to MetaContext (*)
fbc00a6... tests/headless-start: Stop ignoring the missed frame warnin (*)
f846590... tests/headless-start: Port to MetaContext (*)
648a8b9... tests/ref-test-sanity: Port to MetaContext (*)
383392f... tests/stage-view-tests: Port to MetaContext (*)
2712555... display: Don't include sn.h from display-private.h (*)
07384e1... clutter: Remove clutter_init_with_args() (*)
2f19a5f... context/test: Add 'no-x11' and 'test-client' constructor fl (*)
2ac262f... tests/clutter: Port to MetaContext (*)
aa306ac... Introduce MetaContextMain (*)
725510e... mutter: Port to MetaContext (*)
1d4224a... tests/persistent-virtual-monitor: Port to MetaContext (*)
fe0ce28... main: Remove meta_test_init() (*)
d767437... context: Add way to set plugin GType instead of name (*)
ed53dd9... context: Add way to add custom option group (*)
1972d4e... main: Remove now unused functions used for running mutter (*)
b1c643e... context: Make the context owner of the backend (*)
68b376a... context: Make context owner of MetaDisplay (*)
7d116be... main: Move MetaX11DisplayPolicy to a new meta-private-enums (*)
4be9bc9... stage/x11: Terminate using MetaContext instead of meta_quit (*)
e8af5fd... display: Keep pointer to the context (*)
9523120... x11/events: Use MetaContext to terminate instead of meta_qu (*)
122aa94... x11/session: Use MetaContext to terminate instead of meta_q (*)
6768b50... Remove meta_quit() (*)
0330ce1... context: Make the context own MetaWaylandCompositor (*)
d3b7d8d... wayland: Initialize in a single step (*)
7d0aaa1... x11-display: Get _NET_WM_NAME from context (*)
c1beb20... x11-display: Get _GNOME_WM_KEYBINDINGS from the context (*)
2deb751... context: Add explicit state tracking (*)
e62f7e2... context: Allow controlled destruction (*)
50ed027... context: Move X11 display policy under the context (*)
ff0afb1... context: Move 'replace-current-wm' tracking to the context (*)
f74d311... tests: Rename test-utils.c/h to meta-test-utils.c/h (*)
4a6e223... tests/utils: Prefix TestClient with Meta (*)
9f1f313... tests/utils: Prefix AsyncWaiter with Meta (*)
acb0a44... tests: Prefix test plugin name getter with meta_ (*)
3d5a2b2... context/test: Make type derivable (*)
e8742be... tests/test-utils: Remove unused init function (*)
724a7ee... tests: Move 'wait-for-X11-display' helper to MetaContextTes (*)
d810702... tests/test-utils: Move test client path ensure helper to pr (*)
9cda0bd... tests: Make common test code a shared library (*)
8a4aa92... context: Move the signal handling and dir management to use (*)
58f053d... drm-buffer/dumb: Return TRUE when init succeeded (*)
b65555a... renderer/native: Include error message in log entries (*)
e437504... cogl/gl: Handle bogus glGetString(GL_RENDERER) return value (*)
4b66313... util: Add 'backend' debug topic (*)
d057762... device-pool: Add debug logging (*)
a2937a4... onscreen/native: Change some g_debug() meta_topic() (*)
5785d8c... backends/native: Remove unused array definition (*)
c58909d... clutter: Demote CLUTTER_NOTE to g_debug in clutter-stage-co (*)
5beba8b... clutter: Make ClutterDamageHistory API public to mutter (*)
dd9d40a... clutter: Make ClutterStageView API public to mutter (*)
7712b58... clutter: Export private function to get debug flags (*)
0ac2572... core: Add private utility function to get Clutter debug fla (*)
8f839b2... clutter: Move ClutterStageCogl[View] code to src/backends (*)
d5c3c80... backends: Rename ClutterStage[View]Cogl API and types (*)
e77e888... backends: Excise MetaStageView to its own file (*)
7fcc7a6... clutter: Drop Xsettings client code (*)
1e84c00... clutter: Drop dead X11 code (*)
dc6d3ce... backends: Shuffle ClutterBackendX11 code into MetaClutterBa (*)
229b528... clutter: Drop generation of x11 pkgconfig file (*)
1f67e46... clutter: Remove leftovers from backend code in build system (*)
c80ef12... clutter: Remove unused EGL header (*)
414302f... backends: Promote g_debug() MetaStageImpl message to meta_t (*)
931fca1... meson: Bump required libinput version to 1.18.0 (*)
e98f168... Update POTFILES.in (*)
ff14ed5... compositor: Update outdated URL (*)
cc04f93... ci: Fallback to HEAD when checking out branch (*)
3b49ece... Rename the master branch to main (*)
7862f14... docs: Add README section for default branch (*)
221331a... ci: Bump ci-templates image (*)
035527c... ci: Move FDO_UPSTREAM_REPO to global scope (*)
7bc4763... Update Ukrainian translation (*)
97b24c9... Update Galician translation (*)
d561d30... Update Portuguese translation (*)
67eb60c... monitor-manager: Pass the Logical mode when computing the m (*)
1ac63fc... monitor-manager-xrandr: Use monitor to calculate scaling (*)
7c87c1c... monitor-manager: Check if all monitor scales are matching i (*)
1ab79c7... monitor-manager: Derive configured global scale using commo (*)
4ca5a97... monitor-manager: Only derive global scales supported by all (*)
b088dbd... monitor-unit-tests: Add tests to verify the computed scalin (*)
f6e2059... monitor: Replace some useless goto with clearer returns (*)
98f3f96... monitor: Never return fractional scale values when NO_FRAC (*)
c86a1e0... monitor-unit-tests: Check integer scaling values are matchi (*)
3e1e2cb... monitor: Do not overlap when checking for applicable scalin (*)
0fb688d... Update Russian translation (*)
eae116f... Update Brazilian Portuguese translation (*)
0167446... Update Friulian translation (*)
b476e22... Update Indonesian translation (*)
a8c1851... Update Bulgarian translation (*)
9e6a3f5... background-content: Shrink and optimize the rounded-clip sh (*)
6c19d39... ci: Build settings-desktop-schemas from git (*)
20db6af... remote-desktop: Check pipe fd before assuming existing read (*)
537e2df... core/selection: Cancel selection transfer requests after a (*)
5e5c7fe... clutter/layer-paint-node: Fix variable naming (*)
96b1ebb... clutter/layer-paint-node: Handle failure to allocate offscr (*)
dd40e35... cogl/trace: Fix argument naming (*)
b1ac132... cogl/trace: Add way to add a description to trace (*)
8bd7574... cogl/trace: Add scoped trace anchors (*)
72704f7... x11/events: Clean up event name getting (*)
6c77654... x11/events: Fly-by coding style cleanup (*)
d956f63... x11/events: Trace X11 event handling (*)
6d64a43... cogl/trace: Add getter for trace enabled state (*)
ffb88bf... x11/window: Add tracing for X11 synchronization events (*)
796eb00... clutter/main: Add 'detailed-trace' debug flag (*)
6a0dd2a... clutter/actor: Always generate the same debug name (*)
9d22e71... clutter/actor: Sneakily remove the g from the debug names g (*)
5c7795d... clutter/actor: Optionally trace painting (*)
6b1f49c... clutter/actor: Optionally trace allocations (*)
a4c50ad... clutter: Add COGL_HAS_TRACING checks around tracing code (*)
a42c470... compositor: Add COGL_HAS_TRACING checks around tracing code (*)
3629949... x11: Add COGL_HAS_TRACING checks around tracing code (*)
d3602e9... monitor-unit-tests: Add test for overlapping monitor config (*)
58c2f42... boxes: Add function to check if rectangle is adjacent to re (*)
be9e6dc... monitor-config-manager: Reject a suggested config with gaps (*)
ab48b6b... monitor-unit-tests: Check suggested configuration has adjac (*)
32d7c5f... monitor: Only assign suggested positions to valid pointers (*)
4574f2d... monitor-config-manager: Use single filter function to build (*)
3dbec4d... monitor-config-manager: Define cleanup functions for struct (*)
aeea288... monitor-config-manager: Use monitor match filters to create (*)
e8b8444... monitor-config-manager: Computer monitor scale in caller (*)
e59da5a... monitor-conifig-manager: Generate primary monitor config wi (*)
37e154c... monitor-config-manager: Use match rule to check laptop pane (*)
3baf750... monitor-test-utils: Add debug friendly statements during te (*)
eed1db4... window: Add meta_window_lower_with_transients() (*)
111055a... wayland/gtk-shell: Add titlebar_gesture request (*)
287c715... shaped-texture: Do not apply y-inverts to shape masks (*)
9252b7c... clutter/text: Don't query preferred size without allocation (*)
a96caf6... wayland-dma-buf: Fix 'kms-modifiers' experimental setting (*)
4973239... Update Hebrew translation (*)
d14f7b7... Updated Czech translation (*)
911ed37... Update Slovenian translation (*)
641bed4... Update Chinese (China) translation (*)
23bebf3... xwayland-grab-keyboard: Switch to g_pattern_spec_match_stri (*)
26e0684... plugins/default: Switch to g_spawn_check_wait_status() (*)
448ffae... stack: Check workspace in get_default_focus_window() (*)
7afefbb... workspace: Add meta_workspace_get_default_focus_window() (*)
ed391eb... window: Make default focus window on each workspace appear (*)
646cbf8... Updated Spanish translation (*)
12c46e6... Bump version to 41.beta (*)
c382dc0... Update Basque translation (*)
13a2a33... clutter: Add clutter_stage_paint_to_content () (*)
f6bf1ce... cursor-tracker: Add meta_cursor_tracker_get_scale () (*)
99531f9... wayland/surface: Get wl_output resource list via helper (*)
2b59b85... wayland: Fetch wl_output logical monitor via helper (*)
fcbeae5... wayland/output: Move struct to C file (*)
4615da2... monitor: Add hash function (*)
bf7c345... wayland/output: Make each wl_output correspond to one monit (*)
c8fb98a... wayland/output: Fly-by coding style fix (*)
18c414c... clutter/stage-view: Initialize view as damaged and awaiting (*)
d2186f6... window-actor/x11: Don't cache the frame-drawn frame clock (*)
ea46ebe... tests/stage-view: Added test for incorrect frame clock sche (*)
8158e96... cogl: Remove conditional g_type_init() call (*)
77f468e... build: Switch to meson's summary command (*)
6288763... build: Stop using source_root()/build_root() (*)
7eb68b4... ci: Use backend-agnostic meson command to build (*)
b17f274... ci: Switch to meson's generated Junit report (*)
5e88c19... tools: Add uncrustify config file (*)
38f8680... build: Add script to check code style (*)
117027d... ci: Add job to check code style (*)
3caa5fe... ci: Ignore uncrustify calls resulting in unsuccessful retur (*)
6960b9b... ci: Avoid deadlock while reading uncrustify output (*)
da3ff9f... clutter/frame-clock: Correct indentation (*)
cd355b5... onscreen/native: Remove a tab character (*)
264c625... ci: Fetch the right target branch (*)
420a17d... cogl: Fix GL_EXT_discard_framebuffer extension check (*)
3480a95... Updated French translation (*)
5a25f2f... ci: Use target branch from target project for code-style ch (*)
eede3d1... wayland/actor-surface: Remove some needles redirections (*)
9f82426... surface-actor: Remove some unused and useless functions (*)
021c1dd... surface-actor: Remove get_image() function (*)
afe1c87... Update Finnish translation (*)
5744e95... Update Kazakh translation (*)
0f8ae7c... ci: Build gjs from git (*)
1f26dc1... data: Stop exposing old panel-main-menu shortcut (*)
b5ba216... keybindings: Remove support for 'panel-main-menu' binding (*)
41d1a84... keybindings: Remove 'panel-run-dialog' handler (*)
04994eb... background-image: Use autoptrs for errors when loading imag (*)
ef8c428... background-image: Properly clear the failed to be filled te (*)
2cb617e... backend: Clean up renderer after clutter backend (*)
fc05fee... Updated Lithuanian translation (*)
c62e86c... context: Add :unsafe-mode property (*)
d17e9ad... context: Add (hidden) --unsafe-mode option (*)
2a2f930... wayland/subsurface: Check for parent actor before unparenti (*)
f41696b... wayland/subsurface: Handle node unlinking on parent destroy (*)
dd416dd... window-actor/wayland: Remove subsurface actors on dispose (*)
5ffd77c... tests/wayland: Test reattaching subsurface after parent was (*)
4a0c86e... meson: Add optional libsystemd dependency (*)
c2efe25... window: Add cgroup management to MetaWindow (*)
7555688... display: Set xattr on focus window cgroup dir (*)
af0460d... kms: Allow passing framebuffer damage metadata (*)
b328c8c... onscreen/native: Pass damage rectangles when page flipping (*)
9c20b41... clutter: Handle touch down and button press events in Clutt (*)
765f41d... clutter: Add ClutterPreeditResetMode hint to preedit text (*)
f4a32cb... clutter: Forward button press/touch down onto ClutterText I (*)
405ec8e... wayland: Forward button press / touch down to Wayland text- (*)
f78e21c... monitor-manager: Remove some trailing spaces in orientation (*)
e976137... monitor-manager: Only manage orientation if we have a built (*)
2289f56... monitor-manager: Don't apply unneeded orientation changes (*)
dbf5e38... monitor-config-manager: Ignore orientation if it is not man (*)
d773aaf... monitor-manager: Apply built-in monitor orientation to prev (*)
db68a2a... monitor-unit-tests: Add tests to verify config manager hist (*)
f803c0e... monitor-manager: Add config relationships and use it for or (*)
c326313... monitor-config-manager: Find builtin configuration even whe (*)
617e1b3... monitor-config-manager: Rename builtin monitor lookup utili (*)
f1228c4... orientation-manager: Expose the number of valid orientation (*)
58fb865... build: Add CI test setup to run tests as the CI would do (*)
bf54a16... tests: Add MetaOrientationManager tests via SensorsProxy mo (*)
d0a9dfe... monitor-transform: Add function to compute from orientation (*)
d5f3979... monitor-unit-tests: Add tests with dynamic orientation chan (*)
4fe7569... orientation-manager: Use an idle to apply monitor orientati (*)
b3c5ca1... monitor-manager: Remove persistent_timeout on dispose (*)
a422300... tests: Run a localed mock implementation on tests (*)
6bbb216... window-actor: Factor out framebuffer creation of get_image( (*)
b1c8510... window-actor: Add paint_to_content() function (*)
2239e7a... shaped-texture: Remove get_image_via_offscreen() (*)
264b5b8... xwayland: Initialize g_autofree with NULL (*)
70f2eb7... x11: Initialize g_autofree with NULL (*)
36d908f... build: Check NEWS for version (*)
f41b165... ci: Add asciidoc to image (*)
4bbe61d... ci: Move test setup into template job (*)
08a3fc9... ci: Add dist job (*)
c085e1f... Bump version to 41.rc (*)
69bd367... Update Romanian translation (*)
4267180... Update Croatian translation (*)
fa42831... Update Swedish translation (*)
697c884... Update Persian translation (*)
83db4f5... Update Korean translation (*)
bc289bd... Update Turkish translation (*)
b935f1f... Update German translation (*)
d5493dd... Update Croatian translation (*)
bcd50d9... Update Hungarian translation (*)
843ce78... Update Polish translation (*)
09d24b4... Update Dutch translation (*)
73c6540... Update Catalan translation (*)
20bb8bf... wayland: Avoid a race in wl_seat capabilities (*)
f140d01... context: Add some missing introspection data (*)
49187ec... Updated Danish translation (*)
f5daf0f... Bump version to 41.0 (*)
4623386... Update Persian translation (*)
4279722... Update Persian translation (*)
10d1de2... screen-cast/monitor-src: Always set before-paint watch (*)
6c818cd... screen-cast/monitor-src: Use clutter_stage_paint_to_buffer (*)
62cdf8d... clutter/stage: Remove clutter_stage_capture_into (*)
3059d3f... cursor-renderer: Remove meta_cursor_renderer_is_overlay_vis (*)
dc442e7... cogl: Add XRGB_2101010 and XBGR_2101010 formats (*)
daace1a... cogl: Add XRGB_FP_16161616 and XBGR_FP_16161616 formats (*)
9ededb9... wayland-dma-buf: Use alpha-less pixel formats where appropr (*)
3192b02... wayland-dma-buf: Add support for DRM_FORMAT_XBGR2101010 (*)
d2eec86... wayland: Allow to maximize windows by client regardless of (*)
a8d1116... kms: Only emit resources-changed signal if we recorded a ch (*)
9ce3aba... monitor-manager-native: Do not reload all the monitors on g (*)
49501c2... kms: Return a more specific change if there are no devices (*)
ea00c96... udev: Pass the device as parameter on hotplug events (*)
3d3668a... kms/device: Add functions to find connector and crtc in dev (*)
91ed95a... kms: Only update a device state if it contains the changed (*)
dd0ad3b... kms/impl-device: Only update crtc/connector whose ID has ch (*)
9cb35e2... backends/kms: Always perform full changes on KMS resume (*)
cbfb59b... backends/native: Ignore udev events while we're paused (*)
3d68998... kms/connector: Use utility function to get the property ID (*)
16e335e... backends/native: Remove unused includes (*)
ef0f708... monitor-manager: Use connect_object to connect to settings (*)
b6857e5... shaped-texture: Fix whitespace/indentation warnings (*)
b10b77c... clutter/backend: Propagate error when initializing context (*)
9bd2c5c... cogl/context: Report error if allocating fallback texture f (*)
922878a... wayland/dma-buf: Add support for BGR_8888 formats (*)
36b5719... backends/x11: Fix middle button emulation settings (*)
55f5b19... Update Serbian translation (*)
4d342c8... Update Persian translation (*)
fca9010... mutter: Add signal handlers (*)
1031de5... tests/dbus-runner: Make sure to tear-down even on test fail (*)
8bf87a7... shaped-texture: Remove mask texture handling from get_image (*)
fc499c8... Update British English translation (*)
2c8f88d... Update Vietnamese translation (*)
89a13b4... clutter/stage: Remove inout from paint_to_buffer (*)
e38db12... window: Don't change workspaces of unmanaged windows (*)
14b6c87... backend: Refactor "lid-is-closed" handling code (*)
c789b6b... backend: Reset idletime when unplugging the power cable (*)
98d5aa1... xwayland: Fix condition for queuing a window to META_QUEUE_ (*)
e42196b... wayland/actor-surface: Restore stage update for unmapped ac (*)
9179d4a... kms/impl-device/atomic: Add virtio_gpu to deny list (*)
bb24e4a... keymap/x11: Check for the group earlier when finding keycod (*)
795418a... keymap/x11: Consider the out of range group action (*)
2740f1d... keymap/x11: Stop searching through reserved keycodes explic (*)
c1f5e57... keymap-x11: Don't update key types when adding key to keyma (*)
a0a612f... meson: Add 'Build Configuration' section (*)
867db93... clutter/text: Invalidate actor paint volume when it has cha (*)
cea39b7... wayland/output: Always send xdg_output layout (*)
892182e... Post-branch API bump (*)
33b834c... wayland/data-offer: Accept final preferrence of drop destin (*)
b41def4... wayland/data-offer: Fix indentation in data_offer_finish() (*)
136caca... clutter/stage: Only add paint volumes of mapped actors to s (*)
1a978df... clutter: Remove clutter_container_sort_depth_order (*)
d5dd8eb... clutter: Remove clutter_container_lower_child (*)
8d1105a... clutter/container: Remove clutter_container_raise_child (*)
fbcb078... clutter/container: Remove clutter_container_get_children (*)
3768efe... clutter/offscreen-effect: Consider paint volumes at negativ (*)
fbb5862... clutter: Remove left-over xinput debug code (*)
a545fec... clutter/x11: Remove X11 display name field (*)
528ae91... clutter: Remove option parsing support (*)
bbf2f6e... clutter/backend/x11: Clean up variable naming (*)
08c34c8... clutter/backend/x11: Clean up ClutterBackend variable namin (*)
c653055... clutter/backend/x11: Don't keep track of a Screen pointer (*)
c23c077... clutter/backend/x11: Remove screen dimension fields (*)
cf1715a... backend: Get the default seat directly (*)
1fbdfa8... clutter/backend/native: Keep a pointer to the actual backen (*)
6ae9bc9... clutter/backend/x11: Keep a pointer to the actual backend (*)
92b95b0... clutter/backend/x11: Make filter add/remove take a clutter (*)
8008f0b... Explicitly create the clutter context and backend (*)
33cdb45... clutter: Remove CLUTTER_DEFAULT_FPS and default rate (*)
3b9409a... clutter: Remove left over fb bit masks (*)
85de82b... clutter: Remove 'stage cursor' feature (*)
d9f0d93... clutter/features: Remove 'offscreen' feature (*)
57964be... clutter/features: Remove 'swap-events' feature (*)
b73bbec... clutter/feature: Remove static vs multiple stage feature (*)
259a906... cogl/winsys: Remove 'multiple-onscreen' feature (*)
7058013... clutter/stage: Remove 'minimum window size' logic (*)
bd841e8... util: Fix placement of META_DEBUG_WAYLAND in switch stateme (*)
3a6f6c2... util: Add 'render' debug topic (*)
2047d2d... Introduce MetaRenderDevice{Gbm,EglStream,Surfaceless} (*)
bece36b... renderer/native: Get bpp from gbm_bo (*)
e078718... drm-buffer: Add getters for more metadata (*)
99f51d2... drm-buffer: Remove left-over function declaration (*)
6ba8636... drm-buffer: Replace 'use-modifier' boolean with flags (*)
a1266e1... drm-buffer: Add API to export buffer file descriptor (*)
b3dffb4... drm-buffer: Don't always generate fb_id on construction (*)
9292eba... render-device/gbm: Add getter for gbm_device (*)
802e7eb... render-device: Add API to allocate DMA buffers (*)
986588a... render-device: Add API to import other buffers (*)
8662f33... render-device: Add API to allocate dumb buffers (*)
d4e8cfa... renderer/native: Use MetaRenderDevice (*)
c2bb80a... util: Export and annotate meta_get_clutter_debug_flags (*)
e8249a5... renderer/native: Log render mode per device (*)
8fc1325... renderer/native: Try the gbm renderer before the EGLDevice (*)
3b6f911... clutter: Only reset preedit text if set (*)
ac90711... wayland: Only init EGLStream controller if we didn't end up (*)
27ce849... tests: Change how we wait for an orientation change (*)
838d565... tests: Make it easier to keep track of where we are (*)
7c6fe21... tests: Add additional debug in wait_for_orientation() (*)
820aa18... backends/native: Use rtkit to get realtime priority (*)
70a5f29... core: Drop repeated early return condition in function (*)
0a7547a... core: Drop code to do edge resistance on timeouts (*)
8ede36b... compositor: Remove dead code (*)
774f120... cogl: Fix broken check for COGL_DISABLE_GL_EXTENSION envvar (*)
e50460e... clutter: Turn warning into assert (*)
b3046cc... backends/x11: Fix off by one in debug output (*)
4dc0799... cogl: Plug GString leak (*)
025dbbb... x11: Drop fallback on ~/.mutter paths (*)
ed9650f... cogl: Plug possible GString leaks (*)
f6726c6... cogl: Plug leak on error path (*)
ccaa4c0... wayland: Plug leak in error condition (*)
c869b92... cogl: Plug leak in error path (*)
90ad8b8... clutter: Plug leak on error condition (*)
69f9b36... xwayland: Pass the manager object to XSetIOErrorExitHandler (*)
b4fe1fd... xwayland: Make setup/teardown a bit more symmetrical (*)
fb78ac4... xwayland: Init/shutdown DND using MetaX11Display (*)
39f8088... xwayland: Setup RANDR integration with MetaX11Display (*)
1dd79c5... xwayland: Trap errors when setting primary RANDR output (*)
257ccf5... xwayland: Unset shutdown idle id when source removed by cal (*)
c0bc821... wayland/output: Remove wl_output global when making it iner (*)
1f9af12... ci: Fix junit artifact file name (*)
49aa801... gschema: Add "kms-modifiers" experimental feature descripti (*)
331f08f... gschema: Turn experimental features into flags (*)
87965b5... cogl: Add support for partial update (*)
577c471... backends: Enable partial update on clipped redraws (*)
774d7b4... Update Latvian translation (*)
ab45ae1... x11: Initialize struct early (*)
5125f66... core: Use b/w unicode for tablet mode OSD (*)
af6fb2a... clutter: Fix event axes array indices in axis broadcasts (*)
0ed9c6e... clutter: Drop default action of Pan action (*)
f4b2655... clutter: Drop default "rotate" action in ClutterRotateActio (*)
94abaf2... clutter: Drop default "zoom" action in ClutterZoomAction (*)
85bcc48... clutter: Drop ClutterSwipeAction::swipe default vmethod (*)
2fc40da... clutter: Drop ClutterZoomGesture's zoom-axis property/metho (*)
0e57fd4... clutter: Add information about event phase in ClutterAction (*)
7885f6d... clutter: Add handle_event vfunc to ClutterAction (*)
5133815... clutter: Move ClutterClickAction to the handle_event vfunc (*)
6d0b738... clutter: Move ClutterGestureAction to the handle_event vfun (*)
a235d03... clutter: Carry accounting on double/triple clicks in Clutte (*)
a084fc1... frames: Keep accounting of double clicks in place (*)
8c4c3f0... clutter: Make ClutterClickAction independent of click count (*)
33ca5e3... tests: Drop dependency on click count (*)
3d37602... clutter: Drop click count from button events (*)
64ff1f2... input-mapper: Reverse sort order of display score comparato (*)
8e1a125... startup: Optionally run (and exit with) a command (*)
6060b6a... backends/x11: Fix key repeat of on-screen keyboard for seco (*)
69fcb3a... Update Ukrainian translation (*)
f1f2c96... plugins/default: Add env var to disable animations (*)
666a309... tests/stage-view: Disable animations (*)
5b35860... tests/stage-view: Verify stage view list length after updat (*)
802d4e0... clutter/actor: First clear all stage views before emitting (*)
a1f590a... Update Friulian translation (*)
078ead6... Update Portuguese translation (*)
e25df66... clutter/content: Mark optional parameters as such in annota (*)
710e022... Update Italian translation (*)
2c4db09... docs: Update coding style link (*)
f84ece1... Update Occitan translation (*)
830c53e... Update Croatian translation (*)
c693a7e... Update Hebrew translation (*)
92c98d5... clutter/timeline: Make the warning about detached actors mo (*)
94e2793... Updated Spanish translation (*)
b1c8ce1... meson: Add 'plain' test setup (*)
3352942... backend: Copy damage rectangles to secondary GPU when avail (*)
7af1043... tests: Don't use TestEnvironment (*)
a49c98d... tests: Don't continue if setup commands fail (*)
8eb268f... window/wayland: Differentiate between requested and direct (*)
6902a72... window: Store unconstrained_rect everytime a size is reques (*)
2eda6d0... tests/test-runner: Add commands to set and remove struts (*)
028ed06... tests/test-client: Add 'stop_after_next' and 'continue' com (*)
989cc2e... tests: Add test for unfullscreening followed by immediate s (*)
8546ca3... kms/connector: Fix updating the state when drmConnector is (*)
c765730... kms/crtc: Always log whether we updated CRTC state (*)
cbdd62c... kms/impl-device: Report 'full' change if we removed connect (*)
8c8bbb8... util: Remove push/pop no msg prefix logging (*)
59166d7... util: Implement meta_topic() using g_message() (*)
e280589... util: Implement meta_verbose() using meta_topic() (*)
4bb8b2a... util: Remove unused logging functions (*)
8e63606... Update Friulian translation (*)
f41c03f... Update Occitan translation (*)
67033b0... wayland/window-configuration: Fix maximized check in fixed (*)
d66e3e2... window/wayland: Detect client resizes with pending non-resi (*)
0e736af... window: Ensure constraints after a Wayland client resize (*)
b28a6e5... tests: Add test for maintaining constraints after client re (*)
734ae26... core/close-dialog: Don't pass DISPLAY (*)
a2cf75c... startup-notification: Fix naming of handle ID (*)
c41657b... wayland/activation: Remove token from hash table on timeout (*)
eed6599... startup-notification: Fix source return value (*)
d420a39... tests: Split out Wayland tests into its own test case (*)
7f720a4... wayland/activation: Don't grab if no serial or surface was (*)
acadf5b... onscreen/native: Increase buffer ref count in copy_shared_f (*)
858b5c1... background-content: Anti-alias texels that intersect the ci (*)
2c70120... surface-actor-wayland: Do not acquire scanout if actor appe (*)
e82685d... crtc/native: Add API to check whether the CRTC supports har (*)
00c329a... cursor-renderer/native: Use MetaCrtcNative API to check cap (*)
5ca43e7... renderer/native: Set EGLContext when creating secondary GPU (*)
62ab4c0... clutter/actor: Add missing nullable annotations (*)
e74e806... wayland: Specify workspace when looking for Xdnd drop targe (*)
fa31c97... stack: Add prerequisites to some stack API (*)
50ccab5... util: Add back topic prefix to meta_topic() messages (*)
7b83735... wayland/output: Always set xdg_output interface implementat (*)
c3087da... ci: Install libinput and wayland-protocols from git (*)
09a4fad... meson: Bump libinput to version 1.19 (*)
b241d32... meson: Bump wayland-protocols to version 1.23 (*)
aa55693... clutter/event: Add touchpad hold event definition (*)
af1f330... clutter/event: Add ClutterEventType.CLUTTER_TOUCHPAD_HOLD (*)
dca9d57... tests/clutter: Add hold event to existing test (*)
d6dd105... tests/clutter: Add hold event conform tests (*)
d4ba162... backends/native/meta-seat: Capture hold events (*)
c545ffa... wayland/pointer-gestures: Update protocol to v2 (*)
8d34b50... wayland/pointer-gestures: Implement hold gesture (*)
a6644ad... mutter: Add missing newline in error messages (*)
5afe51b... monitor-manager: Add 'has-builtin-panel' property (*)
65d8164... backend: Expose get_monitor_manager() publicly (*)
d5f2ec6... backends/native: Stop freeing slow keys list twice (*)
7bb0055... plugins/default: Use local vars for refs (*)
f2154ce... clutter: Always snoop key events for a11y (*)
04eda55... backends: Do not emit pointless signals remapping pad devic (*)
e3702c8... backends: Only default to builtin panel on touchscreen devi (*)
67a27a8... backends: Do not exclude devices from an output based on ca (*)
74fe57b... cogl: Remove deprecated depth_test API (*)
b8925ef... cogl: Remove deprecated backface_culing API (*)
9134583... cogl: Remove usages of framebuffer_draw_primitive (*)
8285091... cogl: Remove material_set_layer_filters (*)
29c62fa... cogl: Remove cogl_material_set_layer_point_sprite_coords_en (*)
ca25c55... cogl: Remove cogl_material_set_layer_matrix (*)
a8cd59e... cogl: Remove cogl_material_set_layer_combine_constant (*)
68ec76e... cogl: Remove cogl_pipeline_set_layer_combine (*)
a14d3d6... cogl: Remove cogl_pipeline_set_layer (*)
06de4e2... cogl: Remove cogl_pipeline_set_point_size (*)
403f44e... cogl: Remove cogl_material_set_user_program (*)
f90f8f8... cogl: Remove cogl_material_set_blend_constant (*)
afdbb71... cogl: Remove cogl_material_set_blend (*)
5a5f57d... cogl: Remove cogl_material_set_alpha_test_function (*)
edae2ff... cogl: Remove cogl_material_set_color4ub (*)
6cd4489... cogl: Remove cogl_material_set_color (*)
9f9e64f... cogl: Remove cogl_material_new (*)
0c5cf1e... tests: Rename 'material' variables to 'pipeline' (*)
612da58... cogl: Remove cogl_texture_new_from_sub_texture (*)
44aa6ab... cogl: Remove cogl_texture_new_with_size (*)
754c834... Add method to show if in headless mode (*)
ad0d70d... wayland: Detach event source on tear down (*)
29141af... xwayland: Handle the died callback being cancelled more gra (*)
26676a8... core: Change behavior of "application is alive" checks (*)
c07c50d... wayland: Make the pointer leave non-alive surfaces (*)
d459df9... tests/test-client: Log to stderr (*)
3c1f50a... Move D-Bus interface files to dedicated directory (*)
764c75d... screen-cast-session: Add is-active tracking (*)
70c6d28... ScreenCast: Allow recording new streams on active sessions (*)
a7fc740... tests: Ensure pointer entered the stage at actor-event-hold (*)
c484f13... clutter/stage: Free pointer/touch info early during dispose (*)
35b8346... backends/x11: Use clutter_do_event() for event delivery (*)
b8f92a6... clutter: Move event filter handling to happen before thrott (*)
a34be31... clutter: Shuffle some clutter-main code (*)
1c5a90d... clutter: Add missing G_GNUC_FALLTHROUGH (*)
b9a99f0... clutter: Small style fix (*)
49045b2... backends: Remove superfluous intermediate variable (*)
6aea319... clutter: Do not export _clutter_stage_do_pick() (*)
340acb3... clutter: Unify picking and device updating (*)
39b2a18... clutter: Move ClutterStage methods where they belong (*)
508c08f... backends: Only reload sprite cursor on changes (*)
5e93708... wayland: Mark sprite as invalid after cursor changes (*)
8310766... backends: Upload xcursor texture only after invalidations a (*)
eda7588... backends: Replace MetaCursorSprite::prepare-at with in-plac (*)
5428b96... clutter: Also log overlap regions in ClutterPickContext/Sta (*)
19cdba8... clutter: Calculate "safe area" during pointer pick (*)
8406882... clutter: Store the per-pointer picked actor's clear area (*)
9475b87... clutter: Trigger immediate repick when pick actor is destro (*)
757d595... clutter/stage: Update stored pointer coordinates in fast pa (*)
28009e8... clutter/stage: Ensure that generated crossing events go thr (*)
bdd03b9... clutter/stage: Do not opt styli out of Clutter motion compr (*)
961419b... clutter: Trigger pointer repick after animatable property c (*)
3eeecd4... tests/dbus-runner: Don't log to a loose ended pipe (*)
87a6683... cogl: Drop cogl-wayland-server.h (*)
3cd77f8... cogl: Drop COGL_HAS_WAYLAND_EGL_SERVER_SUPPORT (*)
d43cc77... renderer/native: Allow forcing EGLStream backend (*)
1c56137... tools/uncrustify: Remove space between i18n function shortc (*)
8b8690c... clutter/frame-clock: Don't recalculate refresh_interval_us (*)
6a49219... Update Russian translation (*)
d2998a8... wayland: Check keyboard serials for activation (*)
ad071c6... cogl: Rebind the EGL image when handling damage (*)
364902d... Updated Lithuanian translation (*)
2e8aef6... backends/native: Refactor LIBINPUT_EVENT_POINTER_AXIS handl (*)
d703ba5... wayland/pointer: Call wl_resource_get_version once (*)
cea5c47... wayland/pointer: Return on scroll without client (*)
844445b... window: Fix up comment (*)
40d9d26... window: Add has_attached_dialogs() function (*)
ccf6bbc... window: Add has_modals() function (*)
3643e0b... events: Bypass windows with modal transients (*)
525cb7e... display: Add meta_display_list_all_windows() (*)
f48b3b4... Update Icelandic translation (*)
b77cb09... clutter/frame-clock: Make SYNC_DELAY_FALLBACK a fraction (*)
4469042... workspace: Downgrade abort() to a warning when getting inde (*)
7992b46... tests/invalid-xdg-shell-actions: Avoid flakyness (*)
d111c47... tests/wayland-unit-tests: Change to use headless backend (*)
ed677f4... context/test: Let g_test_init() consume argc/argv first (*)
d8521ff... tests/wayland-test-driver: Add surface argument to sync_poi (*)
a1d5c96... unit-tests: Print error when configuring context (*)
ed4e532... tests/wayland-test-driver: Add sync event (*)
41e426a... tests/wayland-unit-tests: Clean up toplevel_apply_limits() (*)
8a43123... xdg-shell/popup: Reset 'dismissed-by-client' state when rem (*)
3602762... tests/wayland-unit-tests: Add test case for remapping popup (*)
618cc50... tests/wayland-unit-tests: Fix some style issues (*)
6613c24... tests/wayland/xdg-apply-limits: Add missing whitespace (*)
75d8fed... tests/wayland/xdg-apply-limits: Uncomment assert (*)
f5f59ad... ci: Bump to F35 (*)
0df12eb... xwayland: Don't remove /tmp/.X11-unix/X0 when running tests (*)
6204769... surface-actor: Fix unobscurred_fraction calculation (*)
cc9bb7c... monitor-manager: Fix orientation changes on devices with 90 (*)
54b36d7... monitor-unit-tests: Take panel orientation transform in acc (*)
65df817... monitor-unit-tests: Check orientation changes with transfor (*)
56939ab... cursor-renderer/native: Add a means to disable HW cursors (*)
9fb2a2a... ci: Build newer gsettings-desktop-schemas (*)
f4717d0... wayland/surface: Switch order for calculating surface damag (*)
c166811... wayland/surface: Use correct default viewport for surface d (*)
c498ae3... wayland/surface: Do not uncoditionally process surface dama (*)
25ed64b... cursor-sprite: Register all cursor sprites with the cursor (*)
c87779f... cursor-tracker: Add missing newline (*)
ada5242... backend: Return NULL cursor renderer if there is no seat (*)
4159c76... cursor-renderer/native: Clear GPU state before closing devi (*)
287908e... renderer/native: Don't clear GPU data with pending page fli (*)
fc1de74... cursor: Hold reference to cursor tracker (*)
640536d... Update Indonesian translation (*)
bbd7f79... Update Basque translation (*)
b596de2... wayland/window-configuration: Fix missing horizontal maximi (*)
3941597... window-actor/wayland: Fix child actor list leak on dispose (*)
97dd5d8... backends/x11: Fix memory leak in meta_x11_handle_event() (*)
60d7cd8... crtc-mode-xrandr: Take RR_DoubleScan and RR_Interlace flags (*)
fb9564b... output/kms: Filter out duplicate fallback modes (*)
36481b8... gen_default_modes: Add more refresh rates to fallback modes (*)
450ab0f... window-group: Disable culling when rendering to non-stage-v (*)
f99d3c0... shaped-texture: Fix code style issue (*)
cd78175... surface-actor-x11: Fix code style issue (*)
58f82d0... texture-tower: Fix code style issues (*)
06c215c... wayland/surface: Remove unnecessary resource user data chan (*)
ae086a3... device-pool: Remove duplicate include macro (*)
32affbf... wayland/dma-buf: Fix building without native backend (*)
e90ab53... ci: Fix gsettings-desktop-schemas branch name (*)
f51cccb... wayland/surface: Fix code style issues (*)
6d1bd87... egl: Fix code style issue (*)
9ee03fe... wayland: Fix some code style issues (*)
34063da... ci/dist: Store meson logs in artifacts (*)
1dcdb55... ci/dist: Don't expose artifacts (*)
9e9f3a0... meson.build: Remove a newline (*)
b0b45b0... ci: Make run-tests.sh usable for the dist job too (*)
db0d720... ci: Build libgweather from git (*)
f549895... tests/clutter/frame-clock-timeline: Loosen duration testing (*)
7e3d1e2... clutter/frame-clock: Advance timelines according to present (*)
44c09dc... clutter: Remove unused time_us parameter from ClutterFrameL (*)
3de1696... clutter/timeline: Minor documentation corrections (*)
7ce481b... egl: Add eglQueryDisplayAttribEXT() helper (*)
51308a9... wayland/dma-buf: Add manager struct (*)
1978e93... wayland/dma-buf: Prepare format/modifier map up front (*)
fc358e1... ci: Upgrade wayland-protocols to 1.24 (*)
7acecb1... wayland/dma-buf: Add basic support for DMA buffer feedback (*)
2a16a75... wayland/dma-buf: Always advertise non-modifier fallback (*)
90076cf... wayland/surface: Remove unnecessary NULL check (*)
9c942a4... wayland/dma-buf: Make manager object a GObject (*)
9a47766... wayland/dma-buf: Add tranche priorities (*)
43161c6... compositor/native: Track what Wayland surface is a scanout (*)
4c54b36... wayland/dma-buf: Move should_send_modifiers() to the top (*)
64e6bed... wayland/dma-buf: Add support for scanout surface feedback (*)
4bcd4a6... Update Ukrainian translation (*)
a14923e... kms: Add update test API (*)
8a2fcf3... wayland: Use new KMS update test API to try acquiring scano (*)
e6a2d61... gschema: Make 'kms-modifiers' only about scanout buffers (*)
8de449d... udev-rules: Only disable modifiers on i915 (*)
a8bf9d8... wayland: Drop wl-shell protocol (*)
3646126... clutter/cally: Drop deprecated focus_clutter function (*)
12de68a... wayland: Drop deprecated text input (*)
9cd80a3... Update Ukrainian translation (*)
f04f5d7... Update Russian translation (*)
888e69d... plugins/default: Fix broken switch_workspace() (*)
7b78d5a... Update Portuguese translation (*)
d25175b... x11: Always delete selection input stream property when flu (*)
dbd6e74... x11: Let selection input streams create their own window (*)
986d304... x11: Avoid memory waste and work when creating selection in (*)
13f35ab... window: Initialize saved_rect_fullscreen too (*)
5523242... wayland/dma-buf: Define fallback EGL_DRM_RENDER_NODE_FILE_E (*)
8abe876... window-actor: Add API to get the topmost surface actor (*)
df3f81e... compositor/native: Consider Wayland subsurfaces for scanout (*)
926c34c... wayland/dma-buf: Fix typo (*)
8fe45d7... screen-cast/stream: Add DMABUF-only record flag (*)
77d5c8c... screen-cast/monitor-stream: Immediately record scanout fram (*)
ab17c98... wayland/surface: Implement WL_SURFACE_ERROR_INVALID_SIZE ch (*)
5f2779b... clutter/box-layout: Deprecate :pack-start (*)
a82dd68... backends: Don't include damage history in swap region (*)
af08847... Revert "backends: Don't include damage history in swap regi (*)
8e91c62... renderer/native: Clear old KMS updates on views rebuild (*)
bb6ae40... onscreen/native: Always free the next framebuffer on dispos (*)
f1cf35e... Bump version to 42.alpha (*)
bbc95c1... clutter: Add yet another grab API (*)
a60658f... clutter: Add parameter to control the event emission root (*)
40793e7... clutter: Make crossing events unstoppable (*)
4595da0... clutter: Separate crossing event creation from emission (*)
ba895ca... clutter: Emit crossing events along with ClutterGrabs becom (*)
ec3b8fe... clutter: Propagate events only inside the grab (*)
3e9d14c... clutter: Notify grab changes on the key focus (*)
2e94efd... clutter: Only emit regular crossing events in the actors th (*)
1713f79... clutter: Carry accounting of grabs in the ClutterActors hol (*)
e9addb0... clutter: Add ClutterSeat private API to grab devices (*)
eb30750... clutter: Integrate ClutterSeat grabs into ClutterGrab (*)
7bfc472... clutter: Add specific event flag to tag "grab notify" cross (*)
75f263d... tests: Add tests for crossing events generated during Clutt (*)
a64b236... Update Hebrew translation (*)
c40b268... backends: Unify cursor visibility checks
f6da33c... backends: Keep cursor hidden on tablet input on Wayland
a2c1d67... wayland: Use default cursor on tablet tools
89ae1c4... backends/native: Fix cursor renderer assignment for tablet
(*) 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]