summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* backends: Use meta_gamma_lut_new_sized() in a few more placesJonas Ådahl2023-03-302-11/+2
* compositor: Drop anchor_window_pos field from MetaWindowDragCarlos Garnacho2023-03-291-19/+0
* compositor: Use relative anchor coordinates for window dragsCarlos Garnacho2023-03-291-6/+18
* compositor: Avoid use of variable during resizeCarlos Garnacho2023-03-291-2/+2
* onscreen/native: Avoid freezing the frame clock on failed cursor commitsDaniel van Vugt2023-03-291-0/+27
* window-actor-x11: Check array bounds before accessing arrayJonas Dreßler2023-03-261-1/+1
* tests: Use a more interoperable path to bashSimon McVittie2023-03-223-3/+3
* backend/nested: Ignore setting pointer constraintJonas Ådahl2023-03-221-0/+8
* Export meta_window_has_pointer ()Ivan Molodetskikh2023-03-202-2/+3
* compositor/window-drag: Fix keyboard resizeFlorian Müllner2023-03-201-2/+2
* backends: Fall back to the default and not the unknown color spaceSebastian Wick2023-03-202-3/+3
* kms/impl-device/simple: Avoid destroying a NULL hash tableDaniel van Vugt2023-03-201-1/+1
* wayland/buffer: Avoid spamming the log when a buffer is not scanoutableDaniel van Vugt2023-03-201-4/+3
* kms/device: Avoid leaking some fieldsJonas Ådahl2023-03-191-0/+3
* kms/impl-device: Fix result listener list leakSebastian Keller2023-03-191-1/+1
* Revert "core: Avoid setting up frames on fullscreen windows"Jonas Ådahl2023-03-183-17/+7
* backends/native: Report correct Gamma support on the KMS properties pathSebastian Wick2023-03-181-6/+7
* monitor-manager: Apply switch-config in idle callbackJonas Ådahl2023-03-183-12/+172
* core: Retrieve DESKTOP_AUTOSTART_ID early on startupCarlos Garnacho2023-03-182-10/+11
* monitor-manager: Restore old config in idle callback when unconfirmedJonas Ådahl2023-03-182-24/+19
* monitor-manager: Use g_clear_handle() to clean up D-Bus name owningJonas Ådahl2023-03-181-5/+1