| Commit message (Expand) | Author | Files | Lines |
| 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 | -0/+1 |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -1/+0 |
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+1 |
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -1/+0 |
| 2015-12-08 | finally removed all GSList from main folder .h files | Marc Jeanmougin | 1 | -1/+0 |
| 2015-09-13 | Refactoring of the code that handles transformations and snapping in the sele... | Diederik van Lierop | 1 | -148/+20 |
| 2015-05-30 | Snapping in node tool now also works when: | Diederik van Lierop | 1 | -3/+8 |
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -3/+3 |
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and change... | Marc Jeanmougin | 1 | -4/+4 |
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -0/+1 |
| 2014-08-31 | Header cleanup: stop using Glib types where they aren't truly needed. Eases G... | Liam P. White | 1 | -0/+1 |
| 2013-07-31 | Cleaned up a bit; fixed struct vs. class forward declarations. | Markus Engel | 1 | -1/+1 |
| 2013-03-14 | Kill ancient gcc version check in configure.ac and fix a load of broken forwa... | Alex Valavanis | 1 | -1/+1 |
| 2012-12-08 | Selector tool: improve responsiveness for snapping a path's internal intersec... | Diederik van Lierop | 1 | -1/+1 |
| 2012-02-14 | 1) Add checkboxes for perpendicular and tangential snapping to the document p... | Diederik van Lierop | 1 | -2/+8 |
| 2012-01-14 | Enable tangential and perpendicular snapping to paths (in the node-tool, pen-... | Diederik van Lierop | 1 | -12/+6 |
| 2011-11-04 | 1) Cycle to the next-closest-snap-source when pressing tab, if the snap-close... | Diederik van Lierop | 1 | -8/+7 |
| 2011-10-27 | Fixing more broken and split doc comments. | Jon A. Cruz | 1 | -8/+322 |
| 2011-10-08 | 1) make snapping to clip/mask paths optional (see document properties dialog ... | Diederik van Lierop | 1 | -2/+6 |
| 2011-10-05 | Cleanup for src/forward.h. (About 19 of the affected files did not require th... | Jon A. Cruz | 1 | -0/+1 |
| 2011-09-02 | Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapRes... | Diederik van Lierop | 1 | -1/+1 |
| 2011-08-27 | Allow snapping to path intersections without snapping to the paths themselves | Diederik van Lierop | 1 | -1/+1 |
| 2010-12-27 | Node tool: snap while scaling a selection of nodes. Consider this as experime... | Diederik van Lierop | 1 | -8/+9 |
| 2010-11-17 | Shift should disable snapping when dragging the rotation center of an object | Diederik van Lierop | 1 | -2/+3 |
| 2010-11-07 | Leave constrained angular snapping to the snap manager, instead of handling i... | Diederik van Lierop | 1 | -0/+5 |
| 2010-10-07 | Fix self-snapping when dragging the transformation center of a selection cont... | Diederik van Lierop | 1 | -4/+4 |
| 2010-08-11 | Fix a crash introduced by my previous commit | Diederik van Lierop | 1 | -1/+0 |
| 2010-08-11 | Clear pointers in the snapmanager if they're no longer needed. | Diederik van Lierop | 1 | -0/+6 |
| 2010-08-07 | Add a constrained snap method that takes multiple constraints. This reduces t... | Diederik van Lierop | 1 | -0/+4 |
| 2010-07-24 | Avoid self-snapping when dragging a rotation center, and draw the rotation ce... | Diederik van Lierop | 1 | -0/+9 |
| 2010-07-12 | - Snap while rotating an object using the selector tool | Diederik van Lierop | 1 | -12/+15 |
| 2010-03-08 | Don't snap to points which are off-screen | Diederik van Lierop | 1 | -1/+1 |
| 2010-02-25 | 1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in t... | Diederik van Lierop | 1 | -1/+1 |
| 2010-01-30 | Finally introducing the pre-snap indicator | Diederik van Lierop | 1 | -0/+2 |
| 2010-01-23 | Remove redundancy from snapping API (type of snapsource no longer has to be s... | Diederik van Lierop | 1 | -23/+12 |
| 2010-01-10 | * Implement node snapping. | Krzysztof Kosi??ski | 1 | -20/+37 |
| 2010-01-09 | Refactoring the snapping API (making it easier to maintain and understand for... | Diederik van Lierop | 1 | -25/+18 |
| 2010-01-01 | Refactor snapping of gradient handles; now behaves like all other snapping, i... | Diederik van Lierop | 1 | -2/+2 |
| 2009-12-24 | refactoring the snapping code (laying the groundwork for my next commit which... | Diederik van Lierop | 1 | -26/+26 |
| 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-08-02 | Snap guides to grids (fixes bug #170741) | Diederik van Lierop | 1 | -1/+9 |
| 2009-07-29 | Snap guides to intersections of curves too (see bug #405419) | Diederik van Lierop | 1 | -1/+1 |
| 2009-06-20 | Remove an unused parameter from the snapping API | Diederik van Lierop | 1 | -3/+1 |
| 2009-06-18 | Documenting of the snapping API | Diederik van Lierop | 1 | -7/+16 |
| 2009-06-02 | When dragging the origin of a guide along that guide, we should use constrain... | Diederik van Lierop | 1 | -1/+3 |
| 2009-03-15 | Implement constrained snapping when dragging the position and size handles of... | Diederik van Lierop | 1 | -0/+2 |
| 2009-03-14 | Remove obsolete includes of libnr files in the snapping code | Diederik van Lierop | 1 | -5/+0 |