summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use the ColorHug sensor driver for the ColorHug2 hardwareRichard Hughes2014-10-245-1/+20
* colorhug: Rename 'ColorHug Spectro' to 'ColorHug+' for trademark reasonsRichard Hughes2014-10-246-18/+21
* colorhug: Retry the command submission if the hardware response is incompleteRichard Hughes2014-10-241-1/+31
* trivial: Fix gtk-doc markup comment spellingRichard Hughes2014-10-241-1/+1
* Fix building the CMF spectra on OpenBSD/sparc64Richard Hughes2014-10-101-3/+3
* libcolord: Do not try to return a CdIcc instance for virtual profilesRichard Hughes2014-10-101-0/+10
* Fix a tiny memory leak when writing MLUC tagsRichard Hughes2014-04-101-0/+1
* Fix a small memory leak when scanning folders of ICC filesRichard Hughes2014-04-101-1/+1
* Fix the blue primary check so ProPhotoRGB is not marked as invalidRichard Hughes2014-04-101-1/+1
* libcolord: Fix the GObject introspection for cd_device_get_profiles()Richard Hughes2014-02-251-1/+1
* libcolord: Do not use G_GNUC_WARN_UNUSED_RESULT when uninhibitingRichard Hughes2014-01-132-4/+2
* libcolorhug: Handle failure to initialise GUsb in self-testsChristopher James Halse Rogers2014-01-131-0/+10
* Fix the tag 'size' when viewing a profile in cd-iccdump with newer lcms versionsRichard Hughes2013-12-121-1/+1
* trivial: Add some run time checks for cd_color_rgb_array_interpolate()Richard Hughes2013-12-111-0/+5
* libcolord: Fix crash when cd_color_get_blackbody_rgb() with insane valuesRichard Hughes2013-12-111-0/+10
* Detect at runtime if the lcms2 function MemoryWrite is faultyRichard Hughes2013-12-031-39/+175
* trivial: Correct the 'Since:' tag for cd_profile_load_icc()Richard Hughes2013-12-021-1/+1
* libcolord: Ensure the version is set when using cd_icc_create_from_edid()Richard Hughes2013-11-281-0/+5
* libcolord: Do not write an invalid dict or mluc data when the resaving a profileRichard Hughes2013-11-281-0/+2
* trivial: Fix up three GObjectIntrospection warningsRichard Hughes2013-11-251-2/+4
* trivial: Require __COLORD_H_INSIDE__ for cd-icc-store.hRichard Hughes2013-11-251-0/+4
* icc store: Don't create legacy locationsMatthias Clasen2013-11-251-0/+3
* Don't crash with empty ICC file.Marti Raudsepp2013-11-201-1/+0
* Remove duplicated Hewlett Packard entryFlorian Höch2013-10-301-1/+0
* Fix typo: Liyama should be IiyamaFlorian Höch2013-10-301-1/+1
* trivial: Add some more method checks in CdIccStoreRichard Hughes2013-10-301-0/+10
* trivial: Add 'Sonix' as a vendor quirk entryRichard Hughes2013-08-141-0/+1
* libcolord: Do not assert on finalize if connecting to the profile failedRichard Hughes2013-08-141-9/+6
* libcolord: Always calculate the fallback checksum when using CdIccStoreRichard Hughes2013-08-031-1/+2
* trivial: Do not crash when trying to dump an invalid ICC profileRichard Hughes2013-07-291-0/+4
* libcolord: Register a log handler when using lcms2Richard Hughes2013-07-263-6/+63
* Allow the user to specify a non-qualified path when using FindProfileByFilenameRichard Hughes2013-07-071-0/+12
* Add SystemVendor and SystemModel string properties to the main interfaceRichard Hughes2013-07-073-3/+99
* 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
* Add a way to set the CdIcc filename manuallyRichard Hughes2013-07-042-0/+19
* Fix GObject introspection when getting metadataRichard Hughes2013-07-043-4/+4
* Add cd_icc_save_data() so that we can set _ICC_PROFILE without re-reading the...Richard Hughes2013-07-042-22/+63
* Always return the error if any sync method failedRichard Hughes2013-07-044-0/+38
* Fix GObject introspection when getting listsRichard Hughes2013-07-021-4/+4
* Add 0.1.34 to 1.0.0 deprecated methods to preserve ABIRichard Hughes2013-06-072-0/+112
* Do not unconditionally enable BPC on the color transformRichard Hughes2013-05-231-1/+2
* Fix ‘created’ time for non-UTC timezones again.Christopher James Halse Rogers2013-05-231-1/+3
* trivial: Fix two double-unrefs in the self test suiteRichard Hughes2013-05-131-2/+0
* trivial: Fix a signed warning on ARMRichard Hughes2013-05-131-1/+1
* libcolord: Show all the translations when dumping an ICC profileRichard Hughes2013-05-132-0/+50
* Fix crash in cd-iccdump by working around an lcms2 bugRichard Hughes2013-05-111-1/+18
* trivial: Allow non-RGB profiles now we accept CD_PIXEL_FORMAT_CMYK32 as a pix...Richard Hughes2013-05-101-16/+0
* Add a simple BGRA32 (default cairo-surface) pixel formatRichard Hughes2013-05-101-0/+1
* trivial: Correct the method names for getting and setting the CdTransform pro...Richard Hughes2013-05-103-83/+83