summaryrefslogtreecommitdiffstats
path: root/src/sp-feconvolvematrix.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-21Merge from fe-movedTed Gould1-338/+0
(bzr r6891)
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-4/+4
(bzr r5884)
2008-04-23A small fix to the warning message to make it more explicit.Marcin Floryan1-1/+1
(bzr r5493)
2008-01-25first set of updates to headers for clean gcc 4.3 buildsKees Cook1-0/+2
(bzr r4588)
2007-12-06Fixed several crashes when modifying filter effect parameters with XML editorNiko Kiirala1-1/+1
(bzr r4185)
2007-09-30Convolve Matrix Filter:Tavmjong Bah1-0/+1
Enable and use preserveAlpha attribute. Increase range for divisor attribute. (bzr r3818)
2007-08-06handling of default values and checking for invalid values.Felipe Corr??a da Silva Sanches1-6/+53
(bzr r3401)
2007-08-05refactoring:Felipe Corr??a da Silva Sanches1-9/+10
*using CLAMP_D_TO_U8 *Changed edgeMode field of ConvolveMatrix filter to use an enum rather than a plain int (bzr r3378)
2007-08-04setting of attributes and default values for feColorMatrix. Felipe Corr??a da Silva Sanches1-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)
2007-07-27refactoring: gathering some commonly copy'n'pasted functions on a common Felipe Corr??a da Silva Sanches1-34/+6
header (bzr r3314)
2007-07-27added helper methods NumberOptNumber::numIsSet() and Felipe Corr??a da Silva Sanches1-5/+4
NumberOptNumber::optNumIsSet() using it for default attribute values in feTubulence and feConvolvematrix feDisplacementMap scale parameter variable is a double (bzr r3311)
2007-07-26boiler plate code for feTurbulence:Felipe Corr??a da Silva Sanches1-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)
2007-07-20Patch from Felipe Sanches: support for feConvolveMatrix filter primitiveNiko Kiirala1-1/+100
(bzr r3270)
2007-04-09fix crash temporarily until next refactoring phaseMenTaLguY1-1/+1
(bzr r2837)
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY1-1/+1
(bzr r2723)
2007-02-19Fixed unintialized variables and minor misc warningsJon A. Cruz1-1/+2
(bzr r2398)
2006-08-14Work on filters. spFilterPrimitive structure added. Blur slider updated. ↵Hugo Rodrigues1-26/+3
Fixed sp-object-repr.cpp typos (bzr r1598)
2006-08-02Added skeleton files for other filter primitives' SP-objects. Added blur ↵Hugo Rodrigues1-0/+196
slider on fill/stroke dialog (uncomment on object-properties.cpp). (bzr r1542)