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