summaryrefslogtreecommitdiffstats
path: root/src/connector-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Finally introducing the pre-snap indicatorDiederik van Lierop2010-01-301-0/+3
| | | (bzr r9034)
* Remove redundancy from snapping API (type of snapsource no longer has to be ↵Diederik van Lierop2010-01-231-12/+10
| | | | | specified explicitly) (bzr r9014)
* Small snap bug has been eliminated, flowed text snapping now uses baseline, ↵Diederik van Lierop2009-12-301-23/+1
| | | | | replacing tabs by spaces, removing some commented lines (bzr r8925)
* Warning cleanupJon A. Cruz2009-12-271-2/+2
| | | (bzr r8918)
* Warning cleanupJon A. Cruz2009-12-201-57/+57
| | | (bzr r8895)
* Merge GSoC2009 Connectors into trunkArcadie M. Cracan2009-12-021-300/+892
| | | (bzr r8855)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-5/+5
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-5/+5
| | | (bzr r8404)
* Make the snap delay mechanism easier to implement for the devs, and get rid ↵Diederik van Lierop2009-07-181-12/+9
| | | | | of the related warning messages (bzr r8302)
* - Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2009-03-291-17/+40
| | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589)
* remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder2009-03-131-2/+1
| | | (bzr r7478)
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-201-1/+1
| | | | | displayed "B". (bzr r7335)
* - The snap-delay mechanism should now be more robust. From now on, it must ↵Diederik van Lierop2009-01-251-18/+22
| | | | | | | be turned on and off explicitely within each context. This prevents delayed snapping events from being fired after the context or context's state has changed. - Creating single dots now snaps (bzr r7172)
* Make all tools consider full parent transform (up to document, not just up ↵Thomas Holder2008-12-081-2/+2
| | | | | | | to root) See http://wiki.inkscape.org/wiki/index.php/ViewBoxToDo (bzr r6974)
* Merge from fe-movedTed Gould2008-11-211-2/+2
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-34/+36
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-2/+2
| | | (bzr r6884)
* make spcurve::first_point and last_point boost::optionalJohan B. C. Engelen2008-08-131-4/+4
| | | (bzr r6617)
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-6/+6
| | | (bzr r6606)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-7/+7
| | | (bzr r6593)
* fix ambiguities by implicit NR::Matrix/Geom::Matrix cast.Johan B. C. Engelen2008-08-061-5/+5
| | | (bzr r6582)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
| | | (bzr r6569)
* change knot.h to Geom::Point only instead of NR::Point.Johan B. C. Engelen2008-08-011-5/+5
| | | (bzr r6511)
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-171-12/+12
| | | (bzr r6339)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-4/+4
| | | (bzr r5915)
* spcc_flush_white(SPConnectorContext *cc, SPCurve *gc) now uses ↵Johan B. C. Engelen2008-06-061-1/+1
| | | | | curve->get_pathvector instead of get_bpath. (bzr r5838)
* Fix a regression in the snapper, caused by me. Sorry!Diederik van Lierop2008-05-161-1/+1
| | | (bzr r5680)
* Add a centralized check (i.e. in the snapper mechanism) whether we've ↵Diederik van Lierop2008-05-121-1/+1
| | | | | snapped or not, instead of leaving it up to the various tools. This should prevent these tools from moving to (0,0) if they bluntly use the value returned by the snapping mechanism without checking whether snapping has really occured. (bzr r5659)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-3/+3
| | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-35/+33
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* - Major refactoring of snapping related code...Diederik van Lierop2008-04-301-3/+3
| | | | | - Enabling snap indicator for all remaining tools (bzr r5556)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)
* warning cleanupJon A. Cruz2007-11-021-6/+6
| | | (bzr r4012)
* Only in the selector tool we should snap in bbox mode (PointType = ↵Diederik van Lierop2007-08-071-1/+1
| | | | | SNAPPOINT_BBOX) (bzr r3415)
* due to the order of processing events, we must disable lmb handling in ↵bulia byak2007-07-291-7/+10
| | | | | children contexts so that parent event context can handle it for space panning (bzr r3341)
* 1) Changes to snapping preferences dialogDiederik van Lierop2007-07-281-1/+1
| | | | | | 2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes 3) Renaming of some constants to improve readability (bzr r3331)
* Merge further bbox workMenTaLguY2007-03-101-6/+8
| | | (bzr r2596)
* Typofix ("canceled").Colin Marquardt2007-02-251-1/+1
| | | (bzr r2441)
* * src/connector-context.cpp: End an endpoint dragging operation, if the mjwybrow2007-02-011-35/+56
| | | | | user right-clicks. This fixes bug #1633685. (bzr r2309)
* * src/connector-context.cpp: Allow canceling of Connector Endpointmjwybrow2007-02-011-1/+20
| | | | | | dragging when the user hits Escape. This is now more consistent with the rest of Inkscape's tools. (bzr r2308)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-1/+2
| | | | | create methods to match DOM (bzr r2253)
* remove color cursorsJosh Andler2006-10-191-6/+0
| | | (bzr r1811)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-4/+4
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-4/+4
| | | | | one major janitorial task we identified.... (bzr r1633)
* * src/sp-conn-end-pair.cpp, src/connector-context.cpp,mjwybrow2006-07-141-2/+2
| | | | | | src/document.cpp, src/libavoid/*: Update libavoid with upstream fixes, optimisations and new features. (bzr r1411)
* - Connectors with end-markers now constrained to point downwards in graph layoutTim Dwyer2006-07-141-1/+1
| | | | | - vpsc namespace added to libvpsc (bzr r1408)
* * src/connector-context.cpp, src/widgets/toolbox.cpp:mjwybrow2006-06-301-5/+6
| | | | | Add undo event descriptions for the connector context. (bzr r1323)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-3/+6
| | | (bzr r1315)
* initial color cursor implementation (reads from pixbufs, will work on ↵Josh Andler2006-06-191-0/+6
| | | | | reading from svg instead) (bzr r1227)
* * src/ui/dialog/inkscape-preferences.cpp,mjwybrow2006-05-121-1/+11
| | | | | | | | | src/ui/dialog/inkscape-preferences.h, src/connector-context.cpp: Add a preferences setting to the connector tool for setting whether or not connectors attach to text objects. This addresses feature request #1434292. (bzr r810)