summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* workspace: Mark a string as translatablebilelmoussaoui/make-canberra-a-pluginBilal Elmoussaoui2022-09-022-1/+2
* core: Make sound player feature optionalBilal Elmoussaoui2022-09-025-32/+74
* clutter/utils: Remove magic numbers from fixed point calculationsDaniel van Vugt2022-09-021-6/+9
* output-xrandr: Fix memory leakwip/mutkupavels/fix-memory-leak-in-output-xrandrAlberts Muktupāvels2022-09-021-0/+2
* barrier/x11: Let the seat bind the input events for usJonas Ådahl2022-09-022-8/+6
* backend: Remove unused barrier vfuncJonas Ådahl2022-09-022-14/+0
* color-store: Fix two small leaks in init_profile_directorySebastian Keller2022-09-011-2/+2
* color-store: Fix small file path leak in ensure_device_profileSebastian Keller2022-09-011-1/+1
* color-device: Don't wrongly use Unknown vendor in ICC profile from EDIDSebastian Keller2022-09-011-4/+7
* color-device: Pass calibration state separately when creating profileJonas Ådahl2022-09-016-169/+373
* color-device: Add API to set test efivar pathJonas Ådahl2022-09-012-3/+19
* renderer-view: Use common helper function to transform matricesRobert Mader2022-09-011-36/+2
* stage-impl: Use onscreen framebuffer for scanoutRobert Mader2022-09-011-1/+1
* compositor/native: Allow scanout for offscreen rotated viewsRobert Mader2022-09-011-1/+4
* clutter/stage-view: Add API to check if a shadowfb is usedRobert Mader2022-09-012-0/+12
* color-manager/x11: Set color transformation matrixJonas Ådahl2022-09-011-4/+94
* x11: Add X11 color manager subclassJonas Ådahl2022-09-016-1/+252
* tests/color: Add test for night lightJonas Ådahl2022-09-013-0/+638
* color: Emit signal when device is updatedJonas Ådahl2022-09-012-0/+36
* tests/color: Auto cleanup devices after testsJonas Ådahl2022-09-011-11/+76
* backend/test: Add support for gamma getting/settingJonas Ådahl2022-09-012-1/+89
* color-device: Maybe update brightness from profile when updatingJonas Ådahl2022-09-013-7/+23
* color-manager: Update gamma LUTs when neededJonas Ådahl2022-09-011-0/+70
* color-device: Add API to update gamma LUTsJonas Ådahl2022-09-012-0/+36
* color-profile: Add gamma LUT generatorsJonas Ådahl2022-09-012-0/+126
* color-store: Monitor for non-EDID color profilesJonas Ådahl2022-09-011-0/+352
* color-profile: Add API to get file pathJonas Ådahl2022-09-012-0/+8
* color-manager: Keep track of temperatureJonas Ådahl2022-09-011-0/+34
* color-manager: Add API to set brightnessJonas Ådahl2022-09-014-0/+74
* color-device: Add new 'changed' signal for when the device changesJonas Ådahl2022-09-011-0/+12
* color-profile: Add getter for brightness profileJonas Ådahl2022-09-012-0/+9
* crtc: Get/set gamma via helper structJonas Ådahl2022-09-0110-176/+171
* monitor-manager: Move gamma LUT manipulation API to MetaCrtcJonas Ådahl2022-09-0111-313/+315
* color: Create color profile for assigned profileJonas Ådahl2022-09-019-16/+547
* color-profile: Create colord profilesJonas Ådahl2022-09-013-2/+235
* tests/mock/colord: Add profile mock supportJonas Ådahl2022-09-012-2/+42
* color: Generate and store ICC profiles from EDID or EFIJonas Ådahl2022-09-0111-1/+1101
* monitor: Add API to check color transform supportJonas Ådahl2022-09-012-0/+11
* color-manager: Maintain a lcms contextJonas Ådahl2022-09-014-0/+20
* config: Add PACKAGE_NAME macroJonas Ådahl2022-09-012-0/+4
* tests: Add rudimentary color device testJonas Ådahl2022-09-018-0/+284
* color-manager: Add ready stateJonas Ådahl2022-09-012-0/+16
* color-device: Add getter for the associated monitorJonas Ådahl2022-09-012-0/+10
* color-manager: Add API to get the color device for a monitorJonas Ådahl2022-09-013-0/+18
* monitor: Add getter for EDID info structJonas Ådahl2022-09-012-0/+12
* output: Keep the EDID struct with the other output infoJonas Ådahl2022-09-012-24/+36
* color-manager: Set up a D-Bus proxy to org.gnome.SettingsDaemon.ColorJonas Ådahl2022-09-015-0/+87
* tests/kvm: Forward MUTTER_DEBUG to the virtual machineJonas Ådahl2022-09-011-0/+1
* color-manager: Take over color device management from gsd-colorJonas Ådahl2022-09-016-0/+583
* dbus-runner: Add colord mockingJonas Ådahl2022-09-014-5/+113