index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
display
/
nr-filter-composite.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace IS_FINITE with std::isfinite (exists since C++11)
Patrick Storz
2019-04-02
1
-1
/
+1
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-4
/
+0
*
Remove #include "config.h" from header files where possible
Eduard Braun
2018-09-24
1
-0
/
+4
*
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Set primitive filter area in feComposite and feMerge. Needed for tiling.
Tavmjong Bah
2017-11-03
1
-0
/
+3
*
New CSS blending and compositing modes.
Tavmjong Bah
2013-12-05
1
-7
/
+28
*
Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...
Tavmjong Bah
2012-12-23
1
-33
/
+3
*
Add support for color-interpolation-filters = linearRGB.
Tavmjong Bah
2012-12-22
1
-0
/
+41
*
Clamp colour channels in feComposite result to alpha channel, instead of 1, a...
Jasper van de Gronde
2012-10-27
1
-4
/
+5
*
Initial autocache work
Krzysztof Kosi??ski
2011-08-09
1
-0
/
+5
*
Update 2Geom to pull in integer rectangle class
Krzysztof Kosi??ski
2011-06-23
1
-1
/
+0
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-1
/
+1
|
\
*
|
Merge from trunk
Krzysztof Kosi??ski
2010-11-25
1
-1
/
+1
|
\
|
|
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
|
Color matrix filter. Fix arithmetic operator in feComposite
Krzysztof Kosi??ski
2010-07-17
1
-8
/
+13
*
|
Minor cleanup of composite filter
Krzysztof Kosi??ski
2010-07-17
1
-150
/
+0
*
|
Composite filter
Krzysztof Kosi??ski
2010-07-16
1
-1
/
+72
|
/
*
Fixes some wrong uses of CLAMP_D_TO_U8 in filtering code (mostly based on my ...
Jasper van de Gronde
2009-04-05
1
-4
/
+4
*
Removed two g_warning's I had used for debugging...
Jasper van de Gronde
2009-01-05
1
-2
/
+0
*
(Partial) fix to nr-filter-image + some (small) changes to nr-filter-blend an...
Jasper van de Gronde
2009-01-04
1
-18
/
+16
*
Move filters into their own namespace Inkscape::Filters (from NR::)
Johan B. C. Engelen
2009-01-02
1
-7
/
+10
*
get rid of a lot of no longer needed "libnr/nr-..." includes.
Johan B. C. Engelen
2008-12-30
1
-1
/
+0
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-1
/
+1
*
* src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,
mjwybrow
2008-06-22
1
-1
/
+1
*
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
2008-06-06
1
-1
/
+1
*
Warning cleanup
Jon A. Cruz
2007-11-25
1
-1
/
+1
*
Modified filter primitives' render method to use FilterUnits instead of Matrix
Niko Kiirala
2007-10-31
1
-1
/
+2
*
Composite Filter: Handle negative K's in Arithmetic mode.
Tavmjong Bah
2007-10-06
1
-4
/
+4
*
Patch by Jean-René Reinhard: better SVG compliance for lighting effects
Niko Kiirala
2007-07-23
1
-10
/
+5
*
First version of feComposite filter effect renderer
Niko Kiirala
2007-07-09
1
-0
/
+235