summaryrefslogtreecommitdiffstats
path: root/src/sp-gaussian-blur.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-1/+1
| | | (bzr r10067)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-4/+3
|\ | | | | (bzr r9945.1.1)
| * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-2/+2
| | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* Fixed several cases of bad SVG being written from filtersNiko Kiirala2009-05-171-9/+4
| | | (bzr r7900)
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-5/+5
| | | (bzr r7058)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-4/+4
| | | (bzr r5884)
* Warning cleanupJon A. Cruz2007-11-041-2/+2
| | | (bzr r4025)
* Using the blur slider no longer destroys filters already applied to the objectNiko Kiirala2007-06-231-1/+1
| | | (bzr r3086)
* Refactoring work for filter effects renderer initializationNiko Kiirala2007-05-211-11/+36
| | | (bzr r3035)
* 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 a crash in modifying filter parameters in XML editor.Niko Kiirala2006-08-251-1/+1
| | | | | Fixed filters not appearing, when a file with filters is loaded. (bzr r1638)
* Work on filters. spFilterPrimitive structure added. Blur slider updated. ↵Hugo Rodrigues2006-08-141-25/+16
| | | | | Fixed sp-object-repr.cpp typos (bzr r1598)
* svg-filters branch merged back to headNiko Kiirala2006-06-211-0/+201
(bzr r1252)