Code

Fix a memory leak in the object-snapper
[inkscape.git] / src / object-snapper.cpp
2010-02-20 Diederik van LieropFix a memory leak in the object-snapper
2010-01-23 Diederik van LieropRemove redundancy from snapping API (type of snapsource...
2010-01-19 Diederik van LieropWhen snapping to a bounding box, flash that bounding...
2010-01-15 Jon A. CruzWarning cleanup.
2010-01-14 Krzysztof Kosiński* Merge from trunk
2010-01-09 Diederik van LieropRefactoring the snapping API (making it easier to maint...
2010-01-01 Diederik van LieropRefactor snapping of gradient handles; now behaves...
2009-12-27 Arcadie M. CracanConnector tool: make connectors avoid the convex hull...
2009-12-24 Diederik van Lieroprefactoring the snapping code (laying the groundwork...
2009-11-29 Ted GouldUpdating to current trunk
2009-09-26 joncruzFixed warning
2009-08-23 dvlierop2When dragging a knot along a constraint line, then...
2009-07-29 dvlierop2Snap guides to intersections of curves too (see bug...
2009-06-02 dvlierop2When dragging the origin of a guide along that guide...
2009-04-24 dvlierop2Two minor snapping fixes
2009-04-07 dvlierop2Fix bug #356743
2009-04-01 dvlierop2Remove some left-over debugging output that got acciden...
2009-03-31 dvlierop2More sensitive selection of snap target when snapping...
2009-03-15 dvlierop2Implement constrained snapping when dragging the positi...
2009-03-14 dvlierop2Remove obsolete includes of libnr files in the snapping...
2009-03-14 dvlierop22Geom migration: use 2geom::projection instead of libnr...
2009-03-07 dvlierop2- When finalizing a curve by double clicking then don...
2009-02-27 dvlierop2Allow snapping to objects in hidden layers
2009-02-20 dvlierop2The snap indicator's tooltip now displays "A to B"...
2009-02-15 dvlierop2After snapping, show a tooltip together with the snap...
2009-01-31 dvlierop2Store the snapper tolerances in the snap-preferences...
2009-01-18 dvlierop2- Snap to the midpoint of shapes and bboxes
2009-01-11 dvlierop2Optionally snap from/to midpoints of the edges of a...
2008-12-30 dvlierop2Remove some obsolete from_2geom() calls
2008-12-20 speleo3propagate additional_affine into groups of clip/mask...
2008-12-20 speleo3object-snapper.cpp
2008-12-14 dvlierop21) snap midpoints of line segments (both as source...
2008-11-23 dvlierop21) Improve the way the distance to the pointer is taken...
2008-11-21 Ted GouldMerge from fe-moved
2008-10-27 Ted GouldFrom trunk
2008-10-11 Ted GouldMerging from trunk
2008-09-21 dvlierop2- refactor snapping code, removing code duplication
2008-09-10 johanengelenLIBNR REMOVAL. remove nartbpath code!!!
2008-09-07 johanengelenLIBNR REMOVAL. Deleted nr-path.h/.cpp which is no...
2008-09-07 dvlierop2If a snapper needs a reference to a SPNamedView or...
2008-09-07 dvlierop2Remove pointer to SPDesktop from ObjectSnapper
2008-09-01 johanengelenremoved unnecessary pointer, changed to by reference...
2008-08-30 dvlierop2Eliminate SP_ACTIVE_DESKTOP in the object-snapper
2008-08-29 dvlierop2Fix regression in snapping to paths (which caused self...
2008-08-15 dvlierop2Use new methods from 2geom's API
2008-08-11 dvlierop2Move all of the snapper code to 2geom
2008-08-08 dvlierop2Snap to intersections of any kind of path (were we...
2008-08-08 johanengelenremove many unnecessary to_2geom and from_2geom calls
2008-08-07 dvlierop2Fix regression in object snapper which caused self...
2008-08-05 johanengelenNR::Maybe => boost::optional
2008-08-03 dvlierop2Refactoring the object-snapper to use 2geom paths
2008-08-01 johanengelen2geomify a lot of NR::Points to Geom::Point
2008-07-24 dvlierop2Snap to page corners too (you won't notice the differen...
2008-07-21 dvlierop2Implement snapping of clipping paths and masks
2008-07-16 johanengelenremove all old nartbpath code from SPCurve!!! (in...
2008-07-08 johanengelen2geomify SPCurve::new_from_rect
2008-07-04 johanengelencreate pathvector_for_curve method.
2008-06-12 johanengelenchange NR::Matrix to Geom:: for many sp_item_xxx_affine...
2008-05-09 johanengelencomplete adding const to have only NArtBpath const...
2008-05-09 johanengelen- try to use more forward declarations for less depende...
2008-05-08 dvlierop2A little bit of refactoring of constrained object snapping
2008-05-05 johanengelenstruct SPCurve => class SPCurve
2008-05-04 dvlierop2Next steps in implementing the snapping indicator
2008-04-30 dvlierop2- Major refactoring of snapping related code...
2008-04-17 buliabyakreplace text strings by ints for tools/bounding_box
2008-04-13 johanengelenmove live_effects/n-art-bpath-2geom.* to libnr/n-art...
2008-04-11 dvlierop2Refactor snapping mechanisms: in seltrans.cpp, a GSList...
2008-03-15 dvlierop2Fix two bugs in the object snapper
2008-03-12 joncruzFixed initialization order
2008-03-12 dvlierop2Snap to page border
2008-03-08 dvlierop2Node tool: snap to paths and their nodes, incl. to...
2008-02-22 cilix42Don't crash when the original of an SPUse can't be...
2008-01-16 cilix42Move 'bounding box' option up one level (from Selector...
2008-01-08 dvlierop2Fix LP #181020: When snapping a guide, now only the...
2008-01-03 dvlierop21) fix snapping while scaling
2007-12-27 dvlierop2Snapping a guide to nodes (while dragging it across...
2007-12-27 dvlierop21) Fix bug #178312
2007-12-12 dvlierop2Toggle snapping for each grid individually
2007-11-14 dvlierop2Snap to intersections of line segments
2007-11-05 dvlierop2Improve the user interaction for snapping of bounding...
2007-11-04 joncruzWarning cleanup
2007-11-03 dvlierop2Oops, don't use tabs! (replace tabs by 4 spaces)
2007-11-03 dvlierop2Groundwork to snap to intersections, e.g. intersections...
2007-09-15 dvlierop2avoid code duplication, i.e. use sp_item_snappoints...
2007-09-10 dvlierop2Inkscape becomes unusable when trying to snap to the...
2007-09-08 dvlierop2Fixing my own bug... Object snapper now snaps again...
2007-09-05 dvlierop2Improving the performance of the object snapper
2007-08-28 dvlierop2Whoops, put check on empty rect back in! Maybe no one...
2007-08-28 dvlierop2Implement snapping of guides while dragging them, and...
2007-08-03 dvlierop2Rearrange snapping preferences, put distinction between...
2007-07-28 dvlierop21) Changes to snapping preferences dialog
2007-07-25 dvlierop2Add 2 new object snapping modes: bbox to bbox, and...
2007-06-26 dvlierop2implementing snapping to images
2007-05-16 dvlierop2Implement object-snapping for clones (see bug #1511260)
2007-04-19 dvlierop2Improve readability and remove some unused code
2007-04-17 dvlierop2Improve snapper performance (mainly in by editting...
2007-03-10 mentalMerge further bbox work
2007-03-04 mentalredo NR::Maybe to be less clever
2007-03-04 mentalmake conversions away from NR::Maybe explicit
2006-06-11 joncruzApplied patch #1503864
next