summaryrefslogtreecommitdiffstats
path: root/src/sp-gaussian-blur.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-1/+1
(bzr r10067)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-07-14Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski1-212/+0
Move gaussian blur to filters directory. Blend filter effect. (bzr r9508.1.16)
2010-07-12SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public1-2/+2
Privatisation tweaks (bzr r9546.1.6)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-2/+2
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-2/+2
(bzr r8404)
2009-05-17Fixed several cases of bad SVG being written from filtersNiko Kiirala1-9/+4
(bzr r7900)
2009-01-02Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen1-5/+5
(bzr r7058)
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-4/+4
(bzr r5884)
2007-11-04Warning cleanupJon A. Cruz1-2/+2
(bzr r4025)
2007-06-23Using the blur slider no longer destroys filters already applied to the objectNiko Kiirala1-1/+1
(bzr r3086)
2007-05-21Refactoring work for filter effects renderer initializationNiko Kiirala1-11/+36
(bzr r3035)
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)
2006-08-25Fixed a crash in modifying filter parameters in XML editor.Niko Kiirala1-1/+1
Fixed filters not appearing, when a file with filters is loaded. (bzr r1638)
2006-08-14Work on filters. spFilterPrimitive structure added. Blur slider updated. ↵Hugo Rodrigues1-25/+16
Fixed sp-object-repr.cpp typos (bzr r1598)
2006-06-21svg-filters branch merged back to headNiko Kiirala1-0/+201
(bzr r1252)