| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix CI (clangtidyfull) | Patrick Storz | 2019-03-03 | 1 | -9/+5 |
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -5/+5 |
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -2/+0 |
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+2 |
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -2/+0 |
| * | Header cleanup: stop using Glib types where they aren't truly needed. Eases G... | Liam P. White | 2014-08-31 | 1 | -2/+3 |
| * | pass class variables by reference for performance | Kris De Gussem | 2014-01-12 | 1 | -1/+1 |
| * | cppcheck | Kris De Gussem | 2012-03-07 | 1 | -2/+2 |
| * | Snap to grid/guide lines perpendicularly | Diederik van Lierop | 2012-02-14 | 1 | -1/+28 |
| * | Refactor snap-preferences a bit more | Diederik van Lierop | 2011-12-18 | 1 | -2/+2 |
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -2/+1 |
| * | cppcheck | Kris De Gussem | 2011-10-18 | 1 | -2/+2 |
| * | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -1/+1 |
| * | Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapRes... | Diederik van Lierop | 2011-09-02 | 1 | -9/+9 |
| * | Use a better snap metric for constrained snapping (i.e. calculate the distanc... | Diederik van Lierop | 2010-10-19 | 1 | -3/+3 |
| * | When doing a constrained snap, then don't try snapping the mouse pointer itse... | Diederik van Lierop | 2010-08-20 | 1 | -6/+9 |
| * | Implement constrained snapping to nodes | Diederik van Lierop | 2010-08-10 | 1 | -1/+2 |
| * | Simplify code related to snapping while rotating | Diederik van Lierop | 2010-07-17 | 1 | -14/+5 |
| * | - Snap while rotating an object using the selector tool | Diederik van Lierop | 2010-07-12 | 1 | -22/+39 |
| * | Fix bounding box snapping (LP562205, comment 6, issue II) | Diederik van Lierop | 2010-05-08 | 1 | -4/+4 |
| * | Remove redundancy from snapping API (type of snapsource no longer has to be s... | Diederik van Lierop | 2010-01-23 | 1 | -4/+2 |
| * | Refactoring the snapping API (making it easier to maintain and understand for... | Diederik van Lierop | 2010-01-09 | 1 | -21/+15 |
| * | refactoring the snapping code (laying the groundwork for my next commit which... | Diederik van Lierop | 2009-12-24 | 1 | -7/+7 |
| * | Snap to a guide's origin too (resulting in a 2D constraint), instead of only ... | Diederik van Lierop | 2009-08-02 | 1 | -11/+41 |
| * | Use the line intersection routines in 2geom/line.h instead of the deprecated ... | Diederik van Lierop | 2009-04-12 | 1 | -17/+17 |
| * | Fix snapping during constrained translation, when only snapping the node clos... | Diederik van Lierop | 2009-04-12 | 1 | -1/+1 |
| * | Remove obsolete includes of libnr files in the snapping code | Diederik van Lierop | 2009-03-14 | 1 | -2/+0 |
| * | 2Geom migration: use 2geom::projection instead of libnr's project_on_linesegment | Diederik van Lierop | 2009-03-14 | 1 | -1/+1 |
| * | * Implement constrained snapping of knots | Diederik van Lierop | 2009-03-13 | 1 | -3/+2 |
| * | The snap indicator's tooltip now displays "A to B", whereas before it only di... | Diederik van Lierop | 2009-02-20 | 1 | -5/+6 |
| * | - Snap to the midpoint of shapes and bboxes | Diederik van Lierop | 2009-01-18 | 1 | -1/+1 |
| * | 1) snap midpoints of line segments (both as source and as target) | Diederik van Lierop | 2008-12-14 | 1 | -16/+16 |
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -2/+2 |
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -7/+7 |
| * | - refactor snapping code, removing code duplication | Diederik van Lierop | 2008-09-21 | 1 | -1/+1 |
| * | If a snapper needs a reference to a SPNamedView or a SPDesktop, then get that... | Diederik van Lierop | 2008-09-07 | 1 | -1/+1 |
| * | Move all of the snapper code to 2geom | Diederik van Lierop | 2008-08-11 | 1 | -18/+18 |
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -2/+2 |
| * | 2geomify a lot of NR::Points to Geom::Point | Johan B. C. Engelen | 2008-08-01 | 1 | -1/+1 |
| * | Next steps in implementing the snapping indicator | Diederik van Lierop | 2008-05-04 | 1 | -1/+3 |
| * | - Major refactoring of snapping related code... | Diederik van Lierop | 2008-04-30 | 1 | -9/+17 |
| * | Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a st... | Diederik van Lierop | 2008-04-11 | 1 | -2/+2 |
| * | Node tool: snap to paths and their nodes, incl. to the path currently being e... | Diederik van Lierop | 2008-03-08 | 1 | -1/+2 |
| * | 1) fix snapping while scaling | Diederik van Lierop | 2008-01-03 | 1 | -29/+26 |
| * | 1) Fix bug #178312 | Diederik van Lierop | 2007-12-27 | 1 | -14/+7 |
| * | r17225@mini-emma: ted | 2007-12-10 20:22:27 -0800 | Ted Gould | 2007-12-11 | 1 | -1/+1 |
| * | Snap to axonometric grid lines | Diederik van Lierop | 2007-12-08 | 1 | -9/+50 |
| * | 1) Improving snapping logic 2) When skewing, don't snap to selection itself | Diederik van Lierop | 2007-11-18 | 1 | -1/+1 |
| * | Warning cleanup | Jon A. Cruz | 2007-11-10 | 1 | -10/+10 |