index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
guide-snapper.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-2
/
+2
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-2
/
+3
*
cppification: GSList replaced by vectors (mostly related to guides and grids)
Marc Jeanmougin
2015-12-05
1
-5
/
+4
*
Refactor SPGuide to use more C++
Liam P. White
2014-10-04
1
-1
/
+1
*
pass class variables by reference for performance
Kris De Gussem
2014-01-12
1
-4
/
+4
*
Snap to grid/guide lines perpendicularly
Diederik van Lierop
2012-02-14
1
-0
/
+5
*
Fixing more broken and split doc comments.
Jon A. Cruz
2011-10-27
1
-2
/
+1
*
Another minor pass of Doxygen cleanup.
Jon A. Cruz
2011-10-03
1
-2
/
+2
*
Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapRes...
Diederik van Lierop
2011-09-02
1
-6
/
+6
*
Refactoring of the snapping preferences; mainly about storing all toggles in ...
Diederik van Lierop
2011-08-22
1
-1
/
+1
*
Simplify code related to snapping while rotating
Diederik van Lierop
2010-07-17
1
-2
/
+1
*
- Snap while rotating an object using the selector tool
Diederik van Lierop
2010-07-12
1
-1
/
+2
*
Fix bounding box snapping (LP562205, comment 6, issue II)
Diederik van Lierop
2010-05-08
1
-4
/
+4
*
refactoring the snapping code (laying the groundwork for my next commit which...
Diederik van Lierop
2009-12-24
1
-6
/
+6
*
Snap to a guide's origin too (resulting in a 2D constraint), instead of only ...
Diederik van Lierop
2009-08-02
1
-10
/
+17
*
Remove obsolete includes of libnr files in the snapping code
Diederik van Lierop
2009-03-14
1
-2
/
+0
*
* Implement constrained snapping of knots
Diederik van Lierop
2009-03-13
1
-2
/
+8
*
Snap guides to (intersections of) guides (closes bug #331143)
Diederik van Lierop
2009-02-25
1
-2
/
+6
*
The snap indicator's tooltip now displays "A to B", whereas before it only di...
Diederik van Lierop
2009-02-20
1
-2
/
+2
*
Store the snapper tolerances in the snap-preferences instead of in each snapp...
Diederik van Lierop
2009-01-31
1
-0
/
+16
*
Add buttons for snapping to grids and/or guides
Diederik van Lierop
2009-01-28
1
-1
/
+1
*
- Snap to the midpoint of shapes and bboxes
Diederik van Lierop
2009-01-18
1
-1
/
+5
*
1) snap midpoints of line segments (both as source and as target)
Diederik van Lierop
2008-12-14
1
-2
/
+2
*
From trunk
Ted Gould
2008-10-27
1
-1
/
+1
*
If a snapper needs a reference to a SPNamedView or a SPDesktop, then get that...
Diederik van Lierop
2008-09-07
1
-4
/
+4
*
Move all of the snapper code to 2geom
Diederik van Lierop
2008-08-11
1
-3
/
+3
*
1) fix snapping while scaling
Diederik van Lierop
2008-01-03
1
-1
/
+1
*
guides: switch from using one position coordinate to Geom::Point point_on_line
Johan B. C. Engelen
2007-12-19
1
-2
/
+1
*
rename guide parameters to match snapping code naming convention.
Johan B. C. Engelen
2007-12-19
1
-2
/
+2
*
Toggle snapping for each grid individually
Diederik van Lierop
2007-12-12
1
-1
/
+1
*
Snap to axonometric grid lines
Diederik van Lierop
2007-12-08
1
-7
/
+2
*
Renaming classes: SnappedLine -> SnappedLineSegment, and SnappedInfiniteLine ...
Diederik van Lierop
2007-11-09
1
-1
/
+1
*
Warning cleanup
Jon A. Cruz
2007-11-04
1
-1
/
+1
*
Oops, don't use tabs! (replace tabs by 4 spaces)
Diederik van Lierop
2007-11-03
1
-2
/
+2
*
Groundwork to snap to intersections, e.g. intersections of gridlines with gui...
Diederik van Lierop
2007-11-03
1
-0
/
+6
*
1) Changes to snapping preferences dialog
Diederik van Lierop
2007-07-28
1
-1
/
+1
*
Improve readability and remove some unused code
Diederik van Lierop
2007-04-19
1
-2
/
+2
*
Improve snapper performance (mainly in by editting WillSnapSomething())
Diederik van Lierop
2007-04-17
1
-1
/
+9
*
Temporary fix for broken snap functionality: as named view constructor is nev...
Andrius Ramanauskas
2006-05-04
1
-0
/
+4
*
bulk trailing spaces removal. consistency through MD5 of binary
Ralf Stephan
2006-02-15
1
-2
/
+2
*
moving trunk for module inkscape
MenTaLguY
2006-01-16
1
-0
/
+52