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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-02
modernize loops
Marc Jeanmougin
1
-3
/
+3
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-4
/
+2
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-2
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+2
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-2
/
+1
2012-03-07
cppcheck
Kris De Gussem
1
-2
/
+2
2011-10-18
cppcheck
Kris De Gussem
1
-10
/
+10
2011-10-03
Another minor pass of Doxygen cleanup.
Jon A. Cruz
1
-1
/
+1
2010-10-29
- Constrained snap: proper implementation of the preference to snap the mouse...
Diederik van Lierop
1
-2
/
+2
2010-08-05
Wholesale cruft removal part 4; fix crash when rendering guides
Krzysztof Kosi??ski
1
-8
/
+8
2010-05-08
Fix bounding box snapping (LP562205, comment 6, issue II)
Diederik van Lierop
1
-4
/
+4
2009-12-24
refactoring the snapping code (laying the groundwork for my next commit which...
Diederik van Lierop
1
-33
/
+37
2009-04-12
Use the line intersection routines in 2geom/line.h instead of the deprecated ...
Diederik van Lierop
1
-25
/
+38
2009-03-14
Remove obsolete includes of libnr files in the snapping code
Diederik van Lierop
1
-1
/
+0
2009-02-20
The snap indicator's tooltip now displays "A to B", whereas before it only di...
Diederik van Lierop
1
-7
/
+15
2008-12-10
- Fix bug #304405 (snapping to an intersection of lines at infinity is wrong)
Diederik van Lierop
1
-158
/
+153
2008-11-23
1) Improve the way the distance to the pointer is taken into account when fin...
Diederik van Lierop
1
-22
/
+22
2008-09-21
- refactor snapping code, removing code duplication
Diederik van Lierop
1
-4
/
+4
2008-08-11
Move all of the snapper code to 2geom
Diederik van Lierop
1
-10
/
+10
2008-08-01
2geomify a lot of NR::Points to Geom::Point
Johan B. C. Engelen
1
-4
/
+4
2008-05-04
Next steps in implementing the snapping indicator
Diederik van Lierop
1
-11
/
+13
2008-01-03
1) fix snapping while scaling
Diederik van Lierop
1
-30
/
+69
2007-11-18
1) Improving snapping logic 2) When skewing, don't snap to selection itself
Diederik van Lierop
1
-8
/
+37
2007-11-14
Snap to intersections of line segments
Diederik van Lierop
1
-13
/
+50
2007-11-09
Remove geom.cpp and geom.h. Now use 2geom/geom.cpp and 2geom.h.
Johan B. C. Engelen
1
-7
/
+8
2007-11-09
Renaming classes: SnappedLine -> SnappedLineSegment, and SnappedInfiniteLine ...
Diederik van Lierop
1
-28
/
+21
2007-11-03
fix compilation. added #include "libnr/nr-values.h" to snapped-line.cpp
Johan B. C. Engelen
1
-0
/
+1
2007-11-03
Groundwork to snap to intersections, e.g. intersections of gridlines with gui...
Diederik van Lierop
1
-0
/
+180