summaryrefslogtreecommitdiffstats
path: root/src/object/sp-factory.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-29Fix issue 872. LPE on rects is not rendering in browsersJabier Arraiza1-0/+2
2019-08-31Templates: Accept non-underscored variants of "inkscape:templateinfo"Patrick Storz1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-7/+7
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-7/+7
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+2
A lot of header clean-up.
2016-11-04Render meshes with old syntax using camelCase.Tavmjong Bah1-0/+6
(bzr r15207)
2016-09-27Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah1-5/+22
Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+5
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+0
(bzr r15025)
2015-08-23Add 'inkscape:_templateinfo' back to sp-factory.cpp (got lost in r13940).su_v1-0/+2
(bzr r14318)
2015-07-27\nLiam P. White1-1/+1
(bzr r14266)
2015-07-05SVG font editor: fix defunct Kerning tab (bug #1406543)su_v1-0/+5
(bzr r14230)
2015-03-01Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah1-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)
2015-02-25create SPObject factoryLiam P. White1-0/+337
(bzr r13939.1.1)
2013-04-20Moved factories to different files.Markus Engel1-34/+0
(bzr r11608.1.100)
2013-04-13Made factory a template.Markus Engel1-32/+32
(bzr r11608.1.95)
2013-04-12Added prefPaths to contexts; modified SPFactoryMarkus Engel1-31/+8
(bzr r11608.1.94)
2013-04-07Added exception to SPFactory / basic handling to SPObject.Markus Engel1-15/+25
(bzr r11608.1.87)
2013-04-02Cleaned up a bit. Uses some C++11 features.Markus Engel1-36/+18
(bzr r11608.1.72)
2013-04-02Added virtual destructor to SPObject. Switched to new factory. Replaced some ↵Markus Engel1-7/+44
casts. Inkscape seems stable, car.svgz renders correctly to png. (bzr r11608.1.70)
2013-04-02Added new factory for SPObject tree objects.Markus Engel1-0/+28
(bzr r11608.1.68)