summaryrefslogtreecommitdiffstats
path: root/src/display/snap-indicator.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-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
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-2/+4
| | | (bzr r10696)
* 1) make snapping to clip/mask paths optional (see document properties dialog ↵Diederik van Lierop2011-10-081-0/+4
| | | | | | | | -> snap tab) 2) for debugging purposes: code added for showing all snap candidates 3) groundwork for tangential/perpendicular snapping (bzr r10672)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-1/+2
| | | | | the contents forward.h at all). (bzr r10667)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-1/+2
| | | | | header. (bzr r9978.1.1)
* Make sure that guides always snap correctly when dropping them, and improve ↵Diederik van Lierop2010-02-211-2/+3
| | | | | perseverance of snap-indicator (bzr r9103)
* Finally introducing the pre-snap indicatorDiederik van Lierop2010-01-301-1/+1
| | | (bzr r9034)
* When snapping to a bounding box, flash that bounding box together with the ↵Diederik van Lierop2010-01-191-0/+1
| | | | | snap indicator (bzr r8999)
* Refactoring the snapping API (making it easier to maintain and understand ↵Diederik van Lierop2010-01-091-2/+2
| | | | | for the devs) (bzr r8960)
* Use on-cavas text instead of a tooltip for the snapindicator (fixes some ↵Diederik van Lierop2009-02-221-2/+1
| | | | | tooltip annoyances and fixes bug #330252) (bzr r7346)
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-201-1/+1
| | | | | displayed "B". (bzr r7335)
* After snapping, show a tooltip together with the snap indicatorDiederik van Lierop2009-02-151-2/+4
| | | (bzr r7296)
* When snapping only the closest node, draw an indicator at that nodeDiederik van Lierop2008-11-261-3/+7
| | | (bzr r6903)
* Next steps in implementing the snapping indicatorDiederik van Lierop2008-05-041-3/+3
| | | (bzr r5600)
* - Major refactoring of snapping related code...Diederik van Lierop2008-04-301-0/+2
| | | | | - Enabling snap indicator for all remaining tools (bzr r5556)
* Refactor snapper and snapindicator (in order to enable the snapindicator in ↵Diederik van Lierop2008-04-071-2/+2
| | | | | the selector tool) (bzr r5374)
* Line-end fixupsJon A. Cruz2008-03-221-53/+53
| | | (bzr r5161)
* remove flashing test indicator on pointparam.Johan B. C. Engelen2008-03-021-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)