summaryrefslogtreecommitdiffstats
path: root/src/color-profile.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-4/+4
* | Added "virtual pads" forMarkus Engel2013-03-291-8/+237
* | Various changes.Markus Engel2013-03-141-4/+6
|/
* Correct improper flipping of sRGB transform from RGB to BGR with cairo change...Jon A. Cruz2012-05-231-3/+3
* dropping some ghost code / probably fixing a memleak as wellKris De Gussem2012-04-211-12/+3
* fix build some more...Johan B. C. Engelen2012-02-151-1/+1
* Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...Jon A. Cruz2012-02-131-93/+183
* Cleanup for src/forward.h. (About 19 of the affected files did not require th...Jon A. Cruz2011-10-051-1/+2
* Update for non-LCMS builds.Jon A. Cruz2011-07-101-0/+2
* Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz2011-07-101-11/+20
* Next step in refactoring color management. More to come.Jon A. Cruz2011-07-091-5/+37
* fix for building without LCMSCampbell Barton2011-07-081-1/+4
* Refactoring color profile to bring more internal. Help to prep for optional l...Jon A. Cruz2011-07-061-82/+179
* Merge from trunkKrzysztof Kosi??ski2011-06-191-1/+1
|\
| * Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, b...Jon A. Cruz2011-06-041-1/+1
* | Fix color-managed viewKrzysztof Kosi??ski2011-04-081-35/+38
|/
* Pass removing some outdated C-macro use.Jon A. Cruz2011-02-201-1/+1
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-10/+9
|\
| * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-4/+4
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
* | Block display of named color icc profiles.Jon A. Cruz2010-12-041-0/+12
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Fixed include to ensure file compiles with lcms disabledMarcin Floryan2010-11-141-3/+1
* | Unified and cleaned up locating icc profiles, including adding missing OS X l...Jon A. Cruz2010-10-181-55/+92
* | Turn off color profile debug messages.Jon A. Cruz2010-07-181-1/+1
|/
* Patch from Fridrich - LP #520532Krzysztof Kosi??ski2010-03-051-1/+1
* Updating to current trunkTed Gould2009-11-291-7/+56
|\
| * Kludge for URI resolution of combining paths. Fixes bug #437927.Jon A. Cruz2009-09-291-2/+7
| * Avoid crashing when profile is missing. Addresses main symptom of bug #437927.Jon A. Cruz2009-09-291-2/+2
| * fix build on win32 with LCMS_ENABLEDJohan B. C. Engelen2009-09-271-4/+1
| * Fixed Win32 code for MS Windows-specific color profile location. Fixes bug #2...Jon A. Cruz2009-09-261-20/+32
| * Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-5/+5
| * SPDocument->Documentjohnce2009-08-051-5/+5
| * Cleaning up icc profile locations and adding OS X and Windows specifics. Work...Jon A. Cruz2009-06-121-2/+37
* | now gamut check works!Felipe Corr??a da Silva Sanches2009-08-151-0/+41
* | enabling all icc-color related debug messagesFelipe Corr??a da Silva Sanches2009-08-011-2/+9
|/
* Applied color management correction patch. Fixes bug #372171.Jon A. Cruz2009-06-111-4/+4
* 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