summaryrefslogtreecommitdiffstats
path: root/src/file.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged trunkAdrian Boguszewski2016-08-031-12/+1
|\
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-12/+1
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+13
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-13/+0
* | Renamed some functions, fixed testsAdrian Boguszewski2016-07-271-5/+5
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-2/+2
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-8/+8
|/
* Only update inkscape.version on successful file write.Tavmjong Bah2016-06-081-1/+15
* if viewbox does not exist, create it from page size, only if page size exists...Alvin Penner2016-02-121-2/+6
* small fix for pasting svg that were not copied in inkscapeMarc Jeanmougin2015-08-201-1/+2
* Allows for copying clones between inkscape instances.Marc Jeanmougin2015-08-181-2/+23
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-3/+3
* Just reread the entire diff against trunk. Given the diff size, i must have f...Marc Jeanmougin2015-04-261-1/+0
* corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
* Merge, resolved conflictsMarc Jeanmougin2015-02-231-0/+6
|\
| * on a File->Open, set the viewBox if it did not previously exist, same as was ...Alvin Penner2015-02-231-0/+6
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-2/+2
* | At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-4/+2
|/
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-5/+5
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-2/+2
* Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...Tavmjong Bah2014-11-261-1/+1
* Update to experimental r13598Liam P. White2014-10-081-1/+1
|\
| * Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
* | Update to experimental r13527Liam P. White2014-08-301-7/+9
|\|
| * update to trunk lp:inkscape 13530 (fixes Windows build)Johan B. C. Engelen2014-08-231-4/+6
| |\
| | * Clear the waiting cursor on the old desktop after creating a new oneLiam P. White2014-08-191-4/+6
| * | Update to trunk r13525Liam P. White2014-08-171-3/+3
| |\|
| | * Fix shift of transformation center on pastingDiederik van Lierop2014-08-161-3/+3
* | | Update to experimental r13440Liam P. White2014-07-241-5/+5
|\| |
| * | noop: fix bool type (C to C++)Johan B. C. Engelen2014-06-291-5/+5
| |/
* | 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-271-1/+1
* | Convert accidental member accesses into static function accessesLiam P. White2014-06-261-1/+1
* | 1. make it compileLiam P. White2014-06-251-2/+2
|/
* string class usageKris De Gussem2014-03-161-7/+5
* Saving. Fix for Bug #529843 (save a copy reverts to save as) by Tomasz Boczko...penginsbacon2014-03-151-1/+1
* string class usageKris De Gussem2014-03-141-7/+4
* gtkmmification (seems there is more margin in desktop-widget.cpp)Kris De Gussem2014-01-111-5/+2
* c-string buffer > Glib::ustring usageKris De Gussem2014-01-061-8/+3
* memory leak fix (doc_title) + code readabilityKris De Gussem2014-01-021-14/+10
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
* fix bug "some of the locale-based templates cause objects to be resized when ...Johan B. C. Engelen2013-10-241-1/+1
* properly protect the undo stack from deleting templates and setting viewboxbuliabyak2013-10-031-1/+4
* Fix for Bug #1229605 (inkscape crashes when canceled import pdf).Nicolas Dufour2013-09-261-2/+6
* Fix adding viewBox to new documents.Matthew Petroff2013-09-221-0/+5
* Merge gsoc procedural templates work.Slagvi Public2013-09-211-18/+12
|\
| * Change paths storage to std::string.Slagvi Public2013-09-201-1/+3
| * Opening new documents behaviour fixed.Slagvi Public2013-09-181-16/+9
* | Merge from trunk.Matthew Petroff2013-09-121-10/+38
|\|
| * fix build with dbusapi enabledsu_v2013-08-141-1/+1
| * NewFromTemplate GSoC project for static templatesSlagvi Public2013-08-141-9/+37
| |\