summaryrefslogtreecommitdiffstats
path: root/src/snap.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-08Selector tool: improve responsiveness for snapping a path's internal intersec...Diederik van Lierop1-1/+1
2012-02-141) Add checkboxes for perpendicular and tangential snapping to the document p...Diederik van Lierop1-2/+8
2012-01-14Enable tangential and perpendicular snapping to paths (in the node-tool, pen-...Diederik van Lierop1-12/+6
2011-11-041) Cycle to the next-closest-snap-source when pressing tab, if the snap-close...Diederik van Lierop1-8/+7
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-8/+322
2011-10-081) make snapping to clip/mask paths optional (see document properties dialog ...Diederik van Lierop1-2/+6
2011-10-05Cleanup for src/forward.h. (About 19 of the affected files did not require th...Jon A. Cruz1-0/+1
2011-09-02Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapRes...Diederik van Lierop1-1/+1
2011-08-27Allow snapping to path intersections without snapping to the paths themselvesDiederik van Lierop1-1/+1
2010-12-27Node tool: snap while scaling a selection of nodes. Consider this as experime...Diederik van Lierop1-8/+9
2010-11-17Shift should disable snapping when dragging the rotation center of an objectDiederik van Lierop1-2/+3
2010-11-07Leave constrained angular snapping to the snap manager, instead of handling i...Diederik van Lierop1-0/+5
2010-10-07Fix self-snapping when dragging the transformation center of a selection cont...Diederik van Lierop1-4/+4
2010-08-11Fix a crash introduced by my previous commitDiederik van Lierop1-1/+0
2010-08-11Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop1-0/+6
2010-08-07Add a constrained snap method that takes multiple constraints. This reduces t...Diederik van Lierop1-0/+4
2010-07-24Avoid self-snapping when dragging a rotation center, and draw the rotation ce...Diederik van Lierop1-0/+9
2010-07-12- Snap while rotating an object using the selector toolDiederik van Lierop1-12/+15
2010-03-08Don't snap to points which are off-screenDiederik van Lierop1-1/+1
2010-02-251) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in t...Diederik van Lierop1-1/+1
2010-01-30Finally introducing the pre-snap indicatorDiederik van Lierop1-0/+2
2010-01-23Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop1-23/+12
2010-01-10* Implement node snapping.Krzysztof Kosi??ski1-20/+37
2010-01-09Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop1-25/+18
2010-01-01Refactor snapping of gradient handles; now behaves like all other snapping, i...Diederik van Lierop1-2/+2
2009-12-24refactoring the snapping code (laying the groundwork for my next commit which...Diederik van Lierop1-26/+26
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-08-02Snap guides to grids (fixes bug #170741)Diederik van Lierop1-1/+9
2009-07-29Snap guides to intersections of curves too (see bug #405419)Diederik van Lierop1-1/+1
2009-06-20Remove an unused parameter from the snapping APIDiederik van Lierop1-3/+1
2009-06-18Documenting of the snapping APIDiederik van Lierop1-7/+16
2009-06-02When dragging the origin of a guide along that guide, we should use constrain...Diederik van Lierop1-1/+3
2009-03-15Implement constrained snapping when dragging the position and size handles of...Diederik van Lierop1-0/+2
2009-03-14Remove obsolete includes of libnr files in the snapping codeDiederik van Lierop1-5/+0
2009-02-25Snap guides to (intersections of) guides (closes bug #331143)Diederik van Lierop1-2/+13
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-26/+31
2009-02-15After snapping, show a tooltip together with the snap indicatorDiederik van Lierop1-0/+2
2009-01-18- Snap to the midpoint of shapes and bboxesDiederik van Lierop1-0/+1
2008-12-141) snap midpoints of line segments (both as source and as target)Diederik van Lierop1-26/+26
2008-11-26When snapping only the closest node, draw an indicator at that nodeDiederik van Lierop1-11/+20
2008-11-21Merge from fe-movedTed Gould1-4/+4
2008-10-31Merge from trunkTed Gould1-0/+7
2008-10-27From trunkTed Gould1-53/+15
2008-09-07If a snapper needs a reference to a SPNamedView or a SPDesktop, then get that...Diederik van Lierop1-0/+2
2008-09-07Remove pointer to SPDesktop from ObjectSnapperDiederik van Lierop1-0/+2
2008-08-28Modify the parameters required for setting up the SnapManagerDiederik van Lierop1-3/+4
2008-08-11Move all of the snapper code to 2geomDiederik van Lierop1-35/+35
2008-08-08Snap to intersections of any kind of path (were we previously only could snap...Diederik van Lierop1-3/+3
2008-08-061) When pasting, use an offset that is a multiple of the grid pitch (got lost...Diederik van Lierop1-0/+2