summaryrefslogtreecommitdiffstats
path: root/src/filters/image.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-256/+0
* Fix C++11 errors and warnings with g++-7Alex Valavanis2017-02-051-1/+4
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+3
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+0
* Backout last commit as it introduced subtle errors.Tavmjong Bah2016-04-291-2/+0
* SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.Tavmjong Bah2016-04-291-0/+2
* create SPObject factoryLiam P. White2015-02-251-14/+0
* Remove redundant variable from SPFeImageKrzysztof Kosi??ski2014-03-121-5/+2
* Don't try to load JPG and PNG files with createChildDoc().Tavmjong Bah2014-03-031-1/+1
* Merge C++ification of the SP tree by Markus EngelKrzysztof Kosi??ski2013-09-191-95/+70
|\
| * Replacement of unnecessary variables.Markus Engel2013-07-311-57/+42
| * Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-2/+0
| * Merged FilterPrimitive and subclasses.Markus Engel2013-04-071-49/+26
| * 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-3/+15
| * Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
| * Renamed virtual function names.Markus Engel2013-03-291-11/+11
| * merged from trunkMarkus Engel2013-03-291-251/+4
| |\
| * | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-4/+4
| * | Replaced virtual function call to "build_renderer".Markus Engel2013-03-291-1/+1
| * | Added "virtual pads" toMarkus Engel2013-03-291-15/+227
| * | Various changes.Markus Engel2013-03-141-4/+5
* | | Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-191-0/+2
| |/ |/|
* | Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
* | More GObject boilerplate reductionAlex Valavanis2013-01-261-37/+11
|/
* Add handling filter primitive subregion to filter primitive classes.Tavmjong Bah2011-03-111-21/+67
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-1/+1
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-7/+6
|\
| * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-5/+5
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
|/
* Warning cleanupJon A. Cruz2009-12-201-20/+10
* updating my email address in file headersFelipe Corr??a da Silva Sanches2009-12-131-1/+1
* Patch by theAdib which fixes 397075Josh Andler2009-09-151-2/+3
* 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-8/+4
* Fixed crashes in feImage when modifying source, one caused by previous fixNiko Kiirala2009-05-161-7/+28
* Fixed dangling pointers and possible memory leaks with feImageNiko Kiirala2009-05-161-0/+1
* fix crash bug 195312Johan B. C. Engelen2009-03-031-9/+11
* minor code cleanupJohan B. C. Engelen2009-03-031-7/+9
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-5/+5
* Merge from fe-movedTed Gould2008-11-211-0/+264