summaryrefslogtreecommitdiffstats
path: root/src/line-snapper.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix CI (clangtidyfull)Patrick Storz2019-03-031-9/+5
* modernize loopsMarc Jeanmougin2019-01-021-5/+5
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+2
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+0
* Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White2014-08-311-2/+3
* pass class variables by reference for performanceKris De Gussem2014-01-121-1/+1
* cppcheckKris De Gussem2012-03-071-2/+2
* Snap to grid/guide lines perpendicularlyDiederik van Lierop2012-02-141-1/+28
* Refactor snap-preferences a bit moreDiederik van Lierop2011-12-181-2/+2
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-2/+1
* cppcheckKris De Gussem2011-10-181-2/+2
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
* Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapRes...Diederik van Lierop2011-09-021-9/+9
* Use a better snap metric for constrained snapping (i.e. calculate the distanc...Diederik van Lierop2010-10-191-3/+3
* When doing a constrained snap, then don't try snapping the mouse pointer itse...Diederik van Lierop2010-08-201-6/+9
* Implement constrained snapping to nodesDiederik van Lierop2010-08-101-1/+2
* Simplify code related to snapping while rotatingDiederik van Lierop2010-07-171-14/+5
* - Snap while rotating an object using the selector toolDiederik van Lierop2010-07-121-22/+39
* Fix bounding box snapping (LP562205, comment 6, issue II)Diederik van Lierop2010-05-081-4/+4
* Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop2010-01-231-4/+2
* Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop2010-01-091-21/+15
* refactoring the snapping code (laying the groundwork for my next commit which...Diederik van Lierop2009-12-241-7/+7
* Snap to a guide's origin too (resulting in a 2D constraint), instead of only ...Diederik van Lierop2009-08-021-11/+41
* Use the line intersection routines in 2geom/line.h instead of the deprecated ...Diederik van Lierop2009-04-121-17/+17
* Fix snapping during constrained translation, when only snapping the node clos...Diederik van Lierop2009-04-121-1/+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-1/+1
* * Implement constrained snapping of knotsDiederik van Lierop2009-03-131-3/+2
* The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop2009-02-201-5/+6
* - Snap to the midpoint of shapes and bboxesDiederik van Lierop2009-01-181-1/+1
* 1) snap midpoints of line segments (both as source and as target)Diederik van Lierop2008-12-141-16/+16
* Merge from fe-movedTed Gould2008-11-211-2/+2
* From trunkTed Gould2008-10-271-7/+7
* - refactor snapping code, removing code duplicationDiederik van Lierop2008-09-211-1/+1
* If a snapper needs a reference to a SPNamedView or a SPDesktop, then get that...Diederik van Lierop2008-09-071-1/+1
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-18/+18
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-2/+2
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-1/+1
* Next steps in implementing the snapping indicatorDiederik van Lierop2008-05-041-1/+3
* - Major refactoring of snapping related code...Diederik van Lierop2008-04-301-9/+17
* Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a st...Diederik van Lierop2008-04-111-2/+2
* Node tool: snap to paths and their nodes, incl. to the path currently being e...Diederik van Lierop2008-03-081-1/+2
* 1) fix snapping while scalingDiederik van Lierop2008-01-031-29/+26
* 1) Fix bug #178312Diederik van Lierop2007-12-271-14/+7
* r17225@mini-emma: ted | 2007-12-10 20:22:27 -0800Ted Gould2007-12-111-1/+1
* Snap to axonometric grid linesDiederik van Lierop2007-12-081-9/+50
* 1) Improving snapping logic 2) When skewing, don't snap to selection itselfDiederik van Lierop2007-11-181-1/+1
* Warning cleanupJon A. Cruz2007-11-101-10/+10