summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* compositor: Guard X11 typesBilal Elmoussaoui2023-03-286-79/+90
* 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
* monitor-manager: Use guint for handle IDsJonas Ådahl2023-03-181-3/+2
* prefs: Add get_keybinding_label() methodFlorian Müllner2023-03-062-0/+19
* core: Avoid focusing windows on map during grabsCarlos Garnacho2023-03-051-0/+9
* x11: Ignore _NET_ACTIVE_WINDOW client messages while grabbedCarlos Garnacho2023-03-051-1/+2
* Revert "x11/events: Do not update focus XWindow during grabs"Carlos Garnacho2023-03-051-5/+1
* Revert "x11: Do not move X11 input focus during grabs"Carlos Garnacho2023-03-053-26/+0
* tests/wayland: Add missing dependenciesRobert Mader2023-03-052-0/+2
* frames: Select SubstructureNotifyMask tooJonas Ådahl2023-03-041-1/+2
* tests/wayland: Add test for fractional-scale protocolRobert Mader2023-03-048-2/+411
* tests/build: Order Wayland tests alphabeticallyRobert Mader2023-03-041-6/+13
* tests/wayland-client-utils: Use interface names instead of static stringsRobert Mader2023-03-041-6/+6
* wayland/surface: Export get_buffer_[width|height] to testsRobert Mader2023-03-042-44/+55
* wayland: Implement fractional_scale_v1 protocolRobert Mader2023-03-046-0/+243
* wayland/surface: Fix can_scanout_untransformed() for transform+viewportRobert Mader2023-03-041-7/+23
* tests/build: Move 'service-channel' test to a 'misc' sectionJonas Ådahl2023-03-041-8/+12
* constraints: Don't apply titlebar constraint on non-drag user-op moveJonas Ådahl2023-03-041-3/+3
* backends/native: Convert MetaOutputColorspace to DRM ColorspaceSebastian Wick2023-03-043-1/+18
* shaped-texture: Account for linear sampling when calculating actor damagemsizanoen12023-03-041-4/+15
* tests: Add tests for HDR Static Metadata encoding/decoding and equalitySebastian Wick2023-03-046-2/+147
* output: Check the EDID for HDR Static Metadata supportSebastian Wick2023-03-044-5/+38
* edid: Fix MetaEdidStaticMetadataType bitmaskSebastian Wick2023-03-041-1/+1
* backends/native: Wire up color space and HDR metadataSebastian Wick2023-03-042-0/+110
* backends/native: Process color space and HDR md updatesSebastian Wick2023-03-043-29/+181
* backends/native: Add color space and HDR metadata updatesSebastian Wick2023-03-043-0/+65
* backends/native: Let updates require ALLOW_MODESETSebastian Wick2023-03-043-1/+11
* backends/native: Read color space and HDR metadata connector stateSebastian Wick2023-03-042-2/+282
* backends/native: Add color space and HDR metadata KMS propertiesSebastian Wick2023-03-042-1/+105
* monitor-manager: Make color space and HDR metadata accessible from lgSebastian Wick2023-03-043-0/+157
* output: Add color space and HDR metadataSebastian Wick2023-03-042-0/+142
* backend/native: Make is-privacy-screen-enabled not CONSTRUCT_ONLYSebastian Wick2023-03-041-1/+0
* test: Add a test for "activate" hammeringOlivier Fourdan2023-03-041-0/+35
* tests: Update READMEOlivier Fourdan2023-03-041-2/+1
* startup-notification: Delay cursor feedback updatesOlivier Fourdan2023-03-041-3/+38