summaryrefslogtreecommitdiffstats
path: root/src/display/snap-indicator.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-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-12Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot1-2/+2
Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
2011-10-25Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz1-2/+4
(bzr r10696)
2011-10-081) make snapping to clip/mask paths optional (see document properties dialog ↵Diederik van Lierop1-0/+4
-> snap tab) 2) for debugging purposes: code added for showing all snap candidates 3) groundwork for tangential/perpendicular snapping (bzr r10672)
2011-10-05Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz1-1/+2
the contents forward.h at all). (bzr r10667)
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz1-1/+2
header. (bzr r9978.1.1)
2010-02-21Make sure that guides always snap correctly when dropping them, and improve ↵Diederik van Lierop1-2/+3
perseverance of snap-indicator (bzr r9103)
2010-01-30Finally introducing the pre-snap indicatorDiederik van Lierop1-1/+1
(bzr r9034)
2010-01-19When snapping to a bounding box, flash that bounding box together with the ↵Diederik van Lierop1-0/+1
snap indicator (bzr r8999)
2010-01-09Refactoring the snapping API (making it easier to maintain and understand ↵Diederik van Lierop1-2/+2
for the devs) (bzr r8960)
2009-02-22Use on-cavas text instead of a tooltip for the snapindicator (fixes some ↵Diederik van Lierop1-2/+1
tooltip annoyances and fixes bug #330252) (bzr r7346)
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop1-1/+1
displayed "B". (bzr r7335)
2009-02-15After snapping, show a tooltip together with the snap indicatorDiederik van Lierop1-2/+4
(bzr r7296)
2008-11-26When snapping only the closest node, draw an indicator at that nodeDiederik van Lierop1-3/+7
(bzr r6903)
2008-05-04Next steps in implementing the snapping indicatorDiederik van Lierop1-3/+3
(bzr r5600)
2008-04-30- Major refactoring of snapping related code...Diederik van Lierop1-0/+2
- Enabling snap indicator for all remaining tools (bzr r5556)
2008-04-07Refactor snapper and snapindicator (in order to enable the snapindicator in ↵Diederik van Lierop1-2/+2
the selector tool) (bzr r5374)
2008-03-22Line-end fixupsJon A. Cruz1-53/+53
(bzr r5161)
2008-03-02remove flashing test indicator on pointparam.Johan B. C. Engelen1-0/+53
remove some leftover code from point param code remove test pointparam from LPEKnot added SnapIndicator added SnapIndicator to SPDesktop, and a call from guidesnapping to display a snapindicator when a guide is snapped. fix canvas-temporary-item-list.cpp (bzr r4931)