summaryrefslogtreecommitdiffstats
path: root/src/object-snapper.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix constrained snapping to closing segmentsDiederik van Lierop2010-09-251-10/+37
* When doing a constrained snap, then don't try snapping the mouse pointer itse...Diederik van Lierop2010-08-201-17/+26
* Fix a crash and add more safety checks to catch NULL pointersDiederik van Lierop2010-08-141-1/+2
* Implement constrained snapping to nodesDiederik van Lierop2010-08-101-13/+40
* 1) Snap to transformation center even if it's outside of the bounding box of ...Diederik van Lierop2010-07-251-5/+6
* Avoid self-snapping when dragging a rotation center, and draw the rotation ce...Diederik van Lierop2010-07-241-3/+9
* 1) Fix snapping of guides to nodes/paths; 2) replace a g_assert with a return...Diederik van Lierop2010-07-211-60/+41
* - Remove some old code which snapped the rotation center to the bbox, and whi...Diederik van Lierop2010-07-201-37/+40
* Fix snapping to midpoints of closing segmentsDiederik van Lierop2010-07-191-3/+9
* - do not use shift to disable snapping while holding shift to rotate a guideDiederik van Lierop2010-07-181-5/+3
* Simplify code related to snapping while rotatingDiederik van Lierop2010-07-171-6/+0
* - Snap while rotating an object using the selector toolDiederik van Lierop2010-07-121-23/+42
* fix Launchpad bug 593023: crash in constrained snap due to not calling setup(...Diederik van Lierop2010-07-011-1/+6
* Snapping: get rid of the false positives when calculating intersectionsDiederik van Lierop2010-05-221-1/+6
* - "Snap nodes or handles" button now also includes smooth nodesDiederik van Lierop2010-05-211-2/+2
* Fix bounding box snapping (LP562205, comment 6, issue II)Diederik van Lierop2010-05-081-2/+2
* Fix snapping regression introduced by rev. #9118Diederik van Lierop2010-04-221-1/+1
* Fix bbox snapping as reported in LP bug #562205Diederik van Lierop2010-04-181-2/+2
* 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