summaryrefslogtreecommitdiffstats
path: root/src/snapped-curve.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-3/+3
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* 1) Add checkboxes for perpendicular and tangential snapping to the document ↵Diederik van Lierop2012-02-141-1/+1
| | | | | | | properties dialog (on the snap tab) 2) Newly created guides (dragged off the ruler) will take on the angle of the curve that's being snapped to (either perpendicularly or tangentialy, depending of the settings in the document properties dialog) (bzr r10975)
* Snap to guide-path intersections, and don't snap to paths when only path ↵Diederik van Lierop2011-09-181-1/+4
| | | | | | | | | intersections are asked for Fixed bugs: - https://launchpad.net/bugs/847457 - https://launchpad.net/bugs/850982 (bzr r10639)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
| | | (bzr r10025)
* Snapping: get rid of the false positives when calculating intersectionsDiederik van Lierop2010-05-221-1/+3
| | | (bzr r9442)
* When snapping to a bounding box, flash that bounding box together with the ↵Diederik van Lierop2010-01-191-1/+1
| | | | | snap indicator (bzr r8999)
* refactoring the snapping code (laying the groundwork for my next commit ↵Diederik van Lierop2009-12-241-1/+1
| | | | | which reduces snap jitter) (bzr r8906)
* Remove obsolete includes of libnr files in the snapping codeDiederik van Lierop2009-03-141-3/+0
| | | (bzr r7491)
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-201-1/+1
| | | | | displayed "B". (bzr r7335)
* After snapping, show a tooltip together with the snap indicatorDiederik van Lierop2009-02-151-55/+55
| | | (bzr r7296)
* Remove some SP_ACTIVE_DESKTOP() callsDiederik van Lierop2009-01-251-3/+3
| | | (bzr r7174)
* - refactor snapping code, removing code duplicationDiederik van Lierop2008-09-211-1/+1
| | | | | - fix snapping to page corners (bzr r6863)
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-3/+3
| | | (bzr r6606)
* Snap to intersections of any kind of path (were we previously only could ↵Diederik van Lierop2008-08-081-0/+55
snap to intersections of line-segments) (bzr r6597)