summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Include the correct file when using Colord-1.0.girRichard Hughes2017-08-131-0/+3
* trivial: Enable Vala in CI and the Fedora packageRichard Hughes2017-08-131-1/+1
* Use appropriate feature macro for realpath()Emmanuele Bassi2017-08-131-0/+4
* Define PATH_MAX if not availableEmmanuele Bassi2017-08-131-1/+4
* colord: pass --pkg gio-2.0 when generating VAPIErnestas Kulik2017-08-131-0/+1
* colord: Include all the files in the GIR targetRichard Hughes2017-08-121-0/+4
* trivial: Fix a compile warning on ArchRichard Hughes2017-08-122-0/+2
* Replace the correct symbols in ch-version.hEmmanuele Bassi2017-08-081-1/+6
* Fix the version numbers in cd-version.h to reflect realityBen Iofel2017-08-012-4/+9
* trivial: Use g_autoptr() in more placesRichard Hughes2017-07-311-49/+26
* Port to the Meson build systemRichard Hughes2017-07-3115-466/+464
* Don't allow HAVE_LIBSYSTEMD_LOGIN with no systemd supportRichard Hughes2017-07-241-2/+2
* Make gusb a hard requirementRichard Hughes2017-07-241-2/+0
* trivial: Build the private sensor code into the .so itselfRichard Hughes2017-07-2427-4445/+1
* trivial: Move the sensor docs to the per-device sensor locationRichard Hughes2017-07-242-9692/+0
* Make udev a hard requirementRichard Hughes2017-07-241-39/+1
* trivial: Use the correct per-project conditional prefixRichard Hughes2017-07-228-8/+8
* colorhug: Add the test DFU devicesRichard Hughes2017-07-211-0/+2
* trivial: Fix a -Wswitch-default warningRichard Hughes2017-07-201-0/+2
* trivial: Remove useless private gtk-doc headersRichard Hughes2017-07-1926-548/+0
* Add cd_color_get_blackbody_rgb_full()Richard Hughes2017-02-093-11/+175
* libcolord: Add cd_spectrum_multiply_scalar()Richard Hughes2017-01-032-0/+22
* trivial: Don't check for the vendor name as some distros use the old dataRichard Hughes2016-11-211-1/+1
* trivial: Allow manually setting the thread count to 'automaticRichard Hughes2016-11-211-1/+0
* Fix a possible NULL dereference when talking to Spark devicesRichard Hughes2016-11-091-1/+4
* Fix possible division by zero if parsing /proc/cpuinfo failsRichard Hughes2016-11-091-0/+2
* ospark: Fix a few trivial compile warnings on ARMRichard Hughes2016-11-081-3/+5
* colorhug: Fix loading and saving spectraRichard Hughes2016-10-161-14/+19
* colorhug: Add commands for getting and setting each device calibration spectrumRichard Hughes2016-10-103-14/+134
* colorhug: Add v2 commands for reading and writing the SRAMRichard Hughes2016-10-062-0/+153
* colorhug: Add support for loading and saving the SRAMRichard Hughes2016-10-064-0/+188
* colord: Add cd_spectrum_resample_to_size()Richard Hughes2016-10-053-0/+65
* trivial: Fix the CCD spectral resolution valueRichard Hughes2016-10-031-1/+1
* colorhug: Re-number a commandRichard Hughes2016-10-022-3/+2
* colorhug: Add ch_device_get_adc_calibration_pos()Richard Hughes2016-10-022-0/+130
* colorhug: Increase the size of the EP0 transferRichard Hughes2016-10-022-4/+5
* Add cd_color_rgb_from_wavelength()Richard Hughes2016-10-022-0/+73
* trivial: Use the latest CH+ element data sizeRichard Hughes2016-09-301-4/+4
* trivial: Don't apply the CCD cal when getting the spectrumRichard Hughes2016-09-301-12/+0
* colorhug: Support enabling the illuminants on the ColorHug+Richard Hughes2016-09-184-0/+165
* Fix compile with -Wformat-signednessRichard Hughes2016-07-2719-75/+91
* libcolord: Fix an assert failure when connecting to sensorsRichard Hughes2016-04-183-30/+3
* libcolord: Fix a hard-to-reproduce bug when cancelling async operationsRichard Hughes2016-03-164-32/+32
* trivial: Fix FALSE/NULL confusion spotted with GCC6Richard Hughes2016-03-038-41/+41
* libcolorhug: Add initial support for the v2 protocol used by ColorHug+Richard Hughes2016-02-174-18/+1489
* trivial: Fix trivial whitespace issueRichard Hughes2016-01-061-14/+14
* trivial: Fix tiny gtk-doc issueRichard Hughes2016-01-061-1/+1
* libcolorhug: Fix a crash when submitting lots of commands at the same timeRichard Hughes2016-01-041-0/+5
* trivial: Remove an assert that triggers a valgrind warningRichard Hughes2016-01-041-1/+0
* ospark: Do a 10us dark reading before the main readingRichard Hughes2015-10-291-54/+87