summaryrefslogtreecommitdiffstats
path: root/src/object/sp-root.h (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-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-12/+12
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
A lot of header clean-up.
2017-10-05Extract a base class, SPDimensions.Shlomi Fish1-6/+2
From two places getting rid of duplicate code.
2017-10-05Extract SPRoot::setRootDimensions .Shlomi Fish1-0/+1
2017-10-05Extract unset_x_and_y().Shlomi Fish1-0/+2
2014-09-27Update to experimental r13565Liam P. White1-4/+4
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-4/+4
GThread deprecation errors. (bzr r13341.1.190)
2014-03-13Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski1-2/+0
on the root element. (bzr r13146)
2014-03-13Provide a toggle in the document properties to optionally turn offKrzysztof Kosi??ski1-0/+2
antialiasing for display and export. Fixes a nearly 10 year old bug #170356 Fixed bugs: - https://launchpad.net/bugs/170356 (bzr r13144)
2014-03-09Remove unused includes to tidy up the code.Martin Owens1-1/+0
(bzr r13132)
2014-02-28Properly identify an embedded SVG.Tavmjong Bah1-0/+1
(bzr r13075)
2014-02-06Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah1-13/+2
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-15Added runtime check in SP_-cast macros.Markus Engel1-1/+1
(bzr r11608.1.123)
2013-09-14Modified SP_IS_ macros.Markus Engel1-1/+1
(bzr r11608.1.122)
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-1/+1
(bzr r12475.1.2)
2013-04-05Merged Group and subclasses.Markus Engel1-22/+2
(bzr r11608.1.77)
2013-04-01Added constructors to SP classes.Markus Engel1-0/+1
(bzr r11608.1.67)
2013-04-01Replaced all casting macros with glib-independent ones.Markus Engel1-4/+2
(bzr r11608.1.64)
2013-03-29Renamed virtual function names.Markus Engel1-12/+12
(bzr r11608.1.57)
2012-08-19Added "virtual pad" to SPRoot.Markus Engel1-1/+29
(bzr r11608.1.20)
2011-08-27Remove all NRRect use.Krzysztof Kosi??ski1-9/+9
(bzr r10582.1.5)
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz1-0/+2
SP_ROOT() gtk type function/macro. (bzr r10254)
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)
2009-09-05patch by Adrian Johnson for 166678bulia byak1-1/+0
(bzr r8561)
2009-08-12Fix for Bug #166678 (Paper size or orientation are not used when printing) ↵Nicolas Dufour1-0/+1
by Adrian Johnson. (bzr r8473)
2009-06-09Removed sodipodi:versionJon A. Cruz1-1/+0
(bzr r8029)
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-2/+1
(bzr r6839)
2008-07-22initial handling of <script> tagFelipe Corr??a da Silva Sanches1-0/+2
Some people develope SVG files that contain javascript. We should not erase their script nodes! Also, we could develop a scripting IDE in inkscape. Look at http://wiki.inkscape.org/wiki/index.php/BlueprintScriptingIDE (bzr r6391)