summaryrefslogtreecommitdiffstats
path: root/src/line-snapper.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Next steps in implementing the snapping indicatorDiederik van Lierop2008-05-041-1/+3
| | | (bzr r5600)
* - Major refactoring of snapping related code...Diederik van Lierop2008-04-301-9/+17
| | | | | - Enabling snap indicator for all remaining tools (bzr r5556)
* Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a ↵Diederik van Lierop2008-04-111-2/+2
| | | | | std::list in four different places. Now this is handled in only one place (bzr r5407)
* Node tool: snap to paths and their nodes, incl. to the path currently being ↵Diederik van Lierop2008-03-081-1/+2
| | | | | edited (bzr r4989)
* 1) fix snapping while scalingDiederik van Lierop2008-01-031-29/+26
| | | | | | | 2) fix constrained snapping 3) improve snapping logic (again), or more specifically: better obey "always snap" 4) refactoring to reduce risk of bugs: renaming variables and methods for better readability, adding class members instead of using std::pairs, etc. (bzr r4379)
* 1) Fix bug #178312Diederik van Lierop2007-12-271-14/+7
| | | | | 2) Fix constrained snapping to objects (bzr r4314)
* r17225@mini-emma: ted | 2007-12-10 20:22:27 -0800Ted Gould2007-12-111-1/+1
| | | | | Adjusting line-snapper.cpp so that it doesn't include snapper-line.cpp such that it can be included normally in the Makefile_insert. Also, adding in helper-fns.h to the included source files. (bzr r4207)
* Snap to axonometric grid linesDiederik van Lierop2007-12-081-9/+50
| | | (bzr r4194)
* 1) Improving snapping logic 2) When skewing, don't snap to selection itselfDiederik van Lierop2007-11-181-1/+1
| | | (bzr r4111)
* Warning cleanupJon A. Cruz2007-11-101-10/+10
| | | (bzr r4052)
* Remove geom.cpp and geom.h. Now use 2geom/geom.cpp and 2geom.h.Johan B. C. Engelen2007-11-091-5/+6
| | | | | Add conversion functions between Geom::Point and NR::Point (bzr r4050)
* Renaming classes: SnappedLine -> SnappedLineSegment, and SnappedInfiniteLine ↵Diederik van Lierop2007-11-091-1/+1
| | | | | -> SnappedLine (bzr r4048)
* Oops, don't use tabs! (replace tabs by 4 spaces)Diederik van Lierop2007-11-031-9/+9
| | | (bzr r4020)
* Groundwork to snap to intersections, e.g. intersections of gridlines with ↵Diederik van Lierop2007-11-031-31/+22
| | | | | guidelines, and of objects with other objects. The snappers used to return only SnappedPoints, but now also SnappedLines and SnappedInfiniteLines can be returned. SnappedPaths will be implemented later. (bzr r4016)
* Improving the performance of the object snapperDiederik van Lierop2007-09-051-3/+7
| | | (bzr r3689)
* 1) Changes to snapping preferences dialogDiederik van Lierop2007-07-281-7/+9
| | | | | | 2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes 3) Renaming of some constants to improve readability (bzr r3331)
* Various snapping cleanups and bug fixes.Carl Hetherington2006-05-051-6/+4
| | | (bzr r734)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+80
(bzr r1)