summaryrefslogtreecommitdiffstats
path: root/src/object-snapper.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-2/+8
2011-06-30Implement decent snapping to text (baseline & anchor), and provide a toggle b...Diederik van Lierop1-99/+131
2011-06-26- Add a third group of snap sources/targets, called ¨others¨ (before we had...Diederik van Lierop1-19/+18
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-0/+1
2011-02-04Fix a snap bug in which the snapped to the help path instead of the real pathDiederik van Lierop1-2/+7
2011-02-02update to latest 2geom !Johan B. C. Engelen1-3/+3
2010-10-29- Constrained snap: proper implementation of the preference to snap the mouse...Diederik van Lierop1-11/+12
2010-10-19Use a better snap metric for constrained snapping (i.e. calculate the distanc...Diederik van Lierop1-1/+1
2010-10-07Fix self-snapping when dragging the transformation center of a selection cont...Diederik van Lierop1-3/+10
2010-09-25Fix constrained snapping to closing segmentsDiederik van Lierop1-10/+37
2010-08-20When doing a constrained snap, then don't try snapping the mouse pointer itse...Diederik van Lierop1-17/+26
2010-08-14Fix a crash and add more safety checks to catch NULL pointersDiederik van Lierop1-1/+2
2010-08-10Implement constrained snapping to nodesDiederik van Lierop1-13/+40
2010-07-251) Snap to transformation center even if it's outside of the bounding box of ...Diederik van Lierop1-5/+6
2010-07-24Avoid self-snapping when dragging a rotation center, and draw the rotation ce...Diederik van Lierop1-3/+9
2010-07-211) Fix snapping of guides to nodes/paths; 2) replace a g_assert with a return...Diederik van Lierop1-60/+41
2010-07-20- Remove some old code which snapped the rotation center to the bbox, and whi...Diederik van Lierop1-37/+40
2010-07-19Fix snapping to midpoints of closing segmentsDiederik van Lierop1-3/+9
2010-07-19- do not use shift to disable snapping while holding shift to rotate a guideDiederik van Lierop1-5/+3
2010-07-18- do not use shift to disable snapping while holding shift to rotate a guideDiederik van Lierop1-5/+3
2010-07-17Simplify code related to snapping while rotatingDiederik van Lierop1-6/+0
2010-07-12- Snap while rotating an object using the selector toolDiederik van Lierop1-23/+42
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-1/+1
2010-07-01fix Launchpad bug 593023: crash in constrained snap due to not calling setup(...Diederik van Lierop1-1/+6
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-3/+3
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-11/+10
2010-05-22Snapping: get rid of the false positives when calculating intersectionsDiederik van Lierop1-1/+6
2010-05-21- "Snap nodes or handles" button now also includes smooth nodesDiederik van Lierop1-2/+2
2010-05-08Fix bounding box snapping (LP562205, comment 6, issue II)Diederik van Lierop1-2/+2
2010-04-22Fix snapping regression introduced by rev. #9118Diederik van Lierop1-1/+1
2010-04-18Fix bbox snapping as reported in LP bug #562205Diederik van Lierop1-2/+2
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