summaryrefslogtreecommitdiffstats
path: root/src/sp-feturbulence.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-21Merge from fe-movedTed Gould1-283/+0
(bzr r6891)
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-4/+4
(bzr r5884)
2008-01-06Fix missing tooltips in LPE's. (Closes LP: #178471)Bryce Harrington1-4/+4
Whitespace cleanup. (bzr r4413)
2007-12-06Fixed several crashes when modifying filter effect parameters with XML editorNiko Kiirala1-1/+1
(bzr r4185)
2007-08-14added some more boilerplate code on feTurbulence.Felipe Corr??a da Silva Sanches1-0/+7
(bzr r3462)
2007-08-12Filter effects dialog:Nicholas Bishop1-8/+9
* Changed SPFeTurbulence/FilterTurbulence to use an enum for the type field * Added type setting to the filter dialog (bzr r3454)
2007-07-27refactoring: gathering some commonly copy'n'pasted functions on a common Felipe Corr??a da Silva Sanches1-16/+3
header (bzr r3314)
2007-07-27added helper methods NumberOptNumber::numIsSet() and Felipe Corr??a da Silva Sanches1-1/+1
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-0/+114
*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-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)