index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
object
/
color-profile.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-06-09
Minor cleanup (remove unneeded win32-specific defines)
Patrick Storz
1
-3
/
+0
2019-05-12
Remove support for LCMS 1
Karl Cheng
1
-78
/
+38
2019-02-20
Give more descriptive names to document file related variables and functions.
Tavmjong Bah
1
-1
/
+1
2019-01-02
modernize loops
Marc Jeanmougin
1
-9
/
+9
2018-12-09
remove Inkscape::URI::getFullPath
Thomas Holder
1
-16
/
+9
2018-11-08
Clarify licenses
Max Gaukler
1
-0
/
+9
2018-10-06
SPAttributeEnum typed function arguments
Thomas Holder
1
-1
/
+1
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-1
/
+1
2018-10-01
Use _WIN32 instead of WIN32
Eduard Braun
1
-5
/
+5
2018-06-18
Run clang-tidy’s modernize-pass-by-value pass.
Emmanuel Gil Peyrot
1
-5
/
+6
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-4
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-55
/
+55
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-9
/
+9
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-9
/
+9
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-0
/
+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
[next]