summaryrefslogtreecommitdiffstats
path: root/src/filters (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-3043-5814/+0
| | | | A lot of header clean-up.
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`
* Remove all unused makefile.inStefano Facchini2017-10-191-17/+0
|
* Fix C++11 errors and warnings with g++-7Alex Valavanis2017-02-051-1/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
* Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/Tavmjong Bah2016-08-151-2/+2
| | | (bzr r15059)
* Merged trunkAdrian Boguszewski2016-08-093-57/+7
|\ | | | | (bzr r14954.1.30)
| * Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-46/+0
| | | | | | (bzr r15046)
| * Fix broken headersAlex Valavanis2016-08-032-11/+7
| | | | | | (bzr r15035)
* | Merged trunkAdrian Boguszewski2016-08-0314-28/+9
|\| | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-0314-28/+9
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-2812-1/+25
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-2812-25/+1
| | | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-142-2/+2
| | | | | | (bzr r14954.1.21)
* | Last part of new SPObject children listAdrian Boguszewski2016-07-147-49/+45
|/ | | (bzr r14954.1.20)
* Backout last commit as it introduced subtle errors.Tavmjong Bah2016-04-291-2/+0
| | | (bzr r14864)
* SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.Tavmjong Bah2016-04-291-0/+2
| | | (bzr r14863)
* create SPObject factoryLiam P. White2015-02-2521-310/+0
| | | (bzr r13939.1.1)
* Update to trunk r13621Liam P. White2014-10-173-30/+47
|\ | | | | (bzr r13341.1.278)
| * Fix "Access to field 'image_out' results in a dereference of a null pointer"Tavmjong Bah2014-10-121-10/+15
| | | | | | (bzr r13597)
| * Fix "Access to field 'image_out' results in a dereference of a null pointer"Tavmjong Bah2014-10-121-10/+16
| | | | | | (bzr r13596)
| * Fix "Access to field 'image_out' results in a dereference of a null pointer"Tavmjong Bah2014-10-121-10/+16
| | | | | | (bzr r13595)
| * Enable rendering of new filter blend modes (but don't add them to GUI).Tavmjong Bah2014-06-291-8/+0
| | | | | | (bzr r13443)
* | More header cleanupLiam P. White2014-09-063-32/+32
| | | | | | (bzr r13341.1.198)
* | Enable rendering of new filter blend modes (but don't add them to GUI).Tavmjong Bah2014-06-291-8/+0
|/ | | (bzr r13341.1.70)
* Remove redundant variable from SPFeImageKrzysztof Kosi??ski2014-03-122-6/+2
| | | (bzr r13141)
* Don't try to load JPG and PNG files with createChildDoc().Tavmjong Bah2014-03-031-1/+1
| | | (bzr r13099)
* prevent compiler warningsKris De Gussem2014-01-161-1/+1
| | | (bzr r12944)
* Add GUI for feComponentTransfer filter primitive.Tavmjong Bah2014-01-131-14/+11
| | | (bzr r12923)
* New CSS blending and compositing modes.Tavmjong Bah2013-12-053-11/+120
| | | | | | | | Define WITH_CSSBLEND and/or WITH_CSSCOMPOSITE to try out. Note: these new modes are not yet defined to apply to SVG filters in the CSS Compositing and Blending Level 1 or in CSS Filters Level 1 specifications. They are expected to be included in Level 2. (bzr r12837)
* Fixed FeComponentTransfer.Markus Engel2013-09-233-30/+55
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1229326 (bzr r12582)
* Added missing registration of FeDistantLight; made sure warnings on missing ↵Markus Engel2013-09-231-0/+12
| | | | | | | | types are always issued. Fixed bugs: - https://launchpad.net/bugs/1229326 (bzr r12580)
* Merge C++ification of the SP tree by Markus EngelKrzysztof Kosi??ski2013-09-1942-2539/+1986
|\ | | | | (bzr r12532)
| * Added runtime check in SP_-cast macros.Markus Engel2013-09-1521-21/+21
| | | | | | (bzr r11608.1.123)
| * Modified SP_IS_ macros.Markus Engel2013-09-1421-24/+24
| | | | | | (bzr r11608.1.122)
| * Replacement of unnecessary variables.Markus Engel2013-07-3132-839/+769
| | | | | | (bzr r11608.1.114)
| * Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-3110-340/+330
| | | | | | (bzr r11608.1.111)
| * Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-0726-74/+30
| | | | | | (bzr r11608.1.86)
| * Merged FilterPrimitive and subclasses.Markus Engel2013-04-0732-1104/+407
| | | | | | (bzr r11608.1.85)
| * Merged more classes.Markus Engel2013-04-0610-423/+133
| | | | | | (bzr r11608.1.84)
| * Added virtual destructor to SPObject. Switched to new factory. Replaced some ↵Markus Engel2013-04-021-1/+1
| | | | | | | | | | casts. Inkscape seems stable, car.svgz renders correctly to png. (bzr r11608.1.70)
| * Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel2013-04-0219-0/+190
| | | | | | | | | | rewritten, as they aren't real classes. (bzr r11608.1.69)
| * Added constructors to SP classes.Markus Engel2013-04-0142-89/+262
| | | | | | (bzr r11608.1.67)
| * Replaced all casting macros with glib-independent ones.Markus Engel2013-04-0121-88/+52
| | | | | | (bzr r11608.1.64)
| * Prepared exchange of casting macros.Markus Engel2013-03-3121-0/+21
| | | | | | (bzr r11608.1.63)
| * Renamed virtual function names.Markus Engel2013-03-2942-366/+366
| | | | | | (bzr r11608.1.57)
| * merged from trunkMarkus Engel2013-03-2942-4346/+117
| |\ | | | | | | (bzr r11608.1.56)
| * | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-2921-92/+92
| | | | | | | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
| * | Replaced virtual function call to "build_renderer".Markus Engel2013-03-2916-16/+16
| | | | | | | | | (bzr r11608.1.53)
| * | Added "virtual pads" toMarkus Engel2013-03-2932-413/+3406
| | | | | | | | | | | | | | | | | | | | | - SPFilterPrimitive and all subclasses All subclasses of SPObject now have got virtual pads. (bzr r11608.1.52)
| * | Added "virtual pads" toMarkus Engel2013-03-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | - SPAnimation - SPIAnimation - SPAnimate fixed compiler error in SPFeFuncNode. (bzr r11608.1.50)