summaryrefslogtreecommitdiffstats
path: root/src/color-profile.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* brings back CMS tabMarc Jeanmougin2015-12-181-0/+1
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin2015-12-071-6/+5
* Colors. Fix for Bug #1457069 (ICC profile filename with [] causes a crash).Nicolas Dufour2015-07-051-1/+1
* create SPObject factoryLiam P. White2015-02-251-11/+0
* i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour2014-10-021-1/+1
* Fix build for fink on OS X 10.9 by including unistd.hBryce Harrington2014-09-181-0/+1
* Fix for Bug #1297557 (crash if document with linked color profile uses spaces...Nicolas Dufour2014-04-021-6/+4
* Fix for Bug #1291546 (Linking color profile from Document properties dialog c...Nicolas Dufour2014-03-181-1/+1
* 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
|\