summaryrefslogtreecommitdiffstats
path: root/src/display/nr-filter-slot.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
* Support device scale in filters.Tavmjong Bah2017-11-301-0/+7
* Crude partial implementation of feTile filter primitive.Tavmjong Bah2015-09-201-0/+8
* More header cleanupLiam P. White2014-09-061-3/+7
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-1/+1
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-271-2/+0
* Filter background rendering now matches the SVG specification.Krzysztof Kosi??ski2011-08-211-1/+1
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-4/+3
* Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-5/+7
* Fix a rounding error that resulted in seams at some zoom levels whenKrzysztof Kosi??ski2011-04-101-2/+4
* 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 to background handling that avoids both duplication and aliasing as much ...Jasper van de Gronde2010-08-041-6/+12
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-4/+0
* | Second half of image filter, probably not 100% correctKrzysztof Kosi??ski2010-07-301-14/+1
* | First half of image filter (display from external image)Krzysztof Kosi??ski2010-07-291-0/+1
* | Diffuse lighting filterKrzysztof Kosi??ski2010-07-231-2/+1
* | Gaussian blurKrzysztof Kosi??ski2010-07-121-28/+35
|/
* BUG 322116, PDF export does not use the highest quality for rasterized filtertheAdib2009-05-011-0/+8
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-2/+4
* From trunkTed Gould2008-10-271-0/+6
* Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...Johan B. C. Engelen2007-11-041-1/+1
* Improved handling bounding boxes and rotated/skewed coordinates in filtersNiko Kiirala2007-08-181-1/+15
* * incomplete feImage implementation.Felipe Corr??a da Silva Sanches2007-08-141-0/+3
* Added renderer support for accessing background image from filtersNiko Kiirala2006-07-261-5/+13
* Added a bunch of comments to filter effects rendering codeNiko Kiirala2006-07-181-0/+25
* Created NR::FilterSlot to handle pixblocks in rendering filtersNiko Kiirala2006-07-041-0/+54