summaryrefslogtreecommitdiffstats
path: root/src/sp-feimage.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow relative paths to be used for images.Tavmjong Bah2008-02-031-1/+6
| | | | | Fix missing left and top pixel rows in image. (bzr r4641)
* Fixed several crashes when modifying filter effect parameters with XML editorNiko Kiirala2007-12-061-1/+1
| | | (bzr r4185)
* partially implemented xlink:href parameter loading. (It still just Felipe Corr??a da Silva Sanches2007-11-051-4/+8
| | | | | | | | | | | works for filenames.) Removed a hardcoded string. This part of the code must be improved in order to reference other pieces of SVG. I need somebody to help me on working with proper URI handling! Also fixed gdk pixbuf handling. (bzr r4030)
* Warning cleanupJon A. Cruz2007-11-041-6/+6
| | | (bzr r4025)
* * incomplete feImage implementation.Felipe Corr??a da Silva Sanches2007-08-141-4/+24
| | | | | | * contains a hardcoded href parameter. TODO: fix it. * added a getter method to access arenaitem from FilterSlot. (bzr r3461)
* feImage boilerplate code.Felipe Corr??a da Silva Sanches2007-07-261-0/+28
| | | (bzr r3301)
* 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/+4
| | | | | 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)