summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Release colord 1.0.0COLORD_1_0_01.0.0Richard Hughes2013-05-133-1/+56
* trivial: Fix two double-unrefs in the self test suiteRichard Hughes2013-05-131-2/+0
* trivial: Fix a signed warning on ARMRichard Hughes2013-05-132-8/+8
* libcolord: Show all the translations when dumping an ICC profileRichard Hughes2013-05-133-0/+54
* 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: Correctly log the qualifier strings when calling GetProfileForQualif...Richard Hughes2013-05-101-6/+6
* Do not show a warning when using 'colormgr device-get-profile-for-qualifier'Richard Hughes2013-05-101-1/+4
* trivial: Correct the method names for getting and setting the CdTransform pro...Richard Hughes2013-05-103-83/+83
* Allow a different input and output format in CdTransformRichard Hughes2013-05-103-28/+89
* trivial: Correct the method naming on cd_transform_[g|s]et_rendering_intent()Richard Hughes2013-05-103-11/+11
* Add a simple CMYK32 pixel formatRichard Hughes2013-05-103-2/+3
* Add API to control the use of BPC in CdTransformRichard Hughes2013-05-102-2/+60
* trivial: Turn on the print profiles in the Fedora spec fileRichard Hughes2013-05-101-1/+1
* Use the same pixel format names as Cairo and the same in-memory value as lcms2Richard Hughes2013-05-104-40/+14
* Set the STANDARD_space metadata for the print profilesRichard Hughes2013-05-1013-13/+26
* trivial: Avoid a format warning when building the self tests on ARMRichard Hughes2013-05-101-2/+4
* trivial: Avoid cast-align warning when building the self tests on ARMRichard Hughes2013-05-101-4/+7
* Fix using the ColorHug color sensor on ARM hardwareRichard Hughes2013-05-101-27/+41
* Fix using the Huey color sensor on ARM hardwareRichard Hughes2013-05-091-24/+34
* trivial: Post branch version bumpRichard Hughes2013-05-092-7/+7
* Use G_GNUC_WARN_UNUSED_RESULT in public and private headersRichard Hughes2013-05-0931-165/+331
* trivial: Add a FAQ entry about the new version numbersRichard Hughes2013-05-091-0/+40
* trivial: Include a couple of missing config.h includesRichard Hughes2013-05-092-0/+4
* trivial: Remove trailing comma from enumRichard Hughes2013-05-091-1/+1
* trivial: Add a C++ exampleRichard Hughes2013-05-091-0/+67
* Add some missing G_BEGIN_DECLS/G_END_DECLS in header filesRichard Hughes2013-05-096-0/+24
* trivial: NULL != FALSE for some compilersRichard Hughes2013-05-096-64/+64
* trivial: Use g_error_matches() to avoid another clang warningRichard Hughes2013-05-091-2/+3
* trivial: Fix up a clang false-positive that can't happen in realityRichard Hughes2013-05-091-2/+2
* Always return an error if cd_main_device_add() failedRichard Hughes2013-05-091-2/+1
* trivial: Add a 'make clang' targetRichard Hughes2013-05-091-0/+11
* Build the colord binary with full RELRORichard Hughes2013-05-073-6/+7
* Build all installed binaries with PIERichard Hughes2013-05-077-1/+179
* Fix example spec file: argyllcms is not available on RHELRichard Hughes2013-05-071-3/+3
* Fix example spec file: bash-completion is not available on RHELRichard Hughes2013-05-071-0/+5
* Build the distro package with full RELRO supportRichard Hughes2013-05-031-0/+5
* Add a simple colord.conf manpageRichard Hughes2013-05-032-0/+66
* Add a config option to allow multiple monitors with identical EDID values to ...Richard Hughes2013-05-032-0/+57
* trivial: Remove some debugging left in of cd-find-brokenRichard Hughes2013-05-031-2/+0
* Ensure the parent directories exist when calling cd_icc_save_file()Richard Hughes2013-05-021-0/+37
* trivial: post release version bumpRichard Hughes2013-05-012-5/+5
* Release colord 0.1.34COLORD_0_1_340.1.34colord-0-1Richard Hughes2013-05-0134-274/+815
* trivial: Fix a typo in the QtDBus annotationsRichard Hughes2013-05-011-1/+1
* trivial: Add 'Since:' line to the new cd_icc_get_response()Richard Hughes2013-04-301-0/+2
* Add functionality to return the response of the CdIcc profile objectRichard Hughes2013-04-302-0/+106
* Allow getting and setting the VCGT table in CdIccRichard Hughes2013-04-303-0/+136
* session-helper: Increase the delay between patches for hardware that is slowRichard Hughes2013-04-302-1/+17
* Move the vendor quirk table to libcolordprivate so it can be used with cd-fin...Richard Hughes2013-04-2910-91/+205