summaryrefslogtreecommitdiffstats
path: root/src/snapped-point.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cppcheck: variable initialisationKris De Gussem2011-10-291-0/+1
| | | (bzr r10705)
* cppcheckKris De Gussem2011-10-151-1/+1
| | | (bzr r10678)
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
| | | (bzr r10659)
* Fix snap bug #816044Diederik van Lierop2011-08-221-0/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/816044 (bzr r10572)
* Merge from trunkKrzysztof Kosi??ski2010-11-251-4/+4
|\ | | | | (bzr r9508.1.70)
| * Fix display of snap source indicator for constrained snapping in the ↵Diederik van Lierop2010-11-161-1/+1
| | | | | | | | | | selector tool (bzr r9898)
| * - Constrained snap: proper implementation of the preference to snap the ↵Diederik van Lierop2010-10-291-2/+2
| | | | | | | | | | | | | | mouse pointer or handle itself (instead of projecting it first onto the constraint) - Fix a crash in SnapManager::multipleConstrainedSnaps (bzr r9866)
| * Fix paraxial pen tool: apply constraint even if we didn't snapDiederik van Lierop2010-10-241-1/+1
| | | | | | (bzr r9847)
* | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-13/+13
|/ | | (bzr r9508.1.48)
* Fix small snapping regression (reported in LP #562205, comment #11)Diederik van Lierop2010-05-091-2/+2
| | | (bzr r9405)
* Small improvement of my previous fix in rev. #9402 (bounding box snapping)Diederik van Lierop2010-05-091-5/+12
| | | (bzr r9404)
* Fix bounding box snapping (LP562205, comment 6, issue II)Diederik van Lierop2010-05-081-8/+12
| | | (bzr r9402)
* Fix bbox snapping as reported in LP bug #562205Diederik van Lierop2010-04-181-0/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/562205 (bzr r9351)
* When snapping to a bounding box, flash that bounding box together with the ↵Diederik van Lierop2010-01-191-8/+7
| | | | | snap indicator (bzr r8999)
* Refactoring the snapping API (making it easier to maintain and understand ↵Diederik van Lierop2010-01-091-1/+44
| | | | | for the devs) (bzr r8960)
* refactoring the snapping code (laying the groundwork for my next commit ↵Diederik van Lierop2009-12-241-23/+24
| | | | | which reduces snap jitter) (bzr r8906)
* Fix snapping during constrained translation, when only snapping the node ↵Diederik van Lierop2009-04-121-15/+20
| | | | | closest to the mouse pointer (bzr r7687)
* - When finalizing a curve by double clicking then don't snap to the curve itselfDiederik van Lierop2009-03-071-5/+12
| | | | | - When a node and an intersection coincide then snap to the node, not the intersection (but only if snapping is turned on for both of them of course) (bzr r7438)
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-201-4/+5
| | | | | displayed "B". (bzr r7335)
* Fix bug #311736 (uninitialized variables resulted in weird snapping ↵Diederik van Lierop2008-12-291-3/+6
| | | | | behaviour on windows) (bzr r7039)
* - Fix bug #304405 (snapping to an intersection of lines at infinity is wrong)Diederik van Lierop2008-12-101-40/+39
| | | | | - Replace tabs by spaces (bzr r6985)
* Add an option to the preferences to _only_ snap the node closest to the ↵Diederik van Lierop2008-11-241-4/+7
| | | | | mouse pointer (bzr r6899)
* 1) Improve the way the distance to the pointer is taken into account when ↵Diederik van Lierop2008-11-231-19/+49
| | | | | | | | finding the best snap 2) Use this distance also when snapping nodes in the path editor 3) Add a slider in the preferences dialog to control the weighing of this distance (bzr r6895)
* Merge from trunkTed Gould2008-10-311-43/+16
| | | (bzr r6887)
* - refactor snapping code, removing code duplicationDiederik van Lierop2008-09-211-3/+25
| | | | | - fix snapping to page corners (bzr r6863)
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-11/+11
| | | (bzr r6606)
* Add a centralized check (i.e. in the snapper mechanism) whether we've ↵Diederik van Lierop2008-05-121-2/+6
| | | | | snapped or not, instead of leaving it up to the various tools. This should prevent these tools from moving to (0,0) if they bluntly use the value returned by the snapping mechanism without checking whether snapping has really occured. (bzr r5659)
* Next steps in implementing the snapping indicatorDiederik van Lierop2008-05-041-4/+5
| | | (bzr r5600)
* Refactor snapper and snapindicator (in order to enable the snapindicator in ↵Diederik van Lierop2008-04-071-0/+3
| | | | | the selector tool) (bzr r5374)
* Fixed ctor intialization orderJon A. Cruz2008-03-081-5/+5
| | | (bzr r4999)
* 1) fix snapping while scalingDiederik van Lierop2008-01-031-3/+38
| | | | | | | 2) fix constrained snapping 3) improve snapping logic (again), or more specifically: better obey "always snap" 4) refactoring to reduce risk of bugs: renaming variables and methods for better readability, adding class members instead of using std::pairs, etc. (bzr r4379)
* 1) Improving snapping logic 2) When skewing, don't snap to selection itselfDiederik van Lierop2007-11-181-3/+10
| | | (bzr r4111)
* Oops, don't use tabs! (replace tabs by 4 spaces)Diederik van Lierop2007-11-031-13/+13
| | | (bzr r4020)
* Groundwork to snap to intersections, e.g. intersections of gridlines with ↵Diederik van Lierop2007-11-031-15/+20
| | | | | 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)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-2/+2
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+61
(bzr r1)