summaryrefslogtreecommitdiffstats
path: root/src/snapped-curve.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-5/+5
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
2012-02-141) Add checkboxes for perpendicular and tangential snapping to the document p...Diederik van Lierop1-1/+3
2011-10-15cppcheckKris De Gussem1-8/+8
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-1/+1
2011-09-21initialize value as const (clang complains about this)Campbell Barton1-1/+1
2011-09-18Snap to guide-path intersections, and don't snap to paths when only path inte...Diederik van Lierop1-2/+91
2011-02-02update to latest 2geom !Johan B. C. Engelen1-2/+2
2010-10-29- Constrained snap: proper implementation of the preference to snap the mouse...Diederik van Lierop1-1/+1
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski1-6/+6
2010-05-22Snapping: get rid of the false positives when calculating intersectionsDiederik van Lierop1-1/+15
2010-05-08Fix bounding box snapping (LP562205, comment 6, issue II)Diederik van Lierop1-2/+2
2010-01-19When snapping to a bounding box, flash that bounding box together with the sn...Diederik van Lierop1-17/+24
2009-12-24refactoring the snapping code (laying the groundwork for my next commit which...Diederik van Lierop1-3/+5
2009-03-14Remove obsolete includes of libnr files in the snapping codeDiederik van Lierop1-2/+0
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-3/+5
2009-02-15After snapping, show a tooltip together with the snap indicatorDiederik van Lierop1-1/+3
2009-01-25Remove some SP_ACTIVE_DESKTOP() callsDiederik van Lierop1-11/+6
2008-12-30Remove some obsolete from_2geom() callsDiederik van Lierop1-1/+1
2008-12-141) snap midpoints of line segments (both as source and as target)Diederik van Lierop1-1/+1
2008-12-10- Fix bug #304405 (snapping to an intersection of lines at infinity is wrong)Diederik van Lierop1-22/+25
2008-11-24Add an option to the preferences to _only_ snap the node closest to the mouse...Diederik van Lierop1-2/+2
2008-11-231) Improve the way the distance to the pointer is taken into account when fin...Diederik van Lierop1-10/+10
2008-09-21- refactor snapping code, removing code duplicationDiederik van Lierop1-145/+147
2008-08-15Use new methods from 2geom's APIDiederik van Lierop1-2/+1
2008-08-11Move all of the snapper code to 2geomDiederik van Lierop1-5/+5
2008-08-08Snap to intersections of any kind of path (were we previously only could snap...Diederik van Lierop1-0/+146