summaryrefslogtreecommitdiffstats
path: root/src/snap.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge from trunkKrzysztof Kosi??ski2011-07-061-2/+2
|\
| * - Add a third group of snap sources/targets, called ¨others¨ (before we had...Diederik van Lierop2011-06-261-2/+2
* | Remove more of libnrKrzysztof Kosi??ski2011-06-231-1/+2
|/
* Merge from trunkKrzysztof Kosi??ski2011-04-071-26/+68
|\
| * Snap while rotating: fix removal of points too close to the rotation centerDiederik van Lierop2011-03-111-12/+12
| * Snapping: improve calculation of metrics for scaling, modify some comments, a...Diederik van Lierop2010-12-271-7/+10
| * Node tool: snap while scaling a selection of nodes. Consider this as experime...Diederik van Lierop2010-12-271-8/+48
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-138/+274
|\|
| * Shift should disable snapping when dragging the rotation center of an objectDiederik van Lierop2010-11-171-4/+9
| * Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
| * Fix display of snap source indicator for constrained snapping in the selector...Diederik van Lierop2010-11-161-107/+125
| * Leave constrained angular snapping to the snap manager, instead of handling i...Diederik van Lierop2010-11-071-5/+51
| * - Constrained snap: proper implementation of the preference to snap the mouse...Diederik van Lierop2010-10-291-9/+59
| * Fix paraxial pen tool: apply constraint even if we didn't snapDiederik van Lierop2010-10-241-4/+4
| * Fix self-snapping when dragging the transformation center of a selection cont...Diederik van Lierop2010-10-071-4/+4
| * 2nd attempt at fixing the crash introduced in rev. #9692. This should nail it!Diederik van Lierop2010-08-151-2/+2
| * Fix a crash and add more safety checks to catch NULL pointersDiederik van Lierop2010-08-141-4/+22
| * Fix a crash introduced by my previous commitDiederik van Lierop2010-08-111-1/+0
| * Implement constrained snapping to nodesDiederik van Lierop2010-08-101-4/+4
* | merge from trunkKrzysztof Kosi??ski2010-08-081-42/+165
|\|
| * Add a constrained snap method that takes multiple constraints. This reduces t...Diederik van Lierop2010-08-071-0/+62
| * While rotating, don't try snapping points coincident with the rotation centerDiederik van Lierop2010-07-261-5/+15
| * 1) Snap to transformation center even if it's outside of the bounding box of ...Diederik van Lierop2010-07-251-1/+4
| * Avoid self-snapping when dragging a rotation center, and draw the rotation ce...Diederik van Lierop2010-07-241-0/+3
| * - Remove some old code which snapped the rotation center to the bbox, and whi...Diederik van Lierop2010-07-201-3/+2
| * - do not use shift to disable snapping while holding shift to rotate a guideDiederik van Lierop2010-07-181-2/+1
| * Simplify code related to snapping while rotatingDiederik van Lierop2010-07-171-9/+5
| * - Snap while rotating an object using the selector toolDiederik van Lierop2010-07-121-34/+85
* | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-15/+15
|/
* Fix bounding box snapping (LP562205, comment 6, issue II)Diederik van Lierop2010-05-081-6/+3
* Fix bbox snapping as reported in LP bug #562205Diederik van Lierop2010-04-181-2/+15
* New node tool: implement handle snappingKrzysztof Kosi??ski2010-03-141-14/+7
* Don't snap to points which are off-screenDiederik van Lierop2010-03-081-8/+12
* 1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in t...Diederik van Lierop2010-02-251-5/+13
* 1) Making snapping behaviour for paraxial lines (in the pen tool) similar to ...Diederik van Lierop2010-02-221-3/+18
* Make sure that guides always snap correctly when dropping them, and improve p...Diederik van Lierop2010-02-211-1/+1
* Fix compilation error introduced by my previous commitDiederik van Lierop2010-02-121-1/+1
* Constrained snapping: always enforce constraint, even when we didn't snapDiederik van Lierop2010-02-121-3/+5
* Finally introducing the pre-snap indicatorDiederik van Lierop2010-01-301-0/+16
* Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop2010-01-231-54/+40
* Make snapping while scaling behave similar to other transformations, which ma...Diederik van Lierop2010-01-211-31/+14
* * Merge from trunkKrzysztof Kosi??ski2010-01-141-106/+109
|\
| * Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop2010-01-091-93/+94
| * Refactor snapping of gradient handles; now behaves like all other snapping, i...Diederik van Lierop2010-01-011-3/+3
| * 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