summaryrefslogtreecommitdiffstats
path: root/src/object-snapper.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-27Allow snapping to objects in hidden layersDiederik van Lierop1-3/+3
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-37/+42
2009-02-15After snapping, show a tooltip together with the snap indicatorDiederik van Lierop1-16/+16
2009-01-31Store the snapper tolerances in the snap-preferences instead of in each snapp...Diederik van Lierop1-0/+15
2009-01-18- Snap to the midpoint of shapes and bboxesDiederik van Lierop1-63/+74
2009-01-11Optionally snap from/to midpoints of the edges of a bounding boxDiederik van Lierop1-5/+15
2008-12-30Remove some obsolete from_2geom() callsDiederik van Lierop1-1/+1
2008-12-20propagate additional_affine into groups of clip/mask pathsThomas Holder1-1/+1
2008-12-20object-snapper.cppThomas Holder1-10/+4
2008-12-141) snap midpoints of line segments (both as source and as target)Diederik van Lierop1-132/+160
2008-11-231) Improve the way the distance to the pointer is taken into account when fin...Diederik van Lierop1-2/+2
2008-11-21Merge from fe-movedTed Gould1-13/+22
2008-10-27From trunkTed Gould1-26/+28
2008-10-11Merging from trunkTed Gould1-8/+6
2008-09-21- refactor snapping code, removing code duplicationDiederik van Lierop1-9/+9
2008-09-10LIBNR REMOVAL. remove nartbpath code!!!Johan B. C. Engelen1-12/+0
2008-09-07LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ...Johan B. C. Engelen1-1/+0
2008-09-07If a snapper needs a reference to a SPNamedView or a SPDesktop, then get that...Diederik van Lierop1-27/+23
2008-09-07Remove pointer to SPDesktop from ObjectSnapperDiederik van Lierop1-13/+14
2008-09-01removed unnecessary pointer, changed to by reference. (the pointer was not al...Johan B. C. Engelen1-2/+2
2008-08-30Eliminate SP_ACTIVE_DESKTOP in the object-snapperDiederik van Lierop1-26/+13
2008-08-29Fix regression in snapping to paths (which caused self-snapping)Diederik van Lierop1-9/+8
2008-08-15Use new methods from 2geom's APIDiederik van Lierop1-14/+7
2008-08-11Move all of the snapper code to 2geomDiederik van Lierop1-64/+65
2008-08-08Snap to intersections of any kind of path (were we previously only could snap...Diederik van Lierop1-25/+8
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-13/+13
2008-08-07Fix regression in object snapper which caused self-snappingDiederik van Lierop1-4/+15
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-4/+4
2008-08-03Refactoring the object-snapper to use 2geom pathsDiederik van Lierop1-162/+115
2008-08-012geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen1-2/+2
2008-07-24Snap to page corners too (you won't notice the difference yet because it will...Diederik van Lierop1-24/+33
2008-07-21Implement snapping of clipping paths and masksDiederik van Lierop1-39/+108
2008-07-16remove all old nartbpath code from SPCurve!!! (in other words, lib2geomifica...Johan B. C. Engelen1-1/+1
2008-07-082geomify SPCurve::new_from_rectJohan B. C. Engelen1-2/+4
2008-07-04create pathvector_for_curve method.Johan B. C. Engelen1-1/+1
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-1/+1
2008-05-09complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen1-6/+2
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-8/+28
2008-05-08A little bit of refactoring of constrained object snappingDiederik van Lierop1-9/+12
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-3/+3
2008-05-04Next steps in implementing the snapping indicatorDiederik van Lierop1-4/+4
2008-04-30- Major refactoring of snapping related code...Diederik van Lierop1-59/+53
2008-04-17replace text strings by ints for tools/bounding_boxbulia byak1-4/+6
2008-04-13move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen1-1/+1
2008-04-11Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a st...Diederik van Lierop1-5/+5
2008-03-15Fix two bugs in the object snapperDiederik van Lierop1-31/+33
2008-03-12Fixed initialization orderJon A. Cruz1-2/+2
2008-03-12Snap to page borderDiederik van Lierop1-14/+38
2008-03-08Node tool: snap to paths and their nodes, incl. to the path currently being e...Diederik van Lierop1-36/+127
2008-02-22Don't crash when the original of an SPUse can't be found. This sort of fixes ...Maximilian Albert1-0/+2