summaryrefslogtreecommitdiffstats
path: root/src/snapped-line.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-3/+3
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-1/+1
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-4/+2
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+1
2012-03-07cppcheckKris De Gussem1-2/+2
2011-10-18cppcheckKris De Gussem1-10/+10
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-1/+1
2010-10-29- Constrained snap: proper implementation of the preference to snap the mouse...Diederik van Lierop1-2/+2
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski1-8/+8
2010-05-08Fix bounding box snapping (LP562205, comment 6, issue II)Diederik van Lierop1-4/+4
2009-12-24refactoring the snapping code (laying the groundwork for my next commit which...Diederik van Lierop1-33/+37
2009-04-12Use the line intersection routines in 2geom/line.h instead of the deprecated ...Diederik van Lierop1-25/+38
2009-03-14Remove obsolete includes of libnr files in the snapping codeDiederik van Lierop1-1/+0
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-7/+15
2008-12-10- Fix bug #304405 (snapping to an intersection of lines at infinity is wrong)Diederik van Lierop1-158/+153
2008-11-231) Improve the way the distance to the pointer is taken into account when fin...Diederik van Lierop1-22/+22
2008-09-21- refactor snapping code, removing code duplicationDiederik van Lierop1-4/+4
2008-08-11Move all of the snapper code to 2geomDiederik van Lierop1-10/+10
2008-08-012geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen1-4/+4
2008-05-04Next steps in implementing the snapping indicatorDiederik van Lierop1-11/+13
2008-01-031) fix snapping while scalingDiederik van Lierop1-30/+69
2007-11-181) Improving snapping logic 2) When skewing, don't snap to selection itselfDiederik van Lierop1-8/+37
2007-11-14Snap to intersections of line segmentsDiederik van Lierop1-13/+50
2007-11-09Remove geom.cpp and geom.h. Now use 2geom/geom.cpp and 2geom.h.Johan B. C. Engelen1-7/+8
2007-11-09Renaming classes: SnappedLine -> SnappedLineSegment, and SnappedInfiniteLine ...Diederik van Lierop1-28/+21
2007-11-03fix compilation. added #include "libnr/nr-values.h" to snapped-line.cppJohan B. C. Engelen1-0/+1
2007-11-03Groundwork to snap to intersections, e.g. intersections of gridlines with gui...Diederik van Lierop1-0/+180