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