summaryrefslogtreecommitdiffstats
path: root/src/display/nr-filter-gaussian.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace IS_FINITE with std::isfinite (exists since C++11)Patrick Storz2019-04-021-2/+2
* modernize loopsMarc Jeanmougin2019-01-021-1/+1
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+3
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-4/+4
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-4/+4
* Support device scale in filters.Tavmjong Bah2017-11-301-3/+11
* Misc. typosUnknown2017-11-071-1/+1
* Hack for when blur or offset are expressed in terms of object bounding box.Tavmjong Bah2014-03-011-5/+16
* supress some compiler warningsJohan B. C. Engelen2013-10-291-4/+2
* Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...Tavmjong Bah2012-12-231-26/+5
* Add support for color-interpolation-filters = linearRGB.Tavmjong Bah2012-12-221-0/+34
* Fix for bug #790192, the unclipped alpha component was used for clipping the ...Jasper van de Gronde2012-12-061-4/+5
* static code checking (Bug #614223)Kris De Gussem2012-09-111-0/+1
* Make zero deviation Gaussian blur conform to the SVG specification.Krzysztof Kosi??ski2011-09-171-5/+5
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-271-5/+2
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-251-2/+16
|\
| * Add sanity checks against singular transforms in the drawing tree.Krzysztof Kosi??ski2011-08-161-2/+2
| * Initial autocache workKrzysztof Kosi??ski2011-08-091-0/+7
| * Plug a giant gaping memory leak in Gaussian blur filterKrzysztof Kosi??ski2011-08-061-0/+7
* | Memory leaks fix / code cleanupKris De Gussem2011-07-301-2/+0
|/
* Merge from trunkKrzysztof Kosi??ski2011-07-061-6/+4
|\
| * Removed outdated and undesired "I'm in this cpp, so change your behavior" mac...Jon A. Cruz2011-07-021-2/+0
| * Applying patch from Campbell Barton to help building on other than gcc.Jon A. Cruz2011-07-021-4/+4
* | Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski2011-06-231-2/+0
|/
* Fix a rounding error that resulted in seams at some zoom levels whenKrzysztof Kosi??ski2011-04-101-3/+3
* Merge from trunkKrzysztof Kosi??ski2011-04-071-10/+41
|\
| * Faster rounding for Gaussian blurJasper van de Gronde2011-04-021-6/+37
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-3/+3
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\|
| * Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Fix computation of drawbox for filtered, rotated itemsKrzysztof Kosi??ski2010-08-121-7/+6
* | merge from trunkKrzysztof Kosi??ski2010-08-081-1/+2
|\|
| * Make OpenMP actually work on systems that use Autoconf.Krzysztof Kosi??ski2010-07-211-1/+2
* | Flood and merge filtersKrzysztof Kosi??ski2010-07-141-0/+1
* | Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski2010-07-141-417/+12
* | Gaussian blurKrzysztof Kosi??ski2010-07-121-4/+202
|/
* A few small fixes/clarifications for Gaussian blur.Jasper van de Gronde2010-04-031-8/+14
* Warning cleanupJon A. Cruz2009-05-031-2/+1
* BUG 322116, PDF export does not use the highest quality for rasterized filtertheAdib2009-05-011-1/+1
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-2/+4
* Makes sure a Gaussian filter is applied to premultiplied data.Jasper van de Gronde2008-12-281-39/+62
* Makes copy_n inline in nr-filter-gaussian.Jasper van de Gronde2008-12-191-1/+1
* more 2geomificationJohan B. C. Engelen2008-12-051-8/+7
* Warning cleanup.Jon A. Cruz2008-12-051-0/+8
* Small changes to Gaussian filtering that make part of the IIR code a bit clea...Jasper van de Gronde2008-12-021-8/+15
* Defined HAVE_OPENMP in build.xml and included config.h from nr-filter-gaussia...Jasper van de Gronde2008-11-261-0/+2
* Fixed OpenMP dependency to be optional.Jon A. Cruz2008-11-251-0/+14
* Merging in the OpenMP work from the mailing list with some improved build files.Ted Gould2008-11-231-29/+42