summaryrefslogtreecommitdiffstats
path: root/src/document.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Update to trunk r13766Liam P. White2014-11-261-0/+1
|\ | | | | (bzr r13341.5.24)
| * Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-241-0/+1
| | | | | | | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751)
| * Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-28/+28
| | | | | | | | | | GThread deprecation errors. (bzr r13341.1.190)
* | Update to experimental r13565Liam P. White2014-09-271-28/+28
| | | | | | (bzr r13341.5.16)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-1/+0
|/ | | | | disallow pointers to Application (bzr r13341.5.9)
* Adding destroy signal do document to allow proper cleanup.Jon A. Cruz2014-03-021-0/+3
| | | (bzr r13094)
* Check file existance and clean up memory issues thanks to KK and JohanMartin Owens2014-01-261-1/+1
| | | (bzr r12979)
* Move absolute path generator to URI and use std::stringsMartin Owens2014-01-251-1/+1
| | | (bzr r12977)
* Move sub-document reference creation code from uri-reference to document.cpp ↵Martin Owens2014-01-221-4/+6
| | | | | as createChildDoc(path) (bzr r12971)
* Protect against infinate looping of new included hrefsMartin Owens2014-01-221-3/+5
| | | (bzr r12970)
* Improve use tag logic by recording the loaded documents in a list.Martin Owens2014-01-221-0/+5
| | | (bzr r12969)
* pass class variables by reference for performanceKris De Gussem2014-01-111-3/+3
| | | (bzr r12916)
* try to add some const-correctnessJohan B. C. Engelen2013-10-241-1/+2
| | | (bzr r12719)
* fix bug "some of the locale-based templates cause objects to be resized when ↵Johan B. C. Engelen2013-10-241-0/+2
| | | | | | | | default units are changed" #1236257 Fixed bugs: - https://launchpad.net/bugs/1236257 (bzr r12717)
* Merge from trunk.Matthew Petroff2013-09-201-3/+3
|\ | | | | (bzr r12475.1.29)
| * Merged from trunk (r12488).Markus Engel2013-08-301-5/+5
| |\ | | | | | | (bzr r11608.1.120)
| * | Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel2013-08-011-1/+1
| | | | | | | | | (bzr r11608.1.115)
| * | Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-2/+2
| | | | | | | | | (bzr r11608.1.111)
* | | Added viewBox implement document unit support.Matthew Petroff2013-08-271-2/+3
| |/ |/| | | (bzr r12475.1.2)
* | Merge from trunk.Matthew Petroff2013-07-171-0/+1
|\| | | | | (bzr r12380.1.17)
| * Small refactor of align and distribute to reduce complexity.Martin Owens2013-07-101-0/+1
| | | | | | (bzr r12411)
* | Switch setWidth and setHeight to use Quantity and switch to forward ↵Matthew Petroff2013-07-061-3/+5
| | | | | | | | | | declaration of Inkscape::Util::Quantity in document.h. (bzr r12380.1.7)
* | Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class.Matthew Petroff2013-07-021-5/+3
|/ | | (bzr r12380.1.4)
* Fix another tonne of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12204)
* Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-141-3/+2
| | | | | forward declarations (bzr r12203)
* Clipboard code cleaning (patch for bug #964852 by Romain, see devmail ↵Kris De Gussem2012-04-051-0/+2
| | | | | thread "Some clipboard functions") (bzr r11153)
* UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the ↵Nicolas Dufour2012-03-071-3/+1
| | | | | | | | titlebar). Fixed bugs: - https://launchpad.net/bugs/294354 (bzr r11054)
* More header cleanup/fwd declarationsAlex Valavanis2012-02-151-3/+0
| | | (bzr r10986)
* Header cleaningAlex Valavanis2012-02-121-4/+0
| | | (bzr r10963)
* mixed usage of class and struct for same objectKris De Gussem2011-12-111-2/+2
| | | (bzr r10766.1.1)
* Purging some forward.h files.Jon A. Cruz2011-10-041-0/+1
| | | (bzr r10664)
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-1/+0
| | | (bzr r10582.1.5)
* Added overload for getObjectById(). Added safety by zeroing out invalid ↵Jon A. Cruz2011-07-311-0/+1
| | | | | points (prevents accidental use of stale pointers). (bzr r10521)
* Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵Jon A. Cruz2011-06-041-1/+0
|\ | | | | | | | | | | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255)
* | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-2/+13
|/ | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-102/+77
|\ | | | | (bzr r9945.1.1)
| * C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-061-0/+2
| | | | | | | | | | Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-10/+14
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-29/+57
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-5/+10
| | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | 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)
* | Safer fix for bug #579932 that won't leak memory.Jon A. Cruz2010-07-281-1/+2
| | | | | | (bzr r9662)
* | Duplicate the undo key passed to sp_document_maybe_done, instead of simplyKrzysztof Kosi??ski2010-07-271-1/+1
|/ | | | | | | | | | assigning it. Allows the function to be used with dynamically created keys and fixes undo stack spam when adjusting filter parameter values (LP #579932). Fixed bugs: - https://launchpad.net/bugs/579932 (bzr r9661)
* Patch by Alex Leone to add margins to resize page options in Document PropertiesJosh Andler2010-01-081-1/+1
| | | (bzr r8952)
* Refactoring of 3D box tool, mainly to avoid unnecessary creation of ↵Maximilian Albert2009-12-261-7/+20
| | | | | perspectives. (bzr r8910)
* Merge GSoC2009 Connectors into trunkArcadie M. Cracan2009-12-021-0/+3
| | | (bzr r8855)
* Patch to fix 205667 by Petteri AimonenJosh Andler2009-10-041-0/+1
| | | (bzr r8712)
* patch by Adrian Johnson for 166678bulia byak2009-09-051-2/+0
| | | (bzr r8561)
* Fix for Bug #166678 (Paper size or orientation are not used when printing) ↵Nicolas Dufour2009-08-121-0/+2
| | | | | by Adrian Johnson. (bzr r8473)