summaryrefslogtreecommitdiffstats
path: root/src/sp-feflood.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from fe-movedTed Gould2008-11-211-227/+0
| | | (bzr r6891)
* Patch from Martin von Gagern for bug #247368MenTaLguY2008-07-111-2/+13
| | | (bzr r6253)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-4/+4
| | | (bzr r5884)
* implementation of Flood Filter Effect rendererFelipe Corr??a da Silva Sanches2008-01-161-2/+26
| | | (bzr r4515)
* Fixed several crashes when modifying filter effect parameters with XML editorNiko Kiirala2007-12-061-1/+1
| | | (bzr r4185)
* Warning cleanupJon A. Cruz2007-11-041-2/+3
| | | (bzr r4025)
* boilerplate code for the remaining filters. My next commits will Felipe Corr??a da Silva Sanches2007-08-041-1/+18
| | | | | 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)
* 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)