| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-11-08 | Clarify licenses | Max Gaukler | 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 | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -3/+2 | |
| (bzr r13341.5.16) | |||||
| 2014-08-31 | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 1 | -3/+2 | |
| GThread deprecation errors. (bzr r13341.1.190) | |||||
| 2014-01-12 | pass class variables by reference for performance | Kris De Gussem | 1 | -4/+4 | |
| (bzr r12917) | |||||
| 2012-02-14 | Snap to grid/guide lines perpendicularly | Diederik van Lierop | 1 | -0/+1 | |
| (bzr r10976) | |||||
| 2011-10-25 | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 1 | -5/+5 | |
| (bzr r10696) | |||||
| 2011-09-02 | Rename the struct "SnappedConstraints" to the more meaningfull ↵ | Diederik van Lierop | 1 | -5/+5 | |
| "IntermSnapResults" (bzr r10612) | |||||
| 2010-08-10 | Implement constrained snapping to nodes | Diederik van Lierop | 1 | -1/+2 | |
| (bzr r9696) | |||||
| 2010-07-17 | Simplify code related to snapping while rotating | Diederik van Lierop | 1 | -1/+1 | |
| (bzr r9619) | |||||
| 2010-07-12 | - Snap while rotating an object using the selector tool | Diederik van Lierop | 1 | -2/+2 | |
| - Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607) | |||||
| 2010-05-08 | Fix bounding box snapping (LP562205, comment 6, issue II) | Diederik van Lierop | 1 | -2/+2 | |
| (bzr r9402) | |||||
| 2010-01-23 | Remove redundancy from snapping API (type of snapsource no longer has to be ↵ | Diederik van Lierop | 1 | -2/+0 | |
| specified explicitly) (bzr r9014) | |||||
| 2010-01-09 | Refactoring the snapping API (making it easier to maintain and understand ↵ | Diederik van Lierop | 1 | -7/+4 | |
| for the devs) (bzr r8960) | |||||
| 2009-12-24 | refactoring the snapping code (laying the groundwork for my next commit ↵ | Diederik van Lierop | 1 | -5/+5 | |
| which reduces snap jitter) (bzr r8906) | |||||
| 2009-08-02 | Snap to a guide's origin too (resulting in a 2D constraint), instead of only ↵ | Diederik van Lierop | 1 | -1/+5 | |
| to the guide itself (only 1D constraint) (bzr r8383) | |||||
| 2009-03-13 | * Implement constrained snapping of knots | Diederik van Lierop | 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) | |||||
| 2009-02-20 | The snap indicator's tooltip now displays "A to B", whereas before it only ↵ | Diederik van Lierop | 1 | -2/+4 | |
| displayed "B". (bzr r7335) | |||||
| 2008-12-14 | 1) snap midpoints of line segments (both as source and as target) | Diederik van Lierop | 1 | -5/+5 | |
| 2) snap intersections within a single shape (as source; as target was already implemented) (bzr r7008) | |||||
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -2/+2 | |
| (bzr r6891) | |||||
| 2008-10-27 | From trunk | Ted Gould | 1 | -2/+5 | |
| (bzr r6885) | |||||
| 2008-09-07 | If a snapper needs a reference to a SPNamedView or a SPDesktop, then get ↵ | Diederik van Lierop | 1 | -1/+1 | |
| that reference via the SnapManager (instead of storing references in the snapper and accessing them directly) (bzr r6773) | |||||
| 2008-08-11 | Move all of the snapper code to 2geom | Diederik van Lierop | 1 | -9/+9 | |
| (bzr r6606) | |||||
| 2008-08-05 | NR::Maybe => boost::optional | Johan B. C. Engelen | 1 | -2/+2 | |
| (bzr r6569) | |||||
| 2008-04-30 | - Major refactoring of snapping related code... | Diederik van Lierop | 1 | -13/+13 | |
| - Enabling snap indicator for all remaining tools (bzr r5556) | |||||
| 2008-04-11 | Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a ↵ | Diederik van Lierop | 1 | -2/+2 | |
| std::list in four different places. Now this is handled in only one place (bzr r5407) | |||||
| 2008-03-08 | Node tool: snap to paths and their nodes, incl. to the path currently being ↵ | Diederik van Lierop | 1 | -1/+2 | |
| edited (bzr r4989) | |||||
| 2007-12-08 | Snap to axonometric grid lines | Diederik van Lierop | 1 | -12/+14 | |
| (bzr r4194) | |||||
| 2007-11-03 | Oops, don't use tabs! (replace tabs by 4 spaces) | Diederik van Lierop | 1 | -7/+7 | |
| (bzr r4020) | |||||
| 2007-11-03 | Groundwork to snap to intersections, e.g. intersections of gridlines with ↵ | Diederik van Lierop | 1 | -2/+6 | |
| 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) | |||||
| 2007-09-05 | Improving the performance of the object snapper | Diederik van Lierop | 1 | -2/+6 | |
| (bzr r3689) | |||||
| 2007-07-28 | 1) Changes to snapping preferences dialog | Diederik van Lierop | 1 | -5/+7 | |
| 2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes 3) Renaming of some constants to improve readability (bzr r3331) | |||||
| 2006-05-05 | Various snapping cleanups and bug fixes. | Carl Hetherington | 1 | -1/+1 | |
| (bzr r734) | |||||
| 2006-05-04 | Clean up knutux's fix for the snapper crash. | Carl Hetherington | 1 | -2/+1 | |
| (bzr r727) | |||||
| 2006-05-04 | Temporary fix for broken snap functionality: as named view constructor is ↵ | Andrius Ramanauskas | 1 | -1/+2 | |
| never called, virtual tables of Snapper derived classes are never initialized. Fix - calling constructor/destructor on SPNamedView init/release. (bzr r725) | |||||
