summaryrefslogtreecommitdiffstats
path: root/src/snap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash introduced by my previous commitDiederik van Lierop2010-08-111-1/+0
* Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop2010-08-111-0/+6
* Add a constrained snap method that takes multiple constraints. This reduces t...Diederik van Lierop2010-08-071-0/+4
* Avoid self-snapping when dragging a rotation center, and draw the rotation ce...Diederik van Lierop2010-07-241-0/+9
* - Snap while rotating an object using the selector toolDiederik van Lierop2010-07-121-12/+15
* Don't snap to points which are off-screenDiederik van Lierop2010-03-081-1/+1
* 1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in t...Diederik van Lierop2010-02-251-1/+1
* Finally introducing the pre-snap indicatorDiederik van Lierop2010-01-301-0/+2
* Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop2010-01-231-23/+12
* * Merge from trunkKrzysztof Kosi??ski2010-01-141-44/+37
|\
| * Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop2010-01-091-25/+18
| * Refactor snapping of gradient handles; now behaves like all other snapping, i...Diederik van Lierop2010-01-011-2/+2
| * refactoring the snapping code (laying the groundwork for my next commit which...Diederik van Lierop2009-12-241-26/+26
* | * Implement node snapping.Krzysztof Kosi??ski2010-01-101-20/+37
|/
* 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-1/+9
* Snap guides to intersections of curves too (see bug #405419)Diederik van Lierop2009-07-291-1/+1
* Remove an unused parameter from the snapping APIDiederik van Lierop2009-06-201-3/+1
* Documenting of the snapping APIDiederik van Lierop2009-06-181-7/+16
* When dragging the origin of a guide along that guide, we should use constrain...Diederik van Lierop2009-06-021-1/+3
* Implement constrained snapping when dragging the position and size handles of...Diederik van Lierop2009-03-151-0/+2
* Remove obsolete includes of libnr files in the snapping codeDiederik van Lierop2009-03-141-5/+0
* Snap guides to (intersections of) guides (closes bug #331143)Diederik van Lierop2009-02-251-2/+13
* The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop2009-02-201-26/+31
* After snapping, show a tooltip together with the snap indicatorDiederik van Lierop2009-02-151-0/+2
* - Snap to the midpoint of shapes and bboxesDiederik van Lierop2009-01-181-0/+1
* 1) snap midpoints of line segments (both as source and as target)Diederik van Lierop2008-12-141-26/+26
* When snapping only the closest node, draw an indicator at that nodeDiederik van Lierop2008-11-261-11/+20
* Merge from fe-movedTed Gould2008-11-211-4/+4
* Merge from trunkTed Gould2008-10-311-0/+7
* From trunkTed Gould2008-10-271-53/+15
* If a snapper needs a reference to a SPNamedView or a SPDesktop, then get that...Diederik van Lierop2008-09-071-0/+2
* Remove pointer to SPDesktop from ObjectSnapperDiederik van Lierop2008-09-071-0/+2
* Modify the parameters required for setting up the SnapManagerDiederik van Lierop2008-08-281-3/+4
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-35/+35
* Snap to intersections of any kind of path (were we previously only could snap...Diederik van Lierop2008-08-081-3/+3
* 1) When pasting, use an offset that is a multiple of the grid pitch (got lost...Diederik van Lierop2008-08-061-0/+2
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-4/+4
* Fix a regression in the snapper, caused by me. Sorry!Diederik van Lierop2008-05-161-5/+5
* Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...Diederik van Lierop2008-05-121-13/+27
* Replace freeSnapSkew() by constrainedSnapSkew(). There is no such thing as fr...Diederik van Lierop2008-05-011-7/+4
* - Major refactoring of snapping related code...Diederik van Lierop2008-04-301-43/+26
* Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a st...Diederik van Lierop2008-04-111-9/+9
* Refactor snapper and snapindicator (in order to enable the snapindicator in t...Diederik van Lierop2008-04-071-51/+52
* Major overhaul of the selector tool's internals to improve handling of transf...Diederik van Lierop2008-03-251-1/+2
* Node tool: snap to paths and their nodes, incl. to the path currently being e...Diederik van Lierop2008-03-081-2/+8
* Fix #181795Diederik van Lierop2008-01-121-1/+1
* 1) Fix bug #178312Diederik van Lierop2007-12-271-1/+1
* 1) solve bug #177995Diederik van Lierop2007-12-221-1/+1