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-merge.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-6
/
+5
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Run clang-tidy’s modernize-use-nullptr 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
*
Set primitive filter area in feComposite and feMerge. Needed for tiling.
Tavmjong Bah
2017-11-03
1
-0
/
+3
*
Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...
Tavmjong Bah
2012-12-23
1
-12
/
+1
*
Add support for color-interpolation-filters = linearRGB.
Tavmjong Bah
2012-12-22
1
-0
/
+19
*
cppcheck: Fix a couple more C-style pointer casts and inefficient vector-empt...
Alex Valavanis
2012-11-15
1
-1
/
+1
*
fix warning
Johan B. C. Engelen
2012-04-11
1
-1
/
+1
*
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
*
|
Flood and merge filters
Krzysztof Kosi??ski
2010-07-14
1
-73
/
+28
|
/
*
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
*
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
*
Added more error checking to filter effects code
Niko Kiirala
2008-01-04
1
-2
/
+4
*
Warning cleanup
Jon A. Cruz
2007-11-25
1
-3
/
+3
*
Modified filter primitives' render method to use FilterUnits instead of Matrix
Niko Kiirala
2007-10-31
1
-1
/
+2
*
Added support for feMerge filter priitive
Niko Kiirala
2007-07-26
1
-0
/
+140