| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -8/+6 |
| * | - refactor snapping code, removing code duplication | Diederik van Lierop | 2008-09-21 | 1 | -9/+9 |
| * | LIBNR REMOVAL. remove nartbpath code!!! | Johan B. C. Engelen | 2008-09-10 | 1 | -12/+0 |
| * | LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ... | Johan B. C. Engelen | 2008-09-07 | 1 | -1/+0 |
| * | If a snapper needs a reference to a SPNamedView or a SPDesktop, then get that... | Diederik van Lierop | 2008-09-07 | 1 | -27/+23 |
| * | Remove pointer to SPDesktop from ObjectSnapper | Diederik van Lierop | 2008-09-07 | 1 | -13/+14 |
| * | removed unnecessary pointer, changed to by reference. (the pointer was not al... | Johan B. C. Engelen | 2008-09-01 | 1 | -2/+2 |
| * | Eliminate SP_ACTIVE_DESKTOP in the object-snapper | Diederik van Lierop | 2008-08-30 | 1 | -26/+13 |
| * | Fix regression in snapping to paths (which caused self-snapping) | Diederik van Lierop | 2008-08-29 | 1 | -9/+8 |
| * | Use new methods from 2geom's API | Diederik van Lierop | 2008-08-15 | 1 | -14/+7 |
| * | Move all of the snapper code to 2geom | Diederik van Lierop | 2008-08-11 | 1 | -64/+65 |
| * | Snap to intersections of any kind of path (were we previously only could snap... | Diederik van Lierop | 2008-08-08 | 1 | -25/+8 |
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -13/+13 |
| * | Fix regression in object snapper which caused self-snapping | Diederik van Lierop | 2008-08-07 | 1 | -4/+15 |
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -4/+4 |
| * | Refactoring the object-snapper to use 2geom paths | Diederik van Lierop | 2008-08-03 | 1 | -162/+115 |
| * | 2geomify a lot of NR::Points to Geom::Point | Johan B. C. Engelen | 2008-08-01 | 1 | -2/+2 |
| * | Snap to page corners too (you won't notice the difference yet because it will... | Diederik van Lierop | 2008-07-24 | 1 | -24/+33 |
| * | Implement snapping of clipping paths and masks | Diederik van Lierop | 2008-07-21 | 1 | -39/+108 |
| * | remove all old nartbpath code from SPCurve!!! (in other words, lib2geomifica... | Johan B. C. Engelen | 2008-07-16 | 1 | -1/+1 |
| * | 2geomify SPCurve::new_from_rect | Johan B. C. Engelen | 2008-07-08 | 1 | -2/+4 |
| * | create pathvector_for_curve method. | Johan B. C. Engelen | 2008-07-04 | 1 | -1/+1 |
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -1/+1 |
| * | complete adding const to have only NArtBpath const * get_bpath() const; for a... | Johan B. C. Engelen | 2008-05-09 | 1 | -6/+2 |
| * | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 2008-05-09 | 1 | -8/+28 |
| * | A little bit of refactoring of constrained object snapping | Diederik van Lierop | 2008-05-08 | 1 | -9/+12 |
| * | struct SPCurve => class SPCurve | Johan B. C. Engelen | 2008-05-05 | 1 | -3/+3 |
| * | Next steps in implementing the snapping indicator | Diederik van Lierop | 2008-05-04 | 1 | -4/+4 |
| * | - Major refactoring of snapping related code... | Diederik van Lierop | 2008-04-30 | 1 | -59/+53 |
| * | replace text strings by ints for tools/bounding_box | bulia byak | 2008-04-17 | 1 | -4/+6 |
| * | move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.* | Johan B. C. Engelen | 2008-04-13 | 1 | -1/+1 |
| * | Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a st... | Diederik van Lierop | 2008-04-11 | 1 | -5/+5 |
| * | Fix two bugs in the object snapper | Diederik van Lierop | 2008-03-15 | 1 | -31/+33 |
| * | Fixed initialization order | Jon A. Cruz | 2008-03-12 | 1 | -2/+2 |
| * | Snap to page border | Diederik van Lierop | 2008-03-12 | 1 | -14/+38 |
| * | Node tool: snap to paths and their nodes, incl. to the path currently being e... | Diederik van Lierop | 2008-03-08 | 1 | -36/+127 |
| * | Don't crash when the original of an SPUse can't be found. This sort of fixes ... | Maximilian Albert | 2008-02-22 | 1 | -0/+2 |
| * | Move 'bounding box' option up one level (from Selector to Tools page in Prefe... | Maximilian Albert | 2008-01-16 | 1 | -2/+2 |
| * | Fix LP #181020: When snapping a guide, now only the part of the guide near th... | Diederik van Lierop | 2008-01-08 | 1 | -48/+68 |
| * | 1) fix snapping while scaling | Diederik van Lierop | 2008-01-03 | 1 | -15/+16 |
| * | Snapping a guide to nodes (while dragging it across the canvas) now also work... | Diederik van Lierop | 2007-12-27 | 1 | -29/+65 |
| * | 1) Fix bug #178312 | Diederik van Lierop | 2007-12-27 | 1 | -83/+191 |
| * | Toggle snapping for each grid individually | Diederik van Lierop | 2007-12-12 | 1 | -1/+1 |
| * | Snap to intersections of line segments | Diederik van Lierop | 2007-11-14 | 1 | -30/+39 |
| * | Improve the user interaction for snapping of bounding boxes, and add an new t... | Diederik van Lierop | 2007-11-05 | 1 | -1/+0 |
| * | Warning cleanup | Jon A. Cruz | 2007-11-04 | 1 | -84/+84 |
| * | Oops, don't use tabs! (replace tabs by 4 spaces) | Diederik van Lierop | 2007-11-03 | 1 | -199/+199 |
| * | Groundwork to snap to intersections, e.g. intersections of gridlines with gui... | Diederik van Lierop | 2007-11-03 | 1 | -22/+32 |
| * | avoid code duplication, i.e. use sp_item_snappoints in the object-snapper.cpp | Diederik van Lierop | 2007-09-15 | 1 | -43/+18 |
| * | Inkscape becomes unusable when trying to snap to the path of a traced bitmap ... | Diederik van Lierop | 2007-09-10 | 1 | -3/+27 |