summaryrefslogtreecommitdiffstats
path: root/src/seltrans.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-16Fix a regression in the snapper, caused by me. Sorry!Diederik van Lierop1-10/+10
2008-05-12Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...Diederik van Lierop1-2/+2
2008-05-03make more messages immediatebulia byak1-4/+4
2008-05-01Replace freeSnapSkew() by constrainedSnapSkew(). There is no such thing as fr...Diederik van Lierop1-6/+6
2008-05-01Warning and whitespace cleanupJon A. Cruz1-99/+99
2008-04-30- Major refactoring of snapping related code...Diederik van Lierop1-22/+29
2008-04-17replace text strings by ints for tools/bounding_boxbulia byak1-4/+6
2008-04-11Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a st...Diederik van Lierop1-54/+30
2008-04-07Refactor snapper and snapindicator (in order to enable the snapindicator in t...Diederik van Lierop1-32/+50
2008-03-27The deprecated version of sp_item_invoke_bbox_full (which still uses NRRects)...Diederik van Lierop1-1/+5
2008-03-25Major overhaul of the selector tool's internals to improve handling of transf...Diederik van Lierop1-426/+387
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2008-01-16Move 'bounding box' option up one level (from Selector to Tools page in Prefe...Maximilian Albert1-2/+2
2008-01-12Fix #181795Diederik van Lierop1-29/+38
2007-12-271) Fix bug #178312Diederik van Lierop1-13/+0
2007-11-21Also consider path nodes for snappingDiederik van Lierop1-5/+4
2007-11-181) Improving snapping logic 2) When skewing, don't snap to selection itselfDiederik van Lierop1-2/+10
2007-11-05Improve the user interaction for snapping of bounding boxes, and add an new t...Diederik van Lierop1-1/+2
2007-11-04Warning cleanupJon A. Cruz1-39/+39
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