summaryrefslogtreecommitdiffstats
path: root/src/object-snapper.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-02-20Fix a memory leak in the object-snapperDiederik van Lierop1-1/+1
2010-01-23Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop1-27/+21
2010-01-19When snapping to a bounding box, flash that bounding box together with the sn...Diederik van Lierop1-8/+9
2010-01-15Warning cleanup.Jon A. Cruz1-1/+6
2010-01-09Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop1-90/+66
2010-01-01Refactor snapping of gradient handles; now behaves like all other snapping, i...Diederik van Lierop1-9/+9
2009-12-24refactoring the snapping code (laying the groundwork for my next commit which...Diederik van Lierop1-102/+101
2009-09-26Fixed warningJon A. Cruz1-1/+1
2009-08-23When dragging a knot along a constraint line, then allow snapping the positio...Diederik van Lierop1-3/+3
2009-07-29Snap guides to intersections of curves too (see bug #405419)Diederik van Lierop1-3/+11
2009-06-02When dragging the origin of a guide along that guide, we should use constrain...Diederik van Lierop1-11/+26
2009-04-24Two minor snapping fixesDiederik van Lierop1-2/+8
2009-04-07Fix bug #356743Diederik van Lierop1-3/+4
2009-04-01Remove some left-over debugging output that got accidentally committedDiederik van Lierop1-1/+0
2009-03-31More sensitive selection of snap target when snapping guides to objects with ...Diederik van Lierop1-7/+3
2009-03-15Implement constrained snapping when dragging the position and size handles of...Diederik van Lierop1-4/+1
2009-03-14Remove obsolete includes of libnr files in the snapping codeDiederik van Lierop1-2/+0
2009-03-142Geom migration: use 2geom::projection instead of libnr's project_on_linesegmentDiederik van Lierop1-2/+3
2009-03-07- When finalizing a curve by double clicking then don't snap to the curve itselfDiederik van Lierop1-0/+3
2009-02-27Allow snapping to objects in hidden layersDiederik van Lierop1-3/+3
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-37/+42
2009-02-15After snapping, show a tooltip together with the snap indicatorDiederik van Lierop1-16/+16
2009-01-31Store the snapper tolerances in the snap-preferences instead of in each snapp...Diederik van Lierop1-0/+15
2009-01-18- Snap to the midpoint of shapes and bboxesDiederik van Lierop1-63/+74
2009-01-11Optionally snap from/to midpoints of the edges of a bounding boxDiederik van Lierop1-5/+15
2008-12-30Remove some obsolete from_2geom() callsDiederik van Lierop1-1/+1
2008-12-20propagate additional_affine into groups of clip/mask pathsThomas Holder1-1/+1
2008-12-20object-snapper.cppThomas Holder1-10/+4
2008-12-141) snap midpoints of line segments (both as source and as target)Diederik van Lierop1-132/+160
2008-11-231) Improve the way the distance to the pointer is taken into account when fin...Diederik van Lierop1-2/+2
2008-11-21Merge from fe-movedTed Gould1-13/+22
2008-10-27From trunkTed Gould1-26/+28
2008-10-11Merging from trunkTed Gould1-8/+6
2008-09-21- refactor snapping code, removing code duplicationDiederik van Lierop1-9/+9
2008-09-10LIBNR REMOVAL. remove nartbpath code!!!Johan B. C. Engelen1-12/+0
2008-09-07LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ...Johan B. C. Engelen1-1/+0
2008-09-07If a snapper needs a reference to a SPNamedView or a SPDesktop, then get that...Diederik van Lierop1-27/+23
2008-09-07Remove pointer to SPDesktop from ObjectSnapperDiederik van Lierop1-13/+14
2008-09-01removed unnecessary pointer, changed to by reference. (the pointer was not al...Johan B. C. Engelen1-2/+2
2008-08-30Eliminate SP_ACTIVE_DESKTOP in the object-snapperDiederik van Lierop1-26/+13
2008-08-29Fix regression in snapping to paths (which caused self-snapping)Diederik van Lierop1-9/+8
2008-08-15Use new methods from 2geom's APIDiederik van Lierop1-14/+7
2008-08-11Move all of the snapper code to 2geomDiederik van Lierop1-64/+65
2008-08-08Snap to intersections of any kind of path (were we previously only could snap...Diederik van Lierop1-25/+8
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-13/+13
2008-08-07Fix regression in object snapper which caused self-snappingDiederik van Lierop1-4/+15
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-4/+4
2008-08-03Refactoring the object-snapper to use 2geom pathsDiederik van Lierop1-162/+115
2008-08-012geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen1-2/+2
2008-07-24Snap to page corners too (you won't notice the difference yet because it will...Diederik van Lierop1-24/+33