| Commit message (Expand) | Author | Files | Lines |
| 2010-01-23 | Remove redundancy from snapping API (type of snapsource no longer has to be s... | Diederik van Lierop | 1 | -12/+10 |
| 2009-12-30 | Small snap bug has been eliminated, flowed text snapping now uses baseline, r... | Diederik van Lierop | 1 | -23/+1 |
| 2009-12-27 | Connector tool: make connectors avoid the convex hull of shapes. | Arcadie M. Cracan | 1 | -57/+57 |
| 2009-12-27 | Warning cleanup | Jon A. Cruz | 1 | -2/+2 |
| 2009-12-20 | Warning cleanup | Jon A. Cruz | 1 | -57/+57 |
| 2009-12-02 | Merge GSoC2009 Connectors into trunk | Arcadie M. Cracan | 1 | -300/+892 |
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 1 | -5/+5 |
| 2009-08-05 | SPDocument->Document | johnce | 1 | -5/+5 |
| 2009-07-18 | Make the snap delay mechanism easier to implement for the devs, and get rid o... | Diederik van Lierop | 1 | -12/+9 |
| 2009-03-29 | - Move snap delay mechanism to the event context (used to be in SPCanvas) | Diederik van Lierop | 1 | -17/+40 |
| 2009-03-13 | remove desktop-affine.h and refactor sp_desktop_dt2doc_* calls | Thomas Holder | 1 | -2/+1 |
| 2009-02-20 | The snap indicator's tooltip now displays "A to B", whereas before it only di... | Diederik van Lierop | 1 | -1/+1 |
| 2009-01-25 | - The snap-delay mechanism should now be more robust. From now on, it must be... | Diederik van Lierop | 1 | -18/+22 |
| 2008-12-08 | Make all tools consider full parent transform (up to document, not just up to... | Thomas Holder | 1 | -2/+2 |
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -2/+2 |
| 2008-10-27 | From trunk | Ted Gould | 1 | -34/+36 |
| 2008-10-11 | Merging from trunk | Ted Gould | 1 | -2/+2 |
| 2008-08-13 | make spcurve::first_point and last_point boost::optional | Johan B. C. Engelen | 1 | -4/+4 |
| 2008-08-11 | Move all of the snapper code to 2geom | Diederik van Lierop | 1 | -6/+6 |
| 2008-08-08 | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 1 | -7/+7 |
| 2008-08-06 | fix ambiguities by implicit NR::Matrix/Geom::Matrix cast. | Johan B. C. Engelen | 1 | -5/+5 |
| 2008-08-05 | NR::Maybe => boost::optional | Johan B. C. Engelen | 1 | -1/+1 |
| 2008-08-01 | change knot.h to Geom::Point only instead of NR::Point. | Johan B. C. Engelen | 1 | -5/+5 |
| 2008-07-17 | convert all SPCurve's points and matrices arguments and return types to 2Geom | Johan B. C. Engelen | 1 | -12/+12 |
| 2008-06-12 | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 1 | -4/+4 |
| 2008-06-06 | spcc_flush_white(SPConnectorContext *cc, SPCurve *gc) now uses curve->get_pat... | Johan B. C. Engelen | 1 | -1/+1 |
| 2008-05-16 | Fix a regression in the snapper, caused by me. Sorry! | Diederik van Lierop | 1 | -1/+1 |
| 2008-05-12 | Add a centralized check (i.e. in the snapper mechanism) whether we've snapped... | Diederik van Lierop | 1 | -1/+1 |
| 2008-05-09 | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 1 | -3/+3 |
| 2008-05-05 | struct SPCurve => class SPCurve | Johan B. C. Engelen | 1 | -35/+33 |
| 2008-04-30 | - Major refactoring of snapping related code... | Diederik van Lierop | 1 | -3/+3 |
| 2008-01-31 | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 1 | -0/+2 |
| 2007-11-02 | warning cleanup | Jon A. Cruz | 1 | -6/+6 |
| 2007-08-07 | Only in the selector tool we should snap in bbox mode (PointType = SNAPPOINT_... | Diederik van Lierop | 1 | -1/+1 |
| 2007-07-29 | due to the order of processing events, we must disable lmb handling in childr... | bulia byak | 1 | -7/+10 |
| 2007-07-28 | 1) Changes to snapping preferences dialog | Diederik van Lierop | 1 | -1/+1 |
| 2007-03-10 | Merge further bbox work | MenTaLguY | 1 | -6/+8 |
| 2007-02-25 | Typofix ("canceled"). | Colin Marquardt | 1 | -1/+1 |
| 2007-02-01 | * src/connector-context.cpp: End an endpoint dragging operation, if the | mjwybrow | 1 | -35/+56 |
| 2007-02-01 | * src/connector-context.cpp: Allow canceling of Connector Endpoint | mjwybrow | 1 | -1/+20 |
| 2007-01-21 | start switching sp_repr_new* over to XML::Document::create*, and rename creat... | MenTaLguY | 1 | -1/+2 |
| 2006-10-19 | remove color cursors | Josh Andler | 1 | -6/+0 |
| 2006-08-25 | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 1 | -4/+4 |
| 2006-08-23 | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 1 | -4/+4 |
| 2006-07-14 | * src/sp-conn-end-pair.cpp, src/connector-context.cpp, | mjwybrow | 1 | -2/+2 |
| 2006-07-14 | - Connectors with end-markers now constrained to point downwards in graph layout | Tim Dwyer | 1 | -1/+1 |
| 2006-06-30 | * src/connector-context.cpp, src/widgets/toolbox.cpp: | mjwybrow | 1 | -5/+6 |
| 2006-06-29 | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 1 | -3/+6 |
| 2006-06-19 | initial color cursor implementation (reads from pixbufs, will work on reading... | Josh Andler | 1 | -0/+6 |
| 2006-05-12 | * src/ui/dialog/inkscape-preferences.cpp, | mjwybrow | 1 | -1/+11 |