summaryrefslogtreecommitdiffstats
path: root/src/document.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged from trunk (r12488).Markus Engel2013-08-301-5/+5
|\ | | | | (bzr r11608.1.120)
| * Merge from trunk.Matthew Petroff2013-07-171-0/+1
| |\ | | | | | | (bzr r12380.1.17)
| * | 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)
* | | 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)
* | Small refactor of align and distribute to reduce complexity.Martin Owens2013-07-101-0/+1
|/ | | (bzr r12411)
* 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)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-53/+50
| | | | | which cannot be fixed easily. (bzr r8422)
* xml/Document -> DocumentTreejohnce2009-08-051-1/+3
| | | (bzr r8417)
* struct Document->class Documentjohnce2009-08-051-0/+1
| | | (bzr r8410)
* SPDocument->Documentjohnce2009-08-051-49/+49
| | | (bzr r8404)
* docPeter Moulder2009-04-071-3/+3
| | | (bzr r7655)
* sp_document_change_uri_and_hrefs: New function.Peter Moulder2009-04-071-1/+3
| | | (bzr r7654)
* noop: whitespacePeter Moulder2009-04-071-47/+48
| | | (bzr r7652)
* Fixed to not emit signals from deleted object. May fix 271621.Jon A. Cruz2009-01-211-0/+2
| | | | | Fixed to no longer emit signal from deleted instance. Might fix bug 271621 (bzr r7153)
* Merge from fe-movedTed Gould2008-11-211-5/+2
| | | (bzr r6891)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-8/+12
| | | (bzr r6839)
* Fixed uninitialized variables, including modified-since-save.Jon A. Cruz2008-06-121-3/+3
| | | (bzr r5897)
* Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert2008-03-191-1/+0
| | | (bzr r5122)
* stop toggling insensitive state for modification flag updates (fixes ↵MenTaLguY2008-01-151-2/+5
| | | | | | | | | critical bug #182401) In order to do this, I got rid of sodipodi:modified in favor of a simple flag in SPDocument, also renaming SPDocument::{set,is}Modified to SPDocument::{set,is}ModifiedSinceSave (bzr r4491)
* abstract use of sodipodi:modifiedMenTaLguY2008-01-151-0/+3
| | | (bzr r4490)
* whitespace cleanupMenTaLguY2008-01-151-56/+56
| | | (bzr r4489)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-12/+19
| | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224)