summaryrefslogtreecommitdiffstats
path: root/src/snapped-line.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-3/+3
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-4/+2
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+1
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+2
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+1
* cppcheckKris De Gussem2012-03-071-2/+2
* cppcheckKris De Gussem2011-10-181-10/+10
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
* Merge from trunkKrzysztof Kosi??ski2010-11-251-2/+2
|\
| * - Constrained snap: proper implementation of the preference to snap the mouse...Diederik van Lierop2010-10-291-2/+2
* | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-8/+8
|/
* Fix bounding box snapping (LP562205, comment 6, issue II)Diederik van Lierop2010-05-081-4/+4
* refactoring the snapping code (laying the groundwork for my next commit which...Diederik van Lierop2009-12-241-33/+37
* Use the line intersection routines in 2geom/line.h instead of the deprecated ...Diederik van Lierop2009-04-121-25/+38
* Remove obsolete includes of libnr files in the snapping codeDiederik van Lierop2009-03-141-1/+0
* The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop2009-02-201-7/+15
* - Fix bug #304405 (snapping to an intersection of lines at infinity is wrong)Diederik van Lierop2008-12-101-158/+153
* 1) Improve the way the distance to the pointer is taken into account when fin...Diederik van Lierop2008-11-231-22/+22
* - refactor snapping code, removing code duplicationDiederik van Lierop2008-09-211-4/+4
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-10/+10
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-4/+4
* Next steps in implementing the snapping indicatorDiederik van Lierop2008-05-041-11/+13
* 1) fix snapping while scalingDiederik van Lierop2008-01-031-30/+69
* 1) Improving snapping logic 2) When skewing, don't snap to selection itselfDiederik van Lierop2007-11-181-8/+37
* Snap to intersections of line segmentsDiederik van Lierop2007-11-141-13/+50
* Remove geom.cpp and geom.h. Now use 2geom/geom.cpp and 2geom.h.Johan B. C. Engelen2007-11-091-7/+8
* Renaming classes: SnappedLine -> SnappedLineSegment, and SnappedInfiniteLine ...Diederik van Lierop2007-11-091-28/+21
* fix compilation. added #include "libnr/nr-values.h" to snapped-line.cppJohan B. C. Engelen2007-11-031-0/+1
* Groundwork to snap to intersections, e.g. intersections of gridlines with gui...Diederik van Lierop2007-11-031-0/+180