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-turbulence.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-2
/
+2
*
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-deprecated-headers 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
*
Support device scale in filters.
Tavmjong Bah
2017-11-30
1
-1
/
+22
*
Remove some unneeded < C++11 fallback code
Alex Valavanis
2017-02-06
1
-12
/
+0
*
Rejection sampling to avoid indeterminate gradients in feTurbulence.
Jasper van de Gronde
2015-01-06
1
-2
/
+4
*
Fix for in-class initialisation of double const value.
Markus Engel
2014-03-24
1
-1
/
+5
*
fix C++11 build on Windows, now build finishes without errors with TDM-GCC 4.6.1
Johan B. C. Engelen
2013-11-13
1
-1
/
+5
*
Fix build with C++11
Alex Valavanis
2013-03-02
1
-0
/
+5
*
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
/
+7
*
Fixing initializer order and missing initializers.
Jon A. Cruz
2011-10-29
1
-14
/
+21
*
cppcheck: variable initialisation
Kris De Gussem
2011-10-29
1
-0
/
+2
*
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
2011-08-27
1
-1
/
+0
*
Initial autocache work
Krzysztof Kosi??ski
2011-08-09
1
-0
/
+5
*
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-1
/
+0
*
Warning cleanup.
Jon A. Cruz
2011-06-22
1
-1
/
+2
*
Fix a rounding error that resulted in seams at some zoom levels when
Krzysztof Kosi??ski
2011-04-10
1
-2
/
+4
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-4
/
+3
|
\
|
*
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
*
|
Wholesale cruft removal part 1
Krzysztof Kosi??ski
2010-08-04
1
-90
/
+0
*
|
Improve turbulence renderer
Krzysztof Kosi??ski
2010-07-25
1
-279
/
+309
*
|
Turbulence filter (lazy version)
Krzysztof Kosi??ski
2010-07-23
1
-8
/
+104
|
/
*
updating my email address in file headers
Felipe Corr??a da Silva Sanches
2009-12-13
1
-1
/
+1
*
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
-15
/
+17
*
Merging from trunk
Ted Gould
2008-10-11
1
-1
/
+1
*
W3C licensing:
Felipe Corr??a da Silva Sanches
2008-01-14
1
-1
/
+9
*
cleaning: removing previously commented out g_warnings()
Felipe Corr??a da Silva Sanches
2008-01-14
1
-4
/
+0
*
Made turbulence filter resolution-independent and renderable at any size
Niko Kiirala
2008-01-09
1
-52
/
+64
*
Added more error checking to filter effects code
Niko Kiirala
2008-01-04
1
-3
/
+18
*
Warning cleanup
Jon A. Cruz
2007-12-08
1
-1
/
+1
*
Fized crashes & odd behaviour when resizing, zooming and rotating feTurbulence
Niko Kiirala
2007-12-06
1
-16
/
+36
*
Warning cleanup
Jon A. Cruz
2007-11-25
1
-7
/
+6
*
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
*
fixed pix_data buffer width on feTurbulence
Felipe Corr??a da Silva Sanches
2007-08-17
1
-5
/
+7
*
first implementation of feTurbulence renderer
Felipe Corr??a da Silva Sanches
2007-08-16
1
-23
/
+192
*
added some more boilerplate code on feTurbulence.
Felipe Corr??a da Silva Sanches
2007-08-14
1
-12
/
+46
*
Filter effects dialog:
Nicholas Bishop
2007-08-12
1
-1
/
+1
*
boiler plate code for feTurbulence:
Felipe Corr??a da Silva Sanches
2007-07-26
1
-0
/
+104