summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libcolord: Always write C-locale floating point values in IT8 filesRichard Hughes2013-04-122-53/+166
* libcolord: Add cd_it8_set_enable_created()Richard Hughes2013-04-122-5/+49
* libcolord: Initialize the value of the CCMX matrix to avoid undefined valuesRichard Hughes2013-04-091-0/+1
* trivial: small whitespace fixRichard Hughes2013-04-091-1/+1
* libcolord: Return the correct result from cd_mat33_matrix_multiply()Richard Hughes2013-04-091-0/+1
* trivial: Add a self test for cd_it8_utils_calculate_ccmx()Richard Hughes2013-04-092-1/+43
* Check the generated CCMX matrix for invalid dataRichard Hughes2013-04-091-0/+14
* trivial: Use g_ascii_strtod() rather than the locale-specific atof()Richard Hughes2013-04-091-3/+4
* trivial: Fix a fallthrough typo spotted by coverityRichard Hughes2013-04-021-0/+1
* trivial: Work around an lcms2 bug by only using cmsMLUsetASCII on v2 profilesRichard Hughes2013-04-011-87/+111
* build: Add ifdef for cmsGetToneCurveEstimatedTableEntries as it was added in ...Richard Hughes2013-04-011-0/+2
* Build the print profiles from XML descriptionsRichard Hughes2013-03-311-0/+13
* Never promote localized v2 ICC profiles to v4 when writing locale dataRichard Hughes2013-03-311-10/+62
* libcolord: Load the profile rather than just setting the internal instanceRichard Hughes2013-03-312-9/+28
* libcolord: Add helpers for getting int and double values from the DOM treeRichard Hughes2013-03-312-0/+76
* trivial: Hide the test-driver files when using 'git status'Richard Hughes2013-03-282-2/+3
* trivial: Remove the unused 'make check-valgrind' from libcolordRichard Hughes2013-03-281-24/+0
* Ensure mbstowcs() has an LC_CTYPE of 'en_US.UTF-8'Richard Hughes2013-03-281-0/+6
* trivial: Be more paranoid when writing ICC wchar_t valuesRichard Hughes2013-03-281-13/+43
* trivial: Sanity check the written profile size to be less than 16MbRichard Hughes2013-03-281-1/+13
* trivial: Add a gobject-introspection element-typeRichard Hughes2013-03-281-1/+1
* libcolord: Add some helpers for dealing with CdColorLab objectsRichard Hughes2013-03-272-0/+96
* trivial: Support reading back long MLU entriesRichard Hughes2013-03-271-6/+24
* libcolord: Read and write the locale as en_US when the default is requestedRichard Hughes2013-03-271-4/+16
* libcolord: Add functionality to get the primaries and whitepoint from the pro...Richard Hughes2013-03-273-4/+333
* trivial: Add a self test for cd_icc_create_from_edid()Richard Hughes2013-03-261-0/+25
* trivial: Fix the build by #define'ing the correct nameRichard Hughes2013-03-261-1/+1
* trivial: Marti Maria applied my lcms 'dscm' patch upstream to lcms2Richard Hughes2013-03-261-2/+6
* libcolord: Add the profile creator to the ICC dump outputRichard Hughes2013-03-261-0/+7
* libcolord: Add information about the header attributes when dumping an ICC pr...Richard Hughes2013-03-261-0/+11
* libcolord: Add the ability to get a CdIcc instance from a CdProfile abstract ...Richard Hughes2013-03-252-0/+46
* libcolord: Add the ability to create an ICC profile from EDID dataRichard Hughes2013-03-252-0/+96
* libcolord: Add the ability to get the file embedded profile IDRichard Hughes2013-03-253-5/+80
* trivial: Use a shipped test profile rather than using a generated profileRichard Hughes2013-03-252-2/+1
* Do not attempt to use cmsReadRawTag() on a linked tagRichard Hughes2013-03-251-0/+10
* Convert cd-create-profile to using CdIccRichard Hughes2013-03-252-1/+29
* libcolord: Add the ability to set multiple localized values in one method callRichard Hughes2013-03-252-0/+124
* libcolord: Remove the metadata dictionary if there are no entries to writeRichard Hughes2013-03-241-16/+20
* libcolord: Add the ability to set the profile version numberRichard Hughes2013-03-243-1/+28
* Remove the dump option from cd-fix-profile now that cd-iccdump existsRichard Hughes2013-03-241-0/+2
* trivial: Always write the profile-id when saving a profileRichard Hughes2013-03-241-0/+10
* libcolord: Add the ability to remove metadata from profilesRichard Hughes2013-03-243-0/+27
* libcolord: Write the new translations when saving the profileRichard Hughes2013-03-242-1/+240
* trivial: Use the locale _key_ in the localized dictionaries, not the locale i...Richard Hughes2013-03-241-19/+32
* libcolord: Write the new metadata when saving the profileRichard Hughes2013-03-242-1/+29
* trivial: abstract out converting a uint32 to raw textRichard Hughes2013-03-241-3/+13
* libcolord: Make loading the metadata optionalRichard Hughes2013-03-243-16/+26
* libcolord: Write the new profile kind and colorspace when saving the profileRichard Hughes2013-03-232-60/+88
* libcolord: Support changing the profile kind and colorspaceRichard Hughes2013-03-233-3/+94
* libcolord: Optionally load all the translations at parse timeRichard Hughes2013-03-232-0/+11