summaryrefslogtreecommitdiffstats
path: root/src/display/nr-filter-primitive.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
* 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-1/+1
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+0
* Don't need bounding box if 'primitiveUnits' not 'objectBoundingBox'.Tavmjong Bah2015-09-151-8/+11
* SPStyle ref counting clean up.Tavmjong Bah2014-12-261-3/+5
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
* Use viewport when calculating filter primitive region when 'primitiveUnits' s...Tavmjong Bah2014-03-011-34/+19
* suppress uninitialized variables (x and y) warning, don't ask why... g++'s wa...Johan B. C. Engelen2013-10-291-2/+5
* fix code: prevent cornercase from crashingJohan B. C. Engelen2013-10-291-33/+31
* Add support for color-interpolation-filters = linearRGB.Tavmjong Bah2012-12-221-1/+13
* Fix for 1073128 : Command line PNG export fails if FeFlood filter primitive i...John Smith2012-11-291-2/+1
* Better attempt at finding primitive filter region for percent and userSpaceOn...Tavmjong Bah2012-10-151-5/+24
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-271-1/+1
* Initial autocache workKrzysztof Kosi??ski2011-08-091-4/+0
* Removed outdated and undesired "I'm in this cpp, so change your behavior" mac...Jon A. Cruz2011-07-021-2/+0
* Merge from trunkKrzysztof Kosi??ski2011-04-071-6/+108
|\
| * Add handling filter primitive subregion to filter primitive classes.Tavmjong Bah2011-03-111-5/+107
| * 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
* | Flood and merge filtersKrzysztof Kosi??ski2010-07-141-1/+1
* | Gaussian blurKrzysztof Kosi??ski2010-07-121-0/+7
|/
* 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
* Warning cleanupJon A. Cruz2007-11-251-1/+1
* Modified filter primitives' render method to use FilterUnits instead of MatrixNiko Kiirala2007-10-311-11/+0
* Improved handling bounding boxes and rotated/skewed coordinates in filtersNiko Kiirala2007-08-181-0/+4
* Modified filter rendering area handling to better accommodate upcoming feOffsetNiko Kiirala2007-06-041-2/+2
* Added renderer support for accessing background image from filtersNiko Kiirala2006-07-261-1/+1
* Added a bunch of comments to filter effects rendering codeNiko Kiirala2006-07-181-0/+3
* Bicubic scaler added to filtering, allowing changes in filter resolutionNiko Kiirala2006-07-101-2/+2
* Created NR::FilterSlot to handle pixblocks in rendering filtersNiko Kiirala2006-07-041-3/+3
* Added virtual destructors for filter primitives. Corrected Niko Kiirala2006-06-221-0/+5
* svg-filters branch merged back to headNiko Kiirala2006-06-211-0/+70