summaryrefslogtreecommitdiffstats
path: root/src/sp-root.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-78/+0
| | | | A lot of header clean-up.
* Extract a base class, SPDimensions.Shlomi Fish2017-10-051-6/+2
| | | | From two places getting rid of duplicate code.
* Extract SPRoot::setRootDimensions .Shlomi Fish2017-10-051-0/+1
|
* Extract unset_x_and_y().Shlomi Fish2017-10-051-0/+2
|
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-4/+4
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski2014-03-131-2/+0
| | | | | on the root element. (bzr r13146)
* Provide a toggle in the document properties to optionally turn offKrzysztof Kosi??ski2014-03-131-0/+2
| | | | | | | | | antialiasing for display and export. Fixes a nearly 10 year old bug #170356 Fixed bugs: - https://launchpad.net/bugs/170356 (bzr r13144)
* Remove unused includes to tidy up the code.Martin Owens2014-03-091-1/+0
| | | (bzr r13132)
* Properly identify an embedded SVG.Tavmjong Bah2014-02-281-0/+1
| | | (bzr r13075)
* Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah2014-02-061-13/+2
| | | | | | Updated sp-root, sp-symbol, sp-image, sp-pattern, marker to use new class. Fixed some viewport issues when % used. (bzr r13002)
* remove confusing bitfield declaration. bitfield not even needed here.Johan B. C. Engelen2013-10-211-1/+1
| | | (bzr r12708)
* Merge from trunk.Matthew Petroff2013-09-201-11/+18
|\ | | | | (bzr r12475.1.29)
| * Added runtime check in SP_-cast macros.Markus Engel2013-09-151-1/+1
| | | | | | (bzr r11608.1.123)
| * Modified SP_IS_ macros.Markus Engel2013-09-141-1/+1
| | | | | | (bzr r11608.1.122)
| * Merged Group and subclasses.Markus Engel2013-04-051-22/+2
| | | | | | (bzr r11608.1.77)
| * Added constructors to SP classes.Markus Engel2013-04-011-0/+1
| | | | | | (bzr r11608.1.67)
| * Replaced all casting macros with glib-independent ones.Markus Engel2013-04-011-4/+2
| | | | | | (bzr r11608.1.64)
| * Renamed virtual function names.Markus Engel2013-03-291-12/+12
| | | | | | (bzr r11608.1.57)
| * Added "virtual pad" to SPRoot.Markus Engel2012-08-191-1/+29
| | | | | | (bzr r11608.1.20)
* | Added viewBox implement document unit support.Matthew Petroff2013-08-271-1/+1
|/ | | (bzr r12475.1.2)
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-9/+9
| | | (bzr r10582.1.5)
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-0/+2
| | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | (bzr r10025)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* patch by Adrian Johnson for 166678bulia byak2009-09-051-1/+0
| | | (bzr r8561)
* Fix for Bug #166678 (Paper size or orientation are not used when printing) ↵Nicolas Dufour2009-08-121-0/+1
| | | | | by Adrian Johnson. (bzr r8473)
* Removed sodipodi:versionJon A. Cruz2009-06-091-1/+0
| | | (bzr r8029)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-2/+1
| | | (bzr r6839)
* initial handling of <script> tagFelipe Corr??a da Silva Sanches2008-07-221-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)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+81
(bzr r1)