| Commit message (Expand) | Author | Files | Lines |
| 2012-05-03 | Eliminated duplication of GTK key defines. | Jon A. Cruz | 1 | -67/+1 |
| 2012-05-03 | Adding base configurable sizing of controls/handles. | Jon A. Cruz | 1 | -116/+83 |
| 2012-04-15 | Get rid of remaining deprecated GDK Key symbols | Alex Valavanis | 1 | -4/+74 |
| 2012-02-25 | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 1 | -1/+1 |
| 2012-02-12 | Header cleaning | Alex Valavanis | 1 | -2/+3 |
| 2012-01-18 | unsorted powerstroke points is quite advanced. mostly annoying. | Johan B. C. Engelen | 1 | -1/+1 |
| 2012-01-17 | clean up after myself... | Johan B. C. Engelen | 1 | -3/+0 |
| 2012-01-17 | improve the powerstroke settings in drawing tool. triangle in and out now use... | Johan B. C. Engelen | 1 | -7/+8 |
| 2012-01-17 | turn SPPath into a class, and add some methods... | Johan B. C. Engelen | 1 | -1/+1 |
| 2012-01-17 | change pencil tool dropdown shapes to use powerstroke, instead of pattern alo... | Johan B. C. Engelen | 1 | -18/+31 |
| 2012-01-14 | Enable tangential and perpendicular snapping to paths (in the node-tool, pen-... | Diederik van Lierop | 1 | -2/+9 |
| 2011-10-08 | 1) make snapping to clip/mask paths optional (see document properties dialog ... | Diederik van Lierop | 1 | -2/+2 |
| 2011-07-17 | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des... | Johan B. C. Engelen | 1 | -2/+2 |
| 2011-02-22 | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 1 | -3/+3 |
| 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 |