Code

refactoring the snapping code (laying the groundwork for my next commit which reduces...
[inkscape.git] / src / snap.cpp
2009-12-24 Diederik van Lieroprefactoring the snapping code (laying the groundwork...
2009-11-29 Ted GouldUpdating to current trunk
2009-08-23 dvlierop2- fix bug #414142 (Moving path nodes twice is hard...
2009-08-23 dvlierop2When dragging a knot along a constraint line, then...
2009-08-06 cilix42Revert recent refactoring changes by johnce because...
2009-08-05 johnceSPDocument->Document
2009-08-02 dvlierop2Snap guides to grids (fixes bug #170741)
2009-07-29 dvlierop2Snap guides to intersections of curves too (see bug...
2009-07-18 dvlierop2Make the snap delay mechanism easier to implement for...
2009-06-20 dvlierop2Remove an unused parameter from the snapping API
2009-06-18 dvlierop2Documenting of the snapping API
2009-06-02 dvlierop2When dragging the origin of a guide along that guide...
2009-04-12 dvlierop2Fix two "snap window not opened" warnings
2009-04-07 dvlierop2Fix crash: desktop does not always have an event_contex...
2009-03-29 dvlierop2- Move snap delay mechanism to the event context (used...
2009-03-16 joncruzWarning cleanup
2009-03-16 joncruzWhitespace cleanup
2009-03-15 dvlierop2Implement constrained snapping when dragging the positi...
2009-03-14 dvlierop2Remove obsolete includes of libnr files in the snapping...
2009-03-13 dvlierop2* Implement constrained snapping of knots
2009-02-25 dvlierop2Snap guides to (intersections of) guides (closes bug...
2009-02-20 dvlierop2The snap indicator's tooltip now displays "A to B"...
2009-01-28 dvlierop2Add buttons for snapping to grids and/or guides
2009-01-25 dvlierop2Remove some SP_ACTIVE_DESKTOP() calls
2009-01-25 dvlierop2Display the snap source indicator only when snapping...
2009-01-25 dvlierop2- The snap-delay mechanism should now be more robust...
2009-01-18 dvlierop2- Snap to the midpoint of shapes and bboxes
2008-12-30 dvlierop2Remove some obsolete from_2geom() calls
2008-12-10 dvlierop2- Fix bug #304405 (snapping to an intersection of lines...
2008-11-26 dvlierop2When snapping only the closest node, draw an indicator...
2008-11-24 dvlierop2Add an option to the preferences to _only_ snap the...
2008-11-23 dvlierop21) Improve the way the distance to the pointer is taken...
2008-11-21 Ted GouldMerge from fe-moved
2008-10-31 Ted GouldMerge from trunk
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-07 dvlierop2If a snapper needs a reference to a SPNamedView or...
2008-09-07 dvlierop2Remove pointer to SPDesktop from ObjectSnapper
2008-08-30 dvlierop2Eliminate SP_ACTIVE_DESKTOP in the object-snapper
2008-08-28 dvlierop2Modify the parameters required for setting up the SnapM...
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-06 dvlierop21) When pasting, use an offset that is a multiple of...
2008-08-05 johanengelenNR::Maybe => boost::optional
2008-05-20 dvlierop2Fix snapping for constrained translation in the selecto...
2008-05-16 dvlierop2Fix a regression in the snapper, caused by me. Sorry!
2008-05-12 dvlierop2Add a centralized check (i.e. in the snapper mechanism...
2008-05-04 dvlierop2Next steps in implementing the snapping indicator
2008-05-01 dvlierop2Replace freeSnapSkew() by constrainedSnapSkew(). There...
2008-04-30 dvlierop2- Major refactoring of snapping related code...
2008-04-11 dvlierop2Refactor snapping mechanisms: in seltrans.cpp, a GSList...
2008-04-07 dvlierop2Refactor snapper and snapindicator (in order to enable...
2008-03-25 dvlierop2Major overhaul of the selector tool's internals to...
2008-03-08 dvlierop2Node tool: snap to paths and their nodes, incl. to...
2008-01-12 dvlierop2Fix #181795
2008-01-11 dvlierop2(no commit message)
2008-01-08 dvlierop2Fix LP #181020: When snapping a guide, now only the...
2008-01-03 dvlierop21) fix snapping while scaling
2007-12-28 dvlierop2Fix snapping when constrained scaling: now snaps all...
2007-12-27 dvlierop2Snapping a guide to nodes (while dragging it across...
2007-12-27 dvlierop21) Fix bug #178312
2007-12-22 dvlierop21) solve bug #177995
2007-12-12 dvlierop2Add global snapping toggle
2007-11-18 dvlierop21) Improving snapping logic 2) When skewing, don't...
2007-11-18 dvlierop2Improving snapping logic; more to follow
2007-11-14 dvlierop2A pasted selection is supposed to snap to the grid...
2007-11-14 dvlierop2Snap to intersections of line segments
2007-11-09 dvlierop2Renaming classes: SnappedLine -> SnappedLineSegment...
2007-11-05 dvlierop2Improve the user interaction for snapping of bounding...
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-10-11 mentalupdate copyright header to reflect Nathan's work in...
2007-09-07 dvlierop2Also snap new guides, which are being dragged off the...
2007-09-05 dvlierop2Improving the performance of the object snapper
2007-08-28 dvlierop2Implement snapping of guides while dragging them, and...
2007-08-09 dvlierop2Reverting a change I made a while ago
2007-08-06 dvlierop21) Make snapping of object's center optional 2) Optimiz...
2007-08-04 dvlierop2Make snapping to the item's transformation center optio...
2007-08-03 dvlierop2Rearrange snapping preferences, put distinction between...
2007-07-28 dvlierop21) Changes to snapping preferences dialog
2007-04-19 dvlierop2Improve readability and remove some unused code
2007-04-17 dvlierop2Improve snapper performance (mainly in by editting...
2007-04-15 johanengelenRemoval of old grid code - fully enabled new grid code.
2007-04-13 johanengelenNew Grids are now ready to go. bug testing can start...
2007-03-25 johanengelenPurging old axonometric grid code: reworked it into...
2007-03-20 johanengelenMonster commit. New grid infrastructure. The old gridma...
2007-03-15 dvlierop2Fix for bug #1584301: block invalid snapping results
2007-02-19 joncruzFixed unintialized variables and minor misc warnings
2006-10-16 johanengelenhack*ahum*infrastructure to implement axonometric grid...
2006-05-09 cth103Small comment cleanups.
2006-05-08 cth103Added some comments.
2006-05-08 cth103More snapping cleanups.
2006-05-05 cth103More snapping cleanups.
2006-05-05 cth103Remove some old snap code.
2006-05-05 cth103Remove an old FIXME.
2006-05-05 cth103Various snapping cleanups and bug fixes.
2006-05-04 cth103Clean up knutux's fix for the snapper crash.
2006-05-03 cth103Remove the unused namedview_dim_snap_list()
next