summaryrefslogtreecommitdiffstats
path: root/src/sp-filter.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* static code analysisKris De Gussem2015-10-281-1/+1
* show filter usage countRaphael Rosch2015-05-051-0/+10
* mergeMarc Jeanmougin2015-04-261-9/+0
|\
| * create SPObject factoryLiam P. White2015-02-251-9/+0
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
* | added a set to the SelectionMarc Jeanmougin2015-02-191-3/+2
* | At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-5/+4
|/
* sp-filter: fix memory leak when trying to set a duplicate name for an image.Johan B. C. Engelen2014-11-081-0/+4
* Fix build (not pretty).Liam P. White2014-08-181-3/+2
* Use viewport when calculating filter primitive region when 'primitiveUnits' s...Tavmjong Bah2014-03-011-1/+19
* Use viewport when calculating filter region when filterUnits set to "userSpac...Tavmjong Bah2014-02-281-0/+28
* Fix for Bug #1265556 (plain svg export is broken for filter).Nicolas Dufour2014-01-041-1/+1
* cppcheckKris De Gussem2013-10-071-1/+1
* components of _image_name were g_strdup'ed so need to be g_free'dbuliabyak2013-09-281-0/+4
* Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-98/+78
* Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-11/+8
* Merged FilterPrimitive and subclasses.Markus Engel2013-04-071-1/+1
* Merged more classes.Markus Engel2013-04-061-55/+34
* Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel2013-04-021-0/+10
* Added constructors to SP classes.Markus Engel2013-04-011-4/+10
* Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
* Renamed virtual function names.Markus Engel2013-03-291-15/+15
* merged from trunkMarkus Engel2013-03-291-363/+7
|\
| * A couple of forward declarationsAlex Valavanis2013-02-111-0/+1
| * More GObject boilerplate reductionAlex Valavanis2013-01-261-43/+15
| * Add support for color-interpolation-filters = linearRGB.Tavmjong Bah2012-12-221-23/+5
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-6/+6
* | Replaced virtual function call to "build_renderer".Markus Engel2013-03-291-5/+7
* | Added "virtual pads" toMarkus Engel2013-03-291-21/+306
* | Various changes.Markus Engel2013-03-141-4/+5
|/
* cppcheck tells us: "scanf without field width limits can crash with huge inpu...Kris De Gussem2012-04-091-1/+1
* cppcheckKris De Gussem2012-02-151-1/+1
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-2/+0
* cppcheck tells us: scanf without field width limits can crash with huge input...Kris De Gussem2012-02-041-3/+8
* Add minimal support for reading color-interpolation and color-interpolation-f...Tavmjong Bah2011-08-291-2/+12
* Merge from trunkKrzysztof Kosi??ski2011-04-071-10/+8
|\
| * Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-10/+8
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-21/+20
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-21/+20
| |\
| | * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-8/+8
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-2/+2
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\| |
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
| |/
* / Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski2010-07-141-0/+1
|/
* filterUnits and primitiveUnits are now actually read/set, percentages for pri...Jasper van de Gronde2010-04-151-8/+10
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-2/+2
* SPDocument->Documentjohnce2009-08-051-2/+2
* Fixed several cases of bad SVG being written from filtersNiko Kiirala2009-05-171-3/+59
* Evil work-around for Inkscape's lack of support for color-interpolation-filte...Jasper van de Gronde2009-04-231-0/+9