summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* drm-buffer-gbm: Bail out early if FBO allocation failsRobert Mader2023-05-171-0/+3
* backends/x11: Use backend-side error traps for input configurationCarlos Garnacho2023-05-161-35/+8
* x11: Do not unminimize windows with initial IconicStateCarlos Garnacho2023-05-161-22/+12
* display: Drop the indirection when initializating XwaylandBilal Elmoussaoui2023-05-153-15/+3
* compositor/x11: Drop duplicated methods callsBilal Elmoussaoui2023-05-151-2/+0
* wayland: Move surface check to MetaWaylandSurfaceBilal Elmoussaoui2023-05-157-25/+21
* wayland: Guard XWayland typesBilal Elmoussaoui2023-05-156-2/+19
* core/events: Guard X11 typesBilal Elmoussaoui2023-05-151-4/+12
* compositor/dnd: Guard X11 typesBilal Elmoussaoui2023-05-153-1/+12
* core/display: Guard X11 typesBilal Elmoussaoui2023-05-153-22/+63
* compositor: Guard X11 typesBilal Elmoussaoui2023-05-156-79/+90
* x11/x11-display: Fix some wrong code style to please CI checkerMarco Trevisan (Treviño)2023-05-151-3/+8
* tests/test-client: Use proper style for main argumentsMarco Trevisan (Treviño)2023-05-151-1/+2
* x11/x11-display: Always set the compositor manager selection on initMarco Trevisan (Treviño)2023-05-153-34/+13
* tests/test-client: Ensure that screen has always a compositorMarco Trevisan (Treviño)2023-05-151-0/+2
* tests: Add check for compositor state on XWayland startupMarco Trevisan (Treviño)2023-05-153-1/+129
* tests/meson: Make tests depending on test-client to actually depend on itMarco Trevisan (Treviño)2023-05-151-0/+7
* x11/x11-display: Set compositor selection earlier on XWaylandMarco Trevisan (Treviño)2023-05-154-6/+28
* tests: Make wayland-x11-interop depends on xwayland featureBilal Elmoussaoui2023-05-151-11/+11
* build: Set built headers as libmutter_dep sourcesJonas Ådahl2023-05-151-0/+8
* backends/x11: Fix type confusion about object dataBarnabás Pőcze2023-05-141-8/+6
* wayland/surface: NULL check surface resource in handle_output_bound()Jonas Ådahl2023-05-091-0/+3
* compositor-view: Chain up finalize()Jonas Ådahl2023-05-091-0/+2
* shaped-texture: Move variable declaration to the topRobert Mader2023-05-071-1/+1
* egl: Set EGL_IMAGE_PRESERVED_KHR on DMABUF importRobert Mader2023-05-071-1/+3
* screen-cast/src: Never dequeue pw_buffer's we refuse to record toJonas Ådahl2023-05-043-18/+32
* build: Use / operator instead of format for Wayland protocol pathsJonas Ådahl2023-05-041-9/+3
* build: Use / operator instead of join_paths everywhereJonas Ådahl2023-05-045-27/+22
* tests: Set a dummy XDG_CONFIG_HOME variableJonas Ådahl2023-05-041-0/+1
* docs: Add missing flag documentationAndy Holmes2023-05-041-0/+1
* surface-actor: Queue rectangles of update region separatelymsizanoen12023-05-031-3/+10
* edid: Integrate libdisplay-info for edid parsingadarshgm2023-05-025-20/+230
* frames: Disable XDND support on the frame windowSebastian Keller2023-04-281-0/+8
* core: Fix map transitions for X11 windows on WaylandCarlos Garnacho2023-04-251-2/+2
* tests: Avoid CSD window in testCarlos Garnacho2023-04-251-1/+1
* frames: Use cairo renderer on GTK framesCarlos Garnacho2023-04-241-0/+2
* output: Check the EDID for the supported sink ColorimetrySebastian Wick2023-04-213-10/+45
* wayland/dma-buf: Enable modifiers by default on non-native backendRobert Mader2023-04-201-1/+14
* core: Remove meta_frame_get_flags()Sebastian Keller2023-04-202-66/+0
* xdg-shell: Always handle frame callbacks in popup_apply_state()Robert Mader2023-04-201-1/+4
* backends/x11: Trap errors from XIChangePropertyDaniel van Vugt2023-04-181-0/+12
* Replace using sscanf() to parse mode strings with new helperJonas Ådahl2023-04-182-10/+5
* monitor: Add helper to parse simple mode stringsJonas Ådahl2023-04-183-0/+135
* monitor: Don't use locale dependent mode ID stringJonas Ådahl2023-04-181-2/+5
* wayland/xdg-shell: Bail from popup_configure if resource was destroyedMichel Dänzer2023-04-181-0/+3
* wayland/cursor-surface: Update cursor on disposeJonas Ådahl2023-04-1710-0/+546
* cursor-tracker: Don't leak window cursor on exitJonas Ådahl2023-04-171-0/+1
* wayland: Emit frame events in GSource after "empty" updatesRobert Mader2023-04-171-38/+208
* frame/native: Remember whether the frame carried a kms updateRobert Mader2023-04-172-0/+12
* x11: Always initialize all fields of XEvents sent via XSendEventSebastian Keller2023-04-174-5/+5