| Commit message (Expand) | Author | Age | Files | Lines |
| * | Connector tool: pointers should be nulled after snapping | Diederik van Lierop | 2010-08-16 | 1 | -12/+22 |
| * | Fixes bug #478597 where the connector context crash due to asserting that | Michael Wybrow | 2010-08-13 | 1 | -2/+4 |
| * | Fix bug #612756 where connectors with zero length (due to being clipped | Michael Wybrow | 2010-08-13 | 1 | -5/+22 |
| * | Clear pointers in the snapmanager if they're no longer needed. | Diederik van Lierop | 2010-08-11 | 1 | -1/+5 |
| * | Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse. | Jon A. Cruz | 2010-03-19 | 1 | -0/+3 |
| * | Cleanup on id access. | Jon A. Cruz | 2010-03-02 | 1 | -1/+1 |
| * | Disabled unfinished connection point edit mode. Added inkscape:connection-sta... | Arcadie M. Cracan | 2010-02-21 | 1 | -26/+50 |
| * | Tiny bit of refactoring (inverting some logic) | Diederik van Lierop | 2010-02-06 | 1 | -1/+1 |
| * | Finally introducing the pre-snap indicator | Diederik van Lierop | 2010-01-30 | 1 | -0/+3 |
| * | Remove redundancy from snapping API (type of snapsource no longer has to be s... | Diederik van Lierop | 2010-01-23 | 1 | -12/+10 |
| * | Small snap bug has been eliminated, flowed text snapping now uses baseline, r... | Diederik van Lierop | 2009-12-30 | 1 | -23/+1 |
| * | Warning cleanup | Jon A. Cruz | 2009-12-27 | 1 | -2/+2 |
| * | Warning cleanup | Jon A. Cruz | 2009-12-20 | 1 | -57/+57 |
| * | Merge GSoC2009 Connectors into trunk | Arcadie M. Cracan | 2009-12-02 | 1 | -300/+892 |
| * | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 2009-08-06 | 1 | -5/+5 |
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -5/+5 |
| * | Make the snap delay mechanism easier to implement for the devs, and get rid o... | Diederik van Lierop | 2009-07-18 | 1 | -12/+9 |
| * | - Move snap delay mechanism to the event context (used to be in SPCanvas) | Diederik van Lierop | 2009-03-29 | 1 | -17/+40 |
| * | remove desktop-affine.h and refactor sp_desktop_dt2doc_* calls | Thomas Holder | 2009-03-13 | 1 | -2/+1 |
| * | The snap indicator's tooltip now displays "A to B", whereas before it only di... | Diederik van Lierop | 2009-02-20 | 1 | -1/+1 |
| * | - The snap-delay mechanism should now be more robust. From now on, it must be... | Diederik van Lierop | 2009-01-25 | 1 | -18/+22 |
| * | Make all tools consider full parent transform (up to document, not just up to... | Thomas Holder | 2008-12-08 | 1 | -2/+2 |
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -2/+2 |
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -34/+36 |
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -2/+2 |
| * | make spcurve::first_point and last_point boost::optional | Johan B. C. Engelen | 2008-08-13 | 1 | -4/+4 |
| * | Move all of the snapper code to 2geom | Diederik van Lierop | 2008-08-11 | 1 | -6/+6 |
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -7/+7 |
| * | fix ambiguities by implicit NR::Matrix/Geom::Matrix cast. | Johan B. C. Engelen | 2008-08-06 | 1 | -5/+5 |
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -1/+1 |
| * | change knot.h to Geom::Point only instead of NR::Point. | Johan B. C. Engelen | 2008-08-01 | 1 | -5/+5 |
| * | convert all SPCurve's points and matrices arguments and return types to 2Geom | Johan B. C. Engelen | 2008-07-17 | 1 | -12/+12 |
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -4/+4 |
| * | spcc_flush_white(SPConnectorContext *cc, SPCurve *gc) now uses curve->get_pat... | Johan B. C. Engelen | 2008-06-06 | 1 | -1/+1 |
| * | Fix a regression in the snapper, caused by me. Sorry! | Diederik van Lierop | 2008-05-16 | 1 | -1/+1 |
| * | Add a centralized check (i.e. in the snapper mechanism) whether we've snapped... | Diederik van Lierop | 2008-05-12 | 1 | -1/+1 |
| * | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 2008-05-09 | 1 | -3/+3 |
| * | struct SPCurve => class SPCurve | Johan B. C. Engelen | 2008-05-05 | 1 | -35/+33 |
| * | - Major refactoring of snapping related code... | Diederik van Lierop | 2008-04-30 | 1 | -3/+3 |
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+2 |
| * | warning cleanup | Jon A. Cruz | 2007-11-02 | 1 | -6/+6 |
| * | Only in the selector tool we should snap in bbox mode (PointType = SNAPPOINT_... | Diederik van Lierop | 2007-08-07 | 1 | -1/+1 |
| * | due to the order of processing events, we must disable lmb handling in childr... | bulia byak | 2007-07-29 | 1 | -7/+10 |
| * | 1) Changes to snapping preferences dialog | Diederik van Lierop | 2007-07-28 | 1 | -1/+1 |
| * | Merge further bbox work | MenTaLguY | 2007-03-10 | 1 | -6/+8 |
| * | Typofix ("canceled"). | Colin Marquardt | 2007-02-25 | 1 | -1/+1 |
| * | * src/connector-context.cpp: End an endpoint dragging operation, if the | mjwybrow | 2007-02-01 | 1 | -35/+56 |
| * | * src/connector-context.cpp: Allow canceling of Connector Endpoint | mjwybrow | 2007-02-01 | 1 | -1/+20 |
| * | start switching sp_repr_new* over to XML::Document::create*, and rename creat... | MenTaLguY | 2007-01-21 | 1 | -1/+2 |
| * | remove color cursors | Josh Andler | 2006-10-19 | 1 | -6/+0 |