summaryrefslogtreecommitdiffstats
path: root/src/color-profile.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix compile when lcms is disabledMaximilian Albert2009-01-211-2/+1
* Don't hold on to pointer returned from c_str(). Might help bug 307567Jon A. Cruz2009-01-211-1/+2
* Change lcms transforms to match change of display buffer from RGB-24 to ARGB-32Jon A. Cruz2008-12-311-4/+4
* Removed warning for expected condition.Jon A. Cruz2008-12-061-3/+3
* Fix compile when lcms is disabledMaximilian Albert2008-12-031-0/+2
* Rearrange to enable code that does not directly rely on lcms.Jon A. Cruz2008-11-271-14/+7
* Fix compile with lcms disabled.Maximilian Albert2008-11-271-0/+2
* List color profile search locations in preference tooltipJon A. Cruz2008-11-271-1/+7
* From trunkTed Gould2008-10-271-19/+19
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-30/+35
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-3/+2
* Use improved Digest code. MD5 (and all others) tested on 32/64.Bob Jamison2008-04-221-5/+2
* Signed cleanupJon A. Cruz2008-03-211-1/+1
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
* Implemented per-monitor display adjustment via XICCJon A. Cruz2007-11-241-14/+193
* Display CMS adjustment per-desktop viewJon A. Cruz2007-11-201-3/+2
* Moving functionality into <color-profile>Jon A. Cruz2007-10-291-38/+141
* Adding profile manager and user-visible drop-down in CMS pickerJon A. Cruz2007-10-081-19/+21
* Use neutral out of gamut warning colorJon A. Cruz2007-10-071-2/+2
* Guards for lcms < 1.15Jon A. Cruz2007-10-051-0/+10
* Enabled custom out of gamut warning colorJon A. Cruz2007-10-051-1/+9
* few more CMS optionsJon A. Cruz2007-10-041-3/+20
* non-lcms build fixesJon A. Cruz2007-10-031-0/+2
* Added profile intent optionsJon A. Cruz2007-10-031-3/+10
* Initial cut of softproofingJon A. Cruz2007-10-031-0/+124
* Enhanced directory checkingJon A. Cruz2007-10-021-16/+57
* Added lcms error handler to avoid exiting upon CMS errorJon A. Cruz2007-10-011-0/+7
* Added searching for icc profiles in standard locations, and preference to com...Jon A. Cruz2007-10-011-0/+120
* Disallow all but RGB Display profiles for previewingJon A. Cruz2007-09-271-1/+16
* Changed preference to use file chooser buttonJon A. Cruz2007-09-261-1/+1
* Added display profile calibrationJon A. Cruz2007-09-261-1/+31
* Fixed constJon A. Cruz2007-09-251-2/+2
* trivial changes to address warning with g++-4.2Peter Moulder2007-09-161-1/+1
* start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY2007-01-211-1/+2
* fix relative and absolute paths according to w3c uri specBob Jamison2006-05-041-14/+26
* Adding simple debugJon A. Cruz2006-04-061-3/+51
* Adding rendering-intent to <color-profile>Jon A. Cruz2006-04-061-24/+67
* Fixed to handle relative file pathsJon A. Cruz2006-04-031-1/+13
* Initial support of color-profile on <image>Jon A. Cruz2006-04-031-0/+46
* Adding support for <color-profile> elementJon A. Cruz2006-04-021-0/+219