summaryrefslogtreecommitdiffstats
path: root/src/document.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-8/+8
* New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-38/+38
* C++fied SPDocument addedAbhishek Sharma Public2010-07-011-94/+92
* This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-13/+13
* Makes the "Fit Page to Selection" margin options load from the opened file. (...Alex Leone2010-06-011-1/+1
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-5/+8
* Coords: fix guidelinesKrzysztof Kosi??ski2010-04-041-1/+1
* Fix canvas resizeKrzysztof Kosi??ski2010-04-031-7/+4
* Patch by Alex Leone to add margins to resize page options in Document PropertiesJosh Andler2010-01-081-7/+82
* Correcting initialization order in ctor.Jon A. Cruz2009-12-271-2/+2
* Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...Maximilian Albert2009-12-261-20/+43
* Merge GSoC2009 Connectors into trunkArcadie M. Cracan2009-12-021-20/+78
* Patch to fix 205667 by Petteri AimonenJosh Andler2009-10-041-5/+13
* two safe changes: 1) increase the arbitrary limit on the number of update ite...bulia byak2009-09-141-3/+3
* patch by Adrian Johnson for 166678bulia byak2009-09-051-19/+0
* Fix for Bug #166678 (Paper size or orientation are not used when printing) b...Nicolas Dufour2009-08-121-0/+19
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-77/+77
* SPDocument->Documentjohnce2009-08-051-1/+1
* SPDocument->Documentjohnce2009-08-051-76/+76
* Removed sodipodi:versionJon A. Cruz2009-06-091-8/+4
* oops, fix a bug in that last commit (revealed by eps import; I don't think th...Peter Moulder2009-04-071-2/+2
* sp_document_change_uri_and_hrefs: New function.Peter Moulder2009-04-071-26/+56
* functional noop: Change prepend_current_dir_if_relative to return the result ...Peter Moulder2009-04-071-2/+2
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-261-1/+1
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-15/+13
* Fixed to not emit signals from deleted object. May fix 271621.Jon A. Cruz2009-01-211-3/+12
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-131-2/+2
* fixed: getting pagecolor for bordercolorThomas Holder2008-12-121-1/+1
* Bug #167682 (resizing page must also resize viewBox)Thomas Holder2008-12-071-0/+8
* Merge from fe-movedTed Gould2008-11-211-3/+6
* From trunkTed Gould2008-10-271-20/+42
* Merging from trunkTed Gould2008-10-111-1/+1
* Yet another NR ==> Geom changeMaximilian Albert2008-09-181-5/+3
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-19/+18
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-2/+2
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
* Remove obsolete 'sodipodi:docbase' attribute when opening old Sodipodi/Inksca...Stephen Silver2008-07-091-0/+3
* Fixed uninitialized variables, including modified-since-save.Jon A. Cruz2008-06-121-24/+21
* Remove any baseProfile attribute, as we don't respect it. (See bug 166958.)Stephen Silver2008-06-111-0/+3
* wrtlprnft's patch for bug 234834 - keeps guidelines in same position relative...Stephen Silver2008-05-311-0/+10
* Fix incorrect preview problems on Win32 with native dialogues - see LP #229045Mike Pittman2008-05-111-2/+10
* applied patch by sas to fix default default height and width attributes on sv...Marcin Floryan2008-04-031-5/+2
* If present, use existent perspective as default for new boxes when opening a ...Maximilian Albert2008-03-061-1/+4
* Warning and whitespace cleanupJon A. Cruz2008-02-241-9/+9
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
* Check for perspective in document defs (to avoid hanging/crashes after vacuum...Maximilian Albert2008-01-111-48/+1
* Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert2007-12-131-66/+67
* Warning cleanupJon A. Cruz2007-10-261-2/+2
* Adding profile manager and user-visible drop-down in CMS pickerJon A. Cruz2007-10-081-0/+10
* Hold perspectives on document level rather than globally; this corrects the c...Maximilian Albert2007-08-091-0/+78