| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -10/+10 |
| * | Merge from trunk | Ted Gould | 2008-10-31 | 1 | -7/+16 |
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -88/+25 |
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -8/+26 |
| * | - refactor snapping code, removing code duplication | Diederik van Lierop | 2008-09-21 | 1 | -62/+48 |
| * | If a snapper needs a reference to a SPNamedView or a SPDesktop, then get that... | Diederik van Lierop | 2008-09-07 | 1 | -2/+7 |
| * | Remove pointer to SPDesktop from ObjectSnapper | Diederik van Lierop | 2008-09-07 | 1 | -3/+1 |
| * | Eliminate SP_ACTIVE_DESKTOP in the object-snapper | Diederik van Lierop | 2008-08-30 | 1 | -1/+3 |
| * | Modify the parameters required for setting up the SnapManager | Diederik van Lierop | 2008-08-28 | 1 | -9/+13 |
| * | Move all of the snapper code to 2geom | Diederik van Lierop | 2008-08-11 | 1 | -68/+68 |
| * | Snap to intersections of any kind of path (were we previously only could snap... | Diederik van Lierop | 2008-08-08 | 1 | -9/+10 |
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -1/+1 |
| * | 1) When pasting, use an offset that is a multiple of the grid pitch (got lost... | Diederik van Lierop | 2008-08-06 | 1 | -0/+54 |
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -4/+4 |
| * | Fix snapping for constrained translation in the selector tool | Diederik van Lierop | 2008-05-20 | 1 | -1/+7 |
| * | Fix a regression in the snapper, caused by me. Sorry! | Diederik van Lierop | 2008-05-16 | 1 | -2/+2 |
| * | Add a centralized check (i.e. in the snapper mechanism) whether we've snapped... | Diederik van Lierop | 2008-05-12 | 1 | -4/+47 |
| * | Next steps in implementing the snapping indicator | Diederik van Lierop | 2008-05-04 | 1 | -5/+10 |
| * | Replace freeSnapSkew() by constrainedSnapSkew(). There is no such thing as fr... | Diederik van Lierop | 2008-05-01 | 1 | -10/+17 |
| * | - Major refactoring of snapping related code... | Diederik van Lierop | 2008-04-30 | 1 | -141/+100 |
| * | Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a st... | Diederik van Lierop | 2008-04-11 | 1 | -15/+21 |
| * | Refactor snapper and snapindicator (in order to enable the snapindicator in t... | Diederik van Lierop | 2008-04-07 | 1 | -83/+72 |
| * | Major overhaul of the selector tool's internals to improve handling of transf... | Diederik van Lierop | 2008-03-25 | 1 | -2/+3 |
| * | Node tool: snap to paths and their nodes, incl. to the path currently being e... | Diederik van Lierop | 2008-03-08 | 1 | -4/+38 |
| * | Fix #181795 | Diederik van Lierop | 2008-01-12 | 1 | -28/+17 |
| * | (bzr r4464) | Diederik van Lierop | 2008-01-11 | 1 | -7/+6 |
| * | Fix LP #181020: When snapping a guide, now only the part of the guide near th... | Diederik van Lierop | 2008-01-08 | 1 | -1/+1 |
| * | 1) fix snapping while scaling | Diederik van Lierop | 2008-01-03 | 1 | -70/+107 |
| * | Fix snapping when constrained scaling: now snaps all corners of the selection | Diederik van Lierop | 2007-12-28 | 1 | -12/+34 |
| * | Snapping a guide to nodes (while dragging it across the canvas) now also work... | Diederik van Lierop | 2007-12-27 | 1 | -18/+5 |
| * | 1) Fix bug #178312 | Diederik van Lierop | 2007-12-27 | 1 | -6/+33 |
| * | 1) solve bug #177995 | Diederik van Lierop | 2007-12-22 | 1 | -21/+35 |
| * | Add global snapping toggle | Diederik van Lierop | 2007-12-12 | 1 | -4/+10 |
| * | 1) Improving snapping logic 2) When skewing, don't snap to selection itself | Diederik van Lierop | 2007-11-18 | 1 | -25/+22 |
| * | Improving snapping logic; more to follow | Diederik van Lierop | 2007-11-18 | 1 | -5/+21 |
| * | A pasted selection is supposed to snap to the grid, but this cannot work the ... | Diederik van Lierop | 2007-11-14 | 1 | -54/+0 |
| * | Snap to intersections of line segments | Diederik van Lierop | 2007-11-14 | 1 | -6/+26 |
| * | Renaming classes: SnappedLine -> SnappedLineSegment, and SnappedInfiniteLine ... | Diederik van Lierop | 2007-11-09 | 1 | -7/+7 |
| * | Improve the user interaction for snapping of bounding boxes, and add an new t... | Diederik van Lierop | 2007-11-05 | 1 | -5/+10 |
| * | Oops, don't use tabs! (replace tabs by 4 spaces) | Diederik van Lierop | 2007-11-03 | 1 | -112/+112 |
| * | Groundwork to snap to intersections, e.g. intersections of gridlines with gui... | Diederik van Lierop | 2007-11-03 | 1 | -53/+111 |
| * | update copyright header to reflect Nathan's work in e.g. r1204 | MenTaLguY | 2007-10-11 | 1 | -1/+3 |
| * | Also snap new guides, which are being dragged off the ruler. | Diederik van Lierop | 2007-09-07 | 1 | -3/+3 |
| * | Improving the performance of the object snapper | Diederik van Lierop | 2007-09-05 | 1 | -21/+55 |
| * | Implement snapping of guides while dragging them, and snap TO item centers (w... | Diederik van Lierop | 2007-08-28 | 1 | -0/+27 |
| * | Reverting a change I made a while ago | Diederik van Lierop | 2007-08-09 | 1 | -1/+1 |
| * | 1) Make snapping of object's center optional 2) Optimize snapping preferences... | Diederik van Lierop | 2007-08-06 | 1 | -1/+1 |
| * | Make snapping to the item's transformation center optional, but not yet avail... | Diederik van Lierop | 2007-08-04 | 1 | -1/+2 |
| * | Rearrange snapping preferences, put distinction between paths and nodes back ... | Diederik van Lierop | 2007-08-03 | 1 | -11/+32 |
| * | 1) Changes to snapping preferences dialog | Diederik van Lierop | 2007-07-28 | 1 | -0/+29 |