summaryrefslogtreecommitdiffstats
path: root/src/document.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-25Reverting fix for Bug #1022543.Nicolas Dufour1-9/+7
2013-05-21Fix for bug #1022543 (Ctrl+C increments the documents count) by Maggio.Nicolas Dufour1-7/+9
2013-04-12Added prefPaths to contexts; modified SPFactoryMarkus Engel1-2/+3
2013-04-10Removed old SPObject factory.Markus Engel1-2/+15
2013-03-18Fix -Wcast-align issues with SPItemCtxAlex Valavanis1-1/+1
2013-01-29Crash. Partial fix for Bug #1046068 (Inkscape (GTK+/Quartz) calls output exte...Nicolas Dufour1-4/+6
2013-01-23revert my revision 12053 (Bug #1103248 )Kris De Gussem1-1/+1
2013-01-22direct use of Glib::ustringKris De Gussem1-1/+1
2012-10-11Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah1-1/+34
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-6/+6
2012-09-19Fix for 643150 : Auto-palette swatches duplicated on copy and pasteJohn Smith1-3/+26
2012-09-18Fix for 1051434 : occasional crash when selecting disjoint path with markersJohn Smith1-0/+3
2012-08-04Fix for 1030239 : Custom markers only added to the list in Stroke Style after...John Smith1-0/+3
2012-07-28do not allow sodipodi:docname to have a temporary filename (partial fix for B...Alvin Penner1-4/+5
2012-07-21refresh sodipodi:docname when saving (Bug 1024690)Alvin Penner1-1/+1
2012-06-05variousKris De Gussem1-7/+5
2012-04-09cppcheck stuffKris De Gussem1-1/+1
2012-04-05Clipboard code cleaning (patch for bug #964852 by Romain, see devmail thread...Kris De Gussem1-0/+22
2012-04-03eek-preview: Cairo drawingAlex Valavanis1-2/+1
2012-03-07UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the tit...Nicolas Dufour1-0/+8
2012-03-07cppcheckKris De Gussem1-2/+6
2012-02-15More header cleanup/fwd declarationsAlex Valavanis1-0/+1
2012-02-12Header cleaningAlex Valavanis1-0/+1
2011-12-20when resizing page, move the origin of the grids too. This way all objects wi...Johan B. C. Engelen1-0/+1
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