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