| Commit message (Expand) | Author | Files | Lines |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -36/+36 |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+2 |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -10/+10 |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -4/+7 |
| 2017-06-30 | Starting selectable knots | Jabier Arraiza | 1 | -2/+2 |
| 2016-12-28 | Refactor vanishing-point.cpp . | Shlomi Fish | 1 | -25/+18 |
| 2016-12-28 | Pass vanishing-point.cpp thru clang-format. | Shlomi Fish | 1 | -188/+170 |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -2/+0 |
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+2 |
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -2/+0 |
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -5/+5 |
| 2016-02-22 | static code analysis | Kris De Gussem | 1 | -8/+7 |
| 2015-12-07 | static code analysis | Kris De Gussem | 1 | -4/+4 |
| 2015-12-06 | cppification: GSList replaced by vectors (vanishing points) | Marc Jeanmougin | 1 | -36/+30 |
| 2015-07-24 | 3D box tool: the shift key must not prevent snapping of the vanishing point. ... | Diederik van Lierop | 1 | -14/+16 |
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -4/+4 |
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -9/+9 |
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and change... | Marc Jeanmougin | 1 | -11/+15 |
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -3/+3 |
| 2014-12-21 | Purge sp_desktop_controls | Liam P. White | 1 | -1/+1 |
| 2014-12-21 | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 1 | -3/+3 |
| 2014-11-26 | Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability | Liam P. White | 1 | -10/+10 |
| 2014-10-24 | Initial removal of box3d outdated GTKish macros. | Jon A. Cruz | 1 | -25/+27 |
| 2014-10-05 | Move more UI code into ui/ | Liam P. White | 1 | -1/+1 |
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ... | Liam P. White | 1 | -11/+11 |
| 2014-06-25 | 1. make it compile | Liam P. White | 1 | -1/+1 |
| 2014-03-28 | Further refactored SPKnot. | Markus Engel | 1 | -5/+5 |
| 2014-03-27 | First step of refactoring SPKnot. | Markus Engel | 1 | -14/+15 |
| 2013-11-09 | Moved and renamed some tool-related files. | Markus Engel | 1 | -1/+1 |
| 2013-11-07 | First step of moving tools into appropriate namespaces. | Markus Engel | 1 | -1/+1 |
| 2012-10-04 | code cleanup: add own includes to cpp files or make the functions static if t... | Campbell Barton | 1 | -1/+1 |
| 2012-06-09 | Stop deriving SPCanvasItem from GtkObject | Alex Valavanis | 1 | -2/+2 |
| 2012-06-05 | Header cleaning for GTK+3 migration | Alex Valavanis | 1 | -0/+1 |
| 2012-05-09 | Centralized line creation and enhanced visibility. | Jon A. Cruz | 1 | -30/+34 |
| 2012-05-04 | C++ification of SPCtrlLine in preparation of visibility improvements. | Jon A. Cruz | 1 | -9/+9 |
| 2012-02-12 | Header cleaning | Alex Valavanis | 1 | -0/+2 |
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 1 | -1/+1 |
| 2010-09-25 | Implement snapping of vanishing points (LP #629333) | Diederik van Lierop | 1 | -3/+15 |
| 2010-07-02 | New Class SPDocumentUndo created which takes care of c++fying some non SPDocu... | Abhishek Sharma Public | 1 | -3/+3 |
| 2009-12-26 | Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti... | Maximilian Albert | 1 | -2/+2 |
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 1 | -1/+1 |
| 2009-08-05 | SPDocument->Document | johnce | 1 | -1/+1 |
| 2009-02-06 | remove unused | bulia byak | 1 | -2/+0 |
| 2009-01-08 | switch to using shape_editor, instead of separate knotholders and listeners; ... | bulia byak | 1 | -2/+3 |
| 2008-10-27 | From trunk | Ted Gould | 1 | -3/+3 |
| 2008-09-18 | More NR::Point ==> Geom::Point | Maximilian Albert | 1 | -9/+9 |
| 2008-08-05 | NR::Maybe => boost::optional | Johan B. C. Engelen | 1 | -1/+1 |
| 2008-08-01 | change knot.h to Geom::Point only instead of NR::Point. | Johan B. C. Engelen | 1 | -1/+1 |
| 2008-06-04 | C++ify knotholders | Maximilian Albert | 1 | -3/+3 |
| 2008-02-22 | Clean up comments and remove (already commented) debugging messages | Maximilian Albert | 1 | -50/+0 |