| Commit message (Expand) | Author | Files | Lines |
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -1/+1 |
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 1 | -1/+1 |
| 2010-11-07 | Leave constrained angular snapping to the snap manager, instead of handling i... | Diederik van Lierop | 1 | -34/+16 |
| 2010-10-29 | - Constrained snap: proper implementation of the preference to snap the mouse... | Diederik van Lierop | 1 | -35/+34 |
| 2010-08-11 | Clear pointers in the snapmanager if they're no longer needed. | Diederik van Lierop | 1 | -0/+2 |
| 2010-08-10 | Implement constrained snapping to nodes | Diederik van Lierop | 1 | -1/+1 |
| 2010-08-05 | Wholesale cruft removal part 4; fix crash when rendering guides | Krzysztof Kosi??ski | 1 | -1/+1 |
| 2010-07-12 | - Snap while rotating an object using the selector tool | Diederik van Lierop | 1 | -1/+1 |
| 2010-07-02 | New Class SPDocumentUndo created which takes care of c++fying some non SPDocu... | Abhishek Sharma Public | 1 | -2/+2 |
| 2010-07-01 | C++fied SPDocument added | Abhishek Sharma Public | 1 | -1/+1 |
| 2010-06-29 | This is the first c++ification commit from me. It handles sp-line, sp-polylin... | Abhishek Sharma Public | 1 | -5/+6 |
| 2010-06-22 | fix wrong transform for dot drawing with pen or pencil tool | Johan B. C. Engelen | 1 | -2/+1 |
| 2010-01-23 | Remove redundancy from snapping API (type of snapsource no longer has to be s... | Diederik van Lierop | 1 | -9/+7 |
| 2010-01-09 | Refactoring the snapping API (making it easier to maintain and understand for... | Diederik van Lierop | 1 | -3/+1 |
| 2009-11-23 | fix bug 427267, single dots inside transformed groups misplaced | Thomas Holder | 1 | -1/+2 |
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 1 | -2/+2 |
| 2009-08-05 | SPDocument->Document | johnce | 1 | -2/+2 |
| 2009-03-29 | restore the pattern from clipboard ability | bulia byak | 1 | -1/+1 |
| 2009-03-26 | for the stretched pattern-on-path, length makes no difference, but it saves a... | bulia byak | 1 | -1/+1 |
| 2009-03-15 | Implement constrained snapping when dragging the position and size handles of... | Diederik van Lierop | 1 | -1/+1 |
| 2009-03-13 | remove desktop-affine.h and refactor sp_desktop_dt2doc_* calls | Thomas Holder | 1 | -2/+1 |
| 2009-03-07 | - When finalizing a curve by double clicking then don't snap to the curve itself | Diederik van Lierop | 1 | -3/+9 |
| 2009-02-20 | The snap indicator's tooltip now displays "A to B", whereas before it only di... | Diederik van Lierop | 1 | -2/+2 |
| 2009-02-19 | Remove superfluous FreehandShape LPE | Maximilian Albert | 1 | -2/+2 |
| 2009-01-25 | - The snap-delay mechanism should now be more robust. From now on, it must be... | Diederik van Lierop | 1 | -2/+2 |
| 2009-01-14 | avoiding freehand drawings with LPEs with no fill at all. Using black by defa... | Felipe Corr??a da Silva Sanches | 1 | -1/+6 |
| 2008-12-08 | Make all tools consider full parent transform (up to document, not just up to... | Thomas Holder | 1 | -2/+2 |
| 2008-10-31 | Merge from trunk | Ted Gould | 1 | -1/+1 |
| 2008-10-27 | From trunk | Ted Gould | 1 | -18/+23 |
| 2008-09-18 | Some NR::Point ==> Geom::Point replacements | Maximilian Albert | 1 | -11/+11 |
| 2008-09-01 | Move single-dot-creation function to a better location (and rename it accordi... | Maximilian Albert | 1 | -0/+59 |
| 2008-08-28 | Modify the parameters required for setting up the SnapManager | Diederik van Lierop | 1 | -2/+2 |
| 2008-08-19 | Apply instant-LPEs _before_ adding new items to selection (so that they can b... | Maximilian Albert | 1 | -4/+4 |
| 2008-08-18 | Switch back to all_inactive mode after applying a geometric LPE | Maximilian Albert | 1 | -0/+6 |
| 2008-08-18 | Don't draw anchors in LPEToolContext | Maximilian Albert | 1 | -2/+4 |
| 2008-08-18 | Remove done_pathparam_set and friends because it currently isn't used any mor... | Maximilian Albert | 1 | -2/+0 |
| 2008-08-14 | fixme is solved | Maximilian Albert | 1 | -1/+0 |
| 2008-08-13 | make spcurve::first_point and last_point boost::optional | Johan B. C. Engelen | 1 | -2/+2 |
| 2008-08-13 | Initialize the pointer variables in draw-context with NULL, just to be on the... | Maximilian Albert | 1 | -0/+18 |
| 2008-08-11 | Move all of the snapper code to 2geom | Diederik van Lierop | 1 | -2/+6 |
| 2008-08-08 | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 1 | -3/+3 |
| 2008-08-06 | New mode in pen tool to draw paraxial lines | Maximilian Albert | 1 | -2/+2 |
| 2008-08-04 | While drawing and constraining to specific angles (using CTRL): don't try a f... | Diederik van Lierop | 1 | -15/+9 |
| 2008-08-03 | remove many needless references to n-art-bpath.h | Johan B. C. Engelen | 1 | -1/+0 |
| 2008-07-31 | New 'zigzag' (polylines) mode in pen tool | Maximilian Albert | 1 | -2/+2 |
| 2008-07-30 | noop: better names | Maximilian Albert | 1 | -1/+1 |
| 2008-07-22 | rename, rearrange stroke shapes; add elliptic | bulia byak | 1 | -16/+33 |
| 2008-07-22 | Separate shape settings for pen and pencil tool | Maximilian Albert | 1 | -1/+1 |
| 2008-07-22 | Separate spiro modes for pen and pencil tool | Maximilian Albert | 1 | -9/+9 |
| 2008-07-17 | convert all SPCurve's points and matrices arguments and return types to 2Geom | Johan B. C. Engelen | 1 | -7/+7 |