summaryrefslogtreecommitdiffstats
path: root/src/object-snapper.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Implement snapping of clipping paths and masksDiederik van Lierop2008-07-211-39/+108
* remove all old nartbpath code from SPCurve!!! (in other words, lib2geomifica...Johan B. C. Engelen2008-07-161-1/+1
* 2geomify SPCurve::new_from_rectJohan B. C. Engelen2008-07-081-2/+4
* create pathvector_for_curve method.Johan B. C. Engelen2008-07-041-1/+1
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
* complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen2008-05-091-6/+2
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-8/+28
* A little bit of refactoring of constrained object snappingDiederik van Lierop2008-05-081-9/+12
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-3/+3
* Next steps in implementing the snapping indicatorDiederik van Lierop2008-05-041-4/+4
* - Major refactoring of snapping related code...Diederik van Lierop2008-04-301-59/+53
* replace text strings by ints for tools/bounding_boxbulia byak2008-04-171-4/+6
* move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen2008-04-131-1/+1
* Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a st...Diederik van Lierop2008-04-111-5/+5
* Fix two bugs in the object snapperDiederik van Lierop2008-03-151-31/+33
* Fixed initialization orderJon A. Cruz2008-03-121-2/+2
* Snap to page borderDiederik van Lierop2008-03-121-14/+38
* Node tool: snap to paths and their nodes, incl. to the path currently being e...Diederik van Lierop2008-03-081-36/+127
* Don't crash when the original of an SPUse can't be found. This sort of fixes ...Maximilian Albert2008-02-221-0/+2
* Move 'bounding box' option up one level (from Selector to Tools page in Prefe...Maximilian Albert2008-01-161-2/+2
* Fix LP #181020: When snapping a guide, now only the part of the guide near th...Diederik van Lierop2008-01-081-48/+68
* 1) fix snapping while scalingDiederik van Lierop2008-01-031-15/+16
* Snapping a guide to nodes (while dragging it across the canvas) now also work...Diederik van Lierop2007-12-271-29/+65
* 1) Fix bug #178312Diederik van Lierop2007-12-271-83/+191
* Toggle snapping for each grid individuallyDiederik van Lierop2007-12-121-1/+1
* Snap to intersections of line segmentsDiederik van Lierop2007-11-141-30/+39
* Improve the user interaction for snapping of bounding boxes, and add an new t...Diederik van Lierop2007-11-051-1/+0
* Warning cleanupJon A. Cruz2007-11-041-84/+84
* Oops, don't use tabs! (replace tabs by 4 spaces)Diederik van Lierop2007-11-031-199/+199
* Groundwork to snap to intersections, e.g. intersections of gridlines with gui...Diederik van Lierop2007-11-031-22/+32
* avoid code duplication, i.e. use sp_item_snappoints in the object-snapper.cppDiederik van Lierop2007-09-151-43/+18
* Inkscape becomes unusable when trying to snap to the path of a traced bitmap ...Diederik van Lierop2007-09-101-3/+27
* Fixing my own bug... Object snapper now snaps again...Diederik van Lierop2007-09-081-40/+42
* Improving the performance of the object snapperDiederik van Lierop2007-09-051-182/+238
* Whoops, put check on empty rect back in! Maybe no one noticed ;-)Diederik van Lierop2007-08-281-9/+10
* Implement snapping of guides while dragging them, and snap TO item centers (w...Diederik van Lierop2007-08-281-10/+61
* Rearrange snapping preferences, put distinction between paths and nodes back ...Diederik van Lierop2007-08-031-11/+11
* 1) Changes to snapping preferences dialogDiederik van Lierop2007-07-281-43/+73
* Add 2 new object snapping modes: bbox to bbox, and nodes to bboxDiederik van Lierop2007-07-251-35/+73
* implementing snapping to imagesDiederik van Lierop2007-06-261-18/+26
* Implement object-snapping for clones (see bug #1511260)Diederik van Lierop2007-05-161-8/+28
* Improve readability and remove some unused codeDiederik van Lierop2007-04-191-2/+2
* Improve snapper performance (mainly in by editting WillSnapSomething())Diederik van Lierop2007-04-171-19/+30
* Merge further bbox workMenTaLguY2007-03-101-2/+2
* redo NR::Maybe to be less cleverMenTaLguY2007-03-041-1/+1
* make conversions away from NR::Maybe explicitMenTaLguY2007-03-041-1/+1
* Applied patch #1503864Jon A. Cruz2006-06-111-7/+12
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-091-2/+2
* Various snapping cleanups and bug fixes.Carl Hetherington2006-05-051-1/+1
* Temporary fix for broken snap functionality: as named view constructor is nev...Andrius Ramanauskas2006-05-041-0/+4