summaryrefslogtreecommitdiffstats
path: root/src/display/nr-filter-blend.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Run clang-tidy’s modernize-use-equals-default 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
* Refactoring: avoid duplicate code.Shlomi Fish2017-10-061-53/+42
* Refactoring.Shlomi Fish2017-10-061-7/+2
* Optimize and remove trailing space.Shlomi Fish2017-10-061-13/+16
* Fix build (not pretty).Liam P. White2014-08-181-0/+1
* Enable rendering of new filter blend modes (but don't add them to GUI).Tavmjong Bah2014-06-291-7/+2
* New CSS blending and compositing modes.Tavmjong Bah2013-12-051-3/+49
* Use Cairo 1.10 blend operators to render feBlendKrzysztof Kosi??ski2013-09-261-134/+30
* 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-2/+42
* Correctly invalidate cache of objects with background-accessing filtersKrzysztof Kosi??ski2011-08-141-0/+11
* Initial autocache workKrzysztof Kosi??ski2011-08-091-0/+5
* 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
* | Composite filterKrzysztof Kosi??ski2010-07-161-8/+3
* | Split out surface blending template into a separate fileKrzysztof Kosi??ski2010-07-161-115/+13
* | Offset filterKrzysztof Kosi??ski2010-07-141-0/+1
* | Flood and merge filtersKrzysztof Kosi??ski2010-07-141-153/+0
* | Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski2010-07-141-0/+253
|/
* (Partial) fix to nr-filter-image + some (small) changes to nr-filter-blend an...Jasper van de Gronde2009-01-041-19/+20
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-2/+4
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-1/+0
* Modified filter primitives' render method to use FilterUnits instead of MatrixNiko Kiirala2007-10-311-1/+2
* First version of feComposite filter effect rendererNiko Kiirala2007-07-091-113/+26
* Added support for in-parameter in filter primitivesNiko Kiirala2007-05-291-8/+0
* Fixed some feBlend rendering bugsNiko Kiirala2007-05-161-27/+45
* Added renderer support for feBlend filter effectNiko Kiirala2007-05-141-0/+309