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