summaryrefslogtreecommitdiffstats
path: root/src/document.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makes the "Fit Page to Selection" margin options load from the opened file. ↵Alex Leone2010-06-011-1/+1
| | | | | | | | (Bug #499942) Fixed bugs: - https://launchpad.net/bugs/499942 (bzr r9462)
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-5/+8
| | | | | | require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298)
* Coords: fix guidelinesKrzysztof Kosi??ski2010-04-041-1/+1
| | | (bzr r9281.1.14)
* Fix canvas resizeKrzysztof Kosi??ski2010-04-031-7/+4
| | | (bzr r9281.1.8)
* Patch by Alex Leone to add margins to resize page options in Document PropertiesJosh Andler2010-01-081-7/+82
| | | (bzr r8952)
* Correcting initialization order in ctor.Jon A. Cruz2009-12-271-2/+2
| | | (bzr r8914)
* Refactoring of 3D box tool, mainly to avoid unnecessary creation of ↵Maximilian Albert2009-12-261-20/+43
| | | | | perspectives. (bzr r8910)
* Merge GSoC2009 Connectors into trunkArcadie M. Cracan2009-12-021-20/+78
| | | (bzr r8855)
* Patch to fix 205667 by Petteri AimonenJosh Andler2009-10-041-5/+13
| | | (bzr r8712)
* two safe changes: 1) increase the arbitrary limit on the number of update ↵bulia byak2009-09-141-3/+3
| | | | | iterations - it is very possible in a complex document to have more than 32 chained gradients or patterns, and each step requires an iteration; 2) fix crash when this limit is reached for a clipboard document that has no URI (bzr r8584)
* patch by Adrian Johnson for 166678bulia byak2009-09-051-19/+0
| | | (bzr r8561)
* Fix for Bug #166678 (Paper size or orientation are not used when printing) ↵Nicolas Dufour2009-08-121-0/+19
| | | | | by Adrian Johnson. (bzr r8473)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-77/+77
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8416)
* SPDocument->Documentjohnce2009-08-051-76/+76
| | | (bzr r8404)
* Removed sodipodi:versionJon A. Cruz2009-06-091-8/+4
| | | (bzr r8029)
* oops, fix a bug in that last commit (revealed by eps import; I don't think ↵Peter Moulder2009-04-071-2/+2
| | | | | this bug occurred with skencil import). (bzr r7659)
* sp_document_change_uri_and_hrefs: New function.Peter Moulder2009-04-071-26/+56
| | | (bzr r7654)
* functional noop: Change prepend_current_dir_if_relative to return the result ↵Peter Moulder2009-04-071-2/+2
| | | | | rather than taking a pointer to where to put the result. (Clarifies that the existing value isn't used.) (bzr r7653)
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-261-1/+1
| | | (bzr r7380)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-15/+13
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* Fixed to not emit signals from deleted object. May fix 271621.Jon A. Cruz2009-01-211-3/+12
| | | | | Fixed to no longer emit signal from deleted instance. Might fix bug 271621 (bzr r7153)
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-131-2/+2
| | | | | version string on Linux. (bzr r7123)
* fixed: getting pagecolor for bordercolorThomas Holder2008-12-121-1/+1
| | | (bzr r6991)
* Bug #167682 (resizing page must also resize viewBox)Thomas Holder2008-12-071-0/+8
| | | (bzr r6968)
* Merge from fe-movedTed Gould2008-11-211-3/+6
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-20/+42
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-1/+1
| | | (bzr r6884)
* Yet another NR ==> Geom changeMaximilian Albert2008-09-181-5/+3
| | | (bzr r6840)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-19/+18
| | | (bzr r6839)
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-2/+2
| | | (bzr r6836)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
| | | (bzr r6569)
* Remove obsolete 'sodipodi:docbase' attribute when opening old ↵Stephen Silver2008-07-091-0/+3
| | | | | | | Sodipodi/Inkscape files. See bugs 168958 and 246721. (bzr r6246)
* Fixed uninitialized variables, including modified-since-save.Jon A. Cruz2008-06-121-24/+21
| | | (bzr r5897)
* Remove any baseProfile attribute, as we don't respect it. (See bug 166958.)Stephen Silver2008-06-111-0/+3
| | | (bzr r5879)
* wrtlprnft's patch for bug 234834 - keeps guidelines in same position ↵Stephen Silver2008-05-311-0/+10
| | | | | relative to objects when doing "Fit page to selection", and also keeps the objects in the same position on the screen (bzr r5771)
* Fix incorrect preview problems on Win32 with native dialogues - see LP #229045Mike Pittman2008-05-111-2/+10
| | | (bzr r5651)
* applied patch by sas to fix default default height and width attributes on ↵Marcin Floryan2008-04-031-5/+2
| | | | | svg element following the SVG spec. Closes Bug #211282. (bzr r5320)
* If present, use existent perspective as default for new boxes when opening a ↵Maximilian Albert2008-03-061-1/+4
| | | | | document. (bzr r4978)
* Warning and whitespace cleanupJon A. Cruz2008-02-241-9/+9
| | | (bzr r4838)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)
* Check for perspective in document defs (to avoid hanging/crashes after ↵Maximilian Albert2008-01-111-48/+1
| | | | | vacuum defs or when opening pre-0.46 documents); partly fixes LP #182031 (bzr r4461)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-66/+67
| | | | | 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)
* Warning cleanupJon A. Cruz2007-10-261-2/+2
| | | (bzr r3962)
* Adding profile manager and user-visible drop-down in CMS pickerJon A. Cruz2007-10-081-0/+10
| | | (bzr r3862)
* Hold perspectives on document level rather than globally; this corrects the ↵Maximilian Albert2007-08-091-0/+78
| | | | | changes made in commit #15681 (bzr r3445)
* noop: Change fitToRect to take NR::Rect instead of old NRRect. Update callers.Peter Moulder2007-05-201-13/+16
| | | (bzr r3032)
* Cleaned up test doc creationJon A. Cruz2007-05-121-5/+0
| | | (bzr r3007)
* add document serial numbersMenTaLguY2007-05-101-0/+8
| | | (bzr r2989)
* add method to select objects picked by a vector of pointsbulia byak2007-04-121-0/+24
| | | (bzr r2864)