summaryrefslogtreecommitdiffstats
path: root/src/document.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
2011-08-27Remove all NRRect use.Krzysztof Kosi??ski1-25/+19
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-1/+1
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-7/+7
2011-07-31Refactored createnewDocFromMem() to be C++ instead of C, removing potential f...Jon A. Cruz1-18/+14
2011-07-31Added overload for getObjectById(). Added safety by zeroing out invalid point...Jon A. Cruz1-0/+8
2011-07-30Memory leaks fix / code cleanupKris De Gussem1-1/+10
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-1/+2
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-32/+30
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+1
2011-04-02Fix setting canvas margins when using "Resize page to drawing or selection"Martin Sucha1-3/+3
2011-03-18D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, Bug...Nicolas Dufour1-1/+5
2011-02-20Pass removing some outdated C-macro use.Jon A. Cruz1-3/+3
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-10-12Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski1-13/+5
2010-08-11XML Privatisation Stuff after a long timeAbhishek Sharma public1-12/+23
2010-07-28Applied fix for sp_document_maybe_done() that was holding pointers to interna...Jon A. Cruz1-3/+2
2010-07-28Safer fix for bug #579932 that won't leak memory.Jon A. Cruz1-6/+2
2010-07-27Duplicate the undo key passed to sp_document_maybe_done, instead of simplyKrzysztof Kosi??ski1-1/+4
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-8/+8
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-38/+38
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-94/+92
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-13/+13
2010-06-01Makes the "Fit Page to Selection" margin options load from the opened file. (...Alex Leone1-1/+1
2010-04-06Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski1-5/+8
2010-04-04Coords: fix guidelinesKrzysztof Kosi??ski1-1/+1
2010-04-03Fix canvas resizeKrzysztof Kosi??ski1-7/+4
2010-01-08Patch by Alex Leone to add margins to resize page options in Document PropertiesJosh Andler1-7/+82
2009-12-27Correcting initialization order in ctor.Jon A. Cruz1-2/+2
2009-12-26Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...Maximilian Albert1-20/+43
2009-12-02Merge GSoC2009 Connectors into trunkArcadie M. Cracan1-20/+78
2009-10-04Patch to fix 205667 by Petteri AimonenJosh Andler1-5/+13
2009-09-14two safe changes: 1) increase the arbitrary limit on the number of update ite...bulia byak1-3/+3
2009-09-05patch by Adrian Johnson for 166678bulia byak1-19/+0
2009-08-12Fix for Bug #166678 (Paper size or orientation are not used when printing) b...Nicolas Dufour1-0/+19
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-77/+77
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-08-05SPDocument->Documentjohnce1-76/+76
2009-06-09Removed sodipodi:versionJon A. Cruz1-8/+4
2009-04-07oops, fix a bug in that last commit (revealed by eps import; I don't think th...Peter Moulder1-2/+2
2009-04-07sp_document_change_uri_and_hrefs: New function.Peter Moulder1-26/+56
2009-04-07functional noop: Change prepend_current_dir_if_relative to return the result ...Peter Moulder1-2/+2
2009-02-26Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski1-1/+1
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-15/+13
2009-01-21Fixed to not emit signals from deleted object. May fix 271621.Jon A. Cruz1-3/+12
2009-01-13Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski1-2/+2
2008-12-12fixed: getting pagecolor for bordercolorThomas Holder1-1/+1
2008-12-07Bug #167682 (resizing page must also resize viewBox)Thomas Holder1-0/+8
2008-11-21Merge from fe-movedTed Gould1-3/+6
2008-10-27From trunkTed Gould1-20/+42