summaryrefslogtreecommitdiffstats
path: root/src/snap-candidate.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-3/+4
| | | (bzr r10696)
* 1) make snapping to clip/mask paths optional (see document properties dialog ↵Diederik van Lierop2011-10-081-0/+15
| | | | | | | | -> snap tab) 2) for debugging purposes: code added for showing all snap candidates 3) groundwork for tangential/perpendicular snapping (bzr r10672)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
| | | (bzr r10025)
* - Constrained snap: proper implementation of the preference to snap the ↵Diederik van Lierop2010-10-291-3/+6
| | | | | | | mouse pointer or handle itself (instead of projecting it first onto the constraint) - Fix a crash in SnapManager::multipleConstrainedSnaps (bzr r9866)
* 2nd attempt at fixing the crash introduced in rev. #9692. This should nail it!Diederik van Lierop2010-08-151-2/+2
| | | (bzr r9714)
* Fix bbox snapping as reported in LP bug #562205Diederik van Lierop2010-04-181-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/562205 (bzr r9351)
* Remove redundancy from snapping API (type of snapsource no longer has to be ↵Diederik van Lierop2010-01-231-51/+2
| | | | | specified explicitly) (bzr r9014)
* When snapping to a bounding box, flash that bounding box together with the ↵Diederik van Lierop2010-01-191-9/+24
| | | | | snap indicator (bzr r8999)
* Fix typoDiederik van Lierop2010-01-101-1/+1
| | | (bzr r8964)
* Refactoring the snapping API (making it easier to maintain and understand ↵Diederik van Lierop2010-01-091-0/+147
for the devs) (bzr r8960)