summaryrefslogtreecommitdiffstats
path: root/src/sp-filter-primitive.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-68/+0
| | | | A lot of header clean-up.
* Extract SPDimensions from spfiltersShlomi Fish2017-10-051-4/+2
|
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-6/+6
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Added runtime check in SP_-cast macros.Markus Engel2013-09-151-1/+1
| | | (bzr r11608.1.123)
* Modified SP_IS_ macros.Markus Engel2013-09-141-1/+1
| | | (bzr r11608.1.122)
* Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-1/+3
| | | (bzr r11608.1.111)
* Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-1/+1
| | | (bzr r11608.1.86)
* Merged FilterPrimitive and subclasses.Markus Engel2013-04-071-22/+3
| | | (bzr r11608.1.85)
* Added constructors to SP classes.Markus Engel2013-04-011-0/+1
| | | (bzr r11608.1.67)
* Replaced all casting macros with glib-independent ones.Markus Engel2013-04-011-4/+2
| | | (bzr r11608.1.64)
* Renamed virtual function names.Markus Engel2013-03-291-6/+6
| | | (bzr r11608.1.57)
* merged from trunkMarkus Engel2013-03-291-3/+0
|\ | | | | (bzr r11608.1.56)
| * Fix another load of forward declaration tagsAlex Valavanis2013-03-141-2/+0
| | | | | | (bzr r12205)
* | Replaced virtual function call to "build_renderer".Markus Engel2013-03-291-1/+1
| | | | | | (bzr r11608.1.53)
* | Added "virtual pads" toMarkus Engel2013-03-291-1/+26
|/ | | | | | | - SPFilterPrimitive and all subclasses All subclasses of SPObject now have got virtual pads. (bzr r11608.1.52)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-0/+4
|\ | | | | (bzr r9508.1.73)
| * Add handling filter primitive subregion to filter primitive classes.Tavmjong Bah2011-03-111-0/+3
| | | | | | | | | | More correct handling of image placement in feImage filter primitive. (bzr r10092)
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\| | | | | (bzr r9508.1.70)
| * 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)
* | Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski2010-07-141-3/+6
|/ | | | | | Move gaussian blur to filters directory. Blend filter effect. (bzr r9508.1.16)
* Fixed several cases of bad SVG being written from filtersNiko Kiirala2009-05-171-0/+1
| | | (bzr r7900)
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-2/+2
| | | (bzr r7058)
* Added support for in-parameter in filter primitivesNiko Kiirala2007-05-291-0/+5
| | | (bzr r3041)
* Refactoring work for filter effects renderer initializationNiko Kiirala2007-05-211-2/+29
| | | (bzr r3035)
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-191-26/+26
| | | (bzr r2399)
* Work on filters. spFilterPrimitive structure added. Blur slider updated. ↵Hugo Rodrigues2006-08-141-0/+26
Fixed sp-object-repr.cpp typos (bzr r1598)