f8526e9e32507aa02ffdb5fd9f3ee99393ec9afd |
|
14-Feb-2012 |
Diederik van Lierop <mail@diedenrezi.nl> |
1) Add checkboxes for perpendicular and tangential snapping to the document properties dialog (on the snap tab)
2) Newly created guides (dragged off the ruler) will take on the angle of the curve that's being snapped to (either perpendicularly or tangentialy, depending of the settings in the document properties dialog) |
3399ca485d7be1a359184150f602213481a00004 |
|
15-Oct-2011 |
Kris <Kris.De.Gussem@hotmail.com> |
cppcheck |
bf1d02bbf9f93b5d10304fd4f70f367d430c750e |
|
03-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Another minor pass of Doxygen cleanup. |
77ca6e8215c0710fe9233ee899e673604e045549 |
|
21-Sep-2011 |
Campbell Barton <ideasman42@gmail.com> |
initialize value as const (clang complains about this) |
dc29d5aae9784dc2344623e55b5f921e0d7cf488 |
|
18-Sep-2011 |
Diederik van Lierop <mail@diedenrezi.nl> |
Snap to guide-path intersections, and don't snap to paths when only path intersections are asked for |
d37634d73670180f99a3e0ea583621373d90ec4f |
|
02-Feb-2011 |
Johan Engelen <goejendaagh@zonnet.nl> |
update to latest 2geom ! |
c13adc1aa8f34445131579baa56299b360480b5e |
|
30-Oct-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
- Constrained snap: proper implementation of the preference to snap the mouse pointer or handle itself (instead of projecting it first onto the constraint)
- Fix a crash in SnapManager::multipleConstrainedSnaps |
cd8e8082c747cc529d5bf595b4102e88224a1811 |
|
05-Aug-2010 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Wholesale cruft removal part 4; fix crash when rendering guides |
5b4319e0715220ba39530755e9d971cbf7fee47f |
|
22-May-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
Snapping: get rid of the false positives when calculating intersections |
7958bbff516df35ec85075ab114769c23cb3669d |
|
08-May-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
Fix bounding box snapping (LP562205, comment 6, issue II) |
4c8b4484d62b2a47d96b62a8dff90e2b9124edca |
|
19-Jan-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
When snapping to a bounding box, flash that bounding box together with the snap indicator |
1aa821e67cb9667c99920eadec0f58532f73652c |
|
24-Dec-2009 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
refactoring the snapping code (laying the groundwork for my next commit which reduces snap jitter) |
b7ca401c5a6b362842eee3e84f3fc37e4d12de6a |
|
14-Mar-2009 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
Remove obsolete includes of libnr files in the snapping code |
771d00baf3d15209a77dce026f7ef45a78365e62 |
|
20-Feb-2009 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
The snap indicator's tooltip now displays "A to B", whereas before it only displayed "B". |
995ec331afc69a2e82dac045e5f8749a4bc6d65e |
|
15-Feb-2009 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
After snapping, show a tooltip together with the snap indicator |
11614aeee42f0b626bd7e3f929d9119c59f7c3bd |
|
25-Jan-2009 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
Remove some SP_ACTIVE_DESKTOP() calls |
d57b5b89c32cf773d2dbe2cc3b225e9034496a0c |
|
30-Dec-2008 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
Remove some obsolete from_2geom() calls |
2b7ee786ac3f40bb6b0d6e19f565b802f29f50e0 |
|
14-Dec-2008 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
1) snap midpoints of line segments (both as source and as target)
2) snap intersections within a single shape (as source; as target was already implemented) |
71c8857afc501c5e737bce6022fd9ac810d94c05 |
|
10-Dec-2008 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
- Fix bug #304405 (snapping to an intersection of lines at infinity is wrong)
- Replace tabs by spaces |
fd4f8ef876a2d6f7e0a81596857787d05c67778b |
|
24-Nov-2008 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
Add an option to the preferences to _only_ snap the node closest to the mouse pointer |
55dd1351535fdbc7d4087cef62b2c3f59de8726e |
|
23-Nov-2008 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
1) Improve the way the distance to the pointer is taken into account when finding the best snap
2) Use this distance also when snapping nodes in the path editor
3) Add a slider in the preferences dialog to control the weighing of this distance |
e781423d621c888bfbcfab74512d797385606aa1 |
|
21-Sep-2008 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
- refactor snapping code, removing code duplication
- fix snapping to page corners |
68632bf474bc4b65c03f919fc60a6c7872adb912 |
|
15-Aug-2008 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
Use new methods from 2geom's API |
ed70cc908f7fe9d5f2d86042e3fe1f758984c03a |
|
11-Aug-2008 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
Move all of the snapper code to 2geom |
aee6bba4d090adbd7801efd2eb156ca8aee2301f |
|
09-Aug-2008 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
Snap to intersections of any kind of path (were we previously only could snap to intersections of line-segments) |