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