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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
brings back CMS tab
Marc Jeanmougin
2015-12-18
1
-0
/
+1
*
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
2015-12-07
1
-6
/
+5
*
Colors. Fix for Bug #1457069 (ICC profile filename with [] causes a crash).
Nicolas Dufour
2015-07-05
1
-1
/
+1
*
create SPObject factory
Liam P. White
2015-02-25
1
-11
/
+0
*
i18n. Fix for Bug #380522 (strings that need to be fixed for translation).
Nicolas Dufour
2014-10-02
1
-1
/
+1
*
Fix build for fink on OS X 10.9 by including unistd.h
Bryce Harrington
2014-09-18
1
-0
/
+1
*
Fix for Bug #1297557 (crash if document with linked color profile uses spaces...
Nicolas Dufour
2014-04-02
1
-6
/
+4
*
Fix for Bug #1291546 (Linking color profile from Document properties dialog c...
Nicolas Dufour
2014-03-18
1
-1
/
+1
*
Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ...
Martin Owens
2014-02-26
1
-5
/
+9
*
Fix for Bug #498141 (Crash on opening Inkscape Preferences... dialog (color p...
Nicolas Dufour
2013-12-12
1
-1
/
+1
*
Fix colour variable type with gtkmm 3
Alex Valavanis
2013-10-16
1
-8
/
+30
*
color-profile: Use Gdk::RGBA for gtkmm 3.0 builds
Alex Valavanis
2013-10-15
1
-1
/
+22
*
fix memleak (duplicating string is not necessary, as ustring's constructor a...
Johan B. C. Engelen
2013-09-30
1
-1
/
+1
*
Merged from trunk (r12465).
Markus Engel
2013-08-04
1
-1
/
+1
|
\
|
*
Fix build error
Alex Valavanis
2013-07-31
1
-1
/
+1
*
|
Cleaned up a bit; fixed struct vs. class forward declarations.
Markus Engel
2013-07-31
1
-86
/
+72
*
|
Merge from trunk (r12439).
Markus Engel
2013-07-25
1
-6
/
+6
|
\
|
|
*
Remove the Digest class. Replace its only use with a glibmm call.
Krzysztof Kosi??ski
2013-07-23
1
-6
/
+6
*
|
Merged from trunk (r12305)
Markus Engel
2013-04-27
1
-5
/
+1
|
\
|
|
*
cppcheck
Kris De Gussem
2013-04-21
1
-5
/
+1
*
|
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
2013-04-07
1
-7
/
+4
*
|
Merged more classes.
Markus Engel
2013-04-06
1
-78
/
+18
*
|
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
2013-04-02
1
-0
/
+12
*
|
Added constructors to SP classes.
Markus Engel
2013-04-01
1
-7
/
+13
*
|
Prepared exchange of casting macros.
Markus Engel
2013-03-31
1
-0
/
+1
*
|
Renamed virtual function names.
Markus Engel
2013-03-29
1
-7
/
+7
*
|
merged from trunk
Markus Engel
2013-03-29
1
-234
/
+11
|
\
|
|
*
Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...
Alex Valavanis
2013-03-26
1
-0
/
+2
|
*
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
2013-03-25
1
-1
/
+1
|
*
Fix build failure with clang. Thanks to Samuel Chase for patch (leaks fixed).
Alex Valavanis
2013-03-13
1
-4
/
+2
|
*
Build. Fix for Bug #910335 ([POSIX] incorrect included header files in src/co...
Nicolas Dufour
2013-01-05
1
-1
/
+1
|
*
Fix C++11 narrowing conversion errors
Alex Valavanis
2012-10-27
1
-3
/
+3
*
|
Removed function pointers from SPObject and subclasses.
Markus Engel
2013-03-29
1
-4
/
+4
*
|
Added "virtual pads" for
Markus Engel
2013-03-29
1
-8
/
+237
*
|
Various changes.
Markus Engel
2013-03-14
1
-4
/
+6
|
/
*
Correct improper flipping of sRGB transform from RGB to BGR with cairo change...
Jon A. Cruz
2012-05-23
1
-3
/
+3
*
dropping some ghost code / probably fixing a memleak as well
Kris De Gussem
2012-04-21
1
-12
/
+3
*
fix build some more...
Johan B. C. Engelen
2012-02-15
1
-1
/
+1
*
Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...
Jon A. Cruz
2012-02-13
1
-93
/
+183
*
Cleanup for src/forward.h. (About 19 of the affected files did not require th...
Jon A. Cruz
2011-10-05
1
-1
/
+2
*
Update for non-LCMS builds.
Jon A. Cruz
2011-07-10
1
-0
/
+2
*
Refactored to abstract lcms usage more. Added CMSSystem class.
Jon A. Cruz
2011-07-10
1
-11
/
+20
*
Next step in refactoring color management. More to come.
Jon A. Cruz
2011-07-09
1
-5
/
+37
*
fix for building without LCMS
Campbell Barton
2011-07-08
1
-1
/
+4
*
Refactoring color profile to bring more internal. Help to prep for optional l...
Jon A. Cruz
2011-07-06
1
-82
/
+179
*
Merge from trunk
Krzysztof Kosi??ski
2011-06-19
1
-1
/
+1
|
\
|
*
Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, b...
Jon A. Cruz
2011-06-04
1
-1
/
+1
*
|
Fix color-managed view
Krzysztof Kosi??ski
2011-04-08
1
-35
/
+38
|
/
*
Pass removing some outdated C-macro use.
Jon A. Cruz
2011-02-20
1
-1
/
+1
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-10
/
+9
|
\
[next]