summaryrefslogtreecommitdiffstats
path: root/src/seltrans.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-21Fix constrained motion in the selector tool when snapping is being overridden...Diederik van Lierop1-3/+11
2009-04-12Fix snapping during constrained translation, when only snapping the node clos...Diederik van Lierop1-20/+18
2009-04-02- Don't display the snap-source-indicator when we're about to rotate using th...Diederik van Lierop1-7/+11
2009-03-29- Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop1-2/+2
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-26/+13
2009-02-15After snapping, show a tooltip together with the snap indicatorDiederik van Lierop1-3/+5
2009-01-25Remove the source snap-indicator when ungrabbingDiederik van Lierop1-0/+2
2009-01-25Display the snap source indicator only when snapping is enabledDiederik van Lierop1-4/+6
2009-01-25- The snap-delay mechanism should now be more robust. From now on, it must be...Diederik van Lierop1-0/+4
2009-01-18- Snap to the midpoint of shapes and bboxesDiederik van Lierop1-10/+16
2009-01-11Optionally snap from/to midpoints of the edges of a bounding boxDiederik van Lierop1-23/+20
2008-11-26When snapping only the closest node, draw an indicator at that nodeDiederik van Lierop1-13/+32
2008-11-24Add an option to the preferences to _only_ snap the node closest to the mouse...Diederik van Lierop1-2/+38
2008-11-231) Improve the way the distance to the pointer is taken into account when fin...Diederik van Lierop1-2/+1
2008-10-31Merge from trunkTed Gould1-9/+11
2008-10-27From trunkTed Gould1-34/+38
2008-10-11Merging from trunkTed Gould1-191/+170
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-4/+4
2008-08-28Modify the parameters required for setting up the SnapManagerDiederik van Lierop1-4/+4
2008-08-12Fix some regressions in the snapping of the selector toolDiederik van Lierop1-13/+15
2008-08-11Move all of the snapper code to 2geomDiederik van Lierop1-22/+31
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-4/+4
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-2/+2
2008-08-01change knot.h to Geom::Point only instead of NR::Point.Johan B. C. Engelen1-3/+3
2008-06-22* src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow1-1/+0
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-4/+4
2008-05-20Fix snapping for constrained translation in the selector toolDiederik van Lierop1-3/+5
2008-05-18Fix regression in constrained translationDiederik van Lierop1-11/+13
2008-05-16Fix a regression in the snapper, caused by me. Sorry!Diederik van Lierop1-10/+10
2008-05-12Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...Diederik van Lierop1-2/+2
2008-05-03make more messages immediatebulia byak1-4/+4
2008-05-01Replace freeSnapSkew() by constrainedSnapSkew(). There is no such thing as fr...Diederik van Lierop1-6/+6
2008-05-01Warning and whitespace cleanupJon A. Cruz1-99/+99
2008-04-30- Major refactoring of snapping related code...Diederik van Lierop1-22/+29
2008-04-17replace text strings by ints for tools/bounding_boxbulia byak1-4/+6
2008-04-11Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a st...Diederik van Lierop1-54/+30
2008-04-07Refactor snapper and snapindicator (in order to enable the snapindicator in t...Diederik van Lierop1-32/+50
2008-03-27The deprecated version of sp_item_invoke_bbox_full (which still uses NRRects)...Diederik van Lierop1-1/+5
2008-03-25Major overhaul of the selector tool's internals to improve handling of transf...Diederik van Lierop1-426/+387
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2008-01-16Move 'bounding box' option up one level (from Selector to Tools page in Prefe...Maximilian Albert1-2/+2
2008-01-12Fix #181795Diederik van Lierop1-29/+38
2007-12-271) Fix bug #178312Diederik van Lierop1-13/+0
2007-11-21Also consider path nodes for snappingDiederik van Lierop1-5/+4
2007-11-181) Improving snapping logic 2) When skewing, don't snap to selection itselfDiederik van Lierop1-2/+10
2007-11-05Improve the user interaction for snapping of bounding boxes, and add an new t...Diederik van Lierop1-1/+2
2007-11-04Warning cleanupJon A. Cruz1-39/+39
2007-09-10Inkscape becomes unusable when trying to snap to the path of a traced bitmap ...Diederik van Lierop1-0/+9
2007-09-05Improving the performance of the object snapperDiederik van Lierop1-2/+1
2007-08-04Make snapping to the item's transformation center optional, but not yet avail...Diederik van Lierop1-1/+2