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-blend.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-4
/
+0
*
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
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
*
Refactoring: avoid duplicate code.
Shlomi Fish
2017-10-06
1
-53
/
+42
*
Refactoring.
Shlomi Fish
2017-10-06
1
-7
/
+2
*
Optimize and remove trailing space.
Shlomi Fish
2017-10-06
1
-13
/
+16
*
Fix build (not pretty).
Liam P. White
2014-08-18
1
-0
/
+1
*
Enable rendering of new filter blend modes (but don't add them to GUI).
Tavmjong Bah
2014-06-29
1
-7
/
+2
*
New CSS blending and compositing modes.
Tavmjong Bah
2013-12-05
1
-3
/
+49
*
Use Cairo 1.10 blend operators to render feBlend
Krzysztof Kosi??ski
2013-09-26
1
-134
/
+30
*
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
-2
/
+42
*
Correctly invalidate cache of objects with background-accessing filters
Krzysztof Kosi??ski
2011-08-14
1
-0
/
+11
*
Initial autocache work
Krzysztof Kosi??ski
2011-08-09
1
-0
/
+5
*
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
*
|
Composite filter
Krzysztof Kosi??ski
2010-07-16
1
-8
/
+3
*
|
Split out surface blending template into a separate file
Krzysztof Kosi??ski
2010-07-16
1
-115
/
+13
*
|
Offset filter
Krzysztof Kosi??ski
2010-07-14
1
-0
/
+1
*
|
Flood and merge filters
Krzysztof Kosi??ski
2010-07-14
1
-153
/
+0
*
|
Merge redundant *-fns.h into respective filter headers.
Krzysztof Kosi??ski
2010-07-14
1
-0
/
+253
|
/
*
(Partial) fix to nr-filter-image + some (small) changes to nr-filter-blend an...
Jasper van de Gronde
2009-01-04
1
-19
/
+20
*
Move filters into their own namespace Inkscape::Filters (from NR::)
Johan B. C. Engelen
2009-01-02
1
-2
/
+4
*
get rid of a lot of no longer needed "libnr/nr-..." includes.
Johan B. C. Engelen
2008-12-30
1
-1
/
+0
*
Modified filter primitives' render method to use FilterUnits instead of Matrix
Niko Kiirala
2007-10-31
1
-1
/
+2
*
First version of feComposite filter effect renderer
Niko Kiirala
2007-07-09
1
-113
/
+26
*
Added support for in-parameter in filter primitives
Niko Kiirala
2007-05-29
1
-8
/
+0
*
Fixed some feBlend rendering bugs
Niko Kiirala
2007-05-16
1
-27
/
+45
*
Added renderer support for feBlend filter effect
Niko Kiirala
2007-05-14
1
-0
/
+309