summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* trivial: Fix two missing break statementsRichard Hughes2016-11-091-0/+2
* Fix compile with -Wformat-signednessRichard Hughes2016-07-2711-34/+34
* Check polkit version before defining g_autoptr macrosEmmanuele Bassi2016-07-061-3/+1
* Increase timeout to 60s for argyll spotread samplingKjell Irgens2016-07-051-1/+1
* Use the USB path to match the ArgyllCMS portRichard Hughes2016-04-183-10/+32
* trivial: Fix FALSE/NULL confusion spotted with GCC6Richard Hughes2016-03-038-11/+11
* trivial: Fix compile with --disable-polkitRichard Hughes2016-02-171-0/+2
* ospark: Do a 10us dark reading before the main readingRichard Hughes2015-10-291-31/+43
* trivial: Fix a crash when we read from a ColorHug with no calibrationRichard Hughes2015-10-271-1/+1
* libcolord: Add two new sensor capability enum values for calibrationRichard Hughes2015-10-272-10/+7
* libospark: Support irradiance calibration on the Spark deviceRichard Hughes2015-10-261-19/+173
* libcolord: Modify cd_spectrum_subtract() to include a resolution valueRichard Hughes2015-10-261-1/+1
* Add cd_spectrum_resample()Richard Hughes2015-10-161-1/+15
* libcolord: Do not limit values when subtracting spectraRichard Hughes2015-10-161-0/+3
* Allow returning spectral readings from the Spark sensorRichard Hughes2015-10-161-62/+228
* Add the GetSpectrum() sensor D-Bus methodRichard Hughes2015-10-153-4/+192
* libcolord: Add a spectral sensor capabilityRichard Hughes2015-10-151-0/+1
* Save the Spark dark calibration to a fileRichard Hughes2015-10-141-9/+42
* trivial: Fill the screen when doing the spark sensor debugRichard Hughes2015-10-141-1/+2
* Port all the sensor plugins to GTaskRichard Hughes2015-10-148-1282/+634
* Use a D65 illuminant for the spark XYZ conversionRichard Hughes2015-10-141-9/+24
* Reset the sensor back to idle after each actionRichard Hughes2015-10-141-9/+21
* Add cd_sensor_set_state_in_idle() which is threadsafeRichard Hughes2015-10-142-0/+56
* trivial: Use g_autoptr() in more placesRichard Hughes2015-10-141-12/+6
* trivial: Remove the *unused* sensor headersRichard Hughes2015-10-136-293/+4
* Use g_autoptr() in more placesRichard Hughes2015-10-139-44/+22
* Add g_autoptr() defines for cd_color*Richard Hughes2015-10-131-13/+4
* Use G_DECLARE_DERIVABLE_TYPE in libcolordRichard Hughes2015-10-1332-665/+603
* Port to g_autoptr()Richard Hughes2015-10-1319-155/+155
* Add the start of a Spark sensor driverRichard Hughes2015-10-132-0/+421
* Allow creating devices with the same device ID from different usersRichard Hughes2015-07-204-13/+31
* Only return devices created by root and the calling user when doing GetDevicesRichard Hughes2015-06-031-3/+13
* Add defines and artwork for the Spyder5 deviceRichard Hughes2015-05-011-0/+2
* Fix reporting of logind errors.Christopher James Halse Rogers2015-02-191-2/+2
* trivial: Do not use the deprecated GUsbDeviceListRichard Hughes2015-01-141-5/+2
* Do not use the helper version of the sender when using g_dbus_watch_name()Richard Hughes2014-12-191-1/+1
* Fix compile using mingw64Richard Hughes2014-11-192-4/+30
* trivial: Fix compile with --disable-gudev --enable-gusbRichard Hughes2014-11-191-0/+5
* Don't assume getuid() is available on all platformsRichard Hughes2014-11-191-0/+2
* Make the ArgyllCMS sensor driver optionalRichard Hughes2014-11-191-0/+2
* Don't assume syslog.h is always availableRichard Hughes2014-11-197-37/+58
* Don't assume pwd.h is always availableRichard Hughes2014-11-192-0/+26
* trivial: Silence some invalid _cleanup_free_ warningsRichard Hughes2014-11-196-25/+25
* colorhug: Use the calibration capability to be able to do a unity measurementRichard Hughes2014-09-121-2/+5
* Actually parse the EDID for better duplicate detectionRichard Hughes2014-08-071-17/+44
* Use the ColorHug sensor driver for the ColorHug2 hardwareRichard Hughes2014-06-103-7/+23
* trivial: Fix up the ColorHug+ enum namesRichard Hughes2014-06-101-2/+2
* trivial: Use systemd-style cleanup functionsRichard Hughes2014-06-0418-169/+166
* Use __attribute__(cleanup) to simplify memory cleanupRichard Hughes2014-06-0320-1577/+826
* trivial: Fix three tiny memory leaks when emitting PropertiesChangedRichard Hughes2014-06-033-0/+6