summaryrefslogtreecommitdiffstats
path: root/src/sp-filter.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-532/+0
2017-10-05Extract SPDimensions from spfiltersShlomi Fish1-19/+1
2017-10-02third batchMarc Jeanmougin1-6/+5
2017-02-05Fix C++11 errors and warnings with g++-7Alex Valavanis1-3/+7
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+5
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+1
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-5/+5
2016-07-14Last part of new SPObject children listAdrian Boguszewski1-14/+11
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-4/+4
2016-04-29Backout last commit as it introduced subtle errors.Tavmjong Bah1-2/+0
2016-04-29SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.Tavmjong Bah1-0/+2
2015-10-28static code analysisKris De Gussem1-1/+1
2015-05-05show filter usage countRaphael Rosch1-0/+10
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
2015-02-25create SPObject factoryLiam P. White1-9/+0
2015-02-19added a set to the SelectionMarc Jeanmougin1-3/+2
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-5/+4
2014-11-08sp-filter: fix memory leak when trying to set a duplicate name for an image.Johan B. C. Engelen1-0/+4
2014-08-18Fix build (not pretty).Liam P. White1-3/+2
2014-03-01Use viewport when calculating filter primitive region when 'primitiveUnits' s...Tavmjong Bah1-1/+19
2014-02-28Use viewport when calculating filter region when filterUnits set to "userSpac...Tavmjong Bah1-0/+28
2014-01-04Fix for Bug #1265556 (plain svg export is broken for filter).Nicolas Dufour1-1/+1
2013-10-07cppcheckKris De Gussem1-1/+1
2013-09-28components of _image_name were g_strdup'ed so need to be g_free'dbuliabyak1-0/+4
2013-07-31Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel1-98/+78
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-11/+8
2013-04-07Merged FilterPrimitive and subclasses.Markus Engel1-1/+1
2013-04-06Merged more classes.Markus Engel1-55/+34
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel1-0/+10
2013-04-01Added constructors to SP classes.Markus Engel1-4/+10
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
2013-03-29Renamed virtual function names.Markus Engel1-15/+15
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-6/+6
2013-03-29Replaced virtual function call to "build_renderer".Markus Engel1-5/+7
2013-03-29Added "virtual pads" toMarkus Engel1-21/+306
2013-03-14Various changes.Markus Engel1-4/+5
2013-02-11A couple of forward declarationsAlex Valavanis1-0/+1
2013-01-26More GObject boilerplate reductionAlex Valavanis1-43/+15
2012-12-22Add support for color-interpolation-filters = linearRGB.Tavmjong Bah1-23/+5
2012-04-09cppcheck tells us: "scanf without field width limits can crash with huge inpu...Kris De Gussem1-1/+1
2012-02-15cppcheckKris De Gussem1-1/+1
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-2/+0
2012-02-04cppcheck tells us: scanf without field width limits can crash with huge input...Kris De Gussem1-3/+8
2011-08-29Add minimal support for reading color-interpolation and color-interpolation-f...Tavmjong Bah1-2/+12
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-10/+8
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-14Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski1-0/+1
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-8/+8
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-2/+2