summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* trivial: Add a FAQ entry about the new version numbersRichard Hughes2013-05-091-0/+40
|
* Release colord 0.1.34COLORD_0_1_340.1.34colord-0-1Richard Hughes2013-05-011-0/+1
|
* trivial: Adjust the docs now CdTransform existsRichard Hughes2013-04-291-3/+6
|
* Add a ICC transform object for simple RGB conversionsRichard Hughes2013-04-291-0/+1
| | | | | | | | We don't want to suggest to applications to link to lcms2 and learn a whole new library just to convert small images and icons. Larger or more complex applications will want to use lcms2 for the additional control over the input and output buffer formats.
* Add device metadata OutputEdidMd5 so we can build a UCMM shim layerRichard Hughes2013-04-261-0/+1
|
* trivial: Update the website to reflect realityRichard Hughes2013-04-1910-66/+33
|
* Release colord 0.1.33COLORD_0_1_330.1.33Richard Hughes2013-04-161-0/+1
|
* trivial: Prettyify the build output when building the DBus docsRichard Hughes2013-03-311-0/+8
|
* Release colord 0.1.32COLORD_0_1_320.1.32Richard Hughes2013-03-281-0/+1
|
* trivial: Include CdDom in the libcolordprivate documentationRichard Hughes2013-03-221-0/+1
|
* libcolord: Add a CdIcc object to factor out the low level profile loadingRichard Hughes2013-03-221-0/+1
| | | | | | We sometimes have to load the profile in the client, and we have to load and save profiles in the daemon and various tools we ship. This object will grow as different functions are moved around in the source tree.
* Release colord 0.1.31COLORD_0_1_310.1.31Richard Hughes2013-03-181-0/+1
|
* trivial: Fix up some gtk-doc documentationRichard Hughes2013-03-011-13/+16
|
* Release colord 0.1.30COLORD_0_1_300.1.30Richard Hughes2013-02-171-0/+1
|
* trivial: Fix more --no-add-needed falloutRichard Hughes2013-02-051-1/+3
|
* Release colord 0.1.29COLORD_0_1_290.1.29Richard Hughes2013-02-041-0/+1
|
* Move libcolord into lib/colord in the project to avoid path crazynessRichard Hughes2013-02-041-4/+4
|
* Set the additional 'OwnerCmdline' metadata on each deviceRichard Hughes2013-02-011-0/+2
|
* Add DTP94 native sensor supportRichard Hughes2013-01-304-0/+424
| | | | | | | | The DTP94 is actually a really simple sensor. We don't know all the commands, but it's trivial to capture the output using USB capture hardware when the sensor is being used by ArgyllCMS. By replaying them we get back an XYZ reading. We don't know what most of the commands actually do, but at least it works.
* Release colord 0.1.28COLORD_0_1_280.1.28Richard Hughes2013-01-161-0/+1
|
* Add the sensor images as metadata on the D-Bus interfaceRichard Hughes2013-01-151-0/+7
| | | | | This allows us to remove the hardcoded list of figures for each sensor type and instead just check if the image with the correct name is present.
* Add a Sensor.Metadata propertyRichard Hughes2013-01-151-0/+5
| | | | This is for optional metadata on sensor objects.
* Don't use the deprecated INCLUDES in Makefile.amRichard Hughes2013-01-141-1/+1
|
* Release colord 0.1.27COLORD_0_1_270.1.27Richard Hughes2013-01-081-0/+1
|
* Revert "Add ConnectionType to the Device.Metadata known keys"Richard Hughes2013-01-071-1/+0
| | | | | This reverts commit eac84bc6bbd4edb3e241a0937fff14f7fdcd25fc. We can do exactly the same thing with the 'Device.Embedded' property.
* Add ConnectionType to the Device.Metadata known keysRichard Hughes2013-01-041-0/+1
| | | | | | This lets us specify the device connection type, and thus use a device description of 'Laptop Screen' as the panel vendor might not be the same as the laptop vendor.
* Write the profile quality into to the .icc file as metadataRichard Hughes2013-01-031-0/+4
|
* trivial: Fix 'make distcheck' with newer versions of gtk-docRichard Hughes2013-01-021-4/+4
|
* Release colord 0.1.26COLORD_0_1_260.1.26Richard Hughes2012-12-191-0/+1
|
* Release colord 0.1.25COLORD_0_1_250.1.25Richard Hughes2012-11-261-0/+1
|
* Add a profile metadata key of 'License'Richard Hughes2012-11-261-0/+1
| | | | | This is intended to contain machine-readable licence information, like 'Public Domain' or 'CC0' -- NOT freeform text.
* Add OutputPriority device metadata key to the specificationRichard Hughes2012-11-211-0/+6
| | | | | This can be set to either 'primary' or 'secondary'. The primary output is defined as the screen where the taskbar or application menu is located.
* trivial: add one more _ICC_PROFILE applicationRichard Hughes2012-11-171-0/+1
|
* trivial: Add more CM applications to the FAQRichard Hughes2012-11-161-0/+4
|
* Add a FAQ entry describing application support of color managementRichard Hughes2012-11-151-3/+18
|
* Release colord 0.1.24COLORD_0_1_240.1.24Richard Hughes2012-10-261-0/+2
|
* Release colord 0.1.22COLORD_0_1_220.1.22Richard Hughes2012-06-271-0/+1
|
* Release colord 0.1.21COLORD_0_1_210.1.21Richard Hughes2012-05-221-0/+1
|
* Release colord 0.1.20COLORD_0_1_200.1.20Richard Hughes2012-05-091-0/+1
|
* trivial: fix quite a few issues with the gtk-doc documentationRichard Hughes2012-05-091-1/+6
|
* trivial: fix make distcheck by removing a generated fileRichard Hughes2012-05-091-0/+3
|
* Add CdIt8 as a helper for reading and writing ti1, ti3 and ccmx filesRichard Hughes2012-05-081-0/+1
|
* trivial: fix up the Oyranos FAQ page a littleRichard Hughes2012-05-081-22/+8
|
* trivial: Correct a statement on the websiteRichard Hughes2012-04-261-7/+5
|
* Release colord 0.1.19COLORD_0_1_190.1.19Richard Hughes2012-04-171-0/+1
|
* Add a user suffix to the object path of user-created devices and profilesRichard Hughes2012-03-201-6/+1
| | | | | | | | | This means that two users logged in at the same time can have the same device and profile IDs, and the uid of the calling process is used to choose the correct profile. The session should not prefix the username itself to the device-id as the device-id is required to be predictable for other clients to query.
* Release colord 0.1.18COLORD_0_1_180.1.18Richard Hughes2012-03-151-0/+1
|
* Add the GAMUT_coverage metadata key to the specRichard Hughes2012-03-141-0/+6
|
* Add the GAMUT_volume metadata key to the specRichard Hughes2012-03-141-0/+2
|
* trivial: make the colord v.s. oyranos stats easier to readRichard Hughes2012-03-132-49/+115
|