Code

Make curvature work again by fixing a minor omission
[inkscape.git] / src / color-profile.cpp
2009-09-29 joncruzKludge for URI resolution of combining paths. Fixes...
2009-09-29 joncruzAvoid crashing when profile is missing. Addresses main...
2009-09-27 johanengelenfix build on win32 with LCMS_ENABLED
2009-09-26 joncruzFixed Win32 code for MS Windows-specific color profile...
2009-08-06 cilix42Revert recent refactoring changes by johnce because...
2009-08-05 johnceSPDocument->Document
2009-06-12 joncruzCleaning up icc profile locations and adding OS X and...
2009-06-11 joncruzApplied color management correction patch. Fixes bug...
2009-01-21 cilix42Fix compile when lcms is disabled
2009-01-21 joncruzDon't hold on to pointer returned from c_str(). Might...
2008-12-31 joncruzChange lcms transforms to match change of display buffe...
2008-12-06 joncruzRemoved warning for expected condition.
2008-12-03 cilix42Fix compile when lcms is disabled
2008-11-27 joncruzRearrange to enable code that does not directly rely...
2008-11-27 cilix42Fix compile with lcms disabled.
2008-11-27 joncruzList color profile search locations in preference tooltip
2008-10-27 Ted GouldFrom trunk
2008-09-16 tweenkRefactored preferences handling into a new version of
2008-06-11 mentalplumb XML::Documents in everywhere
2008-04-22 ishmalUse improved Digest code. MD5 (and all others) tested...
2008-03-21 joncruzSigned cleanup
2008-01-31 bryceApplying fixes for gcc 4.3 build issues (closes LP...
2007-11-24 joncruzImplemented per-monitor display adjustment via XICC
2007-11-20 joncruzDisplay CMS adjustment per-desktop view
2007-10-29 joncruzMoving functionality into <color-profile>
2007-10-08 joncruzAdding profile manager and user-visible drop-down in...
2007-10-07 joncruzUse neutral out of gamut warning color
2007-10-05 joncruzGuards for lcms < 1.15
2007-10-05 joncruzEnabled custom out of gamut warning color
2007-10-04 joncruzfew more CMS options
2007-10-03 joncruznon-lcms build fixes
2007-10-03 joncruzAdded profile intent options
2007-10-03 joncruzInitial cut of softproofing
2007-10-02 joncruzEnhanced directory checking
2007-10-01 joncruzAdded lcms error handler to avoid exiting upon CMS...
2007-10-01 joncruzAdded searching for icc profiles in standard locations...
2007-09-27 joncruzDisallow all but RGB Display profiles for previewing
2007-09-26 joncruzChanged preference to use file chooser button
2007-09-26 joncruzAdded display profile calibration
2007-09-25 joncruzFixed const
2007-09-16 pjrmtrivial changes to address warning with g++-4.2
2007-01-21 mentalstart switching sp_repr_new* over to XML::Document...
2006-05-04 ishmalfix relative and absolute paths according to w3c uri...
2006-04-06 joncruzAdding simple debug
2006-04-06 joncruzAdding rendering-intent to <color-profile>
2006-04-03 joncruzFixed to handle relative file paths
2006-04-03 joncruzInitial support of color-profile on <image>
2006-04-02 joncruzAdding support for <color-profile> element