summaryrefslogtreecommitdiffstats
path: root/src/snapper.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-1/+1
2015-12-07static code analysisKris De Gussem1-1/+1
2015-09-13Refactoring of the code that handles transformations and snapping in the sele...Diederik van Lierop1-0/+2
2014-09-27Update to experimental r13565Liam P. White1-7/+6
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White1-7/+6
2014-03-09Remove unused includes to tidy up the code.Martin Owens1-1/+0
2012-06-12cppcheckKris De Gussem1-4/+4
2011-12-11mixed usage of class and struct for same objectKris De Gussem1-1/+1
2011-10-22cppcheck: variable initialisation / fix possible memory leakKris De Gussem1-1/+1
2011-09-02Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapRes...Diederik van Lierop1-3/+3
2011-08-28Fix bug related to snapping to path intersectionsDiederik van Lierop1-1/+0
2011-08-27Allow snapping to path intersections without snapping to the paths themselvesDiederik van Lierop1-1/+1
2010-08-10Implement constrained snapping to nodesDiederik van Lierop1-5/+12
2010-07-12- Snap while rotating an object using the selector toolDiederik van Lierop1-17/+46
2010-01-23Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop1-2/+0
2010-01-10* Implement node snapping.Krzysztof Kosi??ski1-0/+1
2010-01-09Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop1-8/+4
2009-12-27Warning cleanup.Jon A. Cruz1-2/+2
2009-12-24refactoring the snapping code (laying the groundwork for my next commit which...Diederik van Lierop1-14/+14
2009-04-25Optionaly snap to invisible grid lines too (when zoomed out). See the grids t...Diederik van Lierop1-2/+6
2009-03-15Implement constrained snapping when dragging the position and size handles of...Diederik van Lierop1-0/+6
2009-03-14Remove obsolete includes of libnr files in the snapping codeDiederik van Lierop1-2/+0
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-1/+3
2009-02-04Fixed dangerous base-class methods that were missing returns by converting th...Jon A. Cruz1-2/+2
2009-01-31Store the snapper tolerances in the snap-preferences instead of in each snapp...Diederik van Lierop1-9/+2
2009-01-28Add buttons for snapping to grids and/or guidesDiederik van Lierop1-1/+2
2008-12-141) snap midpoints of line segments (both as source and as target)Diederik van Lierop1-6/+6
2008-11-21Merge from fe-movedTed Gould1-2/+2
2008-10-27From trunkTed Gould1-20/+12
2008-09-07If a snapper needs a reference to a SPNamedView or a SPDesktop, then get that...Diederik van Lierop1-5/+5
2008-08-11Move all of the snapper code to 2geomDiederik van Lierop1-16/+16
2008-08-08Snap to intersections of any kind of path (were we previously only could snap...Diederik van Lierop1-0/+2
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-3/+3
2008-05-20Fix snapping for constrained translation in the selector toolDiederik van Lierop1-0/+5
2008-05-01Warning and whitespace cleanupJon A. Cruz1-24/+24
2008-04-30- Major refactoring of snapping related code...Diederik van Lierop1-57/+7
2008-04-11Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a st...Diederik van Lierop1-4/+4
2008-03-25Major overhaul of the selector tool's internals to improve handling of transf...Diederik van Lierop1-1/+2
2008-03-08Node tool: snap to paths and their nodes, incl. to the path currently being e...Diederik van Lierop1-3/+5
2008-01-031) fix snapping while scalingDiederik van Lierop1-6/+10
2007-12-12Toggle snapping for each grid individuallyDiederik van Lierop1-2/+3
2007-11-09Renaming classes: SnappedLine -> SnappedLineSegment, and SnappedInfiniteLine ...Diederik van Lierop1-3/+3
2007-11-03Oops, don't use tabs! (replace tabs by 4 spaces)Diederik van Lierop1-19/+19
2007-11-03Groundwork to snap to intersections, e.g. intersections of gridlines with gui...Diederik van Lierop1-7/+23
2007-09-05Improving the performance of the object snapperDiederik van Lierop1-1/+12
2007-08-28Implement snapping of guides while dragging them, and snap TO item centers (w...Diederik van Lierop1-0/+1
2007-07-281) Changes to snapping preferences dialogDiederik van Lierop1-14/+14
2007-04-19Improve readability and remove some unused codeDiederik van Lierop1-1/+1
2007-04-17Improve snapper performance (mainly in by editting WillSnapSomething())Diederik van Lierop1-3/+7