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