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