summaryrefslogtreecommitdiffstats
path: root/src/file.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-16Rollback 15315Jabiertxof1-234/+36
2016-12-15Save state of backup button.Tavmjong Bah1-8/+15
2016-12-15Fix crash from last commit due to bad preference path.Tavmjong Bah1-8/+8
2016-12-15Fixes for internal document scaling and add a second test option.Tavmjong Bah1-33/+124
2016-12-14Add test internal scaling to account for DPI change.Tavmjong Bah1-7/+95
2016-12-12Add missing 'pt' unit to test of legacy files.Tavmjong Bah1-2/+14
2016-12-07Add option to save a backup when updating file for dpi change.Tavmjong Bah1-6/+67
2016-12-06Add dpiswitcher extension and option to scale legacy documents with it.Jabier Arraiza Cenoz1-19/+53
2016-11-28update filter list when pasting and on importMarc Jeanmougin1-0/+2
2016-11-25Provide a way to update a legacy document to account for the 90 to 96 dpi cha...Tavmjong Bah1-19/+186
2016-10-26Prevent image drag/drop from groupingMarc Jeanmougin1-1/+12
2016-10-24CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...Marc Jeanmougin1-6/+6
2016-10-10Fix some canvas item problems and refresh items on rotateJabier Arraiza Cenoz1-1/+3
2016-10-10Fix some canvas problems and refactorizationJabier Arraiza Cenoz1-2/+2
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-12/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+13
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-13/+0
2016-07-27Renamed some functions, fixed testsAdrian Boguszewski1-5/+5
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-2/+2
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-8/+8
2016-06-08Only update inkscape.version on successful file write.Tavmjong Bah1-1/+15
2016-02-12if viewbox does not exist, create it from page size, only if page size exists...Alvin Penner1-2/+6
2015-08-20small fix for pasting svg that were not copied in inkscapeMarc Jeanmougin1-1/+2
2015-08-18Allows for copying clones between inkscape instances.Marc Jeanmougin1-2/+23
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-3/+3
2015-04-26Just reread the entire diff against trunk. Given the diff size, i must have f...Marc Jeanmougin1-1/+0
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
2015-02-23on a File->Open, set the viewBox if it did not previously exist, same as was ...Alvin Penner1-0/+6
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-2/+2
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-4/+2
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-5/+5
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-2/+2
2014-11-26Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...Tavmjong Bah1-1/+1
2014-10-05Move obvious ui component to ui/Liam P. White1-1/+1
2014-08-19Clear the waiting cursor on the old desktop after creating a new oneLiam P. White1-4/+6
2014-08-16Fix shift of transformation center on pastingDiederik van Lierop1-3/+3
2014-06-29noop: fix bool type (C to C++)Johan B. C. Engelen1-5/+5
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-1/+1
2014-06-26Convert accidental member accesses into static function accessesLiam P. White1-1/+1
2014-06-251. make it compileLiam P. White1-2/+2
2014-03-16string class usageKris De Gussem1-7/+5
2014-03-15Saving. Fix for Bug #529843 (save a copy reverts to save as) by Tomasz Boczko...penginsbacon1-1/+1
2014-03-14string class usageKris De Gussem1-7/+4
2014-01-11gtkmmification (seems there is more margin in desktop-widget.cpp)Kris De Gussem1-5/+2
2014-01-06c-string buffer > Glib::ustring usageKris De Gussem1-8/+3
2014-01-02memory leak fix (doc_title) + code readabilityKris De Gussem1-14/+10
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
2013-10-24fix bug "some of the locale-based templates cause objects to be resized when ...Johan B. C. Engelen1-1/+1
2013-10-03properly protect the undo stack from deleting templates and setting viewboxbuliabyak1-1/+4
2013-09-26Fix for Bug #1229605 (inkscape crashes when canceled import pdf).Nicolas Dufour1-2/+6