| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix constrained snapping to closing segments | Diederik van Lierop | 2010-09-25 | 1 | -10/+37 |
| * | When doing a constrained snap, then don't try snapping the mouse pointer itse... | Diederik van Lierop | 2010-08-20 | 1 | -17/+26 |
| * | Fix a crash and add more safety checks to catch NULL pointers | Diederik van Lierop | 2010-08-14 | 1 | -1/+2 |
| * | Implement constrained snapping to nodes | Diederik van Lierop | 2010-08-10 | 1 | -13/+40 |
| * | 1) Snap to transformation center even if it's outside of the bounding box of ... | Diederik van Lierop | 2010-07-25 | 1 | -5/+6 |
| * | Avoid self-snapping when dragging a rotation center, and draw the rotation ce... | Diederik van Lierop | 2010-07-24 | 1 | -3/+9 |
| * | 1) Fix snapping of guides to nodes/paths; 2) replace a g_assert with a return... | Diederik van Lierop | 2010-07-21 | 1 | -60/+41 |
| * | - Remove some old code which snapped the rotation center to the bbox, and whi... | Diederik van Lierop | 2010-07-20 | 1 | -37/+40 |
| * | Fix snapping to midpoints of closing segments | Diederik van Lierop | 2010-07-19 | 1 | -3/+9 |
| * | - do not use shift to disable snapping while holding shift to rotate a guide | Diederik van Lierop | 2010-07-18 | 1 | -5/+3 |
| * | Simplify code related to snapping while rotating | Diederik van Lierop | 2010-07-17 | 1 | -6/+0 |
| * | - Snap while rotating an object using the selector tool | Diederik van Lierop | 2010-07-12 | 1 | -23/+42 |
| * | fix Launchpad bug 593023: crash in constrained snap due to not calling setup(... | Diederik van Lierop | 2010-07-01 | 1 | -1/+6 |
| * | Snapping: get rid of the false positives when calculating intersections | Diederik van Lierop | 2010-05-22 | 1 | -1/+6 |
| * | - "Snap nodes or handles" button now also includes smooth nodes | Diederik van Lierop | 2010-05-21 | 1 | -2/+2 |
| * | Fix bounding box snapping (LP562205, comment 6, issue II) | Diederik van Lierop | 2010-05-08 | 1 | -2/+2 |
| * | Fix snapping regression introduced by rev. #9118 | Diederik van Lierop | 2010-04-22 | 1 | -1/+1 |
| * | Fix bbox snapping as reported in LP bug #562205 | Diederik van Lierop | 2010-04-18 | 1 | -2/+2 |
| * | Fix a memory leak in the object-snapper | Diederik van Lierop | 2010-02-20 | 1 | -1/+1 |
| * | Remove redundancy from snapping API (type of snapsource no longer has to be s... | Diederik van Lierop | 2010-01-23 | 1 | -27/+21 |
| * | When snapping to a bounding box, flash that bounding box together with the sn... | Diederik van Lierop | 2010-01-19 | 1 | -8/+9 |
| * | Warning cleanup. | Jon A. Cruz | 2010-01-15 | 1 | -1/+6 |
| * | Refactoring the snapping API (making it easier to maintain and understand for... | Diederik van Lierop | 2010-01-09 | 1 | -90/+66 |
| * | Refactor snapping of gradient handles; now behaves like all other snapping, i... | Diederik van Lierop | 2010-01-01 | 1 | -9/+9 |
| * | refactoring the snapping code (laying the groundwork for my next commit which... | Diederik van Lierop | 2009-12-24 | 1 | -102/+101 |
| * | Fixed warning | Jon A. Cruz | 2009-09-26 | 1 | -1/+1 |
| * | When dragging a knot along a constraint line, then allow snapping the positio... | Diederik van Lierop | 2009-08-23 | 1 | -3/+3 |
| * | Snap guides to intersections of curves too (see bug #405419) | Diederik van Lierop | 2009-07-29 | 1 | -3/+11 |
| * | When dragging the origin of a guide along that guide, we should use constrain... | Diederik van Lierop | 2009-06-02 | 1 | -11/+26 |
| * | Two minor snapping fixes | Diederik van Lierop | 2009-04-24 | 1 | -2/+8 |
| * | Fix bug #356743 | Diederik van Lierop | 2009-04-07 | 1 | -3/+4 |
| * | Remove some left-over debugging output that got accidentally committed | Diederik van Lierop | 2009-04-01 | 1 | -1/+0 |
| * | More sensitive selection of snap target when snapping guides to objects with ... | Diederik van Lierop | 2009-03-31 | 1 | -7/+3 |
| * | Implement constrained snapping when dragging the position and size handles of... | Diederik van Lierop | 2009-03-15 | 1 | -4/+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 | -2/+3 |
| * | - When finalizing a curve by double clicking then don't snap to the curve itself | Diederik van Lierop | 2009-03-07 | 1 | -0/+3 |
| * | Allow snapping to objects in hidden layers | Diederik van Lierop | 2009-02-27 | 1 | -3/+3 |
| * | The snap indicator's tooltip now displays "A to B", whereas before it only di... | Diederik van Lierop | 2009-02-20 | 1 | -37/+42 |
| * | After snapping, show a tooltip together with the snap indicator | Diederik van Lierop | 2009-02-15 | 1 | -16/+16 |
| * | Store the snapper tolerances in the snap-preferences instead of in each snapp... | Diederik van Lierop | 2009-01-31 | 1 | -0/+15 |
| * | - Snap to the midpoint of shapes and bboxes | Diederik van Lierop | 2009-01-18 | 1 | -63/+74 |
| * | Optionally snap from/to midpoints of the edges of a bounding box | Diederik van Lierop | 2009-01-11 | 1 | -5/+15 |
| * | Remove some obsolete from_2geom() calls | Diederik van Lierop | 2008-12-30 | 1 | -1/+1 |
| * | propagate additional_affine into groups of clip/mask paths | Thomas Holder | 2008-12-20 | 1 | -1/+1 |
| * | object-snapper.cpp | Thomas Holder | 2008-12-20 | 1 | -10/+4 |
| * | 1) snap midpoints of line segments (both as source and as target) | Diederik van Lierop | 2008-12-14 | 1 | -132/+160 |
| * | 1) Improve the way the distance to the pointer is taken into account when fin... | Diederik van Lierop | 2008-11-23 | 1 | -2/+2 |
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -13/+22 |
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -26/+28 |