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-morphology.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
-1
/
+1
*
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
-3
/
+2
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-4
/
+4
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-4
/
+4
*
Support device scale in filters.
Tavmjong Bah
2017-11-30
1
-2
/
+3
*
suppress warning
Johan B. C. Engelen
2013-10-29
1
-0
/
+1
*
Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...
Tavmjong Bah
2012-12-23
1
-2
/
+0
*
Add support for color-interpolation-filters = linearRGB.
Tavmjong Bah
2012-12-22
1
-0
/
+6
*
Morphological filters linear in the number of output pixels.
Jasper van de Gronde
2012-03-13
1
-66
/
+131
*
Update 2Geom. Remove all use of NRRectL.
Krzysztof Kosi??ski
2011-08-27
1
-5
/
+2
*
Initial autocache work
Krzysztof Kosi??ski
2011-08-09
1
-0
/
+7
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-2
/
+2
|
\
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-2
/
+2
*
|
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
*
|
Fix the morphology filter (work on premultiplied colors)
Krzysztof Kosi??ski
2010-08-12
1
-28
/
+33
*
|
Separate morphology filter into X and Y processing phases.
Krzysztof Kosi??ski
2010-07-26
1
-166
/
+65
*
|
Morphology filter
Krzysztof Kosi??ski
2010-07-23
1
-6
/
+133
|
/
*
updating my email address in file headers
Felipe Corr??a da Silva Sanches
2009-12-13
1
-1
/
+1
*
Fixed area_enlarge in couple filters, to prevent white lines in rendering
Niko Kiirala
2009-05-29
1
-2
/
+3
*
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
-7
/
+5
*
2geom more as fix
Johan B. C. Engelen
2008-12-05
1
-1
/
+1
*
Fixed SVG compliance problems with feMorphology (bug 181995 at least)
Niko Kiirala
2008-06-02
1
-17
/
+46
*
Added more error checking to filter effects code
Niko Kiirala
2008-01-04
1
-0
/
+5
*
Warning cleanup
Jon A. Cruz
2007-11-25
1
-8
/
+8
*
Modified filter primitives' render method to use FilterUnits instead of Matrix
Niko Kiirala
2007-10-31
1
-1
/
+3
*
Added 'paraller axis' rendering hint to filter primitives, that need it.
Niko Kiirala
2007-10-24
1
-0
/
+4
*
fixing small bug on feMorphology
Felipe Corr??a da Silva Sanches
2007-08-09
1
-1
/
+1
*
feMorphology filter primitive implementation
Felipe Corr??a da Silva Sanches
2007-08-09
1
-6
/
+59
*
boilerplate code for the remaining filters. My next commits will
Felipe Corr??a da Silva Sanches
2007-08-04
1
-0
/
+60