summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add cd_it8_get_xyz_for_rgb()Richard Hughes2014-11-233-0/+50
* libcolord: Add cd_it8_utils_calculate_gamma()Richard Hughes2014-11-233-0/+140
* Fix compile using mingw64Richard Hughes2014-11-192-3/+12
* libcolord: Fix using cd_it8_add_spectrum() where the spectra have no ID valuesRichard Hughes2014-11-191-3/+7
* libcolord: Return correct values when no LUMINANCE_XYZ_CDM2 is specifiedRichard Hughes2014-11-191-0/+2
* trivial: Silence some invalid _cleanup_free_ warningsRichard Hughes2014-11-194-11/+11
* libcolord: Never allow duplicate CCSS IDs for small wavelength rangesRichard Hughes2014-11-181-2/+10
* trivial: Fix memory leak introduced in 0f0b5c89258b3781c0f73b2729e3665c31cdbd56Richard Hughes2014-11-181-0/+2
* trivial: Tiny _cleanup_free() optimisationRichard Hughes2014-11-181-2/+1
* libcolord: Add cd_spectrum_set_value()Richard Hughes2014-11-173-0/+25
* libcolord: Deep copy the spectral data when using cd_spectrum_dup()Richard Hughes2014-11-171-1/+8
* libcolord: Always replace CCSS spectral data of the same IDRichard Hughes2014-11-171-2/+2
* libcolord: Use double precision for SPECTRAL_START_NM and SPECTRAL_END_NMRichard Hughes2014-11-171-8/+8
* libcolord: Only set SPECTRAL_NORM when the normalisation is enabledRichard Hughes2014-11-171-5/+16
* libcolord: Allow a SPECTRAL_START_NM value of zeroRichard Hughes2014-11-171-2/+4
* libcolord: When using cd_it8_add_spectrum() replace any with the same IDRichard Hughes2014-11-171-0/+9
* libcolord: Add cd_spectrum_get_resolution()Richard Hughes2014-11-173-0/+22
* libcolord: Add cd_spectrum_normalize_max()Richard Hughes2014-11-173-1/+35
* libcolord: Add cd_spectrum_get_value_raw()Richard Hughes2014-11-173-0/+27
* trivial: Fix up the ColorHug gtk-doc to reflect realityRichard Hughes2014-10-271-2/+3
* trivial: Make the ColorHug insanity check a little more crazyRichard Hughes2014-10-211-2/+2
* libcolord: Build with PIE enabledRichard Hughes2014-10-091-0/+4
* colorhug: Retry the command submission if the hardware response is incompleteRichard Hughes2014-10-091-1/+31
* libcolord: Add cd_mat33_init() helper functionRichard Hughes2014-10-082-0/+44
* trivial: Fix gtk-doc markup comment spellingRichard Hughes2014-10-081-1/+1
* colorhug: Add ch_device_check_firmware()Richard Hughes2014-09-122-0/+73
* colorhug: Add ch_device_mode_from_firmware()Richard Hughes2014-09-123-0/+66
* colorhug: Use a different PID for the ColorHug2 bootloaderRichard Hughes2014-09-123-1/+9
* tests: Fix the device path to allow uid or username to be omittedIain Lane2014-08-221-5/+14
* There is no seat if running in a chrootIain Lane2014-08-221-1/+2
* trivial: Add another self test with a broken EDIDRichard Hughes2014-08-141-0/+24
* libcolord: Do not try to return a CdIcc instance for virtual profilesRichard Hughes2014-07-281-0/+10
* colorhug: Add two more error enums used by ColorHug2Richard Hughes2014-07-102-0/+8
* Use the ColorHug sensor driver for the ColorHug2 hardwareRichard Hughes2014-06-102-0/+2
* trivial: Fix up the ColorHug+ enum namesRichard Hughes2014-06-102-2/+5
* Add a helper to calculate the ΔE of two colors using the 1976 formulaRichard Hughes2014-06-092-0/+21
* colorhug: Document which commands are used on each device typeRichard Hughes2014-06-091-55/+380
* colorhug: Add references to the ColorHug2 deviceRichard Hughes2014-06-093-0/+8
* Bump the lcms2 dep to 2.6Richard Hughes2014-06-045-290/+20
* trivial: Use systemd-style cleanup functionsRichard Hughes2014-06-0419-333/+315
* Use __attribute__(cleanup) to simplify memory cleanupRichard Hughes2014-06-0329-1658/+976
* Actually write a file when using cd_icc_save_default()Richard Hughes2014-06-031-1/+1
* Allow users to rename session and system ICC profilesRichard Hughes2014-05-212-2/+8
* Fix building the CMF spectra on OpenBSD/sparc64Richard Hughes2014-04-171-3/+3
* Fix the blue primary check so ProPhotoRGB is not marked as invalidRichard Hughes2014-04-051-1/+1
* Correctly convert all of the image when using CdTransformRichard Hughes2014-04-051-4/+30
* trivial: Fix up the tests for CdTransformRichard Hughes2014-04-051-3/+3
* libcolord: Do not invalidate the CdTransform if the CdIcc object does not changeRichard Hughes2014-04-031-0/+12
* libcolord: Add a RGB32 pixel format for GdkPixbufRichard Hughes2014-04-031-0/+1
* EDID strings can be up to 13 bytesFlorian Höch2014-03-281-2/+2