| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | The snap indicator's tooltip now displays "A to B", whereas before it only ↵ | Diederik van Lierop | 2009-02-20 | 1 | -8/+13 |
| | | | | | | displayed "B". (bzr r7335) | ||||
| * | After snapping, show a tooltip together with the snap indicator | Diederik van Lierop | 2009-02-15 | 1 | -1/+1 |
| | | | | (bzr r7296) | ||||
| * | Store the snapper tolerances in the snap-preferences instead of in each ↵ | Diederik van Lierop | 2009-01-31 | 1 | -30/+33 |
| | | | | | | snapper individualy. This way we don't have to update all snappers when the namedview has been updated (and we can get rid of the _update_snap_distances() call) (bzr r7208) | ||||
| * | - Snap to the midpoint of shapes and bboxes | Diederik van Lierop | 2009-01-18 | 1 | -22/+1 |
| | | | | | | | | - Snap to the midpoint of paths and bbox edges - Refactor the snapping toggle, i.e. what snaps to what when toggling a specific option in the snapping toolbar PS: icons.svg has been modified, so use "make install" if needed (bzr r7144) | ||||
| * | Optionally snap from/to midpoints of the edges of a bounding box | Diederik van Lierop | 2009-01-11 | 1 | -2/+4 |
| | | | | (bzr r7108) | ||||
| * | 1) snap midpoints of line segments (both as source and as target) | Diederik van Lierop | 2008-12-14 | 1 | -29/+29 |
| | | | | | | 2) snap intersections within a single shape (as source; as target was already implemented) (bzr r7008) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -2/+2 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -12/+8 |
| | | | | (bzr r6885) | ||||
| * | If a snapper needs a reference to a SPNamedView or a SPDesktop, then get ↵ | Diederik van Lierop | 2008-09-07 | 1 | -1/+1 |
| | | | | | | that reference via the SnapManager (instead of storing references in the snapper and accessing them directly) (bzr r6773) | ||||
| * | Remove pointer to SPDesktop from ObjectSnapper | Diederik van Lierop | 2008-09-07 | 1 | -3/+0 |
| | | | | (bzr r6772) | ||||
| * | Eliminate SP_ACTIVE_DESKTOP in the object-snapper | Diederik van Lierop | 2008-08-30 | 1 | -5/+8 |
| | | | | (bzr r6730) | ||||
| * | Move all of the snapper code to 2geom | Diederik van Lierop | 2008-08-11 | 1 | -22/+22 |
| | | | | (bzr r6606) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -2/+2 |
| | | | | (bzr r6569) | ||||
| * | Refactoring the object-snapper to use 2geom paths | Diederik van Lierop | 2008-08-03 | 1 | -67/+66 |
| | | | | (bzr r6552) | ||||
| * | Snap to page corners too (you won't notice the difference yet because it ↵ | Diederik van Lierop | 2008-07-24 | 1 | -4/+3 |
| | | | | | | will snap to the page's sides instead as these are always closer) (bzr r6414) | ||||
| * | Implement snapping of clipping paths and masks | Diederik van Lierop | 2008-07-21 | 1 | -54/+72 |
| | | | | (bzr r6386) | ||||
| * | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 2008-05-09 | 1 | -3/+3 |
| | | | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636) | ||||
| * | - Major refactoring of snapping related code... | Diederik van Lierop | 2008-04-30 | 1 | -67/+30 |
| | | | | | | - Enabling snap indicator for all remaining tools (bzr r5556) | ||||
| * | Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a ↵ | Diederik van Lierop | 2008-04-11 | 1 | -3/+3 |
| | | | | | | std::list in four different places. Now this is handled in only one place (bzr r5407) | ||||
| * | Major overhaul of the selector tool's internals to improve handling of ↵ | Diederik van Lierop | 2008-03-25 | 1 | -1/+2 |
| | | | | | | transformations, origins and snapping, for both visual and geometric bounding boxes (see for example bug #174046 in Launchpad) (bzr r5189) | ||||
| * | Fix two bugs in the object snapper | Diederik van Lierop | 2008-03-15 | 1 | -1/+2 |
| | | | | (bzr r5099) | ||||
| * | Snap to page border | Diederik van Lierop | 2008-03-12 | 1 | -2/+14 |
| | | | | (bzr r5059) | ||||
| * | Node tool: snap to paths and their nodes, incl. to the path currently being ↵ | Diederik van Lierop | 2008-03-08 | 1 | -5/+11 |
| | | | | | | edited (bzr r4989) | ||||
| * | Fix LP #181020: When snapping a guide, now only the part of the guide near ↵ | Diederik van Lierop | 2008-01-08 | 1 | -0/+1 |
| | | | | | | the pointer is considered (bzr r4435) | ||||
| * | Snapping a guide to nodes (while dragging it across the canvas) now also ↵ | Diederik van Lierop | 2007-12-27 | 1 | -5/+14 |
| | | | | | | works for angled guides (bzr r4321) | ||||
| * | 1) Fix bug #178312 | Diederik van Lierop | 2007-12-27 | 1 | -2/+17 |
| | | | | | | 2) Fix constrained snapping to objects (bzr r4314) | ||||
| * | Snap to intersections of line segments | Diederik van Lierop | 2007-11-14 | 1 | -6/+7 |
| | | | | (bzr r4082) | ||||
| * | Improve the user interaction for snapping of bounding boxes, and add an new ↵ | Diederik van Lierop | 2007-11-05 | 1 | -2/+2 |
| | | | | | | tab in document properties for detailed snapping options (bzr r4033) | ||||
| * | Oops, don't use tabs! (replace tabs by 4 spaces) | Diederik van Lierop | 2007-11-03 | 1 | -25/+25 |
| | | | | (bzr r4020) | ||||
| * | Groundwork to snap to intersections, e.g. intersections of gridlines with ↵ | Diederik van Lierop | 2007-11-03 | 1 | -5/+6 |
| | | | | | | guidelines, and of objects with other objects. The snappers used to return only SnappedPoints, but now also SnappedLines and SnappedInfiniteLines can be returned. SnappedPaths will be implemented later. (bzr r4016) | ||||
| * | avoid code duplication, i.e. use sp_item_snappoints in the object-snapper.cpp | Diederik van Lierop | 2007-09-15 | 1 | -4/+3 |
| | | | | (bzr r3752) | ||||
| * | Improving the performance of the object snapper | Diederik van Lierop | 2007-09-05 | 1 | -9/+22 |
| | | | | (bzr r3689) | ||||
| * | Implement snapping of guides while dragging them, and snap TO item centers ↵ | Diederik van Lierop | 2007-08-28 | 1 | -1/+18 |
| | | | | | | (we only had snapping FROM item centers so far) (bzr r3603) | ||||
| * | Rearrange snapping preferences, put distinction between paths and nodes back ↵ | Diederik van Lierop | 2007-08-03 | 1 | -23/+25 |
| | | | | | | in, and a bit of refactoring (bzr r3361) | ||||
| * | 1) Changes to snapping preferences dialog | Diederik van Lierop | 2007-07-28 | 1 | -20/+55 |
| | | | | | | | 2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes 3) Renaming of some constants to improve readability (bzr r3331) | ||||
| * | Improve readability and remove some unused code | Diederik van Lierop | 2007-04-19 | 1 | -1/+1 |
| | | | | (bzr r2930) | ||||
| * | Improve snapper performance (mainly in by editting WillSnapSomething()) | Diederik van Lierop | 2007-04-17 | 1 | -0/+2 |
| | | | | (bzr r2917) | ||||
| * | Various snapping cleanups and bug fixes. | Carl Hetherington | 2006-05-05 | 1 | -1/+1 |
| | | | | (bzr r734) | ||||
| * | Clean up knutux's fix for the snapper crash. | Carl Hetherington | 2006-05-04 | 1 | -2/+1 |
| | | | | (bzr r727) | ||||
| * | Temporary fix for broken snap functionality: as named view constructor is ↵ | Andrius Ramanauskas | 2006-05-04 | 1 | -1/+2 |
| | | | | | | never called, virtual tables of Snapper derived classes are never initialized. Fix - calling constructor/destructor on SPNamedView init/release. (bzr r725) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+68 |
| (bzr r1) | |||||
