summaryrefslogtreecommitdiffstats
path: root/src/object/sp-factory.cpp (unfollow)
Commit message (Expand)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
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-7/+7
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
2016-11-04Render meshes with old syntax using camelCase.Tavmjong Bah1-0/+6
2016-09-27Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah1-5/+22
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+5
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+0
2015-08-23Add 'inkscape:_templateinfo' back to sp-factory.cpp (got lost in r13940).su_v1-0/+2
2015-07-27\nLiam P. White1-1/+1
2015-07-05SVG font editor: fix defunct Kerning tab (bug #1406543)su_v1-0/+5
2015-03-01Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...Tavmjong Bah1-7/+7
2015-02-25create SPObject factoryLiam P. White1-0/+337
2013-04-20Moved factories to different files.Markus Engel1-34/+0
2013-04-13Made factory a template.Markus Engel1-32/+32
2013-04-12Added prefPaths to contexts; modified SPFactoryMarkus Engel1-31/+8
2013-04-07Added exception to SPFactory / basic handling to SPObject.Markus Engel1-15/+25
2013-04-02Cleaned up a bit. Uses some C++11 features.Markus Engel1-36/+18
2013-04-02Added virtual destructor to SPObject. Switched to new factory. Replaced some ...Markus Engel1-7/+44
2013-04-02Added new factory for SPObject tree objects.Markus Engel1-0/+28