summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* clutter/backend: Allow unsetting input methodJonas Ådahl2023-04-181-1/+7
* 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-1711-0/+547
* 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
* clutter/stage-view: Add destroy signalRobert Mader2023-04-171-0/+18
* frame/native: Remember whether the frame carried a kms updateRobert Mader2023-04-172-0/+12
* clutter/frame: Add API to query minimal render time of a frameRobert Mader2023-04-174-2/+28
* 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
* clutter/stage: Assign frames to paint contextGeorges Basile Stavracas Neto2023-04-071-2/+6
* clutter/paint-context: Allow assigning a ClutterFrameGeorges Basile Stavracas Neto2023-04-073-0/+37
* cursor-tracker: Enhance the documentation and increase annotation coverageCorentin Noël2023-04-072-10/+27
* 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
* x11: Pass Atom directlyCarlos Garnacho2023-04-043-7/+5
* frames/window-tracker: Select StructureNotifyMask X11 eventsMarco Trevisan (Treviño)2023-04-041-0/+1
* backend: Fix build with -Dremote_desktop=falseChris Mayo2023-04-031-6/+2