summaryrefslogtreecommitdiffstats
path: root/src/object-snapper.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-2/+8
* Implement decent snapping to text (baseline & anchor), and provide a toggle b...Diederik van Lierop2011-06-301-99/+131
* - Add a third group of snap sources/targets, called ¨others¨ (before we had...Diederik van Lierop2011-06-261-19/+18
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-0/+1
* Fix a snap bug in which the snapped to the help path instead of the real pathDiederik van Lierop2011-02-041-2/+7
* update to latest 2geom !Johan B. C. Engelen2011-02-021-3/+3
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-21/+23
|\
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-1/+1
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-11/+10
* | - Constrained snap: proper implementation of the preference to snap the mouse...Diederik van Lierop2010-10-291-11/+12
* | Use a better snap metric for constrained snapping (i.e. calculate the distanc...Diederik van Lierop2010-10-191-1/+1
* | Fix self-snapping when dragging the transformation center of a selection cont...Diederik van Lierop2010-10-071-3/+10
* | 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