summaryrefslogtreecommitdiffstats
path: root/src/display/nr-filter-composite.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace IS_FINITE with std::isfinite (exists since C++11)Patrick Storz2019-04-021-1/+1
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* 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-1/+1
* Set primitive filter area in feComposite and feMerge. Needed for tiling.Tavmjong Bah2017-11-031-0/+3
* New CSS blending and compositing modes.Tavmjong Bah2013-12-051-7/+28
* Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...Tavmjong Bah2012-12-231-33/+3
* Add support for color-interpolation-filters = linearRGB.Tavmjong Bah2012-12-221-0/+41
* Clamp colour channels in feComposite result to alpha channel, instead of 1, a...Jasper van de Gronde2012-10-271-4/+5
* Initial autocache workKrzysztof Kosi??ski2011-08-091-0/+5
* Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski2011-06-231-1/+0
* Merge from trunkKrzysztof Kosi??ski2011-04-071-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
* | Color matrix filter. Fix arithmetic operator in feCompositeKrzysztof Kosi??ski2010-07-171-8/+13
* | Minor cleanup of composite filterKrzysztof Kosi??ski2010-07-171-150/+0
* | Composite filterKrzysztof Kosi??ski2010-07-161-1/+72
|/
* Fixes some wrong uses of CLAMP_D_TO_U8 in filtering code (mostly based on my ...Jasper van de Gronde2009-04-051-4/+4
* Removed two g_warning's I had used for debugging...Jasper van de Gronde2009-01-051-2/+0
* (Partial) fix to nr-filter-image + some (small) changes to nr-filter-blend an...Jasper van de Gronde2009-01-041-18/+16
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-7/+10
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-1/+0
* Merge from fe-movedTed Gould2008-11-211-1/+1
* * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow2008-06-221-1/+1
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-1/+1
* Warning cleanupJon A. Cruz2007-11-251-1/+1
* Modified filter primitives' render method to use FilterUnits instead of MatrixNiko Kiirala2007-10-311-1/+2
* Composite Filter: Handle negative K's in Arithmetic mode.Tavmjong Bah2007-10-061-4/+4
* Patch by Jean-René Reinhard: better SVG compliance for lighting effectsNiko Kiirala2007-07-231-10/+5
* First version of feComposite filter effect rendererNiko Kiirala2007-07-091-0/+235