summaryrefslogtreecommitdiffstats
path: root/src/snap.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * refactoring the snapping code (laying the groundwork for my next commit which...Diederik van Lierop2009-12-241-39/+41
* | * Implement node snapping.Krzysztof Kosi??ski2010-01-101-53/+28
|/
* - fix bug #414142 (Moving path nodes twice is hard when snap is enabled)Diederik van Lierop2009-08-231-1/+1
* When dragging a knot along a constraint line, then allow snapping the positio...Diederik van Lierop2009-08-231-0/+3
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-1/+1
* SPDocument->Documentjohnce2009-08-051-1/+1
* Snap guides to grids (fixes bug #170741)Diederik van Lierop2009-08-021-17/+24
* Snap guides to intersections of curves too (see bug #405419)Diederik van Lierop2009-07-291-5/+11
* Make the snap delay mechanism easier to implement for the devs, and get rid o...Diederik van Lierop2009-07-181-24/+2
* Remove an unused parameter from the snapping APIDiederik van Lierop2009-06-201-9/+3
* Documenting of the snapping APIDiederik van Lierop2009-06-181-108/+279
* When dragging the origin of a guide along that guide, we should use constrain...Diederik van Lierop2009-06-021-2/+38
* Fix two "snap window not opened" warningsDiederik van Lierop2009-04-121-3/+3
* Fix crash: desktop does not always have an event_context attached to it!Diederik van Lierop2009-04-071-3/+3
* - Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2009-03-291-14/+17
* Warning cleanupJon A. Cruz2009-03-161-1/+1
* Whitespace cleanupJon A. Cruz2009-03-161-48/+48
* Implement constrained snapping when dragging the position and size handles of...Diederik van Lierop2009-03-151-4/+8
* Remove obsolete includes of libnr files in the snapping codeDiederik van Lierop2009-03-141-4/+0
* * Implement constrained snapping of knotsDiederik van Lierop2009-03-131-2/+0
* Snap guides to (intersections of) guides (closes bug #331143)Diederik van Lierop2009-02-251-5/+29
* The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop2009-02-201-60/+70
* Add buttons for snapping to grids and/or guidesDiederik van Lierop2009-01-281-1/+1
* Remove some SP_ACTIVE_DESKTOP() callsDiederik van Lierop2009-01-251-6/+4
* Display the snap source indicator only when snapping is enabledDiederik van Lierop2009-01-251-1/+1
* - The snap-delay mechanism should now be more robust. From now on, it must be...Diederik van Lierop2009-01-251-3/+18
* - Snap to the midpoint of shapes and bboxesDiederik van Lierop2009-01-181-0/+19
* Remove some obsolete from_2geom() callsDiederik van Lierop2008-12-301-1/+1
* - Fix bug #304405 (snapping to an intersection of lines at infinity is wrong)Diederik van Lierop2008-12-101-176/+176
* When snapping only the closest node, draw an indicator at that nodeDiederik van Lierop2008-11-261-37/+90
* Add an option to the preferences to _only_ snap the node closest to the mouse...Diederik van Lierop2008-11-241-3/+2
* 1) Improve the way the distance to the pointer is taken into account when fin...Diederik van Lierop2008-11-231-16/+19
* Merge from fe-movedTed Gould2008-11-211-10/+10
* Merge from trunkTed Gould2008-10-311-7/+16
* From trunkTed Gould2008-10-271-88/+25
* Merging from trunkTed Gould2008-10-111-8/+26
* - refactor snapping code, removing code duplicationDiederik van Lierop2008-09-211-62/+48
* If a snapper needs a reference to a SPNamedView or a SPDesktop, then get that...Diederik van Lierop2008-09-071-2/+7
* Remove pointer to SPDesktop from ObjectSnapperDiederik van Lierop2008-09-071-3/+1
* Eliminate SP_ACTIVE_DESKTOP in the object-snapperDiederik van Lierop2008-08-301-1/+3
* Modify the parameters required for setting up the SnapManagerDiederik van Lierop2008-08-281-9/+13
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-68/+68
* Snap to intersections of any kind of path (were we previously only could snap...Diederik van Lierop2008-08-081-9/+10
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
* 1) When pasting, use an offset that is a multiple of the grid pitch (got lost...Diederik van Lierop2008-08-061-0/+54
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-4/+4
* Fix snapping for constrained translation in the selector toolDiederik van Lierop2008-05-201-1/+7
* Fix a regression in the snapper, caused by me. Sorry!Diederik van Lierop2008-05-161-2/+2
* Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...Diederik van Lierop2008-05-121-4/+47
* Next steps in implementing the snapping indicatorDiederik van Lierop2008-05-041-5/+10