summaryrefslogtreecommitdiffstats
path: root/src/object-snapper.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-03Refactoring the object-snapper to use 2geom pathsDiederik van Lierop1-162/+115
2008-08-012geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen1-2/+2
2008-07-24Snap to page corners too (you won't notice the difference yet because it will...Diederik van Lierop1-24/+33
2008-07-21Implement snapping of clipping paths and masksDiederik van Lierop1-39/+108
2008-07-16remove all old nartbpath code from SPCurve!!! (in other words, lib2geomifica...Johan B. C. Engelen1-1/+1
2008-07-082geomify SPCurve::new_from_rectJohan B. C. Engelen1-2/+4
2008-07-04create pathvector_for_curve method.Johan B. C. Engelen1-1/+1
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-1/+1
2008-05-09complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen1-6/+2
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-8/+28
2008-05-08A little bit of refactoring of constrained object snappingDiederik van Lierop1-9/+12
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-3/+3
2008-05-04Next steps in implementing the snapping indicatorDiederik van Lierop1-4/+4
2008-04-30- Major refactoring of snapping related code...Diederik van Lierop1-59/+53
2008-04-17replace text strings by ints for tools/bounding_boxbulia byak1-4/+6
2008-04-13move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen1-1/+1
2008-04-11Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a st...Diederik van Lierop1-5/+5
2008-03-15Fix two bugs in the object snapperDiederik van Lierop1-31/+33
2008-03-12Fixed initialization orderJon A. Cruz1-2/+2
2008-03-12Snap to page borderDiederik van Lierop1-14/+38
2008-03-08Node tool: snap to paths and their nodes, incl. to the path currently being e...Diederik van Lierop1-36/+127
2008-02-22Don't crash when the original of an SPUse can't be found. This sort of fixes ...Maximilian Albert1-0/+2
2008-01-16Move 'bounding box' option up one level (from Selector to Tools page in Prefe...Maximilian Albert1-2/+2
2008-01-08Fix LP #181020: When snapping a guide, now only the part of the guide near th...Diederik van Lierop1-48/+68
2008-01-031) fix snapping while scalingDiederik van Lierop1-15/+16
2007-12-27Snapping a guide to nodes (while dragging it across the canvas) now also work...Diederik van Lierop1-29/+65
2007-12-271) Fix bug #178312Diederik van Lierop1-83/+191
2007-12-12Toggle snapping for each grid individuallyDiederik van Lierop1-1/+1
2007-11-14Snap to intersections of line segmentsDiederik van Lierop1-30/+39
2007-11-05Improve the user interaction for snapping of bounding boxes, and add an new t...Diederik van Lierop1-1/+0
2007-11-04Warning cleanupJon A. Cruz1-84/+84
2007-11-03Oops, don't use tabs! (replace tabs by 4 spaces)Diederik van Lierop1-199/+199
2007-11-03Groundwork to snap to intersections, e.g. intersections of gridlines with gui...Diederik van Lierop1-22/+32
2007-09-15avoid code duplication, i.e. use sp_item_snappoints in the object-snapper.cppDiederik van Lierop1-43/+18
2007-09-10Inkscape becomes unusable when trying to snap to the path of a traced bitmap ...Diederik van Lierop1-3/+27
2007-09-08Fixing my own bug... Object snapper now snaps again...Diederik van Lierop1-40/+42
2007-09-05Improving the performance of the object snapperDiederik van Lierop1-182/+238
2007-08-28Whoops, put check on empty rect back in! Maybe no one noticed ;-)Diederik van Lierop1-9/+10
2007-08-28Implement snapping of guides while dragging them, and snap TO item centers (w...Diederik van Lierop1-10/+61
2007-08-03Rearrange snapping preferences, put distinction between paths and nodes back ...Diederik van Lierop1-11/+11
2007-07-281) Changes to snapping preferences dialogDiederik van Lierop1-43/+73
2007-07-25Add 2 new object snapping modes: bbox to bbox, and nodes to bboxDiederik van Lierop1-35/+73
2007-06-26implementing snapping to imagesDiederik van Lierop1-18/+26
2007-05-16Implement object-snapping for clones (see bug #1511260)Diederik van Lierop1-8/+28
2007-04-19Improve readability and remove some unused codeDiederik van Lierop1-2/+2
2007-04-17Improve snapper performance (mainly in by editting WillSnapSomething())Diederik van Lierop1-19/+30
2007-03-10Merge further bbox workMenTaLguY1-2/+2
2007-03-04redo NR::Maybe to be less cleverMenTaLguY1-1/+1
2007-03-04make conversions away from NR::Maybe explicitMenTaLguY1-1/+1
2006-06-11Applied patch #1503864Jon A. Cruz1-7/+12