summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* constraints: Remove unnecessary if-checkJonas Dreßler2023-03-011-7/+6
* window-wayland: Remove unused APIJonas Dreßler2023-03-012-24/+0
* window: Allow can-maximize when size hints are exactly screen sizedJonas Dreßler2023-03-011-2/+2
* frames: Fix code typoCarlos Garnacho2023-02-281-1/+1
* surface-actor/wayland: Ensure screen-casted surfaces have a primary viewRobert Mader2023-02-281-15/+35
* wayland/actor-surface: Always schedule stage updates on frame callbacksRobert Mader2023-02-281-11/+6
* screen-cast/window: Add API to check if stream-cast is activeRobert Mader2023-02-285-0/+66
* backend: Always include D-Bus session watcher headerJonas Ådahl2023-02-281-1/+1
* compositor: Fix handling of keyboard-driven window resizeCarlos Garnacho2023-02-272-5/+17
* frames: Handle WM_NAMECarlos Garnacho2023-02-271-0/+64
* frames: Handle _NET_WM_VISIBLE_NAMECarlos Garnacho2023-02-271-6/+53
* frames: Minor refactorCarlos Garnacho2023-02-271-8/+21
* frames: Rename functionCarlos Garnacho2023-02-271-4/+4
* frames: Intern some Atoms in the MetaFrame structCarlos Garnacho2023-02-271-17/+32
* wayland/pointer: Check for surface resourceRobert Mader2023-02-251-1/+1
* tests: Add tests for monitor_calculate_mode_scaleAdrian Vovk2023-02-244-36/+218
* monitor-manager: Rework default scale factor selectionAdrian Vovk2023-02-241-46/+69
* x11: Prevent use-after-free if a filter is removed during handlingCarlos Garnacho2023-02-241-2/+5
* window: Add missing newlineJonas Ådahl2023-02-231-1/+2
* window: Add raise_and_make_recent() methodFlorian Müllner2023-02-232-16/+32
* window: Fix compiler warningFlorian Müllner2023-02-231-1/+1
* dbus-session: Make some properties part of the interfaceJonas Ådahl2023-02-235-99/+111
* Port screen cast and remote desktop to MetaDbusSessionManagerJonas Ådahl2023-02-2313-593/+501
* backends: Add generic D-Bus session manager helper classJonas Ådahl2023-02-236-3/+584
* dbus-session: Add get_id() vfuncJonas Ådahl2023-02-232-0/+9
* dbus-session: Rename client_vanished() to close()Jonas Ådahl2023-02-238-46/+34
* backends/native: Handle gamma sizes independent of the KMS LUTSebastian Wick2023-02-234-15/+63
* backends/native: Read CRTC Gamma state from legacy and property APIsSebastian Wick2023-02-234-5/+104
* backends/native: Replace MetaKmsCrtcGamma with MetaGammaLutSebastian Wick2023-02-2315-163/+124
* backends/native: Use MetaKmsCrtcGamma for the KMS gamma color updateSebastian Wick2023-02-235-90/+99
* backends/native: Introduce MetaKmsCrtcColorUpdateSebastian Wick2023-02-237-64/+113
* backends/native: Rename crtc_gamma to crtc_color_updatesSebastian Wick2023-02-236-25/+25
* backends/native: Remove unused meta_kms_crtc_has_gammaSebastian Wick2023-02-232-9/+0
* backends/native: Store supported variants for KMS enum/bitmasksSebastian Wick2023-02-232-6/+19
* backends/native: Store min/max value for KMS signed range propertiesSebastian Wick2023-02-232-0/+17
* x11: Make some unnecessarily public API private againCarlos Garnacho2023-02-232-16/+11
* x11: Drop unused methodsCarlos Garnacho2023-02-232-32/+0
* x11: Add public API to handle X11 eventsCarlos Garnacho2023-02-234-0/+103
* renderer/native: Detach old onscreens when rebuilding viewsJonas Ådahl2023-02-223-16/+43
* renderer/native: Don't leak onscreen in error pathJonas Ådahl2023-02-221-2/+3
* cogl: Remove legacy OpenGL driver supportJonas Ådahl2023-02-215-14/+5
* tests/kvm: Properly capture the test status codeSebastian Wick2023-02-211-2/+3
* backends/native/seat-impl: Translate touch coords before storingJonas Dreßler2023-02-201-4/+8
* window-drag: Check whether window is set when hiding tile previewJonas Dreßler2023-02-201-1/+2
* window/xwayland: Relayout when fullscreen client update emulated RandR modemsizanoen12023-02-201-0/+15
* window/x11: Make process_property_notify a virtual methodmsizanoen12023-02-202-10/+17
* window/xwayland: Handle _NET_WM_FULLSCREEN_MONITORS for XRandR emulationmsizanoen12023-02-201-0/+5
* stage-impl: Transform damage region before queuingRobert Mader2023-02-201-2/+12
* screen-cast/src: Do not close streams on errorRobert Mader2023-02-201-2/+2
* kms: Prepare shutdown on 'prepare-shutdown' signalJonas Ådahl2023-02-183-21/+27