summaryrefslogtreecommitdiffstats
path: root/src/display/nr-filter-convolve-matrix.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-0/+4
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
* Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...Tavmjong Bah2012-12-231-17/+1
* Add support for color-interpolation-filters = linearRGB.Tavmjong Bah2012-12-221-2/+27
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-271-5/+6
* Initial autocache workKrzysztof Kosi??ski2011-08-091-0/+5
* Merge from trunkKrzysztof Kosi??ski2011-04-071-1/+1
|\
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
* | 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
* | OpenMP-enabled matrix convolutionKrzysztof Kosi??ski2010-08-091-157/+71
* | Displacement map filterKrzysztof Kosi??ski2010-07-231-2/+7
* | Diffuse lighting filterKrzysztof Kosi??ski2010-07-231-5/+0
* | Matrix convolution filter (lazy version)Krzysztof Kosi??ski2010-07-211-85/+116
* | Add unpremul_alpha utility function. Some preparationsKrzysztof Kosi??ski2010-07-211-0/+7
|/
* Warning cleanupJon A. Cruz2009-12-201-1/+1
* updating my email address in file headersFelipe Corr??a da Silva Sanches2009-12-131-1/+1
* (Very) small fix for FilterConvolveMatrix::area_enlargeJasper van de Gronde2009-05-131-2/+2
* Fix for bug #372412. As well as proper handling of borders (assuming edgeMode...Jasper van de Gronde2009-05-131-59/+145
* Fix to prevent convolvematrix.cpp from setting targetX/Y to zero if no value ...Jasper van de Gronde2009-04-201-32/+27
* Fix feConvolveMatrix to use premultiplied color values (and semi-properly use...Jasper van de Gronde2009-04-081-25/+59
* Fixes some wrong uses of CLAMP_D_TO_U8 in filtering code (mostly based on my ...Jasper van de Gronde2009-04-051-1/+1
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-2/+4
* 2geom more as fixJohan B. C. Engelen2008-12-051-1/+1
* * convolve matrix code refactoring Felipe Corr??a da Silva Sanches2008-02-191-9/+16
* Added more error checking to filter effects codeNiko Kiirala2008-01-041-0/+5
* Warning cleanupJon A. Cruz2007-11-251-3/+3
* Modified filter primitives' render method to use FilterUnits instead of MatrixNiko Kiirala2007-10-311-1/+3
* Added 'paraller axis' rendering hint to filter primitives, that need it.Niko Kiirala2007-10-241-0/+4
* Convolve Matrix Filter:Tavmjong Bah2007-09-301-0/+3
* handling of default values and checking for invalid values.Felipe Corr??a da Silva Sanches2007-08-061-21/+4
* refactoring:Felipe Corr??a da Silva Sanches2007-08-051-16/+8
* added helper methods NumberOptNumber::numIsSet() and Felipe Corr??a da Silva Sanches2007-07-271-1/+5
* boiler plate code for feTurbulence:Felipe Corr??a da Silva Sanches2007-07-261-0/+11
* Patch by Felipe Sanches: fixed transparent lines in feConvolveMatrix outputNiko Kiirala2007-07-231-2/+8
* Patch from Felipe Sanches: support for feConvolveMatrix filter primitiveNiko Kiirala2007-07-201-0/+141