summaryrefslogtreecommitdiffstats
path: root/src/knot-holder-entity.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundancy from snapping API (type of snapsource no longer has to be ↵Diederik van Lierop2010-01-231-3/+3
| | | | | specified explicitly) (bzr r9014)
* When dragging a knot along a constraint line, then allow snapping the ↵Diederik van Lierop2009-08-231-2/+23
| | | | | position of the mouse pointer instead of its projection onto the constraint line (for this a check box has been added to the preferences dialog) (bzr r8523)
* Remove an unused parameter from the snapping APIDiederik van Lierop2009-06-201-2/+2
| | | (bzr r8119)
* Implement constrained snapping when dragging the position and size handles ↵Diederik van Lierop2009-03-151-2/+2
| | | | | of a rectangle in the node tool, with the ctrl-key being pressed. (bzr r7497)
* * Implement constrained snapping of knotsDiederik van Lierop2009-03-131-0/+12
| | | | | | * Implement snapping of the rectangle's radius handles * Line snappers: set the snap target in the derived class instead of in findBestSnap() (bzr r7479)
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-201-5/+5
| | | | | displayed "B". (bzr r7335)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-10/+10
| | | (bzr r7032)
* From trunkTed Gould2008-10-271-3/+4
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-2/+2
| | | (bzr r6884)
* Modify the parameters required for setting up the SnapManagerDiederik van Lierop2008-08-281-1/+1
| | | (bzr r6722)
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-2/+2
| | | (bzr r6606)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-3/+3
| | | (bzr r6593)
* fix ambiguities by implicit NR::Matrix/Geom::Matrix cast.Johan B. C. Engelen2008-08-061-5/+5
| | | (bzr r6582)
* Warning cleanupJon A. Cruz2008-08-031-1/+1
| | | (bzr r6543)
* when holding ctrl, pattern scaling has a fixed 1:1 ratio of original pattern ↵Johan B. C. Engelen2008-08-021-12/+21
| | | | | size (bzr r6526)
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-28/+29
| | | (bzr r6513)
* change knot.h to Geom::Point only instead of NR::Point.Johan B. C. Engelen2008-08-011-1/+1
| | | (bzr r6511)
* Formerly static function used for snapping is now a private member of ↵Maximilian Albert2008-08-011-16/+15
| | | | | KnotHolderEntity (bzr r6505)
* remove strange factor for showing the pattern unit cell (quarter of real cell).Johan B. C. Engelen2008-08-011-5/+5
| | | (bzr r6503)
* patterns: make it possible to have different scaling in X and Y directions. ↵Johan B. C. Engelen2008-08-011-21/+22
| | | | | snap scaling point. (bzr r6502)
* enable snapping of pattern's originJohan B. C. Engelen2008-08-011-2/+18
| | | (bzr r6500)
* fix release mouse crash, add missed disconnects, remove unused callbackbulia byak2008-07-271-0/+4
| | | (bzr r6430)
* Enable simultaneous knotholder and nodepathMaximilian Albert2008-07-141-1/+7
| | | (bzr r6291)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
| | | (bzr r5915)
* warning cleanupJon A. Cruz2008-06-111-2/+2
| | | (bzr r5877)
* Add missing file knot-holder-entity.cpp; sorry for breaking the buildsvn add ↵Maximilian Albert2008-06-041-0/+217
knot-holder-entity.cpp (bzr r5803)