summaryrefslogtreecommitdiffstats
path: root/src/file.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-09-22Fix adding viewBox to new documents.Matthew Petroff1-0/+5
2013-09-20Change paths storage to std::string.Slagvi Public1-1/+3
2013-09-18Opening new documents behaviour fixed.Slagvi Public1-16/+9
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-1/+1
2013-08-14fix build with dbusapi enabledsu_v1-1/+1
2013-08-06Adapted sp_file_new for use with templatesSlagvi Public1-17/+33
2013-08-04Removing template data from XML tree addedSlagvi Public1-4/+14
2013-07-04Added loading templates into NewFromTemplate dialog.Slagvi Public1-7/+0
2013-07-03Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson1-13/+20
2013-07-03Templates menu item fixedSlagvi Public1-0/+8
2013-04-15Fix for Bug #503712 (Personal default template not used) by Slagvi.Nicolas Dufour1-2/+2
2013-03-26Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...Alex Valavanis1-1/+3
2013-03-19Fixing regressionjtx1-3/+0
2013-03-17Working with widjetsJabier Arraiza Cenoz1-0/+3
2013-03-15Drop a couple of unused variables and a pixmapAlex Valavanis1-3/+0
2013-03-04Drop dead Inkboard code. Config flag no longer existsAlex Valavanis1-4/+0
2013-02-11A couple of forward declarationsAlex Valavanis1-0/+1
2012-10-28Fix for Bug #1072391 (Save as copy crash).Nicolas Dufour1-1/+6
2012-10-26Fix for Bug #1070903 (Crash when saving a new document).Nicolas Dufour1-1/+7
2012-10-11Fix for 426763 : Cancelling import leads to error messageJohn Smith1-1/+7
2012-09-19Fix for 643150 : Auto-palette swatches duplicated on copy and pasteJohn Smith1-6/+3
2012-09-03Fix for 422644 : Show filename in statusbar on savingJohn Smith1-2/+4
2012-08-30Fix for 170550 : open blank document on 'close'John Smith1-2/+12
2012-07-12Fix for 612221 : Add metadata default configuration in the preferencesJohn Smith1-1/+1