summaryrefslogtreecommitdiffstats
path: root/src/context-fns.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a regression in the snapper, caused by me. Sorry!Diederik van Lierop2008-05-161-5/+0
| | | (bzr r5680)
* Solve a snapping regression, which caused snapping of new items to (0,0) ↵Diederik van Lierop2008-05-131-0/+6
| | | | | when there was in fact nothing to snap to... (bzr r5671)
* Add a centralized check (i.e. in the snapper mechanism) whether we've ↵Diederik van Lierop2008-05-121-19/+28
| | | | | 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)
* - Major refactoring of snapping related code...Diederik van Lierop2008-04-301-7/+9
| | | | | - 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)
* add snapindicator to rect tool but not satisfactory yet...Johan B. C. Engelen2008-03-041-3/+16
| | | (bzr r4962)
* Use golden ratio as additional constrained ratio during Ctrl+dragging ↵Maximilian Albert2007-12-171-3/+20
| | | | | rectangles (fixes bug/RFE #170540) (bzr r4248)
* 1) Changes to snapping preferences dialogDiederik van Lierop2007-07-281-6/+6
| | | | | | 2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes 3) Renaming of some constants to improve readability (bzr r3331)
* do some include changes more correctlyRalf Stephan2006-06-281-3/+4
| | | (bzr r1311)
* patch reported by ylai a reader of the german ct-magazin; needed before ↵Adib Taraben2006-06-241-0/+3
| | | | | #include <glibmm/i18n.h> if linking against glib-2.4 (bzr r1275)
* Various snapping cleanups and bug fixes.Carl Hetherington2006-05-051-5/+6
| | | (bzr r734)
* Give SPNamedView a SnapManager instance and use it for all management of ↵Carl Hetherington2006-05-031-1/+2
| | | | | snapping settings. (bzr r701)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-11/+11
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+192
(bzr r1)