summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add optional installed testsRichard Hughes2013-07-145-3/+40
* trivial: Split the private and daemon tests into seporate filesRichard Hughes2013-07-145-1514/+1648
* Add SystemVendor and SystemModel string properties to the main interfaceRichard Hughes2013-07-053-3/+99
* trivial: Require __COLORD_H_INSIDE__ for cd-icc-store.hRichard Hughes2013-07-051-0/+4
* trivial: Add some more Since: lines to the header filesRichard Hughes2013-07-053-26/+26
* trivial: Don't parse the _LAST enum types in the gtk-doc scannerRichard Hughes2013-07-054-3/+11
* trivial: Include cd-icc-store.h in colord.hRichard Hughes2013-07-041-1/+2
* Add CdIccStore to monitor directories of ICC profilesRichard Hughes2013-07-045-0/+1097
* trivial: Fix up a trivial warning from clangRichard Hughes2013-07-041-1/+0
* Add cd_icc_save_default() to save a profile to the default locationRichard Hughes2013-07-032-0/+46
* Add a way to set the CdIcc filename manuallyRichard Hughes2013-07-032-0/+19
* Always make the profile default when using cd_edid_install_profileRichard Hughes2013-07-031-1/+23
* Use g_printerr in libcolordcompatRichard Hughes2013-07-031-35/+35
* Fix critical warning when trying to use cd_edid_install_profile()Richard Hughes2013-07-031-0/+9
* Always return the error if any sync method failedRichard Hughes2013-07-034-0/+38
* Add cd_icc_save_data() so that we can set _ICC_PROFILE without re-reading the...Richard Hughes2013-07-032-22/+63
* Allow the user to specify a non-qualified path when using FindProfileByFilenameRichard Hughes2013-07-031-0/+12