summaryrefslogtreecommitdiffstats
path: root/src/sp-factory.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-362/+0
| | | | A lot of header clean-up.
* Render meshes with old syntax using camelCase.Tavmjong Bah2016-11-041-0/+6
| | | (bzr r15207)
* Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah2016-09-271-5/+22
| | | | | Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+5
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-5/+0
| | | (bzr r15025)
* Add 'inkscape:_templateinfo' back to sp-factory.cpp (got lost in r13940).su_v2015-08-231-0/+2
| | | (bzr r14318)
* \nLiam P. White2015-07-271-1/+1
| | | (bzr r14266)
* SVG font editor: fix defunct Kerning tab (bug #1406543)su_v2015-07-051-0/+5
| | | (bzr r14230)
* Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah2015-03-011-7/+7
| | | | | | | | <meshpatch>. Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option. Per SVG WG decission at Sydney 2015 face-to-face meeting. (bzr r13956)
* create SPObject factoryLiam P. White2015-02-251-0/+337
(bzr r13939.1.1)