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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-02
modernize loops
Marc Jeanmougin
1
-5
/
+5
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-2
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-1
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+1
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-1
/
+0
2012-02-14
1) Add checkboxes for perpendicular and tangential snapping to the document p...
Diederik van Lierop
1
-1
/
+3
2011-10-15
cppcheck
Kris De Gussem
1
-8
/
+8
2011-10-03
Another minor pass of Doxygen cleanup.
Jon A. Cruz
1
-1
/
+1
2011-09-21
initialize value as const (clang complains about this)
Campbell Barton
1
-1
/
+1
2011-09-18
Snap to guide-path intersections, and don't snap to paths when only path inte...
Diederik van Lierop
1
-2
/
+91
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-2
/
+2
2010-10-29
- Constrained snap: proper implementation of the preference to snap the mouse...
Diederik van Lierop
1
-1
/
+1
2010-08-05
Wholesale cruft removal part 4; fix crash when rendering guides
Krzysztof Kosi??ski
1
-6
/
+6
2010-05-22
Snapping: get rid of the false positives when calculating intersections
Diederik van Lierop
1
-1
/
+15
2010-05-08
Fix bounding box snapping (LP562205, comment 6, issue II)
Diederik van Lierop
1
-2
/
+2
2010-01-19
When snapping to a bounding box, flash that bounding box together with the sn...
Diederik van Lierop
1
-17
/
+24
2009-12-24
refactoring the snapping code (laying the groundwork for my next commit which...
Diederik van Lierop
1
-3
/
+5
2009-03-14
Remove obsolete includes of libnr files in the snapping code
Diederik van Lierop
1
-2
/
+0
2009-02-20
The snap indicator's tooltip now displays "A to B", whereas before it only di...
Diederik van Lierop
1
-3
/
+5
2009-02-15
After snapping, show a tooltip together with the snap indicator
Diederik van Lierop
1
-1
/
+3
2009-01-25
Remove some SP_ACTIVE_DESKTOP() calls
Diederik van Lierop
1
-11
/
+6
2008-12-30
Remove some obsolete from_2geom() calls
Diederik van Lierop
1
-1
/
+1
2008-12-14
1) snap midpoints of line segments (both as source and as target)
Diederik van Lierop
1
-1
/
+1
2008-12-10
- Fix bug #304405 (snapping to an intersection of lines at infinity is wrong)
Diederik van Lierop
1
-22
/
+25
2008-11-24
Add an option to the preferences to _only_ snap the node closest to the mouse...
Diederik van Lierop
1
-2
/
+2
2008-11-23
1) Improve the way the distance to the pointer is taken into account when fin...
Diederik van Lierop
1
-10
/
+10
2008-09-21
- refactor snapping code, removing code duplication
Diederik van Lierop
1
-145
/
+147
2008-08-15
Use new methods from 2geom's API
Diederik van Lierop
1
-2
/
+1
2008-08-11
Move all of the snapper code to 2geom
Diederik van Lierop
1
-5
/
+5
2008-08-08
Snap to intersections of any kind of path (were we previously only could snap...
Diederik van Lierop
1
-0
/
+146