summaryrefslogtreecommitdiffstats
path: root/src/file.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-02Skip empty template informationChristophe Lebras1-14/+25
2017-07-02Manage template informationsChristophe Lebras1-4/+73
2017-07-02Add function to save templateChristophe Lebras1-9/+25
2017-06-28Refactor profile directory use and promote IO::Resource get_path and get_file...Martin Owens1-42/+3
2017-06-04Porting the pre-92 file update message from 0.92.x to trunk:Marc Jeanmougin1-532/+4
2017-06-04Porting the pre-92 file update message from 0.92.x to trunk:Marc Jeanmougin1-532/+4
2017-03-20Implement rotation via desktop to window affine.Tavmjong Bah1-4/+2
2017-03-13Replace rectangle based zooming by affine based zooming.Tavmjong Bah1-1/+1
2017-01-20Fixes bugs in copy LPE's. #1656093:Paste path effect doesn't work on 0.92 and...Jabiertxof1-1/+5
2017-01-10Remove debugging lines from last commit.Tavmjong Bah1-5/+0
2017-01-10Another scaling option to test.Tavmjong Bah1-2/+67
2016-12-26Fix header inclusion orderingAlex Valavanis1-2/+2
2016-12-21Add string translatable pointed by MarenJabiertxof1-1/+1
2016-12-16remove rollback to 15315Jabiertxof1-36/+234
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