summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix the detection of duplicate EDIDs by comparing the hash value, not the IDcolord-1-3Richard Hughes2017-11-061-1/+1
| | | | Fixes: https://github.com/hughsie/colord/issues/60
* Correctly build the ICC transfer curve for Rec709Richard Hughes2017-07-263-9/+29
| | | | Also, abort with an error if the transfer curve was invalid.
* Do not use /tmp to create profilesRichard Hughes2017-07-261-4/+15
| | | | This fails when we're building in parallel.
* trivial: Fix a -Wswitch-default warningRichard Hughes2017-07-261-0/+2
|
* trivial: post release version bumpRichard Hughes2017-02-272-5/+5
|
* Release colord 1.3.51.3.5Richard Hughes2017-02-272-0/+12
|
* Add cd_color_get_blackbody_rgb_full()Richard Hughes2017-02-093-11/+175
| | | | | This adds table data which uses a Plankian locus below 5000K which is more visualy pleasing for natural night mode.
* libcolord: Add cd_spectrum_multiply_scalar()Richard Hughes2017-01-032-0/+22
|
* trivial: Require a C99 compilerRichard Hughes2017-01-021-1/+1
|
* Check the parsed context arguments in the session helperRichard Hughes2016-11-211-1/+5
| | | | Found by Coverity.
* trivial: Disable argyllcms harder on RHELRichard Hughes2016-11-211-0/+1
|
* trivial: post release version bumpRichard Hughes2016-11-212-4/+4
|
* Release colord 1.3.41.3.4Richard Hughes2016-11-212-0/+18
|
* trivial: Don't check for the vendor name as some distros use the old dataRichard Hughes2016-11-211-1/+1
| | | | In this case, the old data is 'IBM Brazil'...
* trivial: Allow manually setting the thread count to 'automaticRichard Hughes2016-11-211-1/+0
|
* Install the libcolordcompat.so in the main -libs packageRichard Hughes2016-11-211-2/+10
| | | | | | This is dlopen'd by argyllcms and was previously incorrectly installed in the -devel package. Be explicit about files to avoid this kind of problem in the future.
* Fix a possible NULL dereference when talking to Spark devicesRichard Hughes2016-11-091-1/+4
| | | | | | This requires a malicious or corrupted USB response from the device. Found by Coverity.
* Fix possible division by zero if parsing /proc/cpuinfo failsRichard Hughes2016-11-091-0/+2
| | | | Found using Coverity.
* trivial: Remove some dead codeRichard Hughes2016-11-091-3/+0
|
* trivial: Fix two missing break statementsRichard Hughes2016-11-091-0/+2
| | | | Found by Coverity.
* ospark: Fix a few trivial compile warnings on ARMRichard Hughes2016-11-081-3/+5
|
* colorhug: Fix loading and saving spectraRichard Hughes2016-10-161-14/+19
|
* colorhug: Add commands for getting and setting each device calibration spectrumRichard Hughes2016-10-103-14/+134
|
* colorhug: Add v2 commands for reading and writing the SRAMRichard Hughes2016-10-062-0/+153
|
* colorhug: Add support for loading and saving the SRAMRichard Hughes2016-10-064-0/+188
|
* colord: Add cd_spectrum_resample_to_size()Richard Hughes2016-10-053-0/+65
|
* trivial: Fix the CCD spectral resolution valueRichard Hughes2016-10-031-1/+1
|
* colorhug: Re-number a commandRichard Hughes2016-10-022-3/+2
| | | | I have no idea... maybe 0x50 is cursed.
* colorhug: Add ch_device_get_adc_calibration_pos()Richard Hughes2016-10-022-0/+130
|
* colorhug: Increase the size of the EP0 transferRichard Hughes2016-10-022-4/+5
|
* Add cd_color_rgb_from_wavelength()Richard Hughes2016-10-022-0/+73
|
* trivial: Use the latest CH+ element data sizeRichard Hughes2016-09-301-4/+4
| | | | We've moved to just sending the raw data for speed.
* trivial: Don't apply the CCD cal when getting the spectrumRichard Hughes2016-09-301-12/+0
|
* Merge pull request #32 from piotrdrag/po-cleanupRichard Hughes2016-09-194-2790/+711
|\ | | | | Clean up PO files
| * Clean up PO filesPiotr Drąg2016-09-194-2790/+711
|/
* colorhug: Support enabling the illuminants on the ColorHug+Richard Hughes2016-09-184-0/+165
|
* Fix compile with -Wformat-signednessRichard Hughes2016-07-2742-205/+375
|
* trivial: post release version bumpRichard Hughes2016-07-272-4/+4
|
* Release colord 1.3.31.3.3Richard Hughes2016-07-2710-41/+3062
|
* Merge pull request #31 from lantw44/masterRichard Hughes2016-07-201-1/+5
|\ | | | | build: Fix gtk-doc build when srcdir != builddir
| * build: Fix gtk-doc build when srcdir != builddirTing-Wei Lan2016-07-081-1/+5
|/ | | | https://bugs.freedesktop.org/show_bug.cgi?id=96520
* Merge pull request #30 from ebassi/polkit-autoptrRichard Hughes2016-07-062-3/+5
|\ | | | | Check polkit version before defining g_autoptr macros
| * Check polkit version before defining g_autoptr macrosEmmanuele Bassi2016-07-062-3/+5
|/ | | | | | | | | | | We cannot check on the internal name created by G_DECLARE_AUTO* macros because it's not a pre-processor symbol. Instead, we should check whether we're being built against a version of PolKit that has those symbols, and only define them ourselves for previous versions. This commit fixes a build failure in GNOME Continuous.
* Merge pull request #29 from Hextremist/masterRichard Hughes2016-07-051-1/+1
|\ | | | | Increase timeout to 60s for argyll spotread sampling
| * Increase timeout to 60s for argyll spotread samplingKjell Irgens2016-07-051-1/+1
|/ | | | | | | | | | | There was a 10s timeout for spotread to finish sampling. This works fine for light colors, in which case it may finish in as little as 3 seconds. But the darker the color is, the longer it takes to finish. When measuring black, it takes around 25-30 seconds for my Spyder 3 Express. The timeout caused Gnome Control Panel to fail when attempting to calibrate.
* Use the USB path to match the ArgyllCMS portRichard Hughes2016-04-183-10/+32
| | | | Fixes https://github.com/hughsie/colord/issues/24
* libcolord: Fix an assert failure when connecting to sensorsRichard Hughes2016-04-183-30/+3
| | | | | | Do not manually disconnect this as g_signal_connect_object() does this already. Hopefully fixes https://github.com/hughsie/colord/issues/23
* trivial: post release version bumpRichard Hughes2016-03-212-4/+4
|
* Release colord 1.3.21.3.2Richard Hughes2016-03-217-355/+837
|
* Merge pull request #22 from canek-pelaez/masterRichard Hughes2016-03-211-1/+1
|\ | | | | session-helper: Replace '/' with '-' on the basename so creating the profile file doesn't fail.