Code

Make curvature work again by fixing a minor omission
[inkscape.git] / src / seltrans.cpp
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...
2007-03-11 mentalSwitch selection bounds and center to use NR::Maybe...
2007-03-10 buliabyakno need to update coords here, it's now done in any...
2007-03-08 buliabyakwhen dragging center, defer repr updating and committin...
2007-03-08 buliabyakfix shift-dragging (no snap) of rotation center
2007-03-05 buliabyakfix by dvlierop2 for snapping bugs 1579556 and 1579587
2006-11-20 buliabyakyet another crash/freeze in ungrab. IMPORTANT: the...
2006-09-27 buliabyakfix bug in my previous commit: updating rotation center...
2006-09-03 buliabyakagain rearrange code in ungrab handler so that screen...
2006-08-25 kidprotopeeled back the gboolean code as it hit on some complex...
2006-08-23 kidprotoOk, committed msgloan's patch to convert gbooleans...
2006-08-03 buliabyakprevent the race between ungrab and selModify to fix...
2006-06-30 buliabyakundo annotations
2006-06-29 buliabyakpatch from Gustav Broberg: undo annotations and history...
2006-06-11 joncruzApplied patch #1503864
2006-06-08 joncruzClear selection cache when not dragging. Fixes bug...
2006-05-08 cth103More snapping cleanups.
2006-05-08 cth103Fix ctrl-scaling when there is no snap.
2006-05-05 buliabyakfix 1478932
2006-05-05 cth103More snapping cleanups.
2006-05-05 cth103Remove some old snap code.
2006-05-05 cth103Various snapping cleanups and bug fixes.
2006-05-03 cth103Give SPNamedView a SnapManager instance and use it...
2006-04-29 buliabyakreset center on stamping
2006-04-17 mentalGet rid of the SP_DT_* macros which do nothing more...
2006-03-28 buliabyakuse SPKnot setter methods instead of g_object_set_property
2006-03-22 buliabyakuse rotation center in keyboard rotation and transform...
2006-02-15 rwstbulk trailing spaces removal. consistency through MD5...
2006-01-26 buliabyakfix setting and reading rotation centers
next