summaryrefslogtreecommitdiffstats
path: root/src/filters (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-3043-5814/+0
* Misc. typosluz.paz2018-01-081-1/+1
* Remove all unused makefile.inStefano Facchini2017-10-191-17/+0
* Fix C++11 errors and warnings with g++-7Alex Valavanis2017-02-051-1/+4
* Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/Tavmjong Bah2016-08-151-2/+2
* Merged trunkAdrian Boguszewski2016-08-093-57/+7
|\
| * Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-46/+0
| * Fix broken headersAlex Valavanis2016-08-032-11/+7
* | Merged trunkAdrian Boguszewski2016-08-0314-28/+9
|\|
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-0314-28/+9
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-2812-1/+25
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-2812-25/+1
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-142-2/+2
* | Last part of new SPObject children listAdrian Boguszewski2016-07-147-49/+45
|/
* 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-2521-310/+0
* Update to trunk r13621Liam P. White2014-10-173-30/+47
|\
| * Fix "Access to field 'image_out' results in a dereference of a null pointer"Tavmjong Bah2014-10-121-10/+15
| * Fix "Access to field 'image_out' results in a dereference of a null pointer"Tavmjong Bah2014-10-121-10/+16
| * Fix "Access to field 'image_out' results in a dereference of a null pointer"Tavmjong Bah2014-10-121-10/+16
| * Enable rendering of new filter blend modes (but don't add them to GUI).Tavmjong Bah2014-06-291-8/+0
* | More header cleanupLiam P. White2014-09-063-32/+32
* | Enable rendering of new filter blend modes (but don't add them to GUI).Tavmjong Bah2014-06-291-8/+0
|/
* Remove redundant variable from SPFeImageKrzysztof Kosi??ski2014-03-122-6/+2
* Don't try to load JPG and PNG files with createChildDoc().Tavmjong Bah2014-03-031-1/+1
* prevent compiler warningsKris De Gussem2014-01-161-1/+1
* Add GUI for feComponentTransfer filter primitive.Tavmjong Bah2014-01-131-14/+11
* New CSS blending and compositing modes.Tavmjong Bah2013-12-053-11/+120
* Fixed FeComponentTransfer.Markus Engel2013-09-233-30/+55
* Added missing registration of FeDistantLight; made sure warnings on missing t...Markus Engel2013-09-231-0/+12
* Merge C++ification of the SP tree by Markus EngelKrzysztof Kosi??ski2013-09-1942-2539/+1986
|\
| * Added runtime check in SP_-cast macros.Markus Engel2013-09-1521-21/+21
| * Modified SP_IS_ macros.Markus Engel2013-09-1421-24/+24
| * Replacement of unnecessary variables.Markus Engel2013-07-3132-839/+769
| * Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-3110-340/+330
| * Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-0726-74/+30
| * Merged FilterPrimitive and subclasses.Markus Engel2013-04-0732-1104/+407
| * Merged more classes.Markus Engel2013-04-0610-423/+133
| * Added virtual destructor to SPObject. Switched to new factory. Replaced some ...Markus Engel2013-04-021-1/+1
| * Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel2013-04-0219-0/+190
| * Added constructors to SP classes.Markus Engel2013-04-0142-89/+262
| * Replaced all casting macros with glib-independent ones.Markus Engel2013-04-0121-88/+52
| * Prepared exchange of casting macros.Markus Engel2013-03-3121-0/+21
| * Renamed virtual function names.Markus Engel2013-03-2942-366/+366
| * merged from trunkMarkus Engel2013-03-2942-4346/+117
| |\
| * | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-2921-92/+92
| * | Replaced virtual function call to "build_renderer".Markus Engel2013-03-2916-16/+16
| * | Added "virtual pads" toMarkus Engel2013-03-2932-413/+3406
| * | Added "virtual pads" toMarkus Engel2013-03-291-0/+2