summaryrefslogtreecommitdiffstats
path: root/src/sp-feoffset.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: gathering some commonly copy'n'pasted functions on a common Felipe Corr??a da Silva Sanches2007-07-271-16/+3
| | | | | header (bzr r3314)
* Fixed assertion failure with some unset parameters for feComposite & feOffsetNiko Kiirala2007-07-141-4/+12
| | | (bzr r3242)
* First version of feComposite filter effect rendererNiko Kiirala2007-07-091-1/+2
| | | (bzr r3201)
* Using the blur slider no longer destroys filters already applied to the objectNiko Kiirala2007-06-231-5/+3
| | | (bzr r3086)
* First version of feOffset support. Contains some rendering glitches.Niko Kiirala2007-06-071-5/+51
| | | (bzr r3055)
* 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)