summaryrefslogtreecommitdiffstats
path: root/src/sp-fecolormatrix.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from fe-movedTed Gould2008-11-211-49/+0
| | | (bzr r6891)
* Filter effects:Nicholas Bishop2007-08-051-1/+2
| | | | | | * Changed type field of ColorMatrix filter to use an enum rather than a plain int * Added control for the ColorMatrix type to the filter dialog (bzr r3375)
* setting of attributes and default values for feColorMatrix. Felipe Corr??a da Silva Sanches2007-08-041-3/+4
| | | | | | refactornig: moved read_kernel_matrix to helper-fns.h and renamed it to helperfns_read_vector. Used it on sp-fecolormatrix.cpp (bzr r3364)
* boilerplate code for the remaining filters. My next commits will Felipe Corr??a da Silva Sanches2007-08-041-0/+2
| | | | | probably deal with setting default attribute values for these filters (bzr r3363)
* Work on filters. spFilterPrimitive structure added. Blur slider updated. ↵Hugo Rodrigues2006-08-141-2/+2
| | | | | Fixed sp-object-repr.cpp typos (bzr r1598)
* Added skeleton files for other filter primitives' SP-objects. Added blur ↵Hugo Rodrigues2006-08-021-0/+45
slider on fill/stroke dialog (uncomment on object-properties.cpp). (bzr r1542)