| Commit message (Expand) | Author | Files | Lines |
| 2016-10-26 | Prevent image drag/drop from grouping | Marc Jeanmougin | 1 | -1/+12 |
| 2016-10-24 | CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo... | Marc Jeanmougin | 1 | -6/+6 |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -12/+1 |
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+13 |
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -13/+0 |
| 2016-07-27 | Renamed some functions, fixed tests | Adrian Boguszewski | 1 | -5/+5 |
| 2016-07-14 | Renamed children list in SPObject | Adrian Boguszewski | 1 | -2/+2 |
| 2016-07-13 | Second part of new SPObject children list | Adrian Boguszewski | 1 | -8/+8 |
| 2016-06-08 | Only update inkscape.version on successful file write. | Tavmjong Bah | 1 | -1/+15 |
| 2016-02-12 | if viewbox does not exist, create it from page size, only if page size exists... | Alvin Penner | 1 | -2/+6 |
| 2015-08-20 | small fix for pasting svg that were not copied in inkscape | Marc Jeanmougin | 1 | -1/+2 |
| 2015-08-18 | Allows for copying clones between inkscape instances. | Marc Jeanmougin | 1 | -2/+23 |
| 2015-05-08 | fixes a few of jenkins warnings | Marc Jeanmougin | 1 | -3/+3 |
| 2015-04-26 | Just reread the entire diff against trunk. Given the diff size, i must have f... | Marc Jeanmougin | 1 | -1/+0 |
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -1/+1 |
| 2015-02-23 | on a File->Open, set the viewBox if it did not previously exist, same as was ... | Alvin Penner | 1 | -0/+6 |
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -2/+2 |
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and change... | Marc Jeanmougin | 1 | -4/+2 |
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -5/+5 |
| 2014-12-21 | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 1 | -2/+2 |
| 2014-11-26 | Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ... | Tavmjong Bah | 1 | -1/+1 |
| 2014-10-05 | Move obvious ui component to ui/ | Liam P. White | 1 | -1/+1 |
| 2014-08-19 | Clear the waiting cursor on the old desktop after creating a new one | Liam P. White | 1 | -4/+6 |
| 2014-08-16 | Fix shift of transformation center on pasting | Diederik van Lierop | 1 | -3/+3 |
| 2014-06-29 | noop: fix bool type (C to C++) | Johan B. C. Engelen | 1 | -5/+5 |
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ... | Liam P. White | 1 | -1/+1 |
| 2014-06-26 | Convert accidental member accesses into static function accesses | Liam P. White | 1 | -1/+1 |
| 2014-06-25 | 1. make it compile | Liam P. White | 1 | -2/+2 |
| 2014-03-16 | string class usage | Kris De Gussem | 1 | -7/+5 |
| 2014-03-15 | Saving. Fix for Bug #529843 (save a copy reverts to save as) by Tomasz Boczko... | penginsbacon | 1 | -1/+1 |
| 2014-03-14 | string class usage | Kris De Gussem | 1 | -7/+4 |
| 2014-01-11 | gtkmmification (seems there is more margin in desktop-widget.cpp) | Kris De Gussem | 1 | -5/+2 |
| 2014-01-06 | c-string buffer > Glib::ustring usage | Kris De Gussem | 1 | -8/+3 |
| 2014-01-02 | memory leak fix (doc_title) + code readability | Kris De Gussem | 1 | -14/+10 |
| 2013-11-09 | Moved and renamed some tool-related files. | Markus Engel | 1 | -1/+1 |
| 2013-10-24 | fix bug "some of the locale-based templates cause objects to be resized when ... | Johan B. C. Engelen | 1 | -1/+1 |
| 2013-10-03 | properly protect the undo stack from deleting templates and setting viewbox | buliabyak | 1 | -1/+4 |
| 2013-09-26 | Fix for Bug #1229605 (inkscape crashes when canceled import pdf). | Nicolas Dufour | 1 | -2/+6 |
| 2013-09-22 | Fix adding viewBox to new documents. | Matthew Petroff | 1 | -0/+5 |
| 2013-09-20 | Change paths storage to std::string. | Slagvi Public | 1 | -1/+3 |
| 2013-09-18 | Opening new documents behaviour fixed. | Slagvi Public | 1 | -16/+9 |
| 2013-08-27 | Added viewBox implement document unit support. | Matthew Petroff | 1 | -1/+1 |
| 2013-08-14 | fix build with dbusapi enabled | su_v | 1 | -1/+1 |
| 2013-08-06 | Adapted sp_file_new for use with templates | Slagvi Public | 1 | -17/+33 |
| 2013-08-04 | Removing template data from XML tree added | Slagvi Public | 1 | -4/+14 |
| 2013-07-04 | Added loading templates into NewFromTemplate dialog. | Slagvi Public | 1 | -7/+0 |
| 2013-07-03 | Modified dbus interface so that it works in console mode (--dbus-listen) | Eric Greveson | 1 | -13/+20 |
| 2013-07-03 | Templates menu item fixed | Slagvi Public | 1 | -0/+8 |
| 2013-04-15 | Fix for Bug #503712 (Personal default template not used) by Slagvi. | Nicolas Dufour | 1 | -2/+2 |
| 2013-03-26 | Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che... | Alex Valavanis | 1 | -1/+3 |