| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a crash introduced by my previous commit | Diederik van Lierop | 2010-08-11 | 1 | -1/+0 |
| * | Clear pointers in the snapmanager if they're no longer needed. | Diederik van Lierop | 2010-08-11 | 1 | -0/+6 |
| * | Add a constrained snap method that takes multiple constraints. This reduces t... | Diederik van Lierop | 2010-08-07 | 1 | -0/+4 |
| * | Avoid self-snapping when dragging a rotation center, and draw the rotation ce... | Diederik van Lierop | 2010-07-24 | 1 | -0/+9 |
| * | - Snap while rotating an object using the selector tool | Diederik van Lierop | 2010-07-12 | 1 | -12/+15 |
| * | Don't snap to points which are off-screen | Diederik van Lierop | 2010-03-08 | 1 | -1/+1 |
| * | 1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in t... | Diederik van Lierop | 2010-02-25 | 1 | -1/+1 |
| * | Finally introducing the pre-snap indicator | Diederik van Lierop | 2010-01-30 | 1 | -0/+2 |
| * | Remove redundancy from snapping API (type of snapsource no longer has to be s... | Diederik van Lierop | 2010-01-23 | 1 | -23/+12 |
| * | * Merge from trunk | Krzysztof Kosi??ski | 2010-01-14 | 1 | -44/+37 |
| |\ |
|
| | * | Refactoring the snapping API (making it easier to maintain and understand for... | Diederik van Lierop | 2010-01-09 | 1 | -25/+18 |
| | * | Refactor snapping of gradient handles; now behaves like all other snapping, i... | Diederik van Lierop | 2010-01-01 | 1 | -2/+2 |
| | * | refactoring the snapping code (laying the groundwork for my next commit which... | Diederik van Lierop | 2009-12-24 | 1 | -26/+26 |
| * | | * Implement node snapping. | Krzysztof Kosi??ski | 2010-01-10 | 1 | -20/+37 |
| |/ |
|
| * | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 2009-08-06 | 1 | -1/+1 |
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -1/+1 |
| * | Snap guides to grids (fixes bug #170741) | Diederik van Lierop | 2009-08-02 | 1 | -1/+9 |
| * | Snap guides to intersections of curves too (see bug #405419) | Diederik van Lierop | 2009-07-29 | 1 | -1/+1 |
| * | Remove an unused parameter from the snapping API | Diederik van Lierop | 2009-06-20 | 1 | -3/+1 |
| * | Documenting of the snapping API | Diederik van Lierop | 2009-06-18 | 1 | -7/+16 |
| * | When dragging the origin of a guide along that guide, we should use constrain... | Diederik van Lierop | 2009-06-02 | 1 | -1/+3 |
| * | Implement constrained snapping when dragging the position and size handles of... | Diederik van Lierop | 2009-03-15 | 1 | -0/+2 |
| * | Remove obsolete includes of libnr files in the snapping code | Diederik van Lierop | 2009-03-14 | 1 | -5/+0 |
| * | Snap guides to (intersections of) guides (closes bug #331143) | Diederik van Lierop | 2009-02-25 | 1 | -2/+13 |
| * | The snap indicator's tooltip now displays "A to B", whereas before it only di... | Diederik van Lierop | 2009-02-20 | 1 | -26/+31 |
| * | After snapping, show a tooltip together with the snap indicator | Diederik van Lierop | 2009-02-15 | 1 | -0/+2 |
| * | - Snap to the midpoint of shapes and bboxes | Diederik van Lierop | 2009-01-18 | 1 | -0/+1 |
| * | 1) snap midpoints of line segments (both as source and as target) | Diederik van Lierop | 2008-12-14 | 1 | -26/+26 |
| * | When snapping only the closest node, draw an indicator at that node | Diederik van Lierop | 2008-11-26 | 1 | -11/+20 |
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -4/+4 |
| * | Merge from trunk | Ted Gould | 2008-10-31 | 1 | -0/+7 |
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -53/+15 |
| * | If a snapper needs a reference to a SPNamedView or a SPDesktop, then get that... | Diederik van Lierop | 2008-09-07 | 1 | -0/+2 |
| * | Remove pointer to SPDesktop from ObjectSnapper | Diederik van Lierop | 2008-09-07 | 1 | -0/+2 |
| * | Modify the parameters required for setting up the SnapManager | Diederik van Lierop | 2008-08-28 | 1 | -3/+4 |
| * | Move all of the snapper code to 2geom | Diederik van Lierop | 2008-08-11 | 1 | -35/+35 |
| * | Snap to intersections of any kind of path (were we previously only could snap... | Diederik van Lierop | 2008-08-08 | 1 | -3/+3 |
| * | 1) When pasting, use an offset that is a multiple of the grid pitch (got lost... | Diederik van Lierop | 2008-08-06 | 1 | -0/+2 |
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -4/+4 |
| * | Fix a regression in the snapper, caused by me. Sorry! | Diederik van Lierop | 2008-05-16 | 1 | -5/+5 |
| * | Add a centralized check (i.e. in the snapper mechanism) whether we've snapped... | Diederik van Lierop | 2008-05-12 | 1 | -13/+27 |
| * | Replace freeSnapSkew() by constrainedSnapSkew(). There is no such thing as fr... | Diederik van Lierop | 2008-05-01 | 1 | -7/+4 |
| * | - Major refactoring of snapping related code... | Diederik van Lierop | 2008-04-30 | 1 | -43/+26 |
| * | Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a st... | Diederik van Lierop | 2008-04-11 | 1 | -9/+9 |
| * | Refactor snapper and snapindicator (in order to enable the snapindicator in t... | Diederik van Lierop | 2008-04-07 | 1 | -51/+52 |
| * | Major overhaul of the selector tool's internals to improve handling of transf... | Diederik van Lierop | 2008-03-25 | 1 | -1/+2 |
| * | Node tool: snap to paths and their nodes, incl. to the path currently being e... | Diederik van Lierop | 2008-03-08 | 1 | -2/+8 |
| * | Fix #181795 | Diederik van Lierop | 2008-01-12 | 1 | -1/+1 |
| * | 1) Fix bug #178312 | Diederik van Lierop | 2007-12-27 | 1 | -1/+1 |
| * | 1) solve bug #177995 | Diederik van Lierop | 2007-12-22 | 1 | -1/+1 |