summaryrefslogtreecommitdiffstats
path: root/src/object/sp-root.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-06-21Move global functions into SPPrintContext methods.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-6/+6
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
A lot of header clean-up.
2017-10-24Give drawing a reasonable(?) default size if dimensions are in % and there ↵Tavmjong Bah1-4/+4
is no view box. This prevents a GTK3 crash in file preview (#1611672).
2017-10-05Extract a base class, SPDimensions.Shlomi Fish1-15/+1
From two places getting rid of duplicate code.
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
(bzr r14954.1.21)
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-7/+8
(bzr r14954.1.19)
2016-06-08Only update inkscape.version on successful file write.Tavmjong Bah1-3/+5
(bzr r14965)
2015-02-25create SPObject factoryLiam P. White1-15/+0
(bzr r13939.1.1)
2015-02-12use up-to-date document units when intiallizing viewbox during a file loadAlvin Penner1-1/+2
(bzr r13918)
2014-12-16Debugging routines to print out XML, SP Object, and Display Item trees.Tavmjong Bah1-0/+9
(bzr r13802)
2014-03-13Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski1-10/+0
on the root element. (bzr r13146)
2014-03-13Provide a toggle in the document properties to optionally turn offKrzysztof Kosi??ski1-0/+10
antialiasing for display and export. Fixes a nearly 10 year old bug #170356 Fixed bugs: - https://launchpad.net/bugs/170356 (bzr r13144)
2014-02-28Properly identify an embedded SVG.Tavmjong Bah1-0/+3
(bzr r13075)
2014-02-27Don't overwrite SPItemCtx in SPRoot::update. (Maybe should be made const ↵Tavmjong Bah1-4/+11
everywhere?) (bzr r13065)
2014-02-06Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah1-263/+64
Updated sp-root, sp-symbol, sp-image, sp-pattern, marker to use new class. Fixed some viewport issues when % used. (bzr r13002)
2013-10-21remove confusing bitfield declaration. bitfield not even needed here.Johan B. C. Engelen1-1/+1
(bzr r12708)
2013-09-19Fix assertion failure on Ctrl+CKrzysztof Kosi??ski1-237/+253
(bzr r12548)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-2/+0
(bzr r11608.1.86)
2013-04-05Merged Item.Markus Engel1-1/+0
(bzr r11608.1.81)
2013-04-05Merged more classes.Markus Engel1-1/+0
(bzr r11608.1.78)
2013-04-05Merged Group and subclasses.Markus Engel1-226/+233
(bzr r11608.1.77)
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel1-0/+10
rewritten, as they aren't real classes. (bzr r11608.1.69)
2013-04-01Added constructors to SP classes.Markus Engel1-6/+17
(bzr r11608.1.67)
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
(bzr r11608.1.63)
2013-03-29Renamed virtual function names.Markus Engel1-20/+20
(bzr r11608.1.57)
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-7/+7
Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
2013-03-14Various changes.Markus Engel1-1/+1
(bzr r11608.1.48)
2013-01-24More GObject boilerplate cleanupAlex Valavanis1-50/+21
(bzr r12059)
2012-10-06Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel1-5/+7
(bzr r11608.1.46)
2012-08-19Added "virtual pad" to SPRoot.Markus Engel1-60/+128
(bzr r11608.1.20)
2012-01-22memleak / header stuff / unused variable.Kris De Gussem1-20/+14
(bzr r10917)
2012-01-08Warning and uninitialized variable cleanup.Jon A. Cruz1-10/+4
(bzr r10860)
2011-08-27Remove all NRRect use.Krzysztof Kosi??ski1-31/+17
(bzr r10582.1.5)
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-5/+5
methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-6/+8
(bzr r10347.1.21)
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-6/+2
(bzr r10461)
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-0/+1
(bzr r10347.1.2)
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-1/+1
(bzr r10067)
2011-02-20Pass removing some outdated C-macro use.Jon A. Cruz1-1/+1
(bzr r10059)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
(bzr r10025)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)