summaryrefslogtreecommitdiffstats
path: root/src/display/nr-filter-morphology.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
* 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-3/+2
* 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-2/+3
* suppress warningJohan B. C. Engelen2013-10-291-0/+1
* Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...Tavmjong Bah2012-12-231-2/+0
* Add support for color-interpolation-filters = linearRGB.Tavmjong Bah2012-12-221-0/+6
* Morphological filters linear in the number of output pixels.Jasper van de Gronde2012-03-131-66/+131
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-271-5/+2
* Initial autocache workKrzysztof Kosi??ski2011-08-091-0/+7
* Merge from trunkKrzysztof Kosi??ski2011-04-071-2/+2
|\
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
* | 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 the morphology filter (work on premultiplied colors)Krzysztof Kosi??ski2010-08-121-28/+33
* | Separate morphology filter into X and Y processing phases.Krzysztof Kosi??ski2010-07-261-166/+65
* | Morphology filterKrzysztof Kosi??ski2010-07-231-6/+133
|/
* updating my email address in file headersFelipe Corr??a da Silva Sanches2009-12-131-1/+1
* Fixed area_enlarge in couple filters, to prevent white lines in renderingNiko Kiirala2009-05-291-2/+3
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-2/+4
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-7/+5
* 2geom more as fixJohan B. C. Engelen2008-12-051-1/+1
* Fixed SVG compliance problems with feMorphology (bug 181995 at least)Niko Kiirala2008-06-021-17/+46
* Added more error checking to filter effects codeNiko Kiirala2008-01-041-0/+5
* Warning cleanupJon A. Cruz2007-11-251-8/+8
* 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
* fixing small bug on feMorphologyFelipe Corr??a da Silva Sanches2007-08-091-1/+1
* feMorphology filter primitive implementationFelipe Corr??a da Silva Sanches2007-08-091-6/+59
* boilerplate code for the remaining filters. My next commits will Felipe Corr??a da Silva Sanches2007-08-041-0/+60