index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sp-factory.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-362
/
+0
2016-11-04
Render meshes with old syntax using camelCase.
Tavmjong Bah
1
-0
/
+6
2016-09-27
Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.
Tavmjong Bah
1
-5
/
+22
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-5
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+5
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-5
/
+0
2015-08-23
Add 'inkscape:_templateinfo' back to sp-factory.cpp (got lost in r13940).
su_v
1
-0
/
+2
2015-07-27
\n
Liam P. White
1
-1
/
+1
2015-07-05
SVG font editor: fix defunct Kerning tab (bug #1406543)
su_v
1
-0
/
+5
2015-03-01
Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...
Tavmjong Bah
1
-7
/
+7
2015-02-25
create SPObject factory
Liam P. White
1
-0
/
+337
2013-04-20
Moved factories to different files.
Markus Engel
1
-34
/
+0
2013-04-13
Made factory a template.
Markus Engel
1
-32
/
+32
2013-04-12
Added prefPaths to contexts; modified SPFactory
Markus Engel
1
-31
/
+8
2013-04-07
Added exception to SPFactory / basic handling to SPObject.
Markus Engel
1
-15
/
+25
2013-04-02
Cleaned up a bit. Uses some C++11 features.
Markus Engel
1
-36
/
+18
2013-04-02
Added virtual destructor to SPObject. Switched to new factory. Replaced some ...
Markus Engel
1
-7
/
+44
2013-04-02
Added new factory for SPObject tree objects.
Markus Engel
1
-0
/
+28