summaryrefslogtreecommitdiff
path: root/src/tests/headless-start-test.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Move monitor test utils into libmutter-test.soJonas Ådahl2022-02-091-2/+2
* context/test: Add flag to test runner helperJonas Ådahl2022-01-141-1/+2
* tests: Make common test code a shared libraryJonas Ådahl2021-07-151-1/+1
* context/test: Add 'no-x11' and 'test-client' constructor flagsJonas Ådahl2021-07-151-1/+2
* tests/headless-start: Port to MetaContextJonas Ådahl2021-07-151-40/+7
* tests/headless-start: Stop ignoring the missed frame warningsJonas Ådahl2021-07-151-20/+0
* main: Move MetaCompositorType to a new meta-enums.hJonas Ådahl2021-07-151-0/+1
* main: Make it possible to set properties when overriding configurationJonas Ådahl2021-03-121-1/+2
* Fix segfaults on 32-bit systems.Martin Whitaker2020-07-241-3/+3
* crtc-mode: Move away fields from public MetaCrtcMode structJonas Ådahl2020-06-101-5/+10
* crtc: Make implementations inherit MetaCrtcJonas Ådahl2020-06-101-1/+1
* output: Make implementations inherit MetaOutputJonas Ådahl2020-06-101-1/+1
* crtc: Move all_transforms field into instance privateJonas Ådahl2020-06-101-2/+0
* output: Move output info to MetaOutputInfo structJonas Ådahl2020-06-101-10/+16
* output: Move winsys_id into instance private and rename to idJonas Ådahl2020-06-101-1/+1
* crtc: Move CRTC id field into instance privateJonas Ådahl2020-06-101-1/+1
* output: Move MetaGpu field to instance privateJonas Ådahl2020-06-101-1/+3
* crtc: Move MetaGpu field to instance-privateJonas Ådahl2020-06-101-1/+5
* tests/monitor-unit-tests: Set initial state during backend constructionJonas Ådahl2020-06-101-4/+1
* backend: Move GPU ownership from the monitor manager to the backendJonas Ådahl2019-06-201-1/+1
* headless-start-test: Ignore frame counter warningsMarco Trevisan (Treviño)2019-05-271-0/+19
* tests: Override Wayland display name in test_init()Jonas Ådahl2018-11-141-1/+0
* tests/headless-start-test: Use common test init functionJonas Ådahl2018-11-061-3/+1
* plugin: Rename the .so file from plugin.so to libplugin.soJonas Ådahl2018-11-061-1/+2
* Clean up include macros messJonas Ådahl2018-11-061-0/+1
* Move monitor management API to MetaDisplayArmin Krezović2018-07-061-4/+2
* backends: Split out CRTC/output management to MetaGpuJonas Ådahl2017-10-051-3/+9
* monitor-manager: Turn MetaCrtcMode into a GObjectJonas Ådahl2017-10-051-12/+10
* monitor-manager: Make MetaCrtc a GObjectJonas Ådahl2017-10-051-7/+7
* Make MetaOutput a GObjectJonas Ådahl2017-10-051-22/+17
* tests: Add headless start test caseJonas Ådahl2017-08-301-0/+203