summaryrefslogtreecommitdiffstats
path: root/src/display/nr-filter-flood.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove support for LCMS 1Karl Cheng2019-05-121-1/+1
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
* code cleanup. don't use pointers when you don't have to. use const whereever ...Johan B. C. Engelen2013-01-301-3/+3
* Filter color values always defined as sRGB (or ICC).Tavmjong Bah2013-01-291-4/+13
* 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/+9
* Use filter primitive region in flood filter primitive, fixes regression.Tavmjong Bah2012-10-141-5/+28
* Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...Jon A. Cruz2012-02-131-2/+3
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-271-5/+0
* Initial autocache workKrzysztof Kosi??ski2011-08-091-0/+7
* Merge from trunkKrzysztof Kosi??ski2011-04-071-3/+4
|\
| * Use filter primitive subregion for feFlood per SVG standard.Tavmjong Bah2011-03-121-24/+44
| * 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
* | Fix flood filter to really paint the specified colorKrzysztof Kosi??ski2010-07-171-10/+11
* | Flood and merge filtersKrzysztof Kosi??ski2010-07-141-42/+35
|/
* Disable a couple debug messages.Josh Andler2010-06-151-2/+2
* updating my email address in file headersFelipe Corr??a da Silva Sanches2009-12-131-1/+1
* parsing and handling of icc-color in feFlood SVG FiltersFelipe Corr??a da Silva Sanches2009-06-201-5/+22
* 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
* fix for bug #189788Felipe Corr??a da Silva Sanches2008-02-131-4/+4
* opacity max value is 255 instead of previous wrong 256 maxvalue that was used...Felipe Corr??a da Silva Sanches2008-02-121-1/+1
* implementation of Flood Filter Effect rendererFelipe Corr??a da Silva Sanches2008-01-161-8/+26
* Added more error checking to filter effects codeNiko Kiirala2008-01-041-0/+5
* Warning cleanupJon A. Cruz2007-11-251-3/+5
* Modified filter primitives' render method to use FilterUnits instead of MatrixNiko Kiirala2007-10-311-1/+3
* boilerplate code for the remaining filters. My next commits will Felipe Corr??a da Silva Sanches2007-08-041-0/+60