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