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