summaryrefslogtreecommitdiffstats
path: root/src/color-profile.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1376/+0
| | | | A lot of header clean-up.
* Add colord ICC store dirs to CMS search pathsFabio Massaioli2017-09-261-0/+16
| | | | For reference, see https://github.com/hughsie/colord/blob/fe10f76536bb27614ced04e0ff944dc6fb4625c0/lib/colord/cd-icc-store.c#L590
* Updates for GdkScreen/GdkMonitor API changesAlexander Valavanis2017-07-091-81/+70
|
* Clean up color profiles codeTobias Ellinghaus2017-07-051-51/+57
| | | | | This is a late 2nd part for 86a74b4a93ab62c8ef7819dc549fe7b3ace24916 and gets rid of the non-descriptive std::pair<ustring, bool>
* Clean up color-profile and use io/resource for dir scanningMartin Owens2017-07-051-45/+12
|
* Use GStatBuf where appropriate to ensure usage of the correct typeEduard Braun2017-01-121-1/+1
| | | | | (fixes compilation with i686-w64-mingw32) (bzr r15414)
* [Bug #1644886] Color profiles not loaded on Windows (partial fix).Nicolas Dufour2016-11-261-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1644886 (bzr r15277)
* Correct a typo and a sporious "== true" in a comment.Shlomi Fish2016-09-151-1/+1
| | | (bzr r15100.1.18)
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-38/+7
|\ | | | | (bzr r15038)
| * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-38/+7
| | | | | | (bzr r15023.2.7)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-10/+5
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-3/+9
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-9/+3
|/ | | (bzr r15025)
* [Bug #1300865] lcms2: crash in Fill and Stroke if linked color profile is ↵Mark Harmer2016-06-141-1/+5
| | | | | | | | missing on local system. Fixed bugs: - https://launchpad.net/bugs/1300865 (bzr r14987)
* Sort color profile listshouz2016-06-021-28/+55
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1457126 (bzr r14946)
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-211-2/+2
| | | (bzr r14907)
* Backout last commit as it introduced subtle errors.Tavmjong Bah2016-04-291-2/+0
| | | (bzr r14864)
* SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.Tavmjong Bah2016-04-291-0/+2
| | | (bzr r14863)
* brings back CMS tabMarc Jeanmougin2015-12-181-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1504612 (bzr r14537)
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin2015-12-071-6/+5
| | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
* Colors. Fix for Bug #1457069 (ICC profile filename with [] causes a crash).Nicolas Dufour2015-07-051-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1457069 (bzr r14229)
* create SPObject factoryLiam P. White2015-02-251-11/+0
| | | (bzr r13939.1.1)
* i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour2014-10-021-1/+1
| | | | | | | | Translations. Inkscape.pot and French translation update. Fixed bugs: - https://launchpad.net/bugs/380522 (bzr r13576)
* Fix build for fink on OS X 10.9 by including unistd.hBryce Harrington2014-09-181-0/+1
| | | | | | | | Fixes: https://bugs.launchpad.net/inkscape/+bug/1340914 Fixed bugs: - https://launchpad.net/bugs/1340914 (bzr r13560)
* Fix for Bug #1297557 (crash if document with linked color profile uses ↵Nicolas Dufour2014-04-021-6/+4
| | | | | | | | spaces in file name). Fixed bugs: - https://launchpad.net/bugs/1297557 (bzr r13249)
* Fix for Bug #1291546 (Linking color profile from Document properties dialog ↵Nicolas Dufour2014-03-181-1/+1
| | | | | | | | crashes Inkscape). Fixed bugs: - https://launchpad.net/bugs/1291546 (bzr r13165)
* Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵Martin Owens2014-02-261-5/+9
| | | | | ziptool to utils. (bzr r13047.1.5)
* Fix for Bug #498141 (Crash on opening Inkscape Preferences... dialog (color ↵Nicolas Dufour2013-12-121-1/+1
| | | | | | | | profiles)). Fixed bugs: - https://launchpad.net/bugs/498141 (bzr r12847)
* Fix colour variable type with gtkmm 3Alex Valavanis2013-10-161-8/+30
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1239370 (bzr r12694)
* color-profile: Use Gdk::RGBA for gtkmm 3.0 buildsAlex Valavanis2013-10-151-1/+22
| | | (bzr r12689)
* fix memleak (duplicating string is not necessary, as ustring's constructor ↵Johan B. C. Engelen2013-09-301-1/+1
| | | | | already does that) (bzr r12632)
* Merged from trunk (r12465).Markus Engel2013-08-041-1/+1
|\ | | | | (bzr r11608.1.119)
| * Fix build errorAlex Valavanis2013-07-311-1/+1
| | | | | | (bzr r12442)
* | Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-86/+72
| | | | | | (bzr r11608.1.111)
* | Merge from trunk (r12439).Markus Engel2013-07-251-6/+6
|\| | | | | (bzr r11608.1.108)
| * Remove the Digest class. Replace its only use with a glibmm call.Krzysztof Kosi??ski2013-07-231-6/+6
| | | | | | (bzr r12429)
* | Merged from trunk (r12305)Markus Engel2013-04-271-5/+1
|\| | | | | (bzr r11608.1.106)
| * cppcheckKris De Gussem2013-04-211-5/+1
| | | | | | (bzr r12293)
* | Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-7/+4
| | | | | | (bzr r11608.1.86)
* | Merged more classes.Markus Engel2013-04-061-78/+18
| | | | | | (bzr r11608.1.84)
* | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel2013-04-021-0/+12
| | | | | | | | | | rewritten, as they aren't real classes. (bzr r11608.1.69)
* | Added constructors to SP classes.Markus Engel2013-04-011-7/+13
| | | | | | (bzr r11608.1.67)
* | Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
| | | | | | (bzr r11608.1.63)
* | Renamed virtual function names.Markus Engel2013-03-291-7/+7
| | | | | | (bzr r11608.1.57)
* | merged from trunkMarkus Engel2013-03-291-234/+11
|\| | | | | (bzr r11608.1.56)
| * Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵Alex Valavanis2013-03-261-0/+2
| | | | | | | | | | | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
| * Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
| * Fix build failure with clang. Thanks to Samuel Chase for patch (leaks fixed).Alex Valavanis2013-03-131-4/+2
| | | | | | (bzr r12202)
| * Build. Fix for Bug #910335 ([POSIX] incorrect included header files in ↵Nicolas Dufour2013-01-051-1/+1
| | | | | | | | | | src/color-profile.cpp for open(2)). (bzr r12009)
| * Fix C++11 narrowing conversion errorsAlex Valavanis2012-10-271-3/+3
| | | | | | (bzr r11834)