Code

Node tool: snap while scaling a selection of nodes. Consider this as experimental...
[inkscape.git] / src / seltrans.cpp
2010-12-27 Diederik van LieropNode tool: snap while scaling a selection of nodes...
2010-12-12 Jon A. CruzGSoC C++-ificiation merge and cleanup.
2010-12-12 Jon A. CruzMerge and cleanup of GSoC C++-ification project.
2010-11-17 Diederik van LieropShift should disable snapping when dragging the rotatio...
2010-11-17 Chris MorganSuper duper mega (fun!) commit: replaced encoding=utf...
2010-11-16 Diederik van LieropFix display of snap source indicator for constrained...
2010-11-07 Diederik van LieropLeave constrained angular snapping to the snap manager...
2010-10-07 Diederik van LieropFix self-snapping when dragging the transformation...
2010-08-30 JazzyNicoExtensions. Shebangs branch merge.
2010-08-13 Ted GouldSync to release 0.48 branch
2010-08-11 Diederik van LieropClear pointers in the snapmanager if they're no longer...
2010-07-24 Diederik van LieropAvoid self-snapping when dragging a rotation center...
2010-07-20 Diederik van Lierop- Remove some old code which snapped the rotation cente...
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-02 Abhishek Sharma... New Class SPDocumentUndo created which takes care of...
2010-06-29 Abhishek Sharma... This is the first c++ification commit from me. It handl...
2010-05-21 Diederik van Lierop- "Snap nodes or handles" button now also includes...
2010-05-15 Ted GouldUpdating to trunk
2010-04-18 Diederik van LieropFix bbox snapping as reported in LP bug #562205
2010-03-26 Ted GouldMerge from trunk
2010-02-25 Diederik van Lierop1) Fix moving by an integer multiple of the grid spacin...
2010-01-23 Diederik van LieropRemove redundancy from snapping API (type of snapsource...
2010-01-14 Krzysztof Kosiński* Merge from trunk
2010-01-09 Diederik van LieropRefactoring the snapping API (making it easier to maint...
2009-11-29 Ted GouldUpdating to current trunk
2009-11-29 Ted GouldMerging in from trunk
2009-10-07 scislacPatch by Diederik to mitigate crash on 318726.
2009-10-04 buliabyakDiederik's patch for crash bug 441255
2009-08-18 buliabyakfix for 415168
2009-08-09 dvlierop2When translating too many items, then don't use the...
2009-08-09 dvlierop2When snapping while translating, use the bounding box...
2009-07-18 dvlierop2Make the snap delay mechanism easier to implement for...
2009-07-08 dvlierop2When translating too many nodes, a convex hull is used...
2009-04-21 dvlierop2Fix constrained motion in the selector tool when snappi...
2009-04-12 dvlierop2Fix snapping during constrained translation, when only...
2009-04-02 dvlierop2- Don't display the snap-source-indicator when we're...
2009-03-29 dvlierop2- Move snap delay mechanism to the event context (used...
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-25 dvlierop2Remove the source snap-indicator when ungrabbing
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
2009-01-11 dvlierop2Optionally snap from/to midpoints of the edges of a...
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-10-31 Ted GouldMerge from trunk
2008-10-27 Ted GouldFrom trunk
2008-10-11 Ted GouldMerging from trunk
2008-09-18 cilix42Next roud of NR ==> Geom conversion
2008-08-28 dvlierop2Modify the parameters required for setting up the SnapM...
2008-08-12 dvlierop2Fix some regressions in the snapping of the selector...
2008-08-11 dvlierop2Move all of the snapper code to 2geom
2008-08-08 johanengelenremove many unnecessary to_2geom and from_2geom calls
2008-08-05 johanengelenNR::Maybe => boost::optional
2008-08-01 johanengelenchange knot.h to Geom::Point only instead of NR::Point.
2008-06-22 mjwybrow * src/2geom/isnan.h, src/libcola/cola.cpp, src/style...
2008-06-12 johanengelenchange NR::Matrix to Geom:: for many sp_item_xxx_affine...
2008-05-20 dvlierop2Fix snapping for constrained translation in the selecto...
2008-05-18 dvlierop2Fix regression in constrained translation
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-03 buliabyakmake more messages immediate
2008-05-01 dvlierop2Replace freeSnapSkew() by constrainedSnapSkew(). There...
2008-05-01 joncruzWarning and whitespace cleanup
2008-04-30 dvlierop2- Major refactoring of snapping related code...
2008-04-17 buliabyakreplace text strings by ints for tools/bounding_box
2008-04-11 dvlierop2Refactor snapping mechanisms: in seltrans.cpp, a GSList...
2008-04-07 dvlierop2Refactor snapper and snapindicator (in order to enable...
2008-03-27 dvlierop2The deprecated version of sp_item_invoke_bbox_full...
2008-03-25 dvlierop2Major overhaul of the selector tool's internals to...
2008-01-31 bryceApplying fixes for gcc 4.3 build issues (closes LP...
2008-01-16 cilix42Move 'bounding box' option up one level (from Selector...
2008-01-12 dvlierop2Fix #181795
2007-12-27 dvlierop21) Fix bug #178312
2007-11-21 dvlierop2Also consider path nodes for snapping
2007-11-18 dvlierop21) Improving snapping logic 2) When skewing, don't...
2007-11-05 dvlierop2Improve the user interaction for snapping of bounding...
2007-11-04 joncruzWarning cleanup
2007-09-10 dvlierop2Inkscape becomes unusable when trying to snap to the...
2007-09-05 dvlierop2Improving the performance of the object snapper
2007-08-04 dvlierop2Make snapping to the item's transformation center optio...
2007-07-28 dvlierop21) Changes to snapping preferences dialog
2007-07-08 buliabyakinteger scale with Alt, instead of slow movement
2007-06-13 dvlierop2Only snap the real corners of a rectangle, not the...
2007-04-30 dvlierop2Fix bug #1077600 -> correct mirroring and no drifting...
2007-04-19 dvlierop2Improve readability and remove some unused code
2007-04-14 buliabyakchange the logic so that the value is correctly read...
2007-04-13 dvlierop2Some cleaning and reordering
2007-04-13 dvlierop2Add global preference for selector tool, chosing betwee...
2007-04-09 dvlierop2Eliminate drift of origin if mirroring occurs during...
2007-04-08 dvlierop2Changes to the selector tool, e.g. option to choose...
2007-03-31 dvlierop2bug #1524444 (partially solved): while uniformly scalin...
2007-03-21 dvlierop2Fix for bug #1589436 - font baseline now correctly...
2007-03-20 mentalplumb XML::Document parameter into duplication, courtes...
2007-03-19 dvlierop2Fix for bug 1540195; solution: use correct origin for...
2007-03-12 dvlierop2fix snapping while uniformly scaling, fix snapping...
next