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-gaussian.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace IS_FINITE with std::isfinite (exists since C++11)
Patrick Storz
2019-04-02
1
-2
/
+2
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-1
/
+1
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-1
/
+3
*
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
-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
-3
/
+11
*
Misc. typos
Unknown
2017-11-07
1
-1
/
+1
*
Hack for when blur or offset are expressed in terms of object bounding box.
Tavmjong Bah
2014-03-01
1
-5
/
+16
*
supress some compiler warnings
Johan B. C. Engelen
2013-10-29
1
-4
/
+2
*
Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...
Tavmjong Bah
2012-12-23
1
-26
/
+5
*
Add support for color-interpolation-filters = linearRGB.
Tavmjong Bah
2012-12-22
1
-0
/
+34
*
Fix for bug #790192, the unclipped alpha component was used for clipping the ...
Jasper van de Gronde
2012-12-06
1
-4
/
+5
*
static code checking (Bug #614223)
Kris De Gussem
2012-09-11
1
-0
/
+1
*
Make zero deviation Gaussian blur conform to the SVG specification.
Krzysztof Kosi??ski
2011-09-17
1
-5
/
+5
*
Update 2Geom. Remove all use of NRRectL.
Krzysztof Kosi??ski
2011-08-27
1
-5
/
+2
*
Merge rendering cache branch (GSoC 2011)
Krzysztof Kosi??ski
2011-08-25
1
-2
/
+16
|
\
|
*
Add sanity checks against singular transforms in the drawing tree.
Krzysztof Kosi??ski
2011-08-16
1
-2
/
+2
|
*
Initial autocache work
Krzysztof Kosi??ski
2011-08-09
1
-0
/
+7
|
*
Plug a giant gaping memory leak in Gaussian blur filter
Krzysztof Kosi??ski
2011-08-06
1
-0
/
+7
*
|
Memory leaks fix / code cleanup
Kris De Gussem
2011-07-30
1
-2
/
+0
|
/
*
Merge from trunk
Krzysztof Kosi??ski
2011-07-06
1
-6
/
+4
|
\
|
*
Removed outdated and undesired "I'm in this cpp, so change your behavior" mac...
Jon A. Cruz
2011-07-02
1
-2
/
+0
|
*
Applying patch from Campbell Barton to help building on other than gcc.
Jon A. Cruz
2011-07-02
1
-4
/
+4
*
|
Update 2Geom to pull in integer rectangle class
Krzysztof Kosi??ski
2011-06-23
1
-2
/
+0
|
/
*
Fix a rounding error that resulted in seams at some zoom levels when
Krzysztof Kosi??ski
2011-04-10
1
-3
/
+3
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-10
/
+41
|
\
|
*
Faster rounding for Gaussian blur
Jasper van de Gronde
2011-04-02
1
-6
/
+37
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-3
/
+3
*
|
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 computation of drawbox for filtered, rotated items
Krzysztof Kosi??ski
2010-08-12
1
-7
/
+6
*
|
merge from trunk
Krzysztof Kosi??ski
2010-08-08
1
-1
/
+2
|
\
|
|
*
Make OpenMP actually work on systems that use Autoconf.
Krzysztof Kosi??ski
2010-07-21
1
-1
/
+2
*
|
Flood and merge filters
Krzysztof Kosi??ski
2010-07-14
1
-0
/
+1
*
|
Merge redundant *-fns.h into respective filter headers.
Krzysztof Kosi??ski
2010-07-14
1
-417
/
+12
*
|
Gaussian blur
Krzysztof Kosi??ski
2010-07-12
1
-4
/
+202
|
/
*
A few small fixes/clarifications for Gaussian blur.
Jasper van de Gronde
2010-04-03
1
-8
/
+14
*
Warning cleanup
Jon A. Cruz
2009-05-03
1
-2
/
+1
*
BUG 322116, PDF export does not use the highest quality for rasterized filter
theAdib
2009-05-01
1
-1
/
+1
*
Move filters into their own namespace Inkscape::Filters (from NR::)
Johan B. C. Engelen
2009-01-02
1
-2
/
+4
*
Makes sure a Gaussian filter is applied to premultiplied data.
Jasper van de Gronde
2008-12-28
1
-39
/
+62
*
Makes copy_n inline in nr-filter-gaussian.
Jasper van de Gronde
2008-12-19
1
-1
/
+1
*
more 2geomification
Johan B. C. Engelen
2008-12-05
1
-8
/
+7
*
Warning cleanup.
Jon A. Cruz
2008-12-05
1
-0
/
+8
*
Small changes to Gaussian filtering that make part of the IIR code a bit clea...
Jasper van de Gronde
2008-12-02
1
-8
/
+15
*
Defined HAVE_OPENMP in build.xml and included config.h from nr-filter-gaussia...
Jasper van de Gronde
2008-11-26
1
-0
/
+2
*
Fixed OpenMP dependency to be optional.
Jon A. Cruz
2008-11-25
1
-0
/
+14
*
Merging in the OpenMP work from the mailing list with some improved build files.
Ted Gould
2008-11-23
1
-29
/
+42
[next]