summaryrefslogtreecommitdiffstats
path: root/src/color-profile.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use GStatBuf where appropriate to ensure usage of the correct typeEduard Braun2017-01-121-1/+1
* [Bug #1644886] Color profiles not loaded on Windows (partial fix).Nicolas Dufour2016-11-261-1/+1
* Correct a typo and a sporious "== true" in a comment.Shlomi Fish2016-09-151-1/+1
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-38/+7
|\
| * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-38/+7
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-10/+5
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-3/+9
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-9/+3
|/
* [Bug #1300865] lcms2: crash in Fill and Stroke if linked color profile is mis...Mark Harmer2016-06-141-1/+5
* Sort color profile listshouz2016-06-021-28/+55
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-211-2/+2
* Backout last commit as it introduced subtle errors.Tavmjong Bah2016-04-291-2/+0
* SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.Tavmjong Bah2016-04-291-0/+2
* 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