summaryrefslogtreecommitdiffstats
path: root/src/display/nr-filter-slot.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-2/+2
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
* Support device scale in filters.Tavmjong Bah2017-11-301-0/+8
* Crude partial implementation of feTile filter primitive.Tavmjong Bah2015-09-201-0/+21
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-3/+3
* Proper fix for bug 1127103 (Filter changes color when object flipped.)Tavmjong Bah2013-09-251-10/+8
* 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/+10
* Filter background rendering now matches the SVG specification.Krzysztof Kosi??ski2011-08-211-16/+22
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-2/+1
* Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-18/+15
* Simplify rendering of masked / clipped / translucent items.Krzysztof Kosi??ski2011-07-101-1/+1
* Fix a rounding error that resulted in seams at some zoom levels whenKrzysztof Kosi??ski2011-04-101-13/+24
* Merge from trunkKrzysztof Kosi??ski2011-04-071-4/+4
|\
| * 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 to background handling that avoids both duplication and aliasing as much ...Jasper van de Gronde2010-08-041-69/+50
* | Minor cleanupsKrzysztof Kosi??ski2010-08-051-3/+0
* | Second half of image filter, probably not 100% correctKrzysztof Kosi??ski2010-07-301-226/+0
* | Minor cleanupsKrzysztof Kosi??ski2010-07-241-0/+10
* | Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski2010-07-141-13/+26
* | Gaussian blurKrzysztof Kosi??ski2010-07-121-76/+161
|/
* clean left warning on revision 12272Adib Taraben2009-05-021-1/+0
* BUG 322116, PDF export does not use the highest quality for rasterized filtertheAdib2009-05-011-0/+11
* Fixed redraw-area dependent result when using filters with low qualityNiko Kiirala2009-03-281-2/+2
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-13/+15
* Corrected initialization order.Jon A. Cruz2008-12-051-5/+3
* From trunkTed Gould2008-10-271-6/+17
* Fix to check for out of bounds index *before* using the array indexJon A. Cruz2008-03-011-1/+1
* remaining g++ 4.3 compilation fix-upsKees Cook2008-02-111-0/+1
* Fixed erroneous overwriting of temporary images inside filter effectsNiko Kiirala2008-01-121-2/+13
* Added bicubic pixblock transformer to fix jagged results with rotated filtersNiko Kiirala2008-01-051-2/+2
* Added more error checking to filter effects codeNiko Kiirala2008-01-041-2/+6
* fix Bug #177891 feGaussianBlur crashes when setting fill paint as inputJohan B. C. Engelen2007-12-281-1/+4
* Improved handling bounding boxes and rotated/skewed coordinates in filtersNiko Kiirala2007-08-181-1/+128
* * incomplete feImage implementation.Felipe Corr??a da Silva Sanches2007-08-141-0/+5
* Filter effects: support for SourceAlpha and BackgroundAlphaNiko Kiirala2007-06-121-27/+18
* Fixed background access problems introduced in previous revisionNiko Kiirala2007-06-071-2/+12
* First version of feOffset support. Contains some rendering glitches.Niko Kiirala2007-06-071-0/+1
* Added support for in-parameter in filter primitivesNiko Kiirala2007-05-291-4/+19
* Added renderer support for accessing background image from filtersNiko Kiirala2006-07-261-18/+42
* Created NR::FilterSlot to handle pixblocks in rendering filtersNiko Kiirala2006-07-041-0/+160