summaryrefslogtreecommitdiffstats
path: root/src/color-profile.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ...Martin Owens2014-02-261-5/+9
* Fix for Bug #498141 (Crash on opening Inkscape Preferences... dialog (color p...Nicolas Dufour2013-12-121-1/+1
* Fix colour variable type with gtkmm 3Alex Valavanis2013-10-161-8/+30
* color-profile: Use Gdk::RGBA for gtkmm 3.0 buildsAlex Valavanis2013-10-151-1/+22
* fix memleak (duplicating string is not necessary, as ustring's constructor a...Johan B. C. Engelen2013-09-301-1/+1
* Merged from trunk (r12465).Markus Engel2013-08-041-1/+1
|\
| * Fix build errorAlex Valavanis2013-07-311-1/+1
* | Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-86/+72
* | Merge from trunk (r12439).Markus Engel2013-07-251-6/+6
|\|
| * Remove the Digest class. Replace its only use with a glibmm call.Krzysztof Kosi??ski2013-07-231-6/+6
* | Merged from trunk (r12305)Markus Engel2013-04-271-5/+1
|\|
| * cppcheckKris De Gussem2013-04-211-5/+1
* | Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-7/+4
* | Merged more classes.Markus Engel2013-04-061-78/+18
* | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel2013-04-021-0/+12
* | Added constructors to SP classes.Markus Engel2013-04-011-7/+13
* | Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
* | Renamed virtual function names.Markus Engel2013-03-291-7/+7
* | merged from trunkMarkus Engel2013-03-291-234/+11
|\|
| * Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...Alex Valavanis2013-03-261-0/+2
| * Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
| * Fix build failure with clang. Thanks to Samuel Chase for patch (leaks fixed).Alex Valavanis2013-03-131-4/+2
| * Build. Fix for Bug #910335 ([POSIX] incorrect included header files in src/co...Nicolas Dufour2013-01-051-1/+1
| * Fix C++11 narrowing conversion errorsAlex Valavanis2012-10-271-3/+3
* | 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