summaryrefslogtreecommitdiffstats
path: root/src/snapper.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* static code analysisKris De Gussem2015-12-071-1/+1
* Refactoring of the code that handles transformations and snapping in the sele...Diederik van Lierop2015-09-131-0/+2
* Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White2014-08-311-7/+6
* Remove unused includes to tidy up the code.Martin Owens2014-03-091-1/+0
* cppcheckKris De Gussem2012-06-121-4/+4
* mixed usage of class and struct for same objectKris De Gussem2011-12-111-1/+1
* cppcheck: variable initialisation / fix possible memory leakKris De Gussem2011-10-221-1/+1
* Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapRes...Diederik van Lierop2011-09-021-3/+3
* Fix bug related to snapping to path intersectionsDiederik van Lierop2011-08-281-1/+0
* Allow snapping to path intersections without snapping to the paths themselvesDiederik van Lierop2011-08-271-1/+1
* Implement constrained snapping to nodesDiederik van Lierop2010-08-101-5/+12
* - Snap while rotating an object using the selector toolDiederik van Lierop2010-07-121-17/+46
* Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop2010-01-231-2/+0
* * Merge from trunkKrzysztof Kosi??ski2010-01-141-20/+16
|\
| * Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop2010-01-091-8/+4
| * Warning cleanup.Jon A. Cruz2009-12-271-2/+2
| * refactoring the snapping code (laying the groundwork for my next commit which...Diederik van Lierop2009-12-241-14/+14
* | * Implement node snapping.Krzysztof Kosi??ski2010-01-101-0/+1
|/
* Optionaly snap to invisible grid lines too (when zoomed out). See the grids t...Diederik van Lierop2009-04-251-2/+6
* Implement constrained snapping when dragging the position and size handles of...Diederik van Lierop2009-03-151-0/+6
* Remove obsolete includes of libnr files in the snapping codeDiederik van Lierop2009-03-141-2/+0
* The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop2009-02-201-1/+3
* Fixed dangerous base-class methods that were missing returns by converting th...Jon A. Cruz2009-02-041-2/+2
* Store the snapper tolerances in the snap-preferences instead of in each snapp...Diederik van Lierop2009-01-311-9/+2
* Add buttons for snapping to grids and/or guidesDiederik van Lierop2009-01-281-1/+2
* 1) snap midpoints of line segments (both as source and as target)Diederik van Lierop2008-12-141-6/+6
* Merge from fe-movedTed Gould2008-11-211-2/+2
* From trunkTed Gould2008-10-271-20/+12
* If a snapper needs a reference to a SPNamedView or a SPDesktop, then get that...Diederik van Lierop2008-09-071-5/+5
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-16/+16
* Snap to intersections of any kind of path (were we previously only could snap...Diederik van Lierop2008-08-081-0/+2
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-3/+3
* Fix snapping for constrained translation in the selector toolDiederik van Lierop2008-05-201-0/+5
* Warning and whitespace cleanupJon A. Cruz2008-05-011-24/+24
* - Major refactoring of snapping related code...Diederik van Lierop2008-04-301-57/+7
* Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a st...Diederik van Lierop2008-04-111-4/+4
* Major overhaul of the selector tool's internals to improve handling of transf...Diederik van Lierop2008-03-251-1/+2
* Node tool: snap to paths and their nodes, incl. to the path currently being e...Diederik van Lierop2008-03-081-3/+5
* 1) fix snapping while scalingDiederik van Lierop2008-01-031-6/+10
* Toggle snapping for each grid individuallyDiederik van Lierop2007-12-121-2/+3
* Renaming classes: SnappedLine -> SnappedLineSegment, and SnappedInfiniteLine ...Diederik van Lierop2007-11-091-3/+3
* Oops, don't use tabs! (replace tabs by 4 spaces)Diederik van Lierop2007-11-031-19/+19
* Groundwork to snap to intersections, e.g. intersections of gridlines with gui...Diederik van Lierop2007-11-031-7/+23
* Improving the performance of the object snapperDiederik van Lierop2007-09-051-1/+12
* Implement snapping of guides while dragging them, and snap TO item centers (w...Diederik van Lierop2007-08-281-0/+1
* 1) Changes to snapping preferences dialogDiederik van Lierop2007-07-281-14/+14
* Improve readability and remove some unused codeDiederik van Lierop2007-04-191-1/+1
* Improve snapper performance (mainly in by editting WillSnapSomething())Diederik van Lierop2007-04-171-3/+7