summaryrefslogtreecommitdiffstats
path: root/src/seltrans.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-4/+4
* Modify the parameters required for setting up the SnapManagerDiederik van Lierop2008-08-281-4/+4
* Fix some regressions in the snapping of the selector toolDiederik van Lierop2008-08-121-13/+15
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-22/+31
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-4/+4
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-2/+2
* change knot.h to Geom::Point only instead of NR::Point.Johan B. C. Engelen2008-08-011-3/+3
* * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow2008-06-221-1/+0
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-4/+4
* Fix snapping for constrained translation in the selector toolDiederik van Lierop2008-05-201-3/+5
* Fix regression in constrained translationDiederik van Lierop2008-05-181-11/+13
* Fix a regression in the snapper, caused by me. Sorry!Diederik van Lierop2008-05-161-10/+10
* Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...Diederik van Lierop2008-05-121-2/+2
* make more messages immediatebulia byak2008-05-031-4/+4
* Replace freeSnapSkew() by constrainedSnapSkew(). There is no such thing as fr...Diederik van Lierop2008-05-011-6/+6
* Warning and whitespace cleanupJon A. Cruz2008-05-011-99/+99
* - Major refactoring of snapping related code...Diederik van Lierop2008-04-301-22/+29
* replace text strings by ints for tools/bounding_boxbulia byak2008-04-171-4/+6
* Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a st...Diederik van Lierop2008-04-111-54/+30
* Refactor snapper and snapindicator (in order to enable the snapindicator in t...Diederik van Lierop2008-04-071-32/+50
* The deprecated version of sp_item_invoke_bbox_full (which still uses NRRects)...Diederik van Lierop2008-03-271-1/+5
* Major overhaul of the selector tool's internals to improve handling of transf...Diederik van Lierop2008-03-251-426/+387
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
* Move 'bounding box' option up one level (from Selector to Tools page in Prefe...Maximilian Albert2008-01-161-2/+2
* Fix #181795Diederik van Lierop2008-01-121-29/+38
* 1) Fix bug #178312Diederik van Lierop2007-12-271-13/+0
* Also consider path nodes for snappingDiederik van Lierop2007-11-211-5/+4
* 1) Improving snapping logic 2) When skewing, don't snap to selection itselfDiederik van Lierop2007-11-181-2/+10
* Improve the user interaction for snapping of bounding boxes, and add an new t...Diederik van Lierop2007-11-051-1/+2
* Warning cleanupJon A. Cruz2007-11-041-39/+39
* Inkscape becomes unusable when trying to snap to the path of a traced bitmap ...Diederik van Lierop2007-09-101-0/+9
* Improving the performance of the object snapperDiederik van Lierop2007-09-051-2/+1
* Make snapping to the item's transformation center optional, but not yet avail...Diederik van Lierop2007-08-041-1/+2
* 1) Changes to snapping preferences dialogDiederik van Lierop2007-07-281-16/+16
* integer scale with Alt, instead of slow movementbulia byak2007-07-081-4/+16
* Only snap the real corners of a rectangle, not the start and end points of ea...Diederik van Lierop2007-06-131-0/+2
* Fix bug #1077600 -> correct mirroring and no drifting of originDiederik van Lierop2007-04-301-16/+6
* Improve readability and remove some unused codeDiederik van Lierop2007-04-191-2/+2
* change the logic so that the value is correctly read at launch of seltrans, a...bulia byak2007-04-141-2/+4
* Some cleaning and reorderingDiederik van Lierop2007-04-131-23/+7
* Add global preference for selector tool, chosing between GEOMETRIC_BBOX or VI...Diederik van Lierop2007-04-131-8/+5
* Eliminate drift of origin if mirroring occurs during scaling/stretchingDiederik van Lierop2007-04-091-4/+15
* Changes to the selector tool, e.g. option to choose either APPROXIMATE_BBOX o...Diederik van Lierop2007-04-081-72/+129
* bug #1524444 (partially solved): while uniformly scaling (with ctrl-key), the...Diederik van Lierop2007-03-311-13/+13
* Fix for bug #1589436 - font baseline now correctly snaps in selector toolDiederik van Lierop2007-03-211-1/+8
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-1/+1
* Fix for bug 1540195; solution: use correct origin for snappingDiederik van Lierop2007-03-191-17/+34
* fix snapping while uniformly scaling, fix snapping while skewingDiederik van Lierop2007-03-121-4/+9
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-111-47/+70
* no need to update coords here, it's now done in any knot automaticallybulia byak2007-03-101-2/+0