summaryrefslogtreecommitdiffstats
path: root/src/sp-feimage.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-21Merge from fe-movedTed Gould1-264/+0
(bzr r6891)
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-4/+4
(bzr r5884)
2008-02-25fix for bug #195314: feImage filter not updating filtered region when Felipe Corr??a da Silva Sanches1-7/+13
referenced object changes (bzr r4850)
2008-02-25svg element referenced by id part of feImage filter rendering.Felipe Corr??a da Silva Sanches1-4/+30
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)
2008-02-03Allow relative paths to be used for images.Tavmjong Bah1-1/+6
Fix missing left and top pixel rows in image. (bzr r4641)
2007-12-06Fixed several crashes when modifying filter effect parameters with XML editorNiko Kiirala1-1/+1
(bzr r4185)
2007-11-05partially implemented xlink:href parameter loading. (It still just Felipe Corr??a da Silva Sanches1-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)
2007-11-04Warning cleanupJon A. Cruz1-6/+6
(bzr r4025)
2007-08-14* incomplete feImage implementation.Felipe Corr??a da Silva Sanches1-4/+24
* contains a hardcoded href parameter. TODO: fix it. * added a getter method to access arenaitem from FilterSlot. (bzr r3461)
2007-07-26feImage boilerplate code.Felipe Corr??a da Silva Sanches1-0/+28
(bzr r3301)
2007-04-09fix crash temporarily until next refactoring phaseMenTaLguY1-1/+1
(bzr r2837)
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY1-1/+1
(bzr r2723)
2007-02-19Fixed unintialized variables and minor misc warningsJon A. Cruz1-1/+2
(bzr r2398)
2006-08-14Work on filters. spFilterPrimitive structure added. Blur slider updated. ↵Hugo Rodrigues1-26/+4
Fixed sp-object-repr.cpp typos (bzr r1598)
2006-08-02Added skeleton files for other filter primitives' SP-objects. Added blur ↵Hugo Rodrigues1-0/+196
slider on fill/stroke dialog (uncomment on object-properties.cpp). (bzr r1542)