summaryrefslogtreecommitdiffstats
path: root/src/object/color-profile.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-09Minor cleanup (remove unneeded win32-specific defines)Patrick Storz1-3/+0
2019-05-12Remove support for LCMS 1Karl Cheng1-78/+38
2019-02-20Give more descriptive names to document file related variables and functions.Tavmjong Bah1-1/+1
2019-01-02modernize loopsMarc Jeanmougin1-9/+9
2018-12-09remove Inkscape::URI::getFullPathThomas Holder1-16/+9
2018-11-08Clarify licensesMax Gaukler1-0/+9
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-1/+1
2018-10-01Use _WIN32 instead of WIN32Eduard Braun1-5/+5
2018-06-18Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot1-5/+6
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-4/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-55/+55
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-9/+9
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-9/+9
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+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