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-convolve-matrix.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
*
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
-2
/
+2
*
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
*
Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...
Tavmjong Bah
2012-12-23
1
-17
/
+1
*
Add support for color-interpolation-filters = linearRGB.
Tavmjong Bah
2012-12-22
1
-2
/
+27
*
Update 2Geom. Remove all use of NRRectL.
Krzysztof Kosi??ski
2011-08-27
1
-5
/
+6
*
Initial autocache work
Krzysztof Kosi??ski
2011-08-09
1
-0
/
+5
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-1
/
+1
|
\
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
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
*
|
OpenMP-enabled matrix convolution
Krzysztof Kosi??ski
2010-08-09
1
-157
/
+71
*
|
Displacement map filter
Krzysztof Kosi??ski
2010-07-23
1
-2
/
+7
*
|
Diffuse lighting filter
Krzysztof Kosi??ski
2010-07-23
1
-5
/
+0
*
|
Matrix convolution filter (lazy version)
Krzysztof Kosi??ski
2010-07-21
1
-85
/
+116
*
|
Add unpremul_alpha utility function. Some preparations
Krzysztof Kosi??ski
2010-07-21
1
-0
/
+7
|
/
*
Warning cleanup
Jon A. Cruz
2009-12-20
1
-1
/
+1
*
updating my email address in file headers
Felipe Corr??a da Silva Sanches
2009-12-13
1
-1
/
+1
*
(Very) small fix for FilterConvolveMatrix::area_enlarge
Jasper van de Gronde
2009-05-13
1
-2
/
+2
*
Fix for bug #372412. As well as proper handling of borders (assuming edgeMode...
Jasper van de Gronde
2009-05-13
1
-59
/
+145
*
Fix to prevent convolvematrix.cpp from setting targetX/Y to zero if no value ...
Jasper van de Gronde
2009-04-20
1
-32
/
+27
*
Fix feConvolveMatrix to use premultiplied color values (and semi-properly use...
Jasper van de Gronde
2009-04-08
1
-25
/
+59
*
Fixes some wrong uses of CLAMP_D_TO_U8 in filtering code (mostly based on my ...
Jasper van de Gronde
2009-04-05
1
-1
/
+1
*
Move filters into their own namespace Inkscape::Filters (from NR::)
Johan B. C. Engelen
2009-01-02
1
-2
/
+4
*
2geom more as fix
Johan B. C. Engelen
2008-12-05
1
-1
/
+1
*
* convolve matrix code refactoring
Felipe Corr??a da Silva Sanches
2008-02-19
1
-9
/
+16
*
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
-3
/
+3
*
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
*
Convolve Matrix Filter:
Tavmjong Bah
2007-09-30
1
-0
/
+3
*
handling of default values and checking for invalid values.
Felipe Corr??a da Silva Sanches
2007-08-06
1
-21
/
+4
*
refactoring:
Felipe Corr??a da Silva Sanches
2007-08-05
1
-16
/
+8
*
added helper methods NumberOptNumber::numIsSet() and
Felipe Corr??a da Silva Sanches
2007-07-27
1
-1
/
+5
*
boiler plate code for feTurbulence:
Felipe Corr??a da Silva Sanches
2007-07-26
1
-0
/
+11
*
Patch by Felipe Sanches: fixed transparent lines in feConvolveMatrix output
Niko Kiirala
2007-07-23
1
-2
/
+8
*
Patch from Felipe Sanches: support for feConvolveMatrix filter primitive
Niko Kiirala
2007-07-20
1
-0
/
+141