summaryrefslogtreecommitdiffstats
path: root/src/document.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* revert my revision 12053 (Bug #1103248 )Kris De Gussem2013-01-231-1/+1
* direct use of Glib::ustringKris De Gussem2013-01-221-1/+1
* Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah2012-10-111-1/+34
* code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton2012-10-041-6/+6
* Fix for 643150 : Auto-palette swatches duplicated on copy and pasteJohn Smith2012-09-191-3/+26
* Fix for 1051434 : occasional crash when selecting disjoint path with markersJohn Smith2012-09-181-0/+3
* Fix for 1030239 : Custom markers only added to the list in Stroke Style after...John Smith2012-08-041-0/+3
* do not allow sodipodi:docname to have a temporary filename (partial fix for B...Alvin Penner2012-07-281-4/+5
* refresh sodipodi:docname when saving (Bug 1024690)Alvin Penner2012-07-211-1/+1
* variousKris De Gussem2012-06-051-7/+5
* cppcheck stuffKris De Gussem2012-04-091-1/+1
* Clipboard code cleaning (patch for bug #964852 by Romain, see devmail thread...Kris De Gussem2012-04-051-0/+22
* eek-preview: Cairo drawingAlex Valavanis2012-04-031-2/+1
* UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the tit...Nicolas Dufour2012-03-071-0/+8
* cppcheckKris De Gussem2012-03-071-2/+6
* More header cleanup/fwd declarationsAlex Valavanis2012-02-151-0/+1
* Header cleaningAlex Valavanis2012-02-121-0/+1
* when resizing page, move the origin of the grids too. This way all objects wi...Johan B. C. Engelen2011-12-201-0/+1
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+1
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-25/+19
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+1
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-251-7/+7
|\
| * Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-7/+7
* | Refactored createnewDocFromMem() to be C++ instead of C, removing potential f...Jon A. Cruz2011-07-311-18/+14
* | Added overload for getObjectById(). Added safety by zeroing out invalid point...Jon A. Cruz2011-07-311-0/+8
* | Memory leaks fix / code cleanupKris De Gussem2011-07-301-1/+10
|/
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-1/+2
* Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, b...Jon A. Cruz2011-06-041-1/+1
|\
| * Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
* | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-32/+30
|/
* Fix setting canvas margins when using "Resize page to drawing or selection"Martin Sucha2011-04-021-3/+3
* D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, Bug...Nicolas Dufour2011-03-181-1/+5
* Pass removing some outdated C-macro use.Jon A. Cruz2011-02-201-3/+3
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-308/+246
|\
| * XML Privatisation Stuff after a long timeAbhishek Sharma public2010-08-111-12/+23
| * 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
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski2010-10-121-13/+5
* | Safer fix for bug #579932 that won't leak memory.Jon A. Cruz2010-07-281-6/+2
* | Duplicate the undo key passed to sp_document_maybe_done, instead of simplyKrzysztof Kosi??ski2010-07-271-1/+4
|/
* 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