summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* trivial: Ignore some return values to please CoverityRichard Hughes2022-04-133-3/+3
* trivial: Fix some typos spotted using codespellRichard Hughes2019-04-081-1/+1
* Set cd-create-profile date to SOURCE_DATE_EPOCH or input timestampChristopher James Halse Rogers2017-12-281-0/+52
* Add --enable-timestamps option for CREATED headerJérémy Bobbio2017-12-281-0/+8
* build: Refactor directory selectionJan Tojnar2017-11-171-5/+5
* Port to the Meson build systemRichard Hughes2017-07-312-104/+116
* trivial: Remove --enable-daemon configure argumentRichard Hughes2017-07-241-5/+1
* Do not use /tmp to create profilesRichard Hughes2017-07-201-4/+15
* Correctly build the ICC transfer curve for Rec709Richard Hughes2017-07-201-9/+23
* trivial: Remove useless private gtk-doc headersRichard Hughes2017-07-195-272/+0
* trivial: Remove some dead codeRichard Hughes2016-11-091-3/+0
* Fix compile with -Wformat-signednessRichard Hughes2016-07-274-19/+19
* Make building the daemon optionalRichard Hughes2016-02-171-1/+1
* libcolord: Add two new sensor capability enum values for calibrationRichard Hughes2015-10-271-3/+16
* libcolord: Add an error enum for missing irradiance calibrationRichard Hughes2015-10-261-0/+10
* Use the correct console size when using get-spectral-readingRichard Hughes2015-10-261-1/+12
* Add get-spectral-reading command to colormgrRichard Hughes2015-10-151-1/+93
* Use g_autoptr() in more placesRichard Hughes2015-10-131-10/+3
* Add g_autoptr() defines for cd_color*Richard Hughes2015-10-131-2/+1
* Use G_DECLARE_DERIVABLE_TYPE in libcolordRichard Hughes2015-10-135-44/+34
* Port to g_autoptr()Richard Hughes2015-10-135-78/+78
* Add a sensor error for missing dark calibrationRichard Hughes2015-10-131-1/+19
* Don't build the daemon when compiling for MinGWRichard Hughes2014-12-021-1/+5
* Don't assume pwd.h is always availableRichard Hughes2014-11-192-1/+9
* Remove the private cd-find-broken toolRichard Hughes2014-11-072-301/+0
* Install the now-useful cd-it8 helperRichard Hughes2014-11-071-1/+1
* Use _cleanup_free() in the client toolsRichard Hughes2014-11-066-983/+455
* Add the calculate-ccmx subcommand to cd-it8Richard Hughes2014-11-061-0/+64
* Revert "Use ICCv2 for the RGB working space profiles"Richard Hughes2014-04-051-5/+0
* Use ICCv2 for the RGB working space profilesRichard Hughes2014-04-041-0/+5
* trivial: Fix up a confusing source stringRichard Hughes2014-03-311-1/+1
* Use the new cmsContext functionality in LCMS 2.6Richard Hughes2014-02-131-69/+11
* Make colormgr script friendly by allowing filteringRichard Hughes2014-02-031-50/+142
* trivial: Move csv2cmf to the client directory and allow to specify a norm factorRichard Hughes2014-01-152-0/+582
* libcolord: Add functionality to read and write raw tag dataRichard Hughes2013-12-121-0/+47
* Do not print incomplete 'colormgr dump' output when the database is corruptRichard Hughes2013-10-301-0/+2
* Use the exact D50 whitepoint valuesRichard Hughes2013-08-291-1/+2
* Add a 'dump' colormgr command to aid debuggingRichard Hughes2013-08-151-0/+121
* Set 'GAMUT_coverage(srgb)' when generating standard space profilesRichard Hughes2013-08-011-0/+41
* trivial: Use cd_icc_utils_get_coverage() in cd-fix-profileRichard Hughes2013-08-011-89/+23
* trivial: Only encode two decimal places when writing the coverage in cd-fix-p...Richard Hughes2013-08-011-1/+1
* Fix an error when building the print profilesRichard Hughes2013-07-301-1/+1
* trivial: Set the context_id when creating the lcms2 profilesRichard Hughes2013-07-291-6/+7
* Do not always overwrite files when using cd-fix-profileRichard Hughes2013-07-241-12/+17
* Add SystemVendor and SystemModel string properties to the main interfaceRichard Hughes2013-07-051-0/+4
* List the required parameters in the 'colormgr --help' outputRichard Hughes2013-07-021-56/+133
* Correct a few translatable command descriptions for colormgrRichard Hughes2013-06-181-4/+4
* Add the sub-command import-profile to colormgrRichard Hughes2013-06-181-0/+47
* Allow colormgr to take an object path or an ID as inputRichard Hughes2013-05-291-153/+151
* Remove calls to the deprecated g_type_init()Richard Hughes2013-05-135-8/+0