index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
color-profile.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-1376
/
+0
2017-09-26
Add colord ICC store dirs to CMS search paths
Fabio Massaioli
1
-0
/
+16
2017-07-09
Updates for GdkScreen/GdkMonitor API changes
Alexander Valavanis
1
-81
/
+70
2017-07-05
Clean up color profiles code
Tobias Ellinghaus
1
-51
/
+57
2017-07-05
Clean up color-profile and use io/resource for dir scanning
Martin Owens
1
-45
/
+12
2017-01-12
Use GStatBuf where appropriate to ensure usage of the correct type
Eduard Braun
1
-1
/
+1
2016-11-26
[Bug #1644886] Color profiles not loaded on Windows (partial fix).
Nicolas Dufour
1
-1
/
+1
2016-09-15
Correct a typo and a sporious "== true" in a comment.
Shlomi Fish
1
-1
/
+1
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-10
/
+5
2016-07-28
Drop remaining GTKMM 2 fallback support
Alex Valavanis
1
-38
/
+7
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-3
/
+9
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-9
/
+3
2016-06-14
[Bug #1300865] lcms2: crash in Fill and Stroke if linked color profile is mis...
Mark Harmer
1
-1
/
+5
2016-06-02
Sort color profile lists
houz
1
-28
/
+55
2016-05-21
Fix regression: restore order in resources (e.g. pattern list)
Marc Jeanmougin
1
-2
/
+2
2016-04-29
Backout last commit as it introduced subtle errors.
Tavmjong Bah
1
-2
/
+0
2016-04-29
SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.
Tavmjong Bah
1
-0
/
+2
2015-12-18
brings back CMS tab
Marc Jeanmougin
1
-0
/
+1
2015-12-07
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
1
-6
/
+5
2015-07-05
Colors. Fix for Bug #1457069 (ICC profile filename with [] causes a crash).
Nicolas Dufour
1
-1
/
+1
2015-02-25
create SPObject factory
Liam P. White
1
-11
/
+0
2014-10-02
i18n. Fix for Bug #380522 (strings that need to be fixed for translation).
Nicolas Dufour
1
-1
/
+1
2014-09-18
Fix build for fink on OS X 10.9 by including unistd.h
Bryce Harrington
1
-0
/
+1
2014-04-02
Fix for Bug #1297557 (crash if document with linked color profile uses spaces...
Nicolas Dufour
1
-6
/
+4
2014-03-18
Fix for Bug #1291546 (Linking color profile from Document properties dialog c...
Nicolas Dufour
1
-1
/
+1
2014-02-26
Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ...
Martin Owens
1
-5
/
+9
2013-12-12
Fix for Bug #498141 (Crash on opening Inkscape Preferences... dialog (color p...
Nicolas Dufour
1
-1
/
+1
2013-10-16
Fix colour variable type with gtkmm 3
Alex Valavanis
1
-8
/
+30
2013-10-15
color-profile: Use Gdk::RGBA for gtkmm 3.0 builds
Alex Valavanis
1
-1
/
+22
2013-09-30
fix memleak (duplicating string is not necessary, as ustring's constructor a...
Johan B. C. Engelen
1
-1
/
+1
2013-07-31
Fix build error
Alex Valavanis
1
-1
/
+1
2013-07-31
Cleaned up a bit; fixed struct vs. class forward declarations.
Markus Engel
1
-86
/
+72
2013-07-23
Remove the Digest class. Replace its only use with a glibmm call.
Krzysztof Kosi??ski
1
-6
/
+6
2013-04-21
cppcheck
Kris De Gussem
1
-5
/
+1
2013-04-07
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
1
-7
/
+4
2013-04-06
Merged more classes.
Markus Engel
1
-78
/
+18
2013-04-02
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
1
-0
/
+12
2013-04-01
Added constructors to SP classes.
Markus Engel
1
-7
/
+13
2013-03-31
Prepared exchange of casting macros.
Markus Engel
1
-0
/
+1
2013-03-29
Renamed virtual function names.
Markus Engel
1
-7
/
+7
2013-03-29
Removed function pointers from SPObject and subclasses.
Markus Engel
1
-4
/
+4
2013-03-29
Added "virtual pads" for
Markus Engel
1
-8
/
+237
2013-03-26
Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...
Alex Valavanis
1
-0
/
+2
2013-03-25
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
1
-1
/
+1
2013-03-14
Various changes.
Markus Engel
1
-4
/
+6
2013-03-13
Fix build failure with clang. Thanks to Samuel Chase for patch (leaks fixed).
Alex Valavanis
1
-4
/
+2
2013-01-05
Build. Fix for Bug #910335 ([POSIX] incorrect included header files in src/co...
Nicolas Dufour
1
-1
/
+1
2012-10-27
Fix C++11 narrowing conversion errors
Alex Valavanis
1
-3
/
+3
2012-05-23
Correct improper flipping of sRGB transform from RGB to BGR with cairo change...
Jon A. Cruz
1
-3
/
+3
2012-04-21
dropping some ghost code / probably fixing a memleak as well
Kris De Gussem
1
-12
/
+3
[next]