summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* workspace: Only consider windows that should be showing as focusableSebastian Keller2023-04-163-7/+17
* wayland: Set compositor when creating MetaWaylandDataSourceXWaylandSebastian Keller2023-04-152-9/+77
* wayland/data-device: Clear data source when cancelling drag with ESCmsizanoen12023-04-151-1/+3
* dnd: Clear Wayland drag source when cancelled from stage grab contextmsizanoen12023-04-151-0/+2
* frames: Forward _NET_WM_STATE during frame initializationCarlos Garnacho2023-04-141-5/+48
* x11: Fix remaining leaks from switch to XGetAtomName()Sebastian Keller2023-04-142-2/+5
* x11: Use Atoms when constructing a new MetaX11SelectionOutputStreamSebastian Keller2023-04-143-21/+24
* x11: Remove unused member variables from MetaX11SelectionInputStreamSebastian Keller2023-04-143-24/+5
* wayland: Don't leak XDnD mime type stringsSebastian Keller2023-04-141-2/+4
* xdg-shell: Early out of apply if dismissedJonas Ådahl2023-04-131-0/+3
* wayland/xdg-shell: Dismiss instead of destroy invalid popupJonas Ådahl2023-04-131-1/+1
* wayland/xdg-shell: Ignore reposition if popup was dismissedJonas Ådahl2023-04-131-0/+3
* core: Create passive button grab on topmost WindowCarlos Garnacho2023-04-121-1/+4
* core: Pass MetaWindow on passive button grab machineryCarlos Garnacho2023-04-124-22/+27
* core: Minor refactorCarlos Garnacho2023-04-121-6/+8
* screen-cast/monitor-src: Record frames with presentation timeGeorges Basile Stavracas Neto2023-04-071-4/+17
* screen-cast/monitor-src: Record DMA-BUF frames immediatelyGeorges Basile Stavracas Neto2023-04-071-4/+14
* screen-cast/src: Shuffle a variable aroundGeorges Basile Stavracas Neto2023-04-071-1/+2
* screen-cast/src: Clean up DMA-BUF only error pathsGeorges Basile Stavracas Neto2023-04-071-1/+5
* screen-cast/src: Add frame recording variant with timestampGeorges Basile Stavracas Neto2023-04-072-18/+48
* backends/stage: Pass ClutterFrame to MetaStageWatchFuncGeorges Basile Stavracas Neto2023-04-076-5/+15
* cursor-tracker: Enhance the documentation and increase annotation coverageCorentin Noël2023-04-071-10/+16
* screen-cast-stream-src: Export damaged video regionsSalman2023-04-066-17/+126
* screen-cast-stream-src: Minor adjustmentSalman2023-04-061-4/+5
* stage-impl: Do clipped redraws when drawing offscreenSalman2023-04-061-21/+51
* frames/content: Use gtk_widget_compute_point()Jonas Ådahl2023-04-051-7/+8
* output-xrandr: Don't treat 0 as invalid backlight valueFlorian Müllner2023-04-041-1/+1
* output-xrandr: Consistently return -1 on errorFlorian Müllner2023-04-041-1/+1
* x11: Wrap X call with error trapsCarlos Garnacho2023-04-041-0/+7