summaryrefslogtreecommitdiff
path: root/lib/colord/cd-it8.c
Commit message (Expand)AuthorAgeFilesLines
* fix more annotation for data arraysElmar Hoffmann2020-06-151-2/+2
* trivial: Fix some typos spotted using codespellRichard Hughes2019-04-081-1/+1
* trivial: Remove useless private gtk-doc headersRichard Hughes2017-07-191-48/+0
* Fix compile with -Wformat-signednessRichard Hughes2016-07-271-6/+6
* trivial: Fix FALSE/NULL confusion spotted with GCC6Richard Hughes2016-03-031-1/+1
* libcolord: Fix saving non-normalized spectraRichard Hughes2015-10-161-2/+2
* Use g_autoptr() in more placesRichard Hughes2015-10-131-4/+2
* Use G_DECLARE_DERIVABLE_TYPE in libcolordRichard Hughes2015-10-131-151/+189
* Port to g_autoptr()Richard Hughes2015-10-131-10/+10
* Add cd_it8_get_xyz_for_rgb()Richard Hughes2014-11-231-0/+37
* libcolord: Fix using cd_it8_add_spectrum() where the spectra have no ID valuesRichard Hughes2014-11-191-3/+7
* libcolord: Return correct values when no LUMINANCE_XYZ_CDM2 is specifiedRichard Hughes2014-11-191-0/+2
* trivial: Silence some invalid _cleanup_free_ warningsRichard Hughes2014-11-191-2/+2
* libcolord: Never allow duplicate CCSS IDs for small wavelength rangesRichard Hughes2014-11-181-2/+10
* trivial: Fix memory leak introduced in 0f0b5c89258b3781c0f73b2729e3665c31cdbd56Richard Hughes2014-11-181-0/+2
* trivial: Tiny _cleanup_free() optimisationRichard Hughes2014-11-181-2/+1
* libcolord: Always replace CCSS spectral data of the same IDRichard Hughes2014-11-171-2/+2
* libcolord: Use double precision for SPECTRAL_START_NM and SPECTRAL_END_NMRichard Hughes2014-11-171-8/+8
* libcolord: Only set SPECTRAL_NORM when the normalisation is enabledRichard Hughes2014-11-171-5/+16
* libcolord: Allow a SPECTRAL_START_NM value of zeroRichard Hughes2014-11-171-2/+4
* libcolord: When using cd_it8_add_spectrum() replace any with the same IDRichard Hughes2014-11-171-0/+9
* Bump the lcms2 dep to 2.6Richard Hughes2014-06-041-7/+0
* trivial: Use systemd-style cleanup functionsRichard Hughes2014-06-041-10/+9
* Use __attribute__(cleanup) to simplify memory cleanupRichard Hughes2014-06-031-110/+53
* Fix building the CMF spectra on OpenBSD/sparc64Richard Hughes2014-04-171-3/+3
* Use the new cmsContext functionality in LCMS 2.6Richard Hughes2014-02-131-23/+24
* libcolord: Fix a potential crash when destroying a CdIt8 objectRichard Hughes2014-02-131-1/+1
* colord: Support SPECTRAL_NORM in it8 filesRichard Hughes2014-01-151-5/+19
* colord: Improve the error handling in CdIt8Richard Hughes2014-01-141-42/+155
* trivial: Whitespace fixupsRichard Hughes2014-01-141-20/+20
* trivial: Make the IT8 data compatible with ArgyllCMSRichard Hughes2014-01-101-18/+55
* Write the same format CMF files as ArgyllCMSRichard Hughes2014-01-091-13/+205
* colord: Support CCSS data filesRichard Hughes2014-01-071-9/+247
* libcolord: Register a log handler when using lcms2Richard Hughes2013-07-261-6/+11
* libcolord: Always write C-locale floating point values in IT8 filesRichard Hughes2013-04-121-53/+122
* libcolord: Add cd_it8_set_enable_created()Richard Hughes2013-04-121-5/+46
* libcolord: Initialize the value of the CCMX matrix to avoid undefined valuesRichard Hughes2013-04-091-0/+1
* trivial: Add a self test for cd_it8_utils_calculate_ccmx()Richard Hughes2013-04-091-1/+1
* trivial: Use g_ascii_strtod() rather than the locale-specific atof()Richard Hughes2013-04-091-3/+4
* libcolord: Switch CdColor to using the GSlice allocator for a modest speedupRichard Hughes2013-02-281-2/+2
* libcolord: ArgyllCMS uses 'YES' for IT8 options so do the same for compatibilityRichard Hughes2013-02-231-1/+1
* Move libcolord into lib/colord in the project to avoid path crazynessRichard Hughes2013-02-041-0/+1405