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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid the “using std::*;” or “using namespace std;” constructs.
Emmanuel Gil Peyrot
2019-03-06
1
-2
/
+2
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Replace functions with methods in SPColor.
Emmanuel Gil Peyrot
2018-06-19
1
-17
/
+15
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-10
/
+10
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-1
/
+1
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-1
/
+1
*
More header cleanup
Liam P. White
2014-09-06
1
-15
/
+23
*
Minor pass of header cleanup
Liam P. White
2014-08-30
1
-4
/
+4
*
Return correct values for SPColor::operator==
Tavmjong Bah
2014-03-14
1
-3
/
+4
*
cppcheck
Kris De Gussem
2013-04-21
1
-3
/
+1
*
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
2012-10-04
1
-1
/
+1
*
various
Kris De Gussem
2012-06-05
1
-0
/
+4
*
cppcheck
Kris De Gussem
2011-12-04
1
-2
/
+0
*
Fixing more broken and split doc comments.
Jon A. Cruz
2011-10-27
1
-3
/
+1
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
Revert device-color for now.
Jon A. Cruz
2010-07-07
1
-50
/
+4
*
fix device-color output
Felipe Corr??a da Silva Sanches
2009-12-06
1
-1
/
+2
*
* infrastructure to store device colors as described in http://www.w3.org/TR/...
Felipe Corr??a da Silva Sanches
2009-12-06
1
-6
/
+52
*
Crash fix
Jon A. Cruz
2007-09-25
1
-9
/
+11
*
Initial support for icc color selection including CMYK
Jon A. Cruz
2007-09-25
1
-2
/
+32
*
Refactoring SPColor to C++ and removing legacy CMYK implementation
Jon A. Cruz
2007-09-15
1
-151
/
+102
*
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
2006-08-25
1
-2
/
+2
*
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
2006-08-23
1
-2
/
+2
*
remove warnings
Bob Jamison
2006-06-01
1
-0
/
+1
*
handle unhandled case in sp_color_rgb_to hsv_floatv(), removes assert warning...
Ralf Stephan
2006-05-21
1
-0
/
+2
*
bulk trailing spaces removal. consistency through MD5 of binary
Ralf Stephan
2006-02-15
1
-6
/
+6
*
moving trunk for module inkscape
MenTaLguY
2006-01-16
1
-0
/
+468