summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wayland/pointer-gestures: Fix swipe cancellationJoseExposito2021-06-151-0/+1
* renderer/native: Clear pending update list before repopulatingJonas Ådahl2021-06-121-1/+1
* native: Properly ignore devices on init tooJonas Ådahl2021-06-091-0/+7
* wayland: Make implicit grabs during popups be owner_events=TRUECarlos Garnacho2021-06-091-4/+1
* renderer-native: Don't attempt to queue mode sets on non-onscreen viewsJonas Ådahl2021-06-091-2/+14
* screen-cast: Clean up sessions on 'prepare-shutdown'Jonas Ådahl2021-06-093-3/+24
* main: Avoid calling meta_wayland_compositor_get_default() on X11Daniel van Vugt2021-06-021-1/+4
* mutter-all.test: Run tests in a environment with display and bus setMarco Trevisan (Treviño)2021-05-261-1/+2
* test-runner: Disconnect display-opened signal on destructionJonas Ådahl2021-05-261-8/+10
* wayland: Close pipe file descriptors after useCarlos Garnacho2021-05-251-0/+2
* wayland: Make init and shutdown symmetricJonas Ådahl2021-05-183-7/+21
* xwayland: Pass MetaWaylandCompositor pointer when initializingJonas Ådahl2021-05-183-6/+10
* wayland/output: Use the passed compositor pointerJonas Ådahl2021-05-181-3/+1
* xwayland: Don't fetch global when shutting down DNDJonas Ådahl2021-05-183-8/+9
* clutter: Remove Wayland server helperJonas Ådahl2021-05-181-1/+0
* wayland: Bind Wayland EGL display ourselvesJonas Ådahl2021-05-181-3/+32
* egl: Add helper for eglBindWaylandDisplayWLJonas Ådahl2021-05-182-0/+25
* egl: Fly-by indentation fixJonas Ådahl2021-05-181-1/+1
* idle-monitor: Use G_DECLARE_FINAL_TYPE()Jonas Ådahl2021-05-181-11/+4
* backends: Introduce MetaIdleManagerJonas Ådahl2021-05-1814-199/+273
* backend/x11-cm: Add missing chain-up to finalize()Jonas Ådahl2021-05-171-0/+2
* main: Move grab op macro to relevant fileJonas Ådahl2021-05-172-2/+2
* main: Move rect related macro to util-private.hJonas Ådahl2021-05-176-10/+6
* x11/session: Remove #if 0:ed out declarationJonas Ådahl2021-05-171-4/+0
* stage/x11: Fix clutter backend variable namingJonas Ådahl2021-05-171-4/+6
* tests/clutter: Don't have tests take argumentsJonas Ådahl2021-05-175-125/+30
* prefs: Make init function privateJonas Ådahl2021-05-175-4/+29
* display: Don't have the display meta_quit() when closingJonas Ådahl2021-05-172-2/+2
* main: Let the X11 CM backend deal with selecting the displayJonas Ådahl2021-05-172-27/+85
* display: Make meta_display_open() report errorsJonas Ådahl2021-05-173-10/+17
* main: Initialize Wayland just before MetaDisplayJonas Ådahl2021-05-173-8/+5
* tests/runner: Check compositor type instead of X11 policyJonas Ådahl2021-05-171-1/+1
* Rename MetaDisplayPolicy to MetaX11DisplayPolicyJonas Ådahl2021-05-177-27/+27
* display: Make the display handle its own prefs handlersJonas Ådahl2021-05-172-32/+9
* main: Move away debug flag management to util.cJonas Ådahl2021-05-173-48/+58
* main: Let session management code deal with DESKTOP_AUTOSTART_IDJonas Ådahl2021-05-172-16/+11
* screencast: Fix transform_position(), when using fractional scalingPascal Nowack2021-05-171-2/+8
* remote-desktop: Close sessions on prepare-shutdownJonas Ådahl2021-05-111-4/+22
* xwayland: Check the condition on displayfd readyOlivier Fourdan2021-05-111-1/+1
* xprops: Validate text properties that claim to be UTF8Sebastian Keller2021-05-111-5/+23
* clutter: Make stage capture support fractional scalingkirbykevinson2021-05-081-1/+8
* remote-desktop-session: Don't recreate virtual device over and overJonas Ådahl2021-05-071-6/+11
* xwayland: Handle shutting down without having startedJonas Ådahl2021-05-062-4/+9
* wayland: Tear down seat too when shutting downJonas Ådahl2021-05-052-0/+6
* wayland/seat: Unset resource user data when disablingJonas Ådahl2021-05-051-1/+13
* wayland/keyboard: Don't free NULL anonymous fileJonas Ådahl2021-05-051-1/+1
* wayland: Terminate Xwayland when shutting downJonas Ådahl2021-05-051-3/+12
* main: Tear down Wayland support before MetaDisplayJonas Ådahl2021-05-052-4/+6
* xwayland: Set libX11 error handlers to no-ops before terminatingJonas Ådahl2021-05-051-0/+21
* backend: Cleanup renderer on shutdownJonas Ådahl2021-05-051-0/+1