| Commit message (Expand) | Author | Age | Files | Lines |
| * | Inkscape becomes unusable when trying to snap to the path of a traced bitmap ... | Diederik van Lierop | 2007-09-10 | 1 | -0/+9 |
| * | Improving the performance of the object snapper | Diederik van Lierop | 2007-09-05 | 1 | -2/+1 |
| * | Make snapping to the item's transformation center optional, but not yet avail... | Diederik van Lierop | 2007-08-04 | 1 | -1/+2 |
| * | 1) Changes to snapping preferences dialog | Diederik van Lierop | 2007-07-28 | 1 | -16/+16 |
| * | integer scale with Alt, instead of slow movement | bulia byak | 2007-07-08 | 1 | -4/+16 |
| * | Only snap the real corners of a rectangle, not the start and end points of ea... | Diederik van Lierop | 2007-06-13 | 1 | -0/+2 |
| * | Fix bug #1077600 -> correct mirroring and no drifting of origin | Diederik van Lierop | 2007-04-30 | 1 | -16/+6 |
| * | Improve readability and remove some unused code | Diederik van Lierop | 2007-04-19 | 1 | -2/+2 |
| * | change the logic so that the value is correctly read at launch of seltrans, a... | bulia byak | 2007-04-14 | 1 | -2/+4 |
| * | Some cleaning and reordering | Diederik van Lierop | 2007-04-13 | 1 | -23/+7 |
| * | Add global preference for selector tool, chosing between GEOMETRIC_BBOX or VI... | Diederik van Lierop | 2007-04-13 | 1 | -8/+5 |
| * | Eliminate drift of origin if mirroring occurs during scaling/stretching | Diederik van Lierop | 2007-04-09 | 1 | -4/+15 |
| * | Changes to the selector tool, e.g. option to choose either APPROXIMATE_BBOX o... | Diederik van Lierop | 2007-04-08 | 1 | -72/+129 |
| * | bug #1524444 (partially solved): while uniformly scaling (with ctrl-key), the... | Diederik van Lierop | 2007-03-31 | 1 | -13/+13 |
| * | Fix for bug #1589436 - font baseline now correctly snaps in selector tool | Diederik van Lierop | 2007-03-21 | 1 | -1/+8 |
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 1 | -1/+1 |
| * | Fix for bug 1540195; solution: use correct origin for snapping | Diederik van Lierop | 2007-03-19 | 1 | -17/+34 |
| * | fix snapping while uniformly scaling, fix snapping while skewing | Diederik van Lierop | 2007-03-12 | 1 | -4/+9 |
| * | Switch selection bounds and center to use NR::Maybe, addressing most of the | MenTaLguY | 2007-03-11 | 1 | -47/+70 |
| * | no need to update coords here, it's now done in any knot automatically | bulia byak | 2007-03-10 | 1 | -2/+0 |
| * | when dragging center, defer repr updating and committing until ungrab; this m... | bulia byak | 2007-03-08 | 1 | -6/+15 |
| * | fix shift-dragging (no snap) of rotation center | bulia byak | 2007-03-08 | 1 | -1/+1 |
| * | fix by dvlierop2 for snapping bugs 1579556 and 1579587 | bulia byak | 2007-03-05 | 1 | -3/+6 |
| * | yet another crash/freeze in ungrab. IMPORTANT: the document_done calls and ot... | bulia byak | 2006-11-20 | 1 | -8/+6 |
| * | fix bug in my previous commit: updating rotation centers was broken | bulia byak | 2006-09-27 | 1 | -2/+3 |
| * | again rearrange code in ungrab handler so that screen update is as close to t... | bulia byak | 2006-09-03 | 1 | -23/+27 |
| * | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 2006-08-25 | 1 | -14/+14 |
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 1 | -14/+14 |
| * | prevent the race between ungrab and selModify to fix the disappearing handles... | bulia byak | 2006-08-03 | 1 | -3/+2 |
| * | undo annotations | bulia byak | 2006-06-30 | 1 | -5/+17 |
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 1 | -4/+9 |
| * | Applied patch #1503864 | Jon A. Cruz | 2006-06-11 | 1 | -2/+2 |
| * | Clear selection cache when not dragging. Fixes bug #1501156 | Jon A. Cruz | 2006-06-08 | 1 | -0/+13 |
| * | More snapping cleanups. | Carl Hetherington | 2006-05-08 | 1 | -3/+22 |
| * | Fix ctrl-scaling when there is no snap. | Carl Hetherington | 2006-05-08 | 1 | -7/+19 |
| * | fix 1478932 | bulia byak | 2006-05-05 | 1 | -0/+2 |
| * | More snapping cleanups. | Carl Hetherington | 2006-05-05 | 1 | -20/+34 |
| * | Remove some old snap code. | Carl Hetherington | 2006-05-05 | 1 | -10/+22 |
| * | Various snapping cleanups and bug fixes. | Carl Hetherington | 2006-05-05 | 1 | -43/+60 |
| * | Give SPNamedView a SnapManager instance and use it for all management of snap... | Carl Hetherington | 2006-05-03 | 1 | -2/+2 |
| * | reset center on stamping | bulia byak | 2006-04-29 | 1 | -0/+4 |
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ... | MenTaLguY | 2006-04-17 | 1 | -13/+13 |
| * | use SPKnot setter methods instead of g_object_set_property | bulia byak | 2006-03-28 | 1 | -26/+21 |
| * | use rotation center in keyboard rotation and transform dialog | bulia byak | 2006-03-22 | 1 | -12/+1 |
| * | bulk trailing spaces removal. consistency through MD5 of binary | Ralf Stephan | 2006-02-15 | 1 | -15/+15 |
| * | fix setting and reading rotation centers | bulia byak | 2006-01-26 | 1 | -15/+34 |
| * | fix silly bug - was unable to flip by scaling | bulia byak | 2006-01-26 | 1 | -4/+6 |
| * | remember rotation centers, correctly this time (by johncliff and me) | bulia byak | 2006-01-26 | 1 | -54/+63 |
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+1332 |