Code

Merge and cleanup of GSoC C++-ification project.
[inkscape.git] / src / object-snapper.cpp
2010-12-12 Jon A. CruzMerge and cleanup of GSoC C++-ification project.
2010-10-29 Diederik van Lierop- Constrained snap: proper implementation of the prefer...
2010-10-19 Diederik van LieropUse a better snap metric for constrained snapping ...
2010-10-07 Diederik van LieropFix self-snapping when dragging the transformation...
2010-09-25 Diederik van LieropFix constrained snapping to closing segments
2010-08-30 JazzyNicoExtensions. Shebangs branch merge.
2010-08-20 Diederik van LieropWhen doing a constrained snap, then don't try snapping...
2010-08-14 Diederik van LieropFix a crash and add more safety checks to catch NULL...
2010-08-13 Ted GouldSync to release 0.48 branch
2010-08-10 Diederik van LieropImplement constrained snapping to nodes
2010-07-25 Diederik van Lierop1) Snap to transformation center even if it's outside...
2010-07-24 Diederik van LieropAvoid self-snapping when dragging a rotation center...
2010-07-21 Diederik van Lierop1) Fix snapping of guides to nodes/paths; 2) replace...
2010-07-20 Diederik van Lierop- Remove some old code which snapped the rotation cente...
2010-07-19 Diederik van LieropFix snapping to midpoints of closing segments
2010-07-19 Diederik van Lierop- do not use shift to disable snapping while holding...
2010-07-18 Diederik van Lierop- do not use shift to disable snapping while holding...
2010-07-17 Diederik van LieropSimplify code related to snapping while rotating
2010-07-15 Ted GouldCommiting updates and patches from the 0.48 branch.
2010-07-13 Ted GouldUpgrading to trunk
2010-07-12 Diederik van Lierop- Snap while rotating an object using the selector...
2010-07-03 Abhishek Sharma... another c++ification for sp-object.h/cpp and still...
2010-07-01 Diederik van Lieropfix Launchpad bug 593023: crash in constrained snap...
2010-07-01 Abhishek Sharma... C++fied SPDocument added
2010-06-29 Abhishek Sharma... This is the first c++ification commit from me. It handl...
2010-05-22 Diederik van LieropSnapping: get rid of the false positives when calculati...
2010-05-21 Diederik van Lierop- "Snap nodes or handles" button now also includes...
2010-05-15 Ted GouldPulling in a more recent trunk
2010-05-15 Ted GouldUpdating to trunk
2010-05-08 Diederik van LieropFix bounding box snapping (LP562205, comment 6, issue II)
2010-04-22 Diederik van LieropFix snapping regression introduced by rev. #9118
2010-04-18 Diederik van LieropFix bbox snapping as reported in LP bug #562205
2010-03-26 Ted GouldMerge from trunk
2010-02-25 Johan EngelenNEW: "+LaTeX" option for PDF/EPS/PS export
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...
2010-01-01 Ted GouldKeeping up with trunk
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-11-29 Ted GouldMerging in from 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...
next