summaryrefslogtreecommitdiffstats
path: root/src/display/nr-filter-merge.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-6/+5
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* 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
* Set primitive filter area in feComposite and feMerge. Needed for tiling.Tavmjong Bah2017-11-031-0/+3
* Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...Tavmjong Bah2012-12-231-12/+1
* Add support for color-interpolation-filters = linearRGB.Tavmjong Bah2012-12-221-0/+19
* cppcheck: Fix a couple more C-style pointer casts and inefficient vector-empt...Alex Valavanis2012-11-151-1/+1
* fix warningJohan B. C. Engelen2012-04-111-1/+1
* 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
* | Flood and merge filtersKrzysztof Kosi??ski2010-07-141-73/+28
|/
* 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
* 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
* Added more error checking to filter effects codeNiko Kiirala2008-01-041-2/+4
* Warning cleanupJon A. Cruz2007-11-251-3/+3
* Modified filter primitives' render method to use FilterUnits instead of MatrixNiko Kiirala2007-10-311-1/+2
* Added support for feMerge filter priitiveNiko Kiirala2007-07-261-0/+140