| Commit message (Expand) | Author | Files | Lines |
| 2019-10-16 | Inkscape::XML::Node::addChildAtPos | Thomas Holder | 1 | -5/+1 |
| 2019-05-30 | fix global-buffer-overflow (AddressSanitizer) | Thomas Holder | 1 | -2/+2 |
| 2019-05-20 | Change the data type of size/width/height of the controls to unsigned int | Diederik van Lierop | 1 | -4/+4 |
| 2019-03-05 | Fix inverted direction with on canvas align handles | Martin Owens | 1 | -4/+8 |
| 2019-02-25 | Seperate out center alignment and add sepcific tool text for it | Martin Owens | 1 | -0/+4 |
| 2019-02-25 | Add option for on canvas align handles and move group selection checkbox | Martin Owens | 1 | -1/+4 |
| 2019-02-24 | Merge in bazaar branch for alignment handles | Martin Owens | 1 | -1/+41 |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -26/+26 |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+2 |
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -3/+0 |
| 2018-10-01 | Fix for bug #263620 comment 5, | Jabier Arraiza | 1 | -1/+5 |
| 2018-09-26 | cppcheck: 2 memleaks + copypasta | Julien Nabet | 1 | -0/+2 |
| 2018-09-12 | New option to invert y-axis | Thomas Holder | 1 | -1/+7 |
| 2018-06-18 | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 1 | -2/+2 |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -8/+8 |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -14/+19 |
| 2017-10-05 | Rename get_group0_keyval to get_latin_keyval | Andrey Mozzhuhin | 1 | -1/+1 |
| 2017-09-24 | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 1 | -1/+1 |
| 2017-09-21 | Remove usage of GString from seltrans.cpp | Jan Lingscheid | 1 | -11/+9 |
| 2017-08-09 | SelTrans: fix inconsistencies with _norm, _grip, and rotation center | Antonio Ospite | 1 | -5/+7 |
| 2017-06-30 | Starting selectable knots | Jabier Arraiza | 1 | -2/+2 |
| 2017-03-06 | Fixes bug 1663952 | Jabiertxof | 1 | -0/+2 |
| 2016-10-24 | CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo... | Marc Jeanmougin | 1 | -1/+1 |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -7/+1 |
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+7 |
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -7/+1 |
| 2016-07-27 | Renamed some functions, fixed tests | Adrian Boguszewski | 1 | -1/+1 |
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -7/+7 |
| 2016-02-08 | Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4 | Krzysztof Kosi??ski | 1 | -2/+2 |
| 2015-12-07 | static code analysis | Kris De Gussem | 1 | -5/+5 |
| 2015-09-13 | Refactoring of the code that handles transformations and snapping in the sele... | Diederik van Lierop | 1 | -100/+103 |
| 2015-05-02 | Fixed comparison function used in sorts | Marc Jeanmougin | 1 | -1/+1 |
| 2015-02-27 | more cast cleanup | Marc Jeanmougin | 1 | -1/+1 |
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -5/+4 |
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -13/+13 |
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and change... | Marc Jeanmougin | 1 | -27/+27 |
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -9/+9 |
| 2014-12-21 | Purge sp_desktop_controls | Liam P. White | 1 | -3/+3 |
| 2014-12-21 | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 1 | -5/+5 |
| 2014-11-24 | Units: make it absolutely clear that Document properties unit dropdown is for... | Johan B. C. Engelen | 1 | -4/+4 |
| 2014-10-29 | i18n. Fixing untranslated strings. | Nicolas Dufour | 1 | -1/+1 |
| 2014-08-23 | Fix skewing bug that could lead to infinite transforms | Diederik van Lierop | 1 | -3/+10 |
| 2014-07-30 | Limit the number of paths to be used as snap targets, to keep Inkscape respon... | Diederik van Lierop | 1 | -0/+1 |
| 2014-07-11 | Fix regression introduced by rev 13446 / 13333 | Diederik van Lierop | 1 | -10/+0 |
| 2014-07-05 | Fix regression that prevented snapping back to original location, caused by r... | Diederik van Lierop | 1 | -6/+10 |
| 2014-05-15 | Remove debugging output | Diederik van Lierop | 1 | -1/+0 |
| 2014-05-12 | Fix snapping issue in selector tool | Diederik van Lierop | 1 | -25/+39 |
| 2014-05-03 | Fix bounding box cache issues in general, and prevent the selector tool from ... | Diederik van Lierop | 1 | -28/+43 |
| 2014-03-28 | Further refactored SPKnot. | Markus Engel | 1 | -8/+8 |
| 2014-03-27 | First step of refactoring SPKnot. | Markus Engel | 1 | -34/+30 |