summaryrefslogtreecommitdiffstats
path: root/src/display/nr-filter-turbulence.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-2/+2
* 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-deprecated-headers 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
* Support device scale in filters.Tavmjong Bah2017-11-301-1/+22
* Remove some unneeded < C++11 fallback codeAlex Valavanis2017-02-061-12/+0
* Rejection sampling to avoid indeterminate gradients in feTurbulence.Jasper van de Gronde2015-01-061-2/+4
* Fix for in-class initialisation of double const value.Markus Engel2014-03-241-1/+5
* fix C++11 build on Windows, now build finishes without errors with TDM-GCC 4.6.1Johan B. C. Engelen2013-11-131-1/+5
* Fix build with C++11Alex Valavanis2013-03-021-0/+5
* Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...Tavmjong Bah2012-12-231-2/+0
* Add support for color-interpolation-filters = linearRGB.Tavmjong Bah2012-12-221-0/+7
* Fixing initializer order and missing initializers.Jon A. Cruz2011-10-291-14/+21
* cppcheck: variable initialisationKris De Gussem2011-10-291-0/+2
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
* Initial autocache workKrzysztof Kosi??ski2011-08-091-0/+5
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-1/+0
* Warning cleanup.Jon A. Cruz2011-06-221-1/+2
* Fix a rounding error that resulted in seams at some zoom levels whenKrzysztof Kosi??ski2011-04-101-2/+4
* Merge from trunkKrzysztof Kosi??ski2011-04-071-4/+3
|\
| * 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
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-90/+0
* | Improve turbulence rendererKrzysztof Kosi??ski2010-07-251-279/+309
* | Turbulence filter (lazy version)Krzysztof Kosi??ski2010-07-231-8/+104
|/
* updating my email address in file headersFelipe Corr??a da Silva Sanches2009-12-131-1/+1
* Fixes some wrong uses of CLAMP_D_TO_U8 in filtering code (mostly based on my ...Jasper van de Gronde2009-04-051-1/+1
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-15/+17
* Merging from trunkTed Gould2008-10-111-1/+1
* W3C licensing:Felipe Corr??a da Silva Sanches2008-01-141-1/+9
* cleaning: removing previously commented out g_warnings()Felipe Corr??a da Silva Sanches2008-01-141-4/+0
* Made turbulence filter resolution-independent and renderable at any sizeNiko Kiirala2008-01-091-52/+64
* Added more error checking to filter effects codeNiko Kiirala2008-01-041-3/+18
* Warning cleanupJon A. Cruz2007-12-081-1/+1
* Fized crashes & odd behaviour when resizing, zooming and rotating feTurbulenceNiko Kiirala2007-12-061-16/+36
* Warning cleanupJon A. Cruz2007-11-251-7/+6
* Modified filter primitives' render method to use FilterUnits instead of MatrixNiko Kiirala2007-10-311-1/+2
* Added 'paraller axis' rendering hint to filter primitives, that need it.Niko Kiirala2007-10-241-0/+4
* fixed pix_data buffer width on feTurbulenceFelipe Corr??a da Silva Sanches2007-08-171-5/+7
* first implementation of feTurbulence rendererFelipe Corr??a da Silva Sanches2007-08-161-23/+192
* added some more boilerplate code on feTurbulence.Felipe Corr??a da Silva Sanches2007-08-141-12/+46
* Filter effects dialog:Nicholas Bishop2007-08-121-1/+1
* boiler plate code for feTurbulence:Felipe Corr??a da Silva Sanches2007-07-261-0/+104