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-curve.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
When snapping to a bounding box, flash that bounding box together with the sn...
Diederik van Lierop
2010-01-19
1
-17
/
+24
*
refactoring the snapping code (laying the groundwork for my next commit which...
Diederik van Lierop
2009-12-24
1
-3
/
+5
*
Remove obsolete includes of libnr files in the snapping code
Diederik van Lierop
2009-03-14
1
-2
/
+0
*
The snap indicator's tooltip now displays "A to B", whereas before it only di...
Diederik van Lierop
2009-02-20
1
-3
/
+5
*
After snapping, show a tooltip together with the snap indicator
Diederik van Lierop
2009-02-15
1
-1
/
+3
*
Remove some SP_ACTIVE_DESKTOP() calls
Diederik van Lierop
2009-01-25
1
-11
/
+6
*
Remove some obsolete from_2geom() calls
Diederik van Lierop
2008-12-30
1
-1
/
+1
*
1) snap midpoints of line segments (both as source and as target)
Diederik van Lierop
2008-12-14
1
-1
/
+1
*
- Fix bug #304405 (snapping to an intersection of lines at infinity is wrong)
Diederik van Lierop
2008-12-10
1
-22
/
+25
*
Add an option to the preferences to _only_ snap the node closest to the mouse...
Diederik van Lierop
2008-11-24
1
-2
/
+2
*
1) Improve the way the distance to the pointer is taken into account when fin...
Diederik van Lierop
2008-11-23
1
-10
/
+10
*
- refactor snapping code, removing code duplication
Diederik van Lierop
2008-09-21
1
-145
/
+147
*
Use new methods from 2geom's API
Diederik van Lierop
2008-08-15
1
-2
/
+1
*
Move all of the snapper code to 2geom
Diederik van Lierop
2008-08-11
1
-5
/
+5
*
Snap to intersections of any kind of path (were we previously only could snap...
Diederik van Lierop
2008-08-08
1
-0
/
+146