index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
svg
/
svg-color.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-12
Remove support for LCMS 1
Karl Cheng
1
-4
/
+4
2019-04-06
More document.h cleanup.
Tavmjong Bah
1
-2
/
+2
2019-03-06
Avoid the “using std::*;” or “using namespace std;” constructs.
Emmanuel Gil Peyrot
1
-15
/
+12
2019-01-02
modernize loops
Marc Jeanmougin
1
-2
/
+2
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-1
/
+1
2018-06-19
Replace functions with methods in SPColor.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-5
/
+5
2018-05-09
Apply fixed
Jabier Arraiza
1
-1
/
+2
2018-05-09
Reset old code to reaply fixed
Jabier Arraiza
1
-2
/
+1
2018-05-09
Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688
Jabier Arraiza
1
-1
/
+2
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-5
/
+5
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-5
/
+5
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-1
/
+4
2017-10-31
fix asserts
Marc Jeanmougin
1
-3
/
+3
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-1
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+1
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-1
/
+0
2014-11-26
Patch from NJH from report 1378843. Fixes build with lcms disabled.
Nathan Hurst
1
-1
/
+1
2014-10-11
Fix uninitialized variable use in svg-color.cpp. (additionally reduce scope o...
Johan B. C. Engelen
1
-2
/
+2
2014-07-24
Read HSL colors (CSS Color Module Level 3).
Tavmjong Bah
1
-0
/
+53
2014-07-24
Read HSL color (CSS Color Module Level 3).
Tavmjong Bah
1
-0
/
+53
2014-06-21
Add new named color 'rebeccapurple' (CSS4 Color).
Tavmjong Bah
1
-0
/
+1
2014-06-21
Add new named color 'rebeccapurple' (CSS4 Color).
Tavmjong Bah
1
-0
/
+1
2013-05-18
Refactored internals to use a vector of structs instead of several parallel a...
Jon A. Cruz
1
-16
/
+11
2012-04-04
c++ification: GHashTable > std::map (bug #970237 ; patch by Samuel Chase + so...
Kris De Gussem
1
-46
/
+41
2012-02-13
Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...
Jon A. Cruz
1
-4
/
+4
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-5
/
+0
2011-07-10
Refactored to abstract lcms usage more. Added CMSSystem class.
Jon A. Cruz
1
-10
/
+7
2011-07-09
Next step in refactoring color management. More to come.
Jon A. Cruz
1
-3
/
+7
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-07-07
Revert device-color for now.
Jon A. Cruz
1
-105
/
+0
2009-12-25
Fix compile when lcms is disabled (someone please check that this fix is corr...
Maximilian Albert
1
-0
/
+2
2009-12-20
Warning cleanup
Jon A. Cruz
1
-2
/
+2
2009-12-07
This commit hooks device-cmyk handling to color pickers. Now we have basic in...
Felipe Corr??a da Silva Sanches
1
-2
/
+0
2009-12-06
* infrastructure to store device colors as described in http://www.w3.org/TR/...
Felipe Corr??a da Silva Sanches
1
-0
/
+107
2009-09-27
Updated allowed icc-profile names to match recent grammars. Follow-up for bug...
Jon A. Cruz
1
-3
/
+10
2009-06-20
parsing and handling of icc-color in feFlood SVG Filters
Felipe Corr??a da Silva Sanches
1
-2
/
+45
2009-06-20
bool sp_svg_read_icc_color( gchar const *str, SVGICCColor* dest );
Felipe Corr??a da Silva Sanches
1
-0
/
+6
2008-10-27
From trunk
Ted Gould
1
-2
/
+3
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-4
/
+9
2008-01-05
glib/gtestutils.h is not available on gutsy, so switching to include of
Bryce Harrington
1
-1
/
+1
2008-01-05
Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy
Bryce Harrington
1
-0
/
+1
2007-12-12
Warning cleanup
Jon A. Cruz
1
-2
/
+0
2007-09-06
Preserve paint styles with multiple components
Jon A. Cruz
1
-1
/
+3
2006-10-31
make svg numeric precision, minimum exponent, and the use of named colors (as...
bulia byak
1
-2
/
+7
2006-08-26
gboolean -> bool conversion commit 1. Modifies code to do with getting the u...
Michael G. Sloan
1
-9
/
+9
2006-08-25
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
1
-1
/
+1
2006-08-23
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
1
-1
/
+1
[next]