| Commit message (Expand) | Author | Files | Lines |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -3/+8 |
| 2018-10-24 | ShapeEditor: Always keep KnotHolders in set_item() | Eduard Braun | 1 | -16/+6 |
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 |
| 2018-06-18 | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 1 | -1/+1 |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -9/+9 |
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -2/+2 |
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -2/+2 |
| 2018-03-26 | Base LPE refactor | Jabier Arraiza | 1 | -3/+44 |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -2/+3 |
| 2017-10-01 | Rename object-edit.cpp to what it really is | Stefano Facchini | 1 | -2/+2 |
| 2017-10-01 | Fix the editing of clipping and masking objects | Stefano Facchini | 1 | -12/+7 |
| 2017-07-04 | Fix a bug with select knots and modifiers | Jabier Arraiza | 1 | -7/+5 |
| 2017-07-01 | Finish add selectable knot shapes | Jabier Arraiza | 1 | -6/+6 |
| 2017-07-01 | working on knots selection | Jabier Arraiza | 1 | -2/+9 |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -4/+1 |
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+4 |
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -4/+1 |
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -2/+2 |
| 2014-10-05 | Move more UI code into ui/ | Liam P. White | 1 | -3/+9 |
| 2014-07-27 | Properly fix 1309050, revert incorrect fix for 601336 | Liam P. White | 1 | -1/+1 |
| 2014-07-26 | Clean up some ShapeHolder related things | Liam P. White | 1 | -143/+59 |
| 2014-07-19 | Workarounds for crash bugs 1309050, 601336; will fix properly in experimental | Liam P. White | 1 | -1/+1 |
| 2014-03-02 | Added some consts. Turned functions to member functions. | Markus Engel | 1 | -2/+2 |
| 2013-09-14 | Fix bug with tool handles during document unit change. | Matthew Petroff | 1 | -0/+6 |
| 2013-08-03 | reduce variable scope | Johan B. C. Engelen | 1 | -3/+1 |
| 2012-05-03 | Adding base configurable sizing of controls/handles. | Jon A. Cruz | 1 | -1/+3 |
| 2012-02-25 | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 1 | -1/+1 |
| 2011-10-03 | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 1 | -1/+1 |
| 2010-02-04 | Don't discard first point in pencil's freehand mode, and add a missing return... | Diederik van Lierop | 1 | -0/+1 |
| 2010-01-30 | Finally introducing the pre-snap indicator | Diederik van Lierop | 1 | -0/+10 |
| 2010-01-15 | Warning cleanup. | Jon A. Cruz | 1 | -1/+1 |
| 2009-12-24 | Remove remnants of old node tool | Krzysztof Kosi??ski | 1 | -372/+11 |
| 2009-11-29 | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 1 | -14/+0 |
| 2009-11-23 | decrease header dependencies | Johan B. C. Engelen | 1 | -0/+1 |
| 2009-10-15 | fix crash: draw two paths, select both, object - clip - set, node tool, edit ... | bulia byak | 1 | -0/+3 |
| 2009-07-15 | shapeeditor: save separate listerner's repr_keys for KnotHolder and NodePaths... | Johan B. C. Engelen | 1 | -15/+15 |
| 2009-03-19 | tidy up SPObjects that must always be LivePathEffectObjects | Johan B. C. Engelen | 1 | -2/+2 |
| 2009-03-19 | fix crash when undoing LPE path param edit just after the edit. | Johan B. C. Engelen | 1 | -8/+8 |
| 2009-03-10 | fix 317365: when moving in/out of defs, an object gets a new SPObject while k... | bulia byak | 1 | -6/+6 |
| 2009-02-06 | make more things private | bulia byak | 1 | -39/+30 |
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -2/+2 |
| 2008-10-27 | From trunk | Ted Gould | 1 | -4/+7 |
| 2008-09-18 | Next roud of NR ==> Geom conversion | Maximilian Albert | 1 | -4/+4 |
| 2008-09-18 | Some NR::Point ==> Geom::Point replacements | Maximilian Albert | 1 | -15/+15 |
| 2008-09-11 | convert almost all libnrtype to Geom:: | Johan B. C. Engelen | 1 | -2/+2 |
| 2008-09-08 | 2geom update (rev. 1578); fixes node editing of some degenerate paths | Maximilian Albert | 1 | -4/+8 |
| 2008-09-07 | fix node tool for LPEs by reverting r19694 | Johan B. C. Engelen | 1 | -7/+1 |
| 2008-09-05 | undo last commit - here's a better way to fix this bug | bulia byak | 1 | -34/+29 |
| 2008-09-05 | fix crash: separate np and kh listeners so that np listener is not fired twic... | bulia byak | 1 | -8/+27 |
| 2008-09-02 | Fixed forgotten variable assignment | Jon A. Cruz | 1 | -1/+1 |