| Commit message (Expand) | Author | Files | Lines |
| 2015-02-19 | added a set to the Selection | Marc Jeanmougin | 3 | -20/+14 |
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 35 | -187/+181 |
| 2015-02-18 | I can't really understand why, but i can now launch inkscape without it segfa... | mc | 3 | -9/+9 |
| 2015-02-18 | Just... | mc | 29 | -246/+236 |
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and change... | Marc Jeanmougin | 9 | -159/+162 |
| 2015-02-16 | i18n | Kris De Gussem | 2 | -2/+2 |
| 2015-02-08 | Commenting dead assignments. | Nicolas Dufour | 2 | -10/+18 |
| 2015-02-06 | Fix for Bug #1417752 (Find & Replace ignores Flowed text objects). | Nicolas Dufour | 1 | -1/+5 |
| 2015-02-03 | Typos (Bug #1417127) | Kris De Gussem | 1 | -1/+1 |
| 2015-01-25 | Fix for bug #1130348 (Paint bucket filling multiple regions crashes when scro... | Kim Maxim (fixer21k) | 1 | -1/+1 |
| 2015-01-23 | improved precision in placing grids and guides. (Bug 1373311) | Alvin Penner | 1 | -1/+4 |
| 2015-01-21 | Fix regression: pasted bitmaps should be embeded. (Bug #855440) | Tavmjong Bah | 1 | -2/+5 |
| 2015-01-15 | during copy and paste, scale stock symbols from units of 'px' to 'document-un... | Alvin Penner | 3 | -11/+22 |
| 2015-01-13 | i18n. String handling improvement and memory leak fix. | Nicolas Dufour | 1 | -5/+4 |
| 2015-01-12 | Fixing build error on Ubuntu (GThread error due to include ordering). | Nicolas Dufour | 1 | -2/+3 |
| 2015-01-12 | Undo. Partial fix for Bug #171990 (pen tool commit for each node for more gra... | Jeremiah Darais | 2 | -85/+107 |
| 2015-01-10 | Translations. Italian translation udpate. | Firas Hanife | 1 | -1/+1 |
| 2015-01-07 | Preferences. Fix for Bug #1401993 (Keyboard shortcut editor throws together e... | Nicolas Dufour | 1 | -0/+4 |
| 2015-01-06 | UI/i18n. Fixing inconsistencies in the Fillet/Chamfer LPE dialogs. | Nicolas Dufour | 1 | -1/+1 |
| 2015-01-05 | Translators list update | Nicolas Dufour | 1 | -1/+3 |
| 2015-01-05 | Avoid calling root->updateRepr() twice when changing width and height. | Tavmjong Bah | 1 | -2/+1 |
| 2015-01-03 | UI: some strings were not translatable | Kris De Gussem | 1 | -8/+8 |
| 2015-01-01 | simplify and optimice code for mobe bspline from paths | Jabier Arraiza Cenoz | 1 | -8/+12 |
| 2015-01-01 | Allow reposition of BSpline using the path | Jabier Arraiza Cenoz | 1 | -2/+12 |
| 2014-12-31 | Fix for bug #758718 (Color Picker/Dropper: Color selection area not lined up ... | mc | 1 | -3/+3 |
| 2014-12-25 | Remove sp_style_new(). | Tavmjong Bah | 4 | -41/+34 |
| 2014-12-25 | Remove sp_style_write_string() and sp_style_write_difference(). | Tavmjong Bah | 2 | -17/+11 |
| 2014-12-24 | Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs(). | Tavmjong Bah | 1 | -16/+15 |
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 77 | -305/+305 |
| 2014-12-21 | Purge sp_desktop_controls | Liam P. White | 12 | -21/+20 |
| 2014-12-21 | Purge sp_desktop_message_stack | Liam P. White | 6 | -17/+17 |
| 2014-12-21 | Purge sp_desktop_sketch and sp_desktop_tempgroup | Liam P. White | 10 | -29/+29 |
| 2014-12-21 | Purge sp_desktop_drawing | Liam P. White | 2 | -3/+3 |
| 2014-12-21 | Purge sp_desktop_canvas | Liam P. White | 6 | -27/+27 |
| 2014-12-21 | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 13 | -30/+34 |
| 2014-12-21 | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 47 | -169/+171 |
| 2014-12-19 | disable rev 13709, following Bug 1365451, comments 13-16 | Alvin Penner | 1 | -2/+2 |
| 2014-12-15 | when inserting a node, the endpoints cannot be symmetric nodes. (Bug 1367443) | Alvin Penner | 1 | -0/+4 |
| 2014-12-12 | Preferences. Fix for Bug #1401782 (Take from selection button should be greye... | Nicolas Dufour | 1 | -1/+5 |
| 2014-12-11 | Change grids to use 'user units'. Grids using absolute units are read in but | Tavmjong Bah | 2 | -6/+35 |
| 2014-12-10 | undo previous commit. figured out how to set the "decoration" icon size from ... | Johan B. C. Engelen | 1 | -2/+2 |
| 2014-12-10 | LayerSelector (bottom left): change size of visibility and lock icons to ICON... | Johan B. C. Engelen | 1 | -2/+2 |
| 2014-12-06 | do not recalculate page height unless it is necessary. (Bug 1384915, comment 24) | Alvin Penner | 1 | -2/+4 |
| 2014-12-04 | Fix snapping bug in pen tool | Diederik van Lierop | 1 | -3/+7 |
| 2014-11-28 | avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24) | Alvin Penner | 2 | -5/+6 |
| 2014-11-26 | Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ... | Tavmjong Bah | 1 | -1/+1 |
| 2014-11-26 | Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability | Liam P. White | 2 | -2/+2 |
| 2014-11-25 | Fix applying LPE to clones (through the "+" button in the LPE dialog). | Johan B. C. Engelen | 1 | -2/+6 |
| 2014-11-25 | Disable preference widget to allow saving fonts in non-px units | Josh Andler | 1 | -1/+1 |
| 2014-11-24 | updated code to work on 0.92 code | Jabier Arraiza Cenoz | 1 | -9/+12 |