| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -8/+8 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | pass class variables by reference for performance | Kris De Gussem | 2014-01-12 | 1 | -4/+4 |
| | | | | (bzr r12917) | ||||
| * | Cleaned up a bit; fixed struct vs. class forward declarations. | Markus Engel | 2013-07-31 | 1 | -1/+1 |
| | | | | (bzr r11608.1.111) | ||||
| * | Snap to grid/guide lines perpendicularly | Diederik van Lierop | 2012-02-14 | 1 | -0/+1 |
| | | | | (bzr r10976) | ||||
| * | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2011-10-25 | 1 | -6/+4 |
| | | | | (bzr r10696) | ||||
| * | Rename the struct "SnappedConstraints" to the more meaningfull ↵ | Diederik van Lierop | 2011-09-02 | 1 | -3/+3 |
| | | | | | | "IntermSnapResults" (bzr r10612) | ||||
| * | Simplify code related to snapping while rotating | Diederik van Lierop | 2010-07-17 | 1 | -1/+1 |
| | | | | (bzr r9619) | ||||
| * | - Snap while rotating an object using the selector tool | Diederik van Lierop | 2010-07-12 | 1 | -1/+1 |
| | | | | | | | - Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607) | ||||
| * | Fix bounding box snapping (LP562205, comment 6, issue II) | Diederik van Lierop | 2010-05-08 | 1 | -2/+2 |
| | | | | (bzr r9402) | ||||
| * | refactoring the snapping code (laying the groundwork for my next commit ↵ | Diederik van Lierop | 2009-12-24 | 1 | -4/+4 |
| | | | | | | which reduces snap jitter) (bzr r8906) | ||||
| * | Snap to a guide's origin too (resulting in a 2D constraint), instead of only ↵ | Diederik van Lierop | 2009-08-02 | 1 | -0/+1 |
| | | | | | | to the guide itself (only 1D constraint) (bzr r8383) | ||||
| * | Remove obsolete includes of libnr files in the snapping code | Diederik van Lierop | 2009-03-14 | 1 | -2/+0 |
| | | | | (bzr r7491) | ||||
| * | * Implement constrained snapping of knots | Diederik van Lierop | 2009-03-13 | 1 | -1/+2 |
| | | | | | | | * Implement snapping of the rectangle's radius handles * Line snappers: set the snap target in the derived class instead of in findBestSnap() (bzr r7479) | ||||
| * | The snap indicator's tooltip now displays "A to B", whereas before it only ↵ | Diederik van Lierop | 2009-02-20 | 1 | -1/+1 |
| | | | | | | displayed "B". (bzr r7335) | ||||
| * | Store the snapper tolerances in the snap-preferences instead of in each ↵ | Diederik van Lierop | 2009-01-31 | 1 | -0/+3 |
| | | | | | | 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) (bzr r7208) | ||||
| * | 1) snap midpoints of line segments (both as source and as target) | Diederik van Lierop | 2008-12-14 | 1 | -3/+3 |
| | | | | | | 2) snap intersections within a single shape (as source; as target was already implemented) (bzr r7008) | ||||
| * | If a snapper needs a reference to a SPNamedView or a SPDesktop, then get ↵ | Diederik van Lierop | 2008-09-07 | 1 | -1/+1 |
| | | | | | | that reference via the SnapManager (instead of storing references in the snapper and accessing them directly) (bzr r6773) | ||||
| * | Move all of the snapper code to 2geom | Diederik van Lierop | 2008-08-11 | 1 | -3/+3 |
| | | | | (bzr r6606) | ||||
| * | Groundwork to snap to intersections, e.g. intersections of gridlines with ↵ | Diederik van Lierop | 2007-11-03 | 1 | -3/+3 |
| | | | | | | 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. (bzr r4016) | ||||
| * | Improve readability and remove some unused code | Diederik van Lierop | 2007-04-19 | 1 | -1/+1 |
| | | | | (bzr r2930) | ||||
| * | Improve snapper performance (mainly in by editting WillSnapSomething()) | Diederik van Lierop | 2007-04-17 | 1 | -0/+2 |
| | | | | (bzr r2917) | ||||
| * | Removal of old grid code - fully enabled new grid code. | Johan B. C. Engelen | 2007-04-15 | 1 | -1/+1 |
| | | | | (bzr r2904) | ||||
| * | Clean up knutux's fix for the snapper crash. | Carl Hetherington | 2006-05-04 | 1 | -1/+0 |
| | | | | (bzr r727) | ||||
| * | Temporary fix for broken snap functionality: as named view constructor is ↵ | Andrius Ramanauskas | 2006-05-04 | 1 | -0/+1 |
| | | | | | | never called, virtual tables of Snapper derived classes are never initialized. Fix - calling constructor/destructor on SPNamedView init/release. (bzr r725) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+52 |
| (bzr r1) | |||||
