summaryrefslogtreecommitdiffstats
path: root/src/sp-feconvolvematrix.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A small fix to the warning message to make it more explicit.Marcin Floryan2008-04-231-1/+1
| | | (bzr r5493)
* first set of updates to headers for clean gcc 4.3 buildsKees Cook2008-01-251-0/+2
| | | (bzr r4588)
* Fixed several crashes when modifying filter effect parameters with XML editorNiko Kiirala2007-12-061-1/+1
| | | (bzr r4185)
* Convolve Matrix Filter:Tavmjong Bah2007-09-301-0/+1
| | | | | | Enable and use preserveAlpha attribute. Increase range for divisor attribute. (bzr r3818)
* handling of default values and checking for invalid values.Felipe Corr??a da Silva Sanches2007-08-061-6/+53
| | | (bzr r3401)
* refactoring:Felipe Corr??a da Silva Sanches2007-08-051-9/+10
| | | | | | *using CLAMP_D_TO_U8 *Changed edgeMode field of ConvolveMatrix filter to use an enum rather than a plain int (bzr r3378)
* setting of attributes and default values for feColorMatrix. Felipe Corr??a da Silva Sanches2007-08-041-10/+1
| | | | | | refactornig: moved read_kernel_matrix to helper-fns.h and renamed it to helperfns_read_vector. Used it on sp-fecolormatrix.cpp (bzr r3364)
* refactoring: gathering some commonly copy'n'pasted functions on a common Felipe Corr??a da Silva Sanches2007-07-271-34/+6
| | | | | header (bzr r3314)
* added helper methods NumberOptNumber::numIsSet() and Felipe Corr??a da Silva Sanches2007-07-271-5/+4
| | | | | | | | | NumberOptNumber::optNumIsSet() using it for default attribute values in feTubulence and feConvolvematrix feDisplacementMap scale parameter variable is a double (bzr r3311)
* boiler plate code for feTurbulence:Felipe Corr??a da Silva Sanches2007-07-261-12/+64
| | | | | | | | | *reading attributes and setting default values same for some more attributes on convolve matrix filter alphabetical ordering on Makefile_insert and on nr-filter.cpp #includes (bzr r3305)
* Patch from Felipe Sanches: support for feConvolveMatrix filter primitiveNiko Kiirala2007-07-201-1/+100
| | | (bzr r3270)
* fix crash temporarily until next refactoring phaseMenTaLguY2007-04-091-1/+1
| | | (bzr r2837)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-1/+1
| | | (bzr r2723)
* Fixed unintialized variables and minor misc warningsJon A. Cruz2007-02-191-1/+2
| | | (bzr r2398)
* Work on filters. spFilterPrimitive structure added. Blur slider updated. ↵Hugo Rodrigues2006-08-141-26/+3
| | | | | Fixed sp-object-repr.cpp typos (bzr r1598)
* Added skeleton files for other filter primitives' SP-objects. Added blur ↵Hugo Rodrigues2006-08-021-0/+196
slider on fill/stroke dialog (uncomment on object-properties.cpp). (bzr r1542)