summaryrefslogtreecommitdiffstats
path: root/src/object-snapper.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-20/+2
2011-10-15Use desktop coordinates for finding snap candidates (regression introduced in...Diederik van Lierop1-3/+3
2011-10-12Object snapper: only use the visual bounding box when absolutely needed; othe...Diederik van Lierop1-3/+9
2011-10-081) make snapping to clip/mask paths optional (see document properties dialog ...Diederik van Lierop1-5/+23
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-1/+1
2011-09-17Make "snap page border" toggle independent of "snap paths" toggleDiederik van Lierop1-1/+1
2011-09-02Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapRes...Diederik van Lierop1-16/+16
2011-08-28Fix bug related to snapping to path intersectionsDiederik van Lierop1-5/+5
2011-08-27Allow snapping to path intersections without snapping to the paths themselvesDiederik van Lierop1-6/+9
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-11/+9
2011-08-25Fix "snap guides" toggleDiederik van Lierop1-14/+8
2011-08-231) Use the "snap guides" button both for guides being snap sources, as well a...Diederik van Lierop1-38/+0
2011-08-22Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop1-137/+94
2011-07-18Replace NR_HUGE by Geom:infinity() in some snapping codeDiederik van Lierop1-1/+1
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-3/+3
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