summaryrefslogtreecommitdiffstats
path: root/src/sp-fecolormatrix.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from fe-movedTed Gould2008-11-211-234/+0
| | | (bzr r6891)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-4/+4
| | | (bzr r5884)
* 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-2/+2
| | | (bzr r4185)
* Warning cleanupJon A. Cruz2007-11-041-4/+4
| | | (bzr r4025)
* fixing small bug on feMorphologyFelipe Corr??a da Silva Sanches2007-08-091-0/+2
| | | (bzr r3440)
* Filter effects:Nicholas Bishop2007-08-071-1/+0
| | | | | | * Fixed a few bugs with the feColorMatrix settings, such as bad sensitivity settings and missing updates. * Changed matrix loading (for the values attribute of feColorMatrix) so that it can handle values separated by more than one space. (bzr r3407)
* Filter effects:Nicholas Bishop2007-08-051-11/+11
| | | | | | * 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)
* feColorMatrix filter primitive implementationFelipe Corr??a da Silva Sanches2007-08-051-26/+10
| | | (bzr r3374)
* setting of attributes and default values for feColorMatrix. Felipe Corr??a da Silva Sanches2007-08-041-2/+59
| | | | | | 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-1/+17
| | | | | probably deal with setting default attribute values for these filters (bzr r3363)
* 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)
* compile fixbulia byak2006-08-021-1/+1
| | | (bzr r1544)
* 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)