summaryrefslogtreecommitdiff
path: root/src/backends/meta-monitor-manager-dummy.c
Commit message (Expand)AuthorAgeFilesLines
* Make meta_* logging utilities not require line breakJonas Ådahl2020-10-081-1/+1
* Fix segfaults on 32-bit systems.Martin Whitaker2020-07-241-5/+5
* crtc-mode: Move away fields from public MetaCrtcMode structJonas Ådahl2020-06-101-10/+13
* crtc: Make implementations inherit MetaCrtcJonas Ådahl2020-06-101-3/+18
* output: Make implementations inherit MetaOutputJonas Ådahl2020-06-101-30/+24
* monitor-manager-dummy: Remove redundant suggested_x/y settingJonas Ådahl2020-06-101-2/+0
* crtc: Move all_transforms field into instance privateJonas Ådahl2020-06-101-4/+0
* output: Move output info to MetaOutputInfo structJonas Ådahl2020-06-101-52/+59
* monitor-manager: Rename *Info structs to *AssignmentJonas Ådahl2020-06-101-27/+30
* output: Move configureable state to instance privateJonas Ådahl2020-06-101-30/+12
* monitor-manager: Remove is_dirty from MetaCrtc and MetaOutputJonas Ådahl2020-06-101-16/+11
* output: Move winsys_id into instance private and rename to idJonas Ådahl2020-06-101-4/+4
* crtc: Move CRTC id field into instance privateJonas Ådahl2020-06-101-2/+2
* output: Move MetaGpu field to instance privateJonas Ådahl2020-06-101-4/+6
* crtc: Move MetaGpu field to instance-privateJonas Ådahl2020-06-101-3/+6
* monitor-manager: Remove 'mirror' capabilityJonas Ådahl2020-03-181-2/+0
* crtc: Move logical monitor pointer to MetaMonitorJonas Ådahl2020-02-251-2/+0
* crtc: Move configured state to separate structJonas Ådahl2020-02-251-31/+6
* monitor-manager/dummy: Fix name of mode debug env varJonas Ådahl2019-06-241-4/+5
* monitor-manager/dummy: Make modes env var override the defaultsJonas Ådahl2019-06-241-8/+10
* backend: Move GPU ownership from the monitor manager to the backendJonas Ådahl2019-06-201-26/+36
* monitor: Fix indentation style on calculate_supported_scales and friendsMarco Trevisan (Treviño)2019-03-121-5/+5
* monitor-manager-dummy: Allow to pass extra monitor specs via envMarco Trevisan (Treviño)2018-12-051-7/+66
* Clean up include macros messJonas Ådahl2018-11-061-2/+2
* backends: Move MetaOutput::crtc field into private structJonas Ådahl2018-06-281-2/+2
* backends: Split out CRTC/output management to MetaGpuJonas Ådahl2017-10-051-12/+57
* backends/crtc: Keep a pointer to the monitor managerJonas Ådahl2017-10-051-0/+1
* backends/output: Keep a pointer to the monitor managerJonas Ådahl2017-10-051-10/+15
* monitor-manager: Turn MetaCrtcMode into a GObjectJonas Ådahl2017-10-051-32/+74
* monitor-manager: Make MetaCrtc a GObjectJonas Ådahl2017-10-051-26/+30
* monitor-manager/dummy: Define tile count instead of using array lengthJonas Ådahl2017-10-051-16/+15
* Make MetaOutput a GObjectJonas Ådahl2017-10-051-82/+90
* monitor-manager: Pass config to derive from when updating stateJonas Ådahl2017-09-201-6/+1
* monitor-manager: Fall back to minimum screen size of 640 x 480Jonas Ådahl2017-08-301-2/+3
* Remove old monitor configuration systemJonas Ådahl2017-08-211-40/+2
* DisplayConfig: Make supported scales per modeJonas Ådahl2017-07-141-27/+18
* Add support for rudimentary fractional scalingJonas Ådahl2017-07-141-21/+25
* logical-monitor: Make scale a floatJonas Ådahl2017-07-141-9/+23
* monitor-manager/xrandr: Allow configuring scales on X11 tooJonas Ådahl2017-05-261-3/+13
* backend: Move settings into a new MetaSettings objectJonas Ådahl2017-05-261-4/+7
* monitor-manager: Make the config manager an 'experimental feature'Jonas Ådahl2017-04-071-1/+1
* Add support for scaled logical monitor framebuffersJonas Ådahl2017-04-071-1/+34
* monitor-manager: Make max screen size optionalJonas Ådahl2017-04-071-3/+16
* DisplayConfig: Add new API for configuring monitorsJonas Ådahl2017-04-071-3/+11
* monitor-manager: Add per backend capabilitiesJonas Ådahl2017-04-071-0/+7
* monitor-manager: Add API to get scales supported by the backendJonas Ådahl2017-04-071-0/+15
* monitor-manager: Let the backends handle no configurationJonas Ådahl2017-04-071-0/+8
* monitor-manager: Remove 'scale' from MetaOutputJonas Ådahl2017-04-071-2/+47
* backend/x11/nested: Enable emulating offscreen transform framebufferJonas Ådahl2017-03-091-1/+13
* monitor-manager: Expose whether the backend handles a transformJonas Ådahl2017-03-091-0/+9