summaryrefslogtreecommitdiffstats
path: root/src/display/snap-indicator.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* translator comments and minor string fixesIvan Mas??r2009-04-231-0/+1
| | | (bzr r7763)
* Improved wording for the snap indicator: gradients snap to their parent's ↵Diederik van Lierop2009-04-121-2/+2
| | | | | bounding box, so the snap indicator now displays "bla bla to bounding box" (bzr r7689)
* Fix snapping during constrained translation, when only snapping the node ↵Diederik van Lierop2009-04-121-1/+1
| | | | | closest to the mouse pointer (bzr r7687)
* - Don't display the snap-source-indicator when we're about to rotate using ↵Diederik van Lierop2009-04-021-1/+1
| | | | | | | the selector tool (because it won't snap when rotating!) - Use a smaller snap-source-indicator, which is visually more appealing (bzr r7608)
* move canvastext to its own file (no linking error for me anymore), add ↵bulia byak2009-03-111-1/+1
| | | | | outline to fix 334758 (bzr r7470)
* More accurate wording in snap tooltipsDiederik van Lierop2009-02-271-0/+18
| | | (bzr r7388)
* make snap tooltip position sensitive to canvas zoomingThomas Holder2009-02-251-2/+3
| | | (bzr r7368)
* Snapping of guides now turned on by default, and fixed initialization of the ↵Diederik van Lierop2009-02-221-1/+1
| | | | | that checkbox (bzr r7352)
* Use on-cavas text instead of a tooltip for the snapindicator (fixes some ↵Diederik van Lierop2009-02-221-52/+18
| | | | | 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-7/+87
| | | | | displayed "B". (bzr r7335)
* After snapping, show a tooltip together with the snap indicatorDiederik van Lierop2009-02-151-31/+116
| | | (bzr r7296)
* Display the snap source indicator only when snapping is enabledDiederik van Lierop2009-01-251-9/+9
| | | (bzr r7173)
* snap indicator: try a diamond shaped indicator for snapping to nodes. see ↵Johan B. C. Engelen2009-01-171-1/+11
| | | | | how we like this. (bzr r7143)
* work a bit on snapindicator: added switch statement for different typesJohan B. C. Engelen2009-01-161-15/+29
| | | (bzr r7140)
* When snapping only the closest node, draw an indicator at that nodeDiederik van Lierop2008-11-261-9/+48
| | | (bzr r6903)
* Merge from fe-movedTed Gould2008-11-211-4/+5
| | | (bzr r6891)
* Add a centralized check (i.e. in the snapper mechanism) whether we've ↵Diederik van Lierop2008-05-121-0/+7
| | | | | 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-12/+17
| | | (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-3/+5
| | | | | the selector tool) (bzr r5374)
* Line-end fixupsJon A. Cruz2008-03-221-78/+78
| | | (bzr r5161)
* disable snapindicator for now to fix pen toolJohan B. C. Engelen2008-03-131-13/+15
| | | (bzr r5080)
* new: guide snapping indicator! see if you like it, comments are always welcome!Johan B. C. Engelen2008-03-031-1/+1
| | | (bzr r4945)
* remove flashing test indicator on pointparam.Johan B. C. Engelen2008-03-021-0/+76
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)