summaryrefslogtreecommitdiffstats
path: root/src/display/nr-filter-offset.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Fix FilterUnits::get_matrix_units2pb() for bounding box case.Tavmjong Bah2017-11-041-18/+4
* Crude partial implementation of feTile filter primitive.Tavmjong Bah2015-09-201-1/+3
* Hack for when blur or offset are expressed in terms of object bounding box.Tavmjong Bah2014-03-011-2/+14
* Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...Tavmjong Bah2012-12-231-3/+0
* Add support for color-interpolation-filters = linearRGB.Tavmjong Bah2012-12-221-0/+6
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-271-5/+11
* Initial autocache workKrzysztof Kosi??ski2011-08-091-0/+5
* Merge from trunkKrzysztof Kosi??ski2011-04-071-3/+3
|\
| * 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
* | Offset filterKrzysztof Kosi??ski2010-07-141-28/+19
|/
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-5/+10
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-3/+0
* 2geom more as fixJohan B. C. Engelen2008-12-051-1/+1
* Added more error checking to filter effects codeNiko Kiirala2008-01-041-2/+2
* Modified filter primitives' render method to use FilterUnits instead of MatrixNiko Kiirala2007-10-311-1/+3
* avoid crash described in bug report [ 1762588 ] crash: feOffset with Felipe Corr??a da Silva Sanches2007-08-161-0/+6
* Fixed a rendering problem in feOffsetNiko Kiirala2007-06-131-4/+11
* First version of feOffset support. Contains some rendering glitches.Niko Kiirala2007-06-071-0/+92