summaryrefslogtreecommitdiffstats
path: root/src/snap.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-10/+10
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
2015-12-08finally removed all GSList from main folder .h filesMarc Jeanmougin1-1/+0
2015-09-13Refactoring of the code that handles transformations and snapping in the sele...Diederik van Lierop1-148/+20
2015-05-30Snapping in node tool now also works when:Diederik van Lierop1-3/+8
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-3/+3
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-4/+4
2014-09-27Update to experimental r13565Liam P. White1-0/+1
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White1-0/+1
2013-07-31Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel1-1/+1
2013-03-14Kill ancient gcc version check in configure.ac and fix a load of broken forwa...Alex Valavanis1-1/+1
2012-12-08Selector tool: improve responsiveness for snapping a path's internal intersec...Diederik van Lierop1-1/+1
2012-02-141) Add checkboxes for perpendicular and tangential snapping to the document p...Diederik van Lierop1-2/+8
2012-01-14Enable tangential and perpendicular snapping to paths (in the node-tool, pen-...Diederik van Lierop1-12/+6
2011-11-041) Cycle to the next-closest-snap-source when pressing tab, if the snap-close...Diederik van Lierop1-8/+7
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-8/+322
2011-10-081) make snapping to clip/mask paths optional (see document properties dialog ...Diederik van Lierop1-2/+6
2011-10-05Cleanup for src/forward.h. (About 19 of the affected files did not require th...Jon A. Cruz1-0/+1
2011-09-02Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapRes...Diederik van Lierop1-1/+1
2011-08-27Allow snapping to path intersections without snapping to the paths themselvesDiederik van Lierop1-1/+1
2010-12-27Node tool: snap while scaling a selection of nodes. Consider this as experime...Diederik van Lierop1-8/+9
2010-11-17Shift should disable snapping when dragging the rotation center of an objectDiederik van Lierop1-2/+3
2010-11-07Leave constrained angular snapping to the snap manager, instead of handling i...Diederik van Lierop1-0/+5
2010-10-07Fix self-snapping when dragging the transformation center of a selection cont...Diederik van Lierop1-4/+4
2010-08-11Fix a crash introduced by my previous commitDiederik van Lierop1-1/+0
2010-08-11Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop1-0/+6
2010-08-07Add a constrained snap method that takes multiple constraints. This reduces t...Diederik van Lierop1-0/+4
2010-07-24Avoid self-snapping when dragging a rotation center, and draw the rotation ce...Diederik van Lierop1-0/+9
2010-07-12- Snap while rotating an object using the selector toolDiederik van Lierop1-12/+15
2010-03-08Don't snap to points which are off-screenDiederik van Lierop1-1/+1
2010-02-251) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in t...Diederik van Lierop1-1/+1
2010-01-30Finally introducing the pre-snap indicatorDiederik van Lierop1-0/+2
2010-01-23Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop1-23/+12
2010-01-10* Implement node snapping.Krzysztof Kosi??ski1-20/+37
2010-01-09Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop1-25/+18
2010-01-01Refactor snapping of gradient handles; now behaves like all other snapping, i...Diederik van Lierop1-2/+2
2009-12-24refactoring the snapping code (laying the groundwork for my next commit which...Diederik van Lierop1-26/+26
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-08-02Snap guides to grids (fixes bug #170741)Diederik van Lierop1-1/+9
2009-07-29Snap guides to intersections of curves too (see bug #405419)Diederik van Lierop1-1/+1
2009-06-20Remove an unused parameter from the snapping APIDiederik van Lierop1-3/+1
2009-06-18Documenting of the snapping APIDiederik van Lierop1-7/+16
2009-06-02When dragging the origin of a guide along that guide, we should use constrain...Diederik van Lierop1-1/+3
2009-03-15Implement constrained snapping when dragging the position and size handles of...Diederik van Lierop1-0/+2
2009-03-14Remove obsolete includes of libnr files in the snapping codeDiederik van Lierop1-5/+0