summaryrefslogtreecommitdiffstats
path: root/src/sp-feimage.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from fe-movedTed Gould2008-11-211-55/+0
| | | (bzr r6891)
* fix for bug #195314: feImage filter not updating filtered region when Felipe Corr??a da Silva Sanches2008-02-251-0/+3
| | | | | referenced object changes (bzr r4850)
* svg element referenced by id part of feImage filter rendering.Felipe Corr??a da Silva Sanches2008-02-251-0/+3
| | | | | | | | | | | This commit introduces some known bugs. I will fill a bug report about it, so that we don't forget it. Nominally they are: * seems to leak memory. I haven't found out how. Needs review. * it works when you create and use the filter, but it crashes when trying to open a file that already contains a filter using feImage referencing an svgelement. (bzr r4844)
* Allow relative paths to be used for images.Tavmjong Bah2008-02-031-0/+1
| | | | | Fix missing left and top pixel rows in image. (bzr r4641)
* partially implemented xlink:href parameter loading. (It still just Felipe Corr??a da Silva Sanches2007-11-051-5/+1
| | | | | | | | | | | 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)
* * incomplete feImage implementation.Felipe Corr??a da Silva Sanches2007-08-141-0/+2
| | | | | | * 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-1/+6
| | | (bzr r3301)
* Work on filters. spFilterPrimitive structure added. Blur slider updated. ↵Hugo Rodrigues2006-08-141-2/+2
| | | | | Fixed sp-object-repr.cpp typos (bzr r1598)
* Added skeleton files for other filter primitives' SP-objects. Added blur ↵Hugo Rodrigues2006-08-021-0/+45
slider on fill/stroke dialog (uncomment on object-properties.cpp). (bzr r1542)