| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -1376/+0 |
| | | | | | A lot of header clean-up. | ||||
| * | Add colord ICC store dirs to CMS search paths | Fabio Massaioli | 2017-09-26 | 1 | -0/+16 |
| | | | | | For reference, see https://github.com/hughsie/colord/blob/fe10f76536bb27614ced04e0ff944dc6fb4625c0/lib/colord/cd-icc-store.c#L590 | ||||
| * | Updates for GdkScreen/GdkMonitor API changes | Alexander Valavanis | 2017-07-09 | 1 | -81/+70 |
| | | |||||
| * | Clean up color profiles code | Tobias Ellinghaus | 2017-07-05 | 1 | -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 scanning | Martin Owens | 2017-07-05 | 1 | -45/+12 |
| | | |||||
| * | Use GStatBuf where appropriate to ensure usage of the correct type | Eduard Braun | 2017-01-12 | 1 | -1/+1 |
| | | | | | | (fixes compilation with i686-w64-mingw32) (bzr r15414) | ||||
| * | [Bug #1644886] Color profiles not loaded on Windows (partial fix). | Nicolas Dufour | 2016-11-26 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1644886 (bzr r15277) | ||||
| * | Correct a typo and a sporious "== true" in a comment. | Shlomi Fish | 2016-09-15 | 1 | -1/+1 |
| | | | | (bzr r15100.1.18) | ||||
| * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -38/+7 |
| |\ | | | | | (bzr r15038) | ||||
| | * | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 2016-07-28 | 1 | -38/+7 |
| | | | | | | | (bzr r15023.2.7) | ||||
| * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -10/+5 |
| | | | | | | | (bzr r15034) | ||||
| * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -3/+9 |
| | | | | | | | (bzr r15027) | ||||
| * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -9/+3 |
| |/ | | | (bzr r15025) | ||||
| * | [Bug #1300865] lcms2: crash in Fill and Stroke if linked color profile is ↵ | Mark Harmer | 2016-06-14 | 1 | -1/+5 |
| | | | | | | | | | missing on local system. Fixed bugs: - https://launchpad.net/bugs/1300865 (bzr r14987) | ||||
| * | Sort color profile lists | houz | 2016-06-02 | 1 | -28/+55 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1457126 (bzr r14946) | ||||
| * | Fix regression: restore order in resources (e.g. pattern list) | Marc Jeanmougin | 2016-05-21 | 1 | -2/+2 |
| | | | | (bzr r14907) | ||||
| * | Backout last commit as it introduced subtle errors. | Tavmjong Bah | 2016-04-29 | 1 | -2/+0 |
| | | | | (bzr r14864) | ||||
| * | SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'. | Tavmjong Bah | 2016-04-29 | 1 | -0/+2 |
| | | | | (bzr r14863) | ||||
| * | brings back CMS tab | Marc Jeanmougin | 2015-12-18 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1504612 (bzr r14537) | ||||
| * | cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵ | Marc Jeanmougin | 2015-12-07 | 1 | -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 Dufour | 2015-07-05 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1457069 (bzr r14229) | ||||
| * | create SPObject factory | Liam P. White | 2015-02-25 | 1 | -11/+0 |
| | | | | (bzr r13939.1.1) | ||||
| * | i18n. Fix for Bug #380522 (strings that need to be fixed for translation). | Nicolas Dufour | 2014-10-02 | 1 | -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.h | Bryce Harrington | 2014-09-18 | 1 | -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 Dufour | 2014-04-02 | 1 | -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 Dufour | 2014-03-18 | 1 | -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 Owens | 2014-02-26 | 1 | -5/+9 |
| | | | | | | ziptool to utils. (bzr r13047.1.5) | ||||
| * | Fix for Bug #498141 (Crash on opening Inkscape Preferences... dialog (color ↵ | Nicolas Dufour | 2013-12-12 | 1 | -1/+1 |
| | | | | | | | | | profiles)). Fixed bugs: - https://launchpad.net/bugs/498141 (bzr r12847) | ||||
| * | Fix colour variable type with gtkmm 3 | Alex Valavanis | 2013-10-16 | 1 | -8/+30 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1239370 (bzr r12694) | ||||
| * | color-profile: Use Gdk::RGBA for gtkmm 3.0 builds | Alex Valavanis | 2013-10-15 | 1 | -1/+22 |
| | | | | (bzr r12689) | ||||
| * | fix memleak (duplicating string is not necessary, as ustring's constructor ↵ | Johan B. C. Engelen | 2013-09-30 | 1 | -1/+1 |
| | | | | | | already does that) (bzr r12632) | ||||
| * | Merged from trunk (r12465). | Markus Engel | 2013-08-04 | 1 | -1/+1 |
| |\ | | | | | (bzr r11608.1.119) | ||||
| | * | Fix build error | Alex Valavanis | 2013-07-31 | 1 | -1/+1 |
| | | | | | | | (bzr r12442) | ||||
| * | | Cleaned up a bit; fixed struct vs. class forward declarations. | Markus Engel | 2013-07-31 | 1 | -86/+72 |
| | | | | | | | (bzr r11608.1.111) | ||||
| * | | Merge from trunk (r12439). | Markus Engel | 2013-07-25 | 1 | -6/+6 |
| |\| | | | | | (bzr r11608.1.108) | ||||
| | * | Remove the Digest class. Replace its only use with a glibmm call. | Krzysztof Kosi??ski | 2013-07-23 | 1 | -6/+6 |
| | | | | | | | (bzr r12429) | ||||
| * | | Merged from trunk (r12305) | Markus Engel | 2013-04-27 | 1 | -5/+1 |
| |\| | | | | | (bzr r11608.1.106) | ||||
| | * | cppcheck | Kris De Gussem | 2013-04-21 | 1 | -5/+1 |
| | | | | | | | (bzr r12293) | ||||
| * | | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 2013-04-07 | 1 | -7/+4 |
| | | | | | | | (bzr r11608.1.86) | ||||
| * | | Merged more classes. | Markus Engel | 2013-04-06 | 1 | -78/+18 |
| | | | | | | | (bzr r11608.1.84) | ||||
| * | | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵ | Markus Engel | 2013-04-02 | 1 | -0/+12 |
| | | | | | | | | | | | rewritten, as they aren't real classes. (bzr r11608.1.69) | ||||
| * | | Added constructors to SP classes. | Markus Engel | 2013-04-01 | 1 | -7/+13 |
| | | | | | | | (bzr r11608.1.67) | ||||
| * | | Prepared exchange of casting macros. | Markus Engel | 2013-03-31 | 1 | -0/+1 |
| | | | | | | | (bzr r11608.1.63) | ||||
| * | | Renamed virtual function names. | Markus Engel | 2013-03-29 | 1 | -7/+7 |
| | | | | | | | (bzr r11608.1.57) | ||||
| * | | merged from trunk | Markus Engel | 2013-03-29 | 1 | -234/+11 |
| |\| | | | | | (bzr r11608.1.56) | ||||
| | * | Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵ | Alex Valavanis | 2013-03-26 | 1 | -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 libraries | Alex Valavanis | 2013-03-25 | 1 | -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 Valavanis | 2013-03-13 | 1 | -4/+2 |
| | | | | | | | (bzr r12202) | ||||
| | * | Build. Fix for Bug #910335 ([POSIX] incorrect included header files in ↵ | Nicolas Dufour | 2013-01-05 | 1 | -1/+1 |
| | | | | | | | | | | | src/color-profile.cpp for open(2)). (bzr r12009) | ||||
| | * | Fix C++11 narrowing conversion errors | Alex Valavanis | 2012-10-27 | 1 | -3/+3 |
| | | | | | | | (bzr r11834) | ||||
