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