index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
snapped-line.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
1) Improve the way the distance to the pointer is taken into account when fin...
Diederik van Lierop
2008-11-23
1
-22
/
+22
*
- refactor snapping code, removing code duplication
Diederik van Lierop
2008-09-21
1
-4
/
+4
*
Move all of the snapper code to 2geom
Diederik van Lierop
2008-08-11
1
-10
/
+10
*
2geomify a lot of NR::Points to Geom::Point
Johan B. C. Engelen
2008-08-01
1
-4
/
+4
*
Next steps in implementing the snapping indicator
Diederik van Lierop
2008-05-04
1
-11
/
+13
*
1) fix snapping while scaling
Diederik van Lierop
2008-01-03
1
-30
/
+69
*
1) Improving snapping logic 2) When skewing, don't snap to selection itself
Diederik van Lierop
2007-11-18
1
-8
/
+37
*
Snap to intersections of line segments
Diederik van Lierop
2007-11-14
1
-13
/
+50
*
Remove geom.cpp and geom.h. Now use 2geom/geom.cpp and 2geom.h.
Johan B. C. Engelen
2007-11-09
1
-7
/
+8
*
Renaming classes: SnappedLine -> SnappedLineSegment, and SnappedInfiniteLine ...
Diederik van Lierop
2007-11-09
1
-28
/
+21
*
fix compilation. added #include "libnr/nr-values.h" to snapped-line.cpp
Johan B. C. Engelen
2007-11-03
1
-0
/
+1
*
Groundwork to snap to intersections, e.g. intersections of gridlines with gui...
Diederik van Lierop
2007-11-03
1
-0
/
+180