summaryrefslogtreecommitdiffstats
path: root/src/snapped-curve.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-5/+5
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
* 1) Add checkboxes for perpendicular and tangential snapping to the document p...Diederik van Lierop2012-02-141-1/+3
* cppcheckKris De Gussem2011-10-151-8/+8
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
* initialize value as const (clang complains about this)Campbell Barton2011-09-211-1/+1
* Snap to guide-path intersections, and don't snap to paths when only path inte...Diederik van Lierop2011-09-181-2/+91
* Merge from trunkKrzysztof Kosi??ski2011-04-071-2/+2
|\
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\|
| * - Constrained snap: proper implementation of the preference to snap the mouse...Diederik van Lierop2010-10-291-1/+1
* | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-6/+6
|/
* Snapping: get rid of the false positives when calculating intersectionsDiederik van Lierop2010-05-221-1/+15
* Fix bounding box snapping (LP562205, comment 6, issue II)Diederik van Lierop2010-05-081-2/+2
* When snapping to a bounding box, flash that bounding box together with the sn...Diederik van Lierop2010-01-191-17/+24
* refactoring the snapping code (laying the groundwork for my next commit which...Diederik van Lierop2009-12-241-3/+5
* Remove obsolete includes of libnr files in the snapping codeDiederik van Lierop2009-03-141-2/+0
* The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop2009-02-201-3/+5
* After snapping, show a tooltip together with the snap indicatorDiederik van Lierop2009-02-151-1/+3
* Remove some SP_ACTIVE_DESKTOP() callsDiederik van Lierop2009-01-251-11/+6
* Remove some obsolete from_2geom() callsDiederik van Lierop2008-12-301-1/+1
* 1) snap midpoints of line segments (both as source and as target)Diederik van Lierop2008-12-141-1/+1
* - Fix bug #304405 (snapping to an intersection of lines at infinity is wrong)Diederik van Lierop2008-12-101-22/+25
* Add an option to the preferences to _only_ snap the node closest to the mouse...Diederik van Lierop2008-11-241-2/+2
* 1) Improve the way the distance to the pointer is taken into account when fin...Diederik van Lierop2008-11-231-10/+10
* - refactor snapping code, removing code duplicationDiederik van Lierop2008-09-211-145/+147
* Use new methods from 2geom's APIDiederik van Lierop2008-08-151-2/+1
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-5/+5
* Snap to intersections of any kind of path (were we previously only could snap...Diederik van Lierop2008-08-081-0/+146