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-displacement-map.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove debugging statements from displacemnet filter rendering code.
Tavmjong Bah
2019-01-19
1
-5
/
+0
*
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
*
Support device scale in filters.
Tavmjong Bah
2017-11-30
1
-2
/
+9
*
Misc. typos
Unknown
2017-11-07
1
-1
/
+1
*
Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...
Tavmjong Bah
2012-12-23
1
-18
/
+1
*
Add support for color-interpolation-filters = linearRGB.
Tavmjong Bah
2012-12-22
1
-0
/
+28
*
Correct the formula of the displacement map so that zero alpha value
Krzysztof Kosi??ski
2011-09-16
1
-5
/
+6
*
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
/
+5
*
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-189
/
+0
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-3
/
+3
|
\
|
*
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
*
|
Displacement map filter
Krzysztof Kosi??ski
2010-07-23
1
-9
/
+82
|
/
*
Fix for bug #455302 and bug #165529, also partially fixes bounding box of var...
Jasper van de Gronde
2010-04-18
1
-43
/
+49
*
updating my email address in file headers
Felipe Corr??a da Silva Sanches
2009-12-13
1
-1
/
+1
*
Swap iterations over x and y coordinate to be more cache friendly (so the inn...
Jasper van de Gronde
2009-04-08
1
-2
/
+2
*
Reverts "fix" of offset in the displacement map code (and adds a comment to p...
Jasper van de Gronde
2009-04-05
1
-13
/
+9
*
Fixed offset in interpolation in nr-filter-displacement-map
Niko Kiirala
2009-04-05
1
-6
/
+13
*
Fix a divide-by-zero problem apparently introduced in r21012.
Peter Moulder
2009-04-05
1
-28
/
+43
*
Some extra comments.
Jasper van de Gronde
2009-04-04
1
-1
/
+1
*
And now gradients should be (almost) perfect... The gradient vector is set up...
Jasper van de Gronde
2009-04-03
1
-2
/
+2
*
Some quality improvements to feDisplacementMap handling (as well as extra bou...
Jasper van de Gronde
2009-03-29
1
-46
/
+118
*
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
*
2geom more as fix
Johan B. C. Engelen
2008-12-05
1
-1
/
+1
*
more 2geomification
Johan B. C. Engelen
2008-12-05
1
-4
/
+4
*
No more NRMatrix or NRPoint.
Jasper van de Gronde
2008-03-21
1
-2
/
+3
*
pixblock-transform and scaler: convert src if needed, to match dest mode.
JF Barraud
2008-02-24
1
-42
/
+43
*
* convert to non-premultiplied alpha on fedisplacementmap
Felipe Corr??a da Silva Sanches
2008-02-21
1
-1
/
+14
*
* use enums to deal with displacementmap channel selectors
Felipe Corr??a da Silva Sanches
2008-02-19
1
-2
/
+2
*
feDisplacementMap resolution independence fix sent by JF Barraud
Felipe Corr??a da Silva Sanches
2008-02-07
1
-9
/
+17
*
Warning cleanup
Jon A. Cruz
2007-11-25
1
-9
/
+9
*
Modified filter primitives' render method to use FilterUnits instead of Matrix
Niko Kiirala
2007-10-31
1
-1
/
+2
*
Added 'paraller axis' rendering hint to filter primitives, that need it.
Niko Kiirala
2007-10-24
1
-0
/
+4
*
* moved some parameter inits from nr-filter-displacement-map to sp-fedisplace...
Felipe Corr??a da Silva Sanches
2007-08-13
1
-53
/
+60
*
added helper methods NumberOptNumber::numIsSet() and
Felipe Corr??a da Silva Sanches
2007-07-27
1
-7
/
+7
*
boiler plate code for feTurbulence:
Felipe Corr??a da Silva Sanches
2007-07-26
1
-1
/
+1
*
improving displacement map renderer.
Felipe Corr??a da Silva Sanches
2007-07-26
1
-13
/
+37
*
DisplacementMap filter boilerplate code + renderer draft implementation.
Felipe Corr??a da Silva Sanches
2007-07-25
1
-0
/
+115