summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* libcolord: Fix the GObject introspection for cd_device_get_profiles()Richard Hughes2014-02-251-1/+1
* Use the new cmsContext functionality in LCMS 2.6Richard Hughes2014-02-137-177/+422
* trivial: Fix a tiny memory leak when writing MLUC tagsRichard Hughes2014-02-131-0/+1
* trivial: Fix a small memory leak when scanning folders of ICC filesRichard Hughes2014-02-131-1/+1
* trivial: Fix up a small and large memory leak in the self test programRichard Hughes2014-02-131-4/+10
* libcolord: Fix a potential crash when destroying a CdIt8 objectRichard Hughes2014-02-131-1/+1
* trivial: Fix a small memory leak when using cd_icc_utils_get_coverage()Richard Hughes2014-02-131-0/+1
* trivial: Fix a small memory leak when using cd_spectrum_get_value_for_nm()Richard Hughes2014-02-131-0/+1
* libcolord: Add cd_icc_get_context() to get the internal cmsContext used by lcms2Richard Hughes2014-02-132-2/+23
* libcolord: Load the profile defaults when using cd_icc_create_default()Richard Hughes2014-02-131-0/+5
* trivial: Fix up two small warnings from clangRichard Hughes2014-01-222-1/+3
* colord: Promote CdColorUVW to an actual GTypeRichard Hughes2014-01-202-2/+120
* trivial: Update GtkDoc markup for cd_color_swatch_new()Richard Hughes2014-01-201-1/+1
* colorhug: Remove the sensor type for the ColorHug+ hardwareRichard Hughes2014-01-173-113/+9
* trivial: Fix make checkRichard Hughes2014-01-171-1/+2
* colorhug: Rename 'ColorHug Spectro' to 'ColorHug+' for trademark reasonsRichard Hughes2014-01-174-16/+16
* colord: Add cd_it8_utils_calculate_cri_from_cmf() to generate a CRIRichard Hughes2014-01-162-0/+141
* colord: Add illuminant and resolution parameters to cd_it8_utils_calculate_xy...Richard Hughes2014-01-153-45/+101
* colord: Return the end values when using cd_spectrum_get_value_for_nm() out o...Richard Hughes2014-01-152-7/+9
* colord: Support SPECTRAL_NORM in it8 filesRichard Hughes2014-01-154-6/+92
* colord: Add a whitepoint value to cd_color_xyz_to_uvw()Richard Hughes2014-01-152-4/+29