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