summaryrefslogtreecommitdiffstats
path: root/src/color-profile.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1376/+0
2017-09-26Add colord ICC store dirs to CMS search pathsFabio Massaioli1-0/+16
2017-07-09Updates for GdkScreen/GdkMonitor API changesAlexander Valavanis1-81/+70
2017-07-05Clean up color profiles codeTobias Ellinghaus1-51/+57
2017-07-05Clean up color-profile and use io/resource for dir scanningMartin Owens1-45/+12
2017-01-12Use GStatBuf where appropriate to ensure usage of the correct typeEduard Braun1-1/+1
2016-11-26[Bug #1644886] Color profiles not loaded on Windows (partial fix).Nicolas Dufour1-1/+1
2016-09-15Correct a typo and a sporious "== true" in a comment.Shlomi Fish1-1/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-10/+5
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-38/+7
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-3/+9
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-9/+3
2016-06-14[Bug #1300865] lcms2: crash in Fill and Stroke if linked color profile is mis...Mark Harmer1-1/+5
2016-06-02Sort color profile listshouz1-28/+55
2016-05-21Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin1-2/+2
2016-04-29Backout last commit as it introduced subtle errors.Tavmjong Bah1-2/+0
2016-04-29SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.Tavmjong Bah1-0/+2
2015-12-18brings back CMS tabMarc Jeanmougin1-0/+1
2015-12-07cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin1-6/+5
2015-07-05Colors. Fix for Bug #1457069 (ICC profile filename with [] causes a crash).Nicolas Dufour1-1/+1
2015-02-25create SPObject factoryLiam P. White1-11/+0
2014-10-02i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour1-1/+1
2014-09-18Fix build for fink on OS X 10.9 by including unistd.hBryce Harrington1-0/+1
2014-04-02Fix for Bug #1297557 (crash if document with linked color profile uses spaces...Nicolas Dufour1-6/+4
2014-03-18Fix for Bug #1291546 (Linking color profile from Document properties dialog c...Nicolas Dufour1-1/+1
2014-02-26Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ...Martin Owens1-5/+9
2013-12-12Fix for Bug #498141 (Crash on opening Inkscape Preferences... dialog (color p...Nicolas Dufour1-1/+1
2013-10-16Fix colour variable type with gtkmm 3Alex Valavanis1-8/+30
2013-10-15color-profile: Use Gdk::RGBA for gtkmm 3.0 buildsAlex Valavanis1-1/+22
2013-09-30fix memleak (duplicating string is not necessary, as ustring's constructor a...Johan B. C. Engelen1-1/+1
2013-07-31Fix build errorAlex Valavanis1-1/+1
2013-07-31Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel1-86/+72
2013-07-23Remove the Digest class. Replace its only use with a glibmm call.Krzysztof Kosi??ski1-6/+6
2013-04-21cppcheckKris De Gussem1-5/+1
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-7/+4
2013-04-06Merged more classes.Markus Engel1-78/+18
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel1-0/+12
2013-04-01Added constructors to SP classes.Markus Engel1-7/+13
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
2013-03-29Renamed virtual function names.Markus Engel1-7/+7
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-4/+4
2013-03-29Added "virtual pads" forMarkus Engel1-8/+237
2013-03-26Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...Alex Valavanis1-0/+2
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+1
2013-03-14Various changes.Markus Engel1-4/+6
2013-03-13Fix build failure with clang. Thanks to Samuel Chase for patch (leaks fixed).Alex Valavanis1-4/+2
2013-01-05Build. Fix for Bug #910335 ([POSIX] incorrect included header files in src/co...Nicolas Dufour1-1/+1
2012-10-27Fix C++11 narrowing conversion errorsAlex Valavanis1-3/+3
2012-05-23Correct improper flipping of sRGB transform from RGB to BGR with cairo change...Jon A. Cruz1-3/+3
2012-04-21dropping some ghost code / probably fixing a memleak as wellKris De Gussem1-12/+3