summaryrefslogtreecommitdiff
path: root/src/backends/x11/meta-monitor-manager-xrandr.c
Commit message (Expand)AuthorAgeFilesLines
* mutter: Cleanup gi-docgen annotationsbilelmoussaoui/mutter-docsBilal Elmoussaoui2023-05-171-3/+3
* monitor-manager: Move gamma LUT manipulation API to MetaCrtcJonas Ådahl2022-09-011-50/+0
* monitor-manager-xrandr: Changing "max bpc" changes output assignmentDaniel van Vugt2022-08-191-0/+12
* monitor-manager: Add NightLightSupported property to DisplayConfigJonas Ådahl2022-05-171-3/+6
* monitor-manager-xrandr: Use monitor to calculate scalingMarco Trevisan (Treviño)2021-07-221-96/+8
* monitor-manager: Pass the Logical mode when computing the monitor scaleMarco Trevisan (Treviño)2021-07-221-4/+8
* monitor-manager-xrandr: Change g_memdup() to g_memdup2()Robert Mader2021-02-221-2/+2
* Change all g_memdup() to g_memdup2()Jonas Ådahl2021-02-041-3/+3
* monitor-manager: Clean up hot-plug paths slightlyJonas Ådahl2021-01-281-1/+1
* x11: Support the CTM (color transform matrix) RandR propertyAaron Plattner2021-01-111-0/+9
* monitor-manager-xrandr: Disable CRTCs if there is no monitorKai-Heng Feng2020-12-221-0/+7
* Make meta_* logging utilities not require line breakJonas Ådahl2020-10-081-1/+1
* crtc-mode: Move away fields from public MetaCrtcMode structJonas Ådahl2020-06-101-6/+12
* crtc: Make implementations inherit MetaCrtcJonas Ådahl2020-06-101-3/+5
* output: Make implementations inherit MetaOutputJonas Ådahl2020-06-101-2/+2
* crtc: Move MetaCrtcConfig field to instance privateJonas Ådahl2020-06-101-3/+3
* crtc: Move all_transforms field into instance privateJonas Ådahl2020-06-101-1/+2
* monitor-manager: Rename *Info structs to *AssignmentJonas Ådahl2020-06-101-84/+92
* output: Move configureable state to instance privateJonas Ådahl2020-06-101-16/+12
* monitor-manager: Remove is_dirty from MetaCrtc and MetaOutputJonas Ådahl2020-06-101-17/+11
* output: Move winsys_id into instance private and rename to idJonas Ådahl2020-06-101-2/+2
* crtc: Move CRTC id field into instance privateJonas Ådahl2020-06-101-6/+10
* monitor-manager: Remove 'mirror' capabilityJonas Ådahl2020-03-181-2/+1
* monitor-manager-xrandr: Don't try to disable disabled CRTCJonas Ådahl2020-02-261-1/+5
* crtc: Move configured state to separate structJonas Ådahl2020-02-251-68/+27
* backend: Move GPU ownership from the monitor manager to the backendJonas Ådahl2019-06-201-20/+22
* monitor-manager: Clean up DPMS state trackingJonas Ådahl2019-04-021-0/+45
* monitor: Fix indentation style on calculate_supported_scales and friendsMarco Trevisan (Treviño)2019-03-121-5/+5
* Fix builds with G_DISABLE_ASSERTFlorian Müllner2019-01-251-0/+1
* Add some gtk-doc comments.Niels De Graef2019-01-061-0/+12
* x11: Require xrandr 1.5 at build timeJonas Ådahl2018-11-061-10/+0
* Clean up include macros messJonas Ådahl2018-11-061-10/+9
* Rename errors.[ch] to meta-x11-errors.[ch]Armin Krezović2018-07-061-1/+1
* backends: Move MetaOutput::crtc field into private structJonas Ådahl2018-06-281-5/+10
* backends/x11: Plug a leakCarlos Garnacho2018-02-271-0/+1
* monitor-manager/xrandr: Use a single supported scales list for allJonas Ådahl2017-10-171-9/+95
* monitor-manager/xrandr: Chain up constructed vfuncJonas Ådahl2017-10-161-0/+2
* backends: Split out CRTC/output management to MetaGpuJonas Ådahl2017-10-051-199/+26
* monitor-manager: Keep pointer to backendJonas Ådahl2017-10-051-2/+12
* backends/x11: Move CRTC code to its own fileJonas Ådahl2017-10-051-129/+25
* backends/x11: Move output code to its own fileJonas Ådahl2017-10-051-712/+26
* 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-0/+1
* monitor-manager: Turn MetaCrtcMode into a GObjectJonas Ådahl2017-10-051-8/+13
* monitor-manager: Make MetaCrtc a GObjectJonas Ådahl2017-10-051-15/+21
* monitor-manager/xrandr: Fix crtc variable namingJonas Ådahl2017-10-051-15/+18
* Make MetaOutput a GObjectJonas Ådahl2017-10-051-22/+22
* monitor-manager: Pass config to derive from when updating stateJonas Ådahl2017-09-201-16/+19
* monitor-manager/x11: Don't complain about 'normal' transformJonas Ådahl2017-08-211-1/+1
* Remove old monitor configuration systemJonas Ådahl2017-08-211-17/+2