summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* trivial: Fix up some whitespace issuesRichard Hughes2013-12-101-3/+3
* Fall back to parsing pnp.ids if udev is not availableRichard Hughes2013-12-101-1/+41
* libcolord: No critical warning if udev_hwdb_new() failsRichard Hughes2013-12-101-1/+1
* libcolord: Make cd_color_get_blackbody_rgb() return false if temp was invalidRichard Hughes2013-12-103-6/+57
* libcolord: Fix crash when cd_color_get_blackbody_rgb() with insane valuesRichard Hughes2013-12-101-0/+10
* trivial: Add some run time checks for cd_color_rgb_array_interpolate()Richard Hughes2013-12-101-0/+5
* trivial: Correct the 'Since:' tag for cd_profile_load_icc()Richard Hughes2013-12-021-1/+1
* trivial: Fix the last commit; load the ICC profile after setting the class an...Richard Hughes2013-11-281-4/+4
* libcolord: Ensure the version is set when using cd_icc_create_from_edid()Richard Hughes2013-11-282-0/+7
* libcolord: Do not write an invalid dict or mluc data when the resaving a profileRichard Hughes2013-11-282-0/+59
* libcolord: Check that the ICC vendor and model strings are valid UTF-8Richard Hughes2013-11-281-4/+8
* libcolord: Add a trivial check to ensure the EDID checksum is non-NULLRichard Hughes2013-11-281-1/+3
* libcolord: Check that both the metadata key and value are valid UTF-8Richard Hughes2013-11-281-1/+3
* libcolord: Ensure the parsed EDID strings are valid UTF-8Richard Hughes2013-11-281-0/+7
* trivial: Add a test we return the correct return code for a corrupt profileRichard Hughes2013-11-261-0/+34
* icc store: Don't create legacy locationsMatthias Clasen2013-11-251-0/+3
* Don't crash with zero-sized ICC fileMarti Raudsepp2013-11-202-1/+27
* trivial: Fix up three GObjectIntrospection warningsRichard Hughes2013-11-142-3/+5
* Use the threadsafe versions of the LCMS functionsRichard Hughes2013-11-143-65/+73
* Reset the LCMS log handlers to default after useRichard Hughes2013-11-142-1/+12
* trivial: Add some more method checks in CdIccStoreRichard Hughes2013-10-141-0/+10
* Release colord 1.1.2COLORD_1_1_21.1.2Richard Hughes2013-09-131-1/+1
* Fix transposed bits for EDID red yFlorian Höch2013-09-111-1/+1
* Fix typo: Liyama should be IiyamaFlorian Höch2013-08-271-1/+1
* Goldstar should be LG (Lucky and Goldstar merged in 1995, see http://en.wikip...Florian Höch2013-08-271-1/+1
* Remove duplicated Hewlett Packard entryFlorian Höch2013-08-271-1/+0
* Always return soft-add calibration profiles before soft-add EDID profilesRichard Hughes2013-08-151-0/+135
* libcolordcompat: Rename the source files to avoid a name clash with CdEdidRichard Hughes2013-08-144-9/+8
* libcolord: Add ability to create a CdIcc object from an EDID blobRichard Hughes2013-08-149-1/+930
* libcolord: Do not assert on finalize if connecting to the profile failedRichard Hughes2013-08-141-9/+6
* libcolord: Return values larger than 1.0 when comparing a large gamut space t...Richard Hughes2013-08-131-14/+53
* trivial: Add 'Sonix' as a vendor quirk entryRichard Hughes2013-08-071-0/+1
* libcolord: Always calculate the fallback checksum when using CdIccStoreRichard Hughes2013-08-031-1/+2
* libcolord: Export cd_icc_utils_get_coverage() for comparing two profilesRichard Hughes2013-08-016-0/+226
* libcolord: Add cd_icc_create_default() to use the default sRGB profileRichard Hughes2013-08-012-0/+55
* trivial: Fix two small buglets spotted by clangRichard Hughes2013-07-301-5/+1
* trivial: Detect at runtime if the lcms2 function MemoryWrite is faultyRichard Hughes2013-07-301-30/+123
* libcolord: Work around a bug in cmsSaveProfileToMem()Richard Hughes2013-07-291-0/+27
* trivial: Split up the CdIcc serialization functionality into a new methodRichard Hughes2013-07-291-37/+57
* trivial: Do not promote the test ICC profile from V2 to V4Richard Hughes2013-07-291-2/+2
* trivial: Do not crash when trying to dump an invalid ICC profileRichard Hughes2013-07-291-0/+4
* libcolord: Return details errors when reading or writing a tag failsRichard Hughes2013-07-291-79/+270
* libcolord: Set an instance GError when lcms does the error callbackRichard Hughes2013-07-292-4/+52
* trivial: Fix a tiny memory leak in the private self test programRichard Hughes2013-07-291-1/+2
* trivial: Set the context_id when creating the lcms2 profilesRichard Hughes2013-07-291-8/+26
* libcolord: Add functionality to set and get the profile characterization dataRichard Hughes2013-07-293-1/+133
* trivial: Split up cd_util_write_tag_ascii() to include a string versionRichard Hughes2013-07-261-20/+33
* libcolord: Register a log handler when using lcms2Richard Hughes2013-07-263-6/+63
* Add methods to create a profile using CdClient with a CdIcc objectRichard Hughes2013-07-164-0/+149
* Use an autogenerated device-id in the daemon self-test codeRichard Hughes2013-07-151-6/+9