summaryrefslogtreecommitdiff
path: root/plugins/color
Commit message (Expand)AuthorAgeFilesLines
* color: Look for builtin profiles in UEFIAaron Plattner2020-01-081-5/+67
* plugins: Lower systemd stop timeoutBenjamin Berg2019-12-121-1/+1
* color: Do not require X11 GDK backendCarlos Garnacho2019-08-051-1/+0
* plugins: Add systemd user service files for all the pluginsBenjamin Berg2019-08-053-0/+30
* color: Switch to better black body color calculationBenjamin Berg2019-07-301-2/+2
* color: Always use old blackbody calculationBenjamin Berg2019-07-301-2/+4
* color: Remove compatibility ifdef's for old colord versionsBenjamin Berg2019-07-302-36/+0
* color: Add test for always on and shortened smearing timeBenjamin Berg2019-04-161-0/+55
* color: Allow night light to be always onBenjamin Berg2019-04-163-22/+42
* power,color: Use g_signal_connect_object for the session managerBenjamin Berg2019-04-151-2/+3
* color: Fix warning from cast in g_clear_pointer parameterBenjamin Berg2019-03-221-1/+1
* color: Use G_DECLARE_FINAL_TYPE for GsdColorStateBenjamin Berg2019-03-222-118/+84
* color: Use G_DECLARE_FINAL_TYPE for GsdColorProfilesBenjamin Berg2019-03-222-54/+30
* color: Use G_DECLARE_FINAL for GsdColorManagerBenjamin Berg2019-03-222-99/+61
* color: Use G_DECLARE_FINAL_TYPE for GsdColorCalibrateBenjamin Berg2019-03-222-35/+14
* color: Use G_DECLARE_FINAL_TYPE for GcmEdidBenjamin Berg2019-03-222-107/+80
* color: tests allow Goldstar and LG as vendor nameAndreas Henriksson2019-01-081-1/+13
* color: Add DBus API to preview night light mode for a few secondsBenjamin Berg2018-12-173-1/+118
* plugins: Add GDK_BACKEND #define for the GTK+ skeletonCarlos Garnacho2018-12-061-0/+1
* color: Correct temperature interpolation corner casesBenjamin Berg2018-11-091-2/+2
* plugins: Add desktop-entry hints to notificationsPhilip Withnall2018-11-061-0/+1
* color: Don't leak night light recheck GSourceBenjamin Berg2018-09-271-0/+1
* build: Define HAVE_TIMERFD if we have timerfd_createIain Lane2018-09-211-6/+6
* color: Update nightlight when the system time is changedBenjamin Berg2018-06-201-2/+2
* color: Add test for disabled until tomorrow sunrise logicBenjamin Berg2018-06-202-0/+30
* color: Define disabled until tomorrow as moving past sunriseBenjamin Berg2018-06-201-19/+42
* color: Add test to check that smooth transitions are cancelledBenjamin Berg2018-05-301-1/+38
* color: Cancel old smooth transition on color temperature changeBenjamin Berg2018-05-301-1/+4
* color: Correctly use gschemas from the build directory during testingBenjamin Berg2018-04-102-7/+2
* color: Remove GTK+ from the self testBenjamin Berg2018-04-101-2/+0
* build: Fix runtime linkage to libgsd and libcommonYanko Kaneti2018-02-091-0/+1
* build: Remove desktop generation duplicated commandsIñigo Martínez2018-02-051-10/+0
* build: Remove autotoolsIñigo Martínez2018-02-051-96/+0
* build: Port to meson build systemIñigo Martínez2018-02-051-0/+63
* color: initialize the manager's cancellableChristian Kellner2017-08-221-0/+1
* color: Honor location enabled settingRui Matos2017-07-241-14/+34
* color: Request location updates with a larger time granularityRui Matos2017-07-241-0/+2
* color: Fix smearing out of Night Light effectFlorian Müllner2017-07-061-1/+1
* color: Make the testcase able to run uninstalledIain Lane2017-05-192-1/+16
* color: Potentially fix sunrise calcs for fractional timezone offsetsPhilip Withnall2017-03-292-1/+23
* color: Fix typo in function nameBastien Nocera2017-02-161-4/+4
* color: Smooth the transition between different temperature valuesRichard Hughes2017-02-163-3/+89
* color: Enable Geoclue by defaultRichard Hughes2017-02-141-0/+1
* color: use Unicode in translatable stringsPiotr Drąg2017-02-111-2/+2
* color: Rename 'Natural Light Filter' to 'Night Light'Richard Hughes2017-02-108-263/+263
* color: Add a NaturalLightActive property to the D-Bus interfaceRichard Hughes2017-02-104-4/+70
* color: Valid latitude range is between -90 and +90Richard Hughes2017-02-092-3/+3
* Revert "color: Valid latitude range is between -90 and +90"Richard Hughes2017-02-092-4/+4
* color: Valid latitude range is between -90 and +90Richard Hughes2017-02-092-4/+4
* color: Add natural light functionalityRichard Hughes2017-02-095-7/+868