summaryrefslogtreecommitdiffstats
path: root/src/seltrans.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-03-06Allow the center handle to be selectable for items having a width or height c...Diederik van Lierop1-35/+44
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-11/+11
2011-02-05Properly fix seltrans brokenness in 2Geom and pull updated filesKrzysztof Kosi??ski1-4/+4
2011-02-04temporary work around 2geom matrix bug to make inkscape more usableJohan B. C. Engelen1-4/+4
2011-02-02update to latest 2geom !Johan B. C. Engelen1-12/+12
2010-12-27Node tool: snap while scaling a selection of nodes. Consider this as experime...Diederik van Lierop1-24/+4
2010-11-17Shift should disable snapping when dragging the rotation center of an objectDiederik van Lierop1-10/+14
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-11-16Fix display of snap source indicator for constrained snapping in the selector...Diederik van Lierop1-15/+0
2010-11-07Leave constrained angular snapping to the snap manager, instead of handling i...Diederik van Lierop1-0/+1
2010-10-07Fix self-snapping when dragging the transformation center of a selection cont...Diederik van Lierop1-10/+7
2010-08-11Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop1-3/+12
2010-07-24Avoid self-snapping when dragging a rotation center, and draw the rotation ce...Diederik van Lierop1-2/+17
2010-07-20- Remove some old code which snapped the rotation center to the bbox, and whi...Diederik van Lierop1-19/+0
2010-07-12- Snap while rotating an object using the selector toolDiederik van Lierop1-15/+28
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-7/+7
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-6/+6
2010-05-21- "Snap nodes or handles" button now also includes smooth nodesDiederik van Lierop1-6/+2
2010-04-18Fix bbox snapping as reported in LP bug #562205Diederik van Lierop1-18/+2
2010-02-251) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in t...Diederik van Lierop1-5/+9
2010-01-23Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop1-15/+13
2010-01-09Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop1-11/+12
2009-10-07Patch by Diederik to mitigate crash on 318726.Josh Andler1-3/+10
2009-10-04Diederik's patch for crash bug 441255bulia byak1-2/+3
2009-08-18fix for 415168bulia byak1-2/+2
2009-08-09When translating too many items, then don't use the bbox of the selection as ...Diederik van Lierop1-3/+3
2009-08-09When snapping while translating, use the bounding box corners of each selecte...Diederik van Lierop1-104/+149
2009-07-18Make the snap delay mechanism easier to implement for the devs, and get rid o...Diederik van Lierop1-4/+0
2009-07-08When translating too many nodes, a convex hull is used for snapping. This is ...Diederik van Lierop1-3/+7
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