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-root.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extract a base class, SPDimensions.
Shlomi Fish
2017-10-05
1
-15
/
+1
*
Extract SPRoot::setRootDimensions .
Shlomi Fish
2017-10-05
1
-39
/
+43
*
Extract unset_x_and_y().
Shlomi Fish
2017-10-05
1
-4
/
+8
*
Merge double assignment + eliminate trail space.
Shlomi Fish
2017-10-05
1
-5
/
+3
*
Renamed children list in SPObject
Adrian Boguszewski
2016-07-14
1
-3
/
+3
*
Second part of new SPObject children list
Adrian Boguszewski
2016-07-13
1
-7
/
+8
*
Only update inkscape.version on successful file write.
Tavmjong Bah
2016-06-08
1
-3
/
+5
*
create SPObject factory
Liam P. White
2015-02-25
1
-15
/
+0
*
use up-to-date document units when intiallizing viewbox during a file load
Alvin Penner
2015-02-12
1
-1
/
+2
*
Debugging routines to print out XML, SP Object, and Display Item trees.
Tavmjong Bah
2014-12-16
1
-0
/
+9
*
Reimplement global aliasing toggle as a 'shape-rendering' property
Krzysztof Kosi??ski
2014-03-13
1
-10
/
+0
*
Provide a toggle in the document properties to optionally turn off
Krzysztof Kosi??ski
2014-03-13
1
-0
/
+10
*
Properly identify an embedded SVG.
Tavmjong Bah
2014-02-28
1
-0
/
+3
*
Don't overwrite SPItemCtx in SPRoot::update. (Maybe should be made const ever...
Tavmjong Bah
2014-02-27
1
-4
/
+11
*
Added new base class to handle viewBox and preserveAspectRatio.
Tavmjong Bah
2014-02-06
1
-263
/
+64
*
remove confusing bitfield declaration. bitfield not even needed here.
Johan B. C. Engelen
2013-10-21
1
-1
/
+1
*
Fix assertion failure on Ctrl+C
Krzysztof Kosi??ski
2013-09-19
1
-237
/
+253
*
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
2013-04-07
1
-2
/
+0
*
Merged Item.
Markus Engel
2013-04-05
1
-1
/
+0
*
Merged more classes.
Markus Engel
2013-04-05
1
-1
/
+0
*
Merged Group and subclasses.
Markus Engel
2013-04-05
1
-226
/
+233
*
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
2013-04-02
1
-0
/
+10
*
Added constructors to SP classes.
Markus Engel
2013-04-01
1
-6
/
+17
*
Prepared exchange of casting macros.
Markus Engel
2013-03-31
1
-0
/
+1
*
Renamed virtual function names.
Markus Engel
2013-03-29
1
-20
/
+20
*
merged from trunk
Markus Engel
2013-03-29
1
-155
/
+3
|
\
|
*
More GObject boilerplate cleanup
Alex Valavanis
2013-01-24
1
-50
/
+21
*
|
Removed function pointers from SPObject and subclasses.
Markus Engel
2013-03-29
1
-7
/
+7
*
|
Various changes.
Markus Engel
2013-03-14
1
-1
/
+1
*
|
Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.
Markus Engel
2012-10-06
1
-5
/
+7
*
|
Added "virtual pad" to SPRoot.
Markus Engel
2012-08-19
1
-60
/
+128
|
/
*
memleak / header stuff / unused variable.
Kris De Gussem
2012-01-22
1
-20
/
+14
*
Warning and uninitialized variable cleanup.
Jon A. Cruz
2012-01-08
1
-10
/
+4
*
Remove all NRRect use.
Krzysztof Kosi??ski
2011-08-27
1
-31
/
+17
*
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
2011-08-07
1
-5
/
+5
*
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
2011-08-06
1
-6
/
+8
*
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
2011-07-16
1
-6
/
+2
*
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-0
/
+1
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-3
/
+3
|
\
|
*
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
2011-02-22
1
-1
/
+1
|
*
Pass removing some outdated C-macro use.
Jon A. Cruz
2011-02-20
1
-1
/
+1
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-1
/
+1
*
|
Merge from trunk (again)
Krzysztof Kosi??ski
2010-12-15
1
-25
/
+26
|
\
|
|
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-25
/
+26
|
|
\
|
|
*
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
2010-07-12
1
-9
/
+9
|
|
*
C++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
2010-07-06
1
-1
/
+2
|
|
*
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
2010-07-03
1
-3
/
+3
|
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
1
-1
/
+1
*
|
|
Merge from trunk
Krzysztof Kosi??ski
2010-11-25
1
-1
/
+1
|
\
|
|
|
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
|
|
/
[next]