c69ee364915f20adf081d71140f696a9c3fdbf63 |
|
12-Jan-2014 |
Kris <Kris.De.Gussem@hotmail.com> |
pass class variables by reference for performance |
81092741e7a5b65552e8224f5cb152a618d54a48 |
|
31-Jul-2013 |
Markus Engel <markus.engel@tum.de> |
Cleaned up a bit; fixed struct vs. class forward declarations. |
fd3a244193c841a6594268b784dd537ea46f6916 |
|
15-Feb-2012 |
Diederik van Lierop <mail@diedenrezi.nl> |
Snap to grid/guide lines perpendicularly |
36d9047104b5881ca587a71ade77b1f21d083bc4 |
|
25-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Cleanup pass on documentation that was dumping garbage into doxygen output. |
4c70f75412dd3513224b33b73bf3dba84bedabe1 |
|
02-Sep-2011 |
Diederik van Lierop <mail@diedenrezi.nl> |
Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapResults" |
871d807286bd889f3b68c367f2c52ec88f2e2eb2 |
|
17-Jul-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
Simplify code related to snapping while rotating |
18d56400fb8d667bff7c64b550365d94725bfe6e |
|
12-Jul-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
- Snap while rotating an object using the selector tool
- Rename the ConstraintLine class to SnapConstraint
- Move some duplicated code to 2geom |
7958bbff516df35ec85075ab114769c23cb3669d |
|
08-May-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
Fix bounding box snapping (LP562205, comment 6, issue II) |
1aa821e67cb9667c99920eadec0f58532f73652c |
|
24-Dec-2009 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
refactoring the snapping code (laying the groundwork for my next commit which reduces snap jitter) |
05c7fca68caa795eaec938800fe3679e831d8342 |
|
02-Aug-2009 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
Snap to a guide's origin too (resulting in a 2D constraint), instead of only to the guide itself (only 1D constraint) |
b7ca401c5a6b362842eee3e84f3fc37e4d12de6a |
|
14-Mar-2009 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
Remove obsolete includes of libnr files in the snapping code |
c123991dbc3ceab027b9e876e848c41833140318 |
|
13-Mar-2009 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
* Implement constrained snapping of knots
* Implement snapping of the rectangle's radius handles
* Line snappers: set the snap target in the derived class instead of in findBestSnap() |
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". |
6debf70683e9b0f2787a5341a9e186903962d54e |
|
31-Jan-2009 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
Store the snapper tolerances in the snap-preferences instead of in each snapper individualy. This way we don't have to update all snappers when the namedview has been updated (and we can get rid of the _update_snap_distances() call) |
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) |
f38d1b851669bf0fa14a2ca67d9bde7d3fb2dc9b |
|
07-Sep-2008 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
If a snapper needs a reference to a SPNamedView or a SPDesktop, then get that reference via the SnapManager (instead of storing references in the snapper and accessing them directly) |
ed70cc908f7fe9d5f2d86042e3fe1f758984c03a |
|
11-Aug-2008 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
Move all of the snapper code to 2geom |
e1da05d7d6b8a6d4ddbca0fd1d7e633a84b2c1cf |
|
03-Nov-2007 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
Groundwork to snap to intersections, e.g. intersections of gridlines with guidelines, and of objects with other objects. The snappers used to return only SnappedPoints, but now also SnappedLines and SnappedInfiniteLines can be returned. SnappedPaths will be implemented later. |
3d7616e3b1a716d7db8b2a763d790edb316a9fd3 |
|
19-Apr-2007 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
Improve readability and remove some unused code |
12286cef3afff20da8623358be2fddab64c71401 |
|
17-Apr-2007 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
Improve snapper performance (mainly in by editting WillSnapSomething()) |
59a0ba05e8bea8ef8d8c905eb0232c5980ac9afa |
|
15-Apr-2007 |
johanengelen <johanengelen@users.sourceforge.net> |
Removal of old grid code - fully enabled new grid code. |
bb0e337c0688f02d4b8686cf499068117cd021ef |
|
04-May-2006 |
cth103 <cth103@users.sourceforge.net> |
Clean up knutux's fix for the snapper crash. |
9c7bdde7adbecbfe254da6fa92e0f3bdc1f47546 |
|
04-May-2006 |
knutux <knutux@users.sourceforge.net> |
Temporary fix for broken snap functionality: as named view constructor is never called, virtual tables of Snapper derived classes are never initialized. Fix - calling constructor/destructor on SPNamedView init/release. |
6b15695578f07a3f72c4c9475c1a261a3021472a |
|
16-Jan-2006 |
mental <mental@users.sourceforge.net> |
moving trunk for module inkscape |