index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
object-snapper.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-04-24
Two minor snapping fixes
Diederik van Lierop
1
-2
/
+8
2009-04-07
Fix bug #356743
Diederik van Lierop
1
-3
/
+4
2009-04-01
Remove some left-over debugging output that got accidentally committed
Diederik van Lierop
1
-1
/
+0
2009-03-31
More sensitive selection of snap target when snapping guides to objects with ...
Diederik van Lierop
1
-7
/
+3
2009-03-15
Implement constrained snapping when dragging the position and size handles of...
Diederik van Lierop
1
-4
/
+1
2009-03-14
Remove obsolete includes of libnr files in the snapping code
Diederik van Lierop
1
-2
/
+0
2009-03-14
2Geom migration: use 2geom::projection instead of libnr's project_on_linesegment
Diederik van Lierop
1
-2
/
+3
2009-03-07
- When finalizing a curve by double clicking then don't snap to the curve itself
Diederik van Lierop
1
-0
/
+3
2009-02-27
Allow snapping to objects in hidden layers
Diederik van Lierop
1
-3
/
+3
2009-02-20
The snap indicator's tooltip now displays "A to B", whereas before it only di...
Diederik van Lierop
1
-37
/
+42
2009-02-15
After snapping, show a tooltip together with the snap indicator
Diederik van Lierop
1
-16
/
+16
2009-01-31
Store the snapper tolerances in the snap-preferences instead of in each snapp...
Diederik van Lierop
1
-0
/
+15
2009-01-18
- Snap to the midpoint of shapes and bboxes
Diederik van Lierop
1
-63
/
+74
2009-01-11
Optionally snap from/to midpoints of the edges of a bounding box
Diederik van Lierop
1
-5
/
+15
2008-12-30
Remove some obsolete from_2geom() calls
Diederik van Lierop
1
-1
/
+1
2008-12-20
propagate additional_affine into groups of clip/mask paths
Thomas Holder
1
-1
/
+1
2008-12-20
object-snapper.cpp
Thomas Holder
1
-10
/
+4
2008-12-14
1) snap midpoints of line segments (both as source and as target)
Diederik van Lierop
1
-132
/
+160
2008-11-23
1) Improve the way the distance to the pointer is taken into account when fin...
Diederik van Lierop
1
-2
/
+2
2008-11-21
Merge from fe-moved
Ted Gould
1
-13
/
+22
2008-10-27
From trunk
Ted Gould
1
-26
/
+28
2008-10-11
Merging from trunk
Ted Gould
1
-8
/
+6
2008-09-21
- refactor snapping code, removing code duplication
Diederik van Lierop
1
-9
/
+9
2008-09-10
LIBNR REMOVAL. remove nartbpath code!!!
Johan B. C. Engelen
1
-12
/
+0
2008-09-07
LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ...
Johan B. C. Engelen
1
-1
/
+0
2008-09-07
If a snapper needs a reference to a SPNamedView or a SPDesktop, then get that...
Diederik van Lierop
1
-27
/
+23
2008-09-07
Remove pointer to SPDesktop from ObjectSnapper
Diederik van Lierop
1
-13
/
+14
2008-09-01
removed unnecessary pointer, changed to by reference. (the pointer was not al...
Johan B. C. Engelen
1
-2
/
+2
2008-08-30
Eliminate SP_ACTIVE_DESKTOP in the object-snapper
Diederik van Lierop
1
-26
/
+13
2008-08-29
Fix regression in snapping to paths (which caused self-snapping)
Diederik van Lierop
1
-9
/
+8
2008-08-15
Use new methods from 2geom's API
Diederik van Lierop
1
-14
/
+7
2008-08-11
Move all of the snapper code to 2geom
Diederik van Lierop
1
-64
/
+65
2008-08-08
Snap to intersections of any kind of path (were we previously only could snap...
Diederik van Lierop
1
-25
/
+8
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-13
/
+13
2008-08-07
Fix regression in object snapper which caused self-snapping
Diederik van Lierop
1
-4
/
+15
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-4
/
+4
2008-08-03
Refactoring the object-snapper to use 2geom paths
Diederik van Lierop
1
-162
/
+115
2008-08-01
2geomify a lot of NR::Points to Geom::Point
Johan B. C. Engelen
1
-2
/
+2
2008-07-24
Snap to page corners too (you won't notice the difference yet because it will...
Diederik van Lierop
1
-24
/
+33
2008-07-21
Implement snapping of clipping paths and masks
Diederik van Lierop
1
-39
/
+108
2008-07-16
remove all old nartbpath code from SPCurve!!! (in other words, lib2geomifica...
Johan B. C. Engelen
1
-1
/
+1
2008-07-08
2geomify SPCurve::new_from_rect
Johan B. C. Engelen
1
-2
/
+4
2008-07-04
create pathvector_for_curve method.
Johan B. C. Engelen
1
-1
/
+1
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-1
/
+1
2008-05-09
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
1
-6
/
+2
2008-05-09
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
1
-8
/
+28
2008-05-08
A little bit of refactoring of constrained object snapping
Diederik van Lierop
1
-9
/
+12
2008-05-05
struct SPCurve => class SPCurve
Johan B. C. Engelen
1
-3
/
+3
2008-05-04
Next steps in implementing the snapping indicator
Diederik van Lierop
1
-4
/
+4
2008-04-30
- Major refactoring of snapping related code...
Diederik van Lierop
1
-59
/
+53
[next]