| Commit message (Expand) | Author | Age | Files | Lines |
| * | Selector's toolbar: changing the dimensions of the visual bounding box of sel... | Diederik van Lierop | 2011-07-10 | 1 | -2/+2 |
| * | - Add a third group of snap sources/targets, called ¨others¨ (before we had... | Diederik van Lierop | 2011-06-26 | 1 | -1/+1 |
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -82/+71 |
| |\ |
|
| | * | Allow the center handle to be selectable for items having a width or height c... | Diederik van Lierop | 2011-03-06 | 1 | -35/+44 |
| | * | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -11/+11 |
| | * | Properly fix seltrans brokenness in 2Geom and pull updated files | Krzysztof Kosi??ski | 2011-02-05 | 1 | -4/+4 |
| | * | temporary work around 2geom matrix bug to make inkscape more usable | Johan B. C. Engelen | 2011-02-04 | 1 | -4/+4 |
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -12/+12 |
| | * | Node tool: snap while scaling a selection of nodes. Consider this as experime... | Diederik van Lierop | 2010-12-27 | 1 | -24/+4 |
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -20/+22 |
| |\| |
|
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -20/+22 |
| | |\ |
|
| | | * | New Class SPDocumentUndo created which takes care of c++fying some non SPDocu... | Abhishek Sharma Public | 2010-07-02 | 1 | -7/+7 |
| | | * | This is the first c++ification commit from me. It handles sp-line, sp-polylin... | Abhishek Sharma Public | 2010-06-29 | 1 | -6/+6 |
| * | | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -34/+30 |
| |\| | |
|
| | * | | Shift should disable snapping when dragging the rotation center of an object | Diederik van Lierop | 2010-11-17 | 1 | -10/+14 |
| | * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | * | | Fix display of snap source indicator for constrained snapping in the selector... | Diederik van Lierop | 2010-11-16 | 1 | -15/+0 |
| | * | | Leave constrained angular snapping to the snap manager, instead of handling i... | Diederik van Lierop | 2010-11-07 | 1 | -0/+1 |
| | * | | Fix self-snapping when dragging the transformation center of a selection cont... | Diederik van Lierop | 2010-10-07 | 1 | -10/+7 |
| | * | | Clear pointers in the snapmanager if they're no longer needed. | Diederik van Lierop | 2010-08-11 | 1 | -3/+12 |
| * | | | merge from trunk | Krzysztof Kosi??ski | 2010-08-08 | 1 | -36/+45 |
| |\| | |
|
| | * | | Avoid self-snapping when dragging a rotation center, and draw the rotation ce... | Diederik van Lierop | 2010-07-24 | 1 | -2/+17 |
| | * | | - Remove some old code which snapped the rotation center to the bbox, and whi... | Diederik van Lierop | 2010-07-20 | 1 | -19/+0 |
| | * | | - Snap while rotating an object using the selector tool | Diederik van Lierop | 2010-07-12 | 1 | -15/+28 |
| | |/ |
|
| * / | Wholesale cruft removal part 4; fix crash when rendering guides | Krzysztof Kosi??ski | 2010-08-05 | 1 | -6/+6 |
| |/ |
|
| * | - "Snap nodes or handles" button now also includes smooth nodes | Diederik van Lierop | 2010-05-21 | 1 | -6/+2 |
| * | Fix bbox snapping as reported in LP bug #562205 | Diederik van Lierop | 2010-04-18 | 1 | -18/+2 |
| * | 1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in t... | Diederik van Lierop | 2010-02-25 | 1 | -5/+9 |
| * | Remove redundancy from snapping API (type of snapsource no longer has to be s... | Diederik van Lierop | 2010-01-23 | 1 | -15/+13 |
| * | Refactoring the snapping API (making it easier to maintain and understand for... | Diederik van Lierop | 2010-01-09 | 1 | -11/+12 |
| * | Patch by Diederik to mitigate crash on 318726. | Josh Andler | 2009-10-07 | 1 | -3/+10 |
| * | Diederik's patch for crash bug 441255 | bulia byak | 2009-10-04 | 1 | -2/+3 |
| * | fix for 415168 | bulia byak | 2009-08-18 | 1 | -2/+2 |
| * | When translating too many items, then don't use the bbox of the selection as ... | Diederik van Lierop | 2009-08-09 | 1 | -3/+3 |
| * | When snapping while translating, use the bounding box corners of each selecte... | Diederik van Lierop | 2009-08-09 | 1 | -104/+149 |
| * | Make the snap delay mechanism easier to implement for the devs, and get rid o... | Diederik van Lierop | 2009-07-18 | 1 | -4/+0 |
| * | When translating too many nodes, a convex hull is used for snapping. This is ... | Diederik van Lierop | 2009-07-08 | 1 | -3/+7 |
| * | Fix constrained motion in the selector tool when snapping is being overridden... | Diederik van Lierop | 2009-04-21 | 1 | -3/+11 |
| * | Fix snapping during constrained translation, when only snapping the node clos... | Diederik van Lierop | 2009-04-12 | 1 | -20/+18 |
| * | - Don't display the snap-source-indicator when we're about to rotate using th... | Diederik van Lierop | 2009-04-02 | 1 | -7/+11 |
| * | - Move snap delay mechanism to the event context (used to be in SPCanvas) | Diederik van Lierop | 2009-03-29 | 1 | -2/+2 |
| * | The snap indicator's tooltip now displays "A to B", whereas before it only di... | Diederik van Lierop | 2009-02-20 | 1 | -26/+13 |
| * | After snapping, show a tooltip together with the snap indicator | Diederik van Lierop | 2009-02-15 | 1 | -3/+5 |
| * | Remove the source snap-indicator when ungrabbing | Diederik van Lierop | 2009-01-25 | 1 | -0/+2 |
| * | Display the snap source indicator only when snapping is enabled | Diederik van Lierop | 2009-01-25 | 1 | -4/+6 |
| * | - The snap-delay mechanism should now be more robust. From now on, it must be... | Diederik van Lierop | 2009-01-25 | 1 | -0/+4 |
| * | - Snap to the midpoint of shapes and bboxes | Diederik van Lierop | 2009-01-18 | 1 | -10/+16 |
| * | Optionally snap from/to midpoints of the edges of a bounding box | Diederik van Lierop | 2009-01-11 | 1 | -23/+20 |
| * | When snapping only the closest node, draw an indicator at that node | Diederik van Lierop | 2008-11-26 | 1 | -13/+32 |
| * | Add an option to the preferences to _only_ snap the node closest to the mouse... | Diederik van Lierop | 2008-11-24 | 1 | -2/+38 |