summaryrefslogtreecommitdiffstats
path: root/src/object-snapper.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Documentation/Translation. Fix for Bug #1236382 (Typos in comments and messag...Nicolas Dufour2013-10-091-1/+1
* Refactored SPUse.Markus Engel2013-09-241-6/+6
* reduce scope of variablesJohan B. C. Engelen2013-08-031-2/+1
* Adding checks to prevent null pointer dereferencesKris De Gussem2012-05-041-2/+2
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-251-1/+1
* cppcheckKris De Gussem2012-02-151-17/+17
* 1) Add checkboxes for perpendicular and tangential snapping to the document p...Diederik van Lierop2012-02-141-3/+10
* turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-171-1/+1
* Enable tangential and perpendicular snapping to paths (in the node-tool, pen-...Diederik van Lierop2012-01-141-29/+78
* Refactor snap-preferences a bit moreDiederik van Lierop2011-12-181-4/+4
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-20/+2
* Use desktop coordinates for finding snap candidates (regression introduced in...Diederik van Lierop2011-10-151-3/+3
* Object snapper: only use the visual bounding box when absolutely needed; othe...Diederik van Lierop2011-10-121-3/+9
* 1) make snapping to clip/mask paths optional (see document properties dialog ...Diederik van Lierop2011-10-081-5/+23
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
* Make "snap page border" toggle independent of "snap paths" toggleDiederik van Lierop2011-09-171-1/+1
* Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapRes...Diederik van Lierop2011-09-021-16/+16
* Completely remove libnrKrzysztof Kosi??ski2011-08-281-11/+9
|\
| * Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-11/+9
* | Fix bug related to snapping to path intersectionsDiederik van Lierop2011-08-281-5/+5
* | Allow snapping to path intersections without snapping to the paths themselvesDiederik van Lierop2011-08-271-6/+9
|/
* Fix "snap guides" toggleDiederik van Lierop2011-08-251-14/+8
* 1) Use the "snap guides" button both for guides being snap sources, as well a...Diederik van Lierop2011-08-231-38/+0
* Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop2011-08-221-137/+94
* Replace NR_HUGE by Geom:infinity() in some snapping codeDiederik van Lierop2011-07-181-1/+1
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-3/+3
* 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