| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix a regression in the snapper, caused by me. Sorry! | Diederik van Lierop | 2008-05-16 | 1 | -10/+10 |
| | | | | (bzr r5680) | ||||
| * | Add a centralized check (i.e. in the snapper mechanism) whether we've ↵ | Diederik van Lierop | 2008-05-12 | 1 | -2/+2 |
| | | | | | | snapped or not, instead of leaving it up to the various tools. This should prevent these tools from moving to (0,0) if they bluntly use the value returned by the snapping mechanism without checking whether snapping has really occured. (bzr r5659) | ||||
| * | make more messages immediate | bulia byak | 2008-05-03 | 1 | -4/+4 |
| | | | | (bzr r5583) | ||||
| * | Replace freeSnapSkew() by constrainedSnapSkew(). There is no such thing as ↵ | Diederik van Lierop | 2008-05-01 | 1 | -6/+6 |
| | | | | | | freely snapping while skewing; snapping will always be constrained (bzr r5569) | ||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-05-01 | 1 | -99/+99 |
| | | | | (bzr r5564) | ||||
| * | - Major refactoring of snapping related code... | Diederik van Lierop | 2008-04-30 | 1 | -22/+29 |
| | | | | | | - Enabling snap indicator for all remaining tools (bzr r5556) | ||||
| * | replace text strings by ints for tools/bounding_box | bulia byak | 2008-04-17 | 1 | -4/+6 |
| | | | | (bzr r5459) | ||||
| * | Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a ↵ | Diederik van Lierop | 2008-04-11 | 1 | -54/+30 |
| | | | | | | std::list in four different places. Now this is handled in only one place (bzr r5407) | ||||
| * | Refactor snapper and snapindicator (in order to enable the snapindicator in ↵ | Diederik van Lierop | 2008-04-07 | 1 | -32/+50 |
| | | | | | | the selector tool) (bzr r5374) | ||||
| * | The deprecated version of sp_item_invoke_bbox_full (which still uses ↵ | Diederik van Lierop | 2008-03-27 | 1 | -1/+5 |
| | | | | | | NRRects) returns empty rectangles when calculating geometric bboxes of vertical or horizontal lines. A group of those lines will therefore also have an empty geometric bbox, which is wrong. We must use the new version of sp_item_invoke_bbox_full, which uses NR::Maybe<NR::Rects> instead. (bzr r5204) | ||||
| * | Major overhaul of the selector tool's internals to improve handling of ↵ | Diederik van Lierop | 2008-03-25 | 1 | -426/+387 |
| | | | | | | transformations, origins and snapping, for both visual and geometric bounding boxes (see for example bug #174046 in Launchpad) (bzr r5189) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+2 |
| | | | | (bzr r4629) | ||||
| * | Move 'bounding box' option up one level (from Selector to Tools page in ↵ | Maximilian Albert | 2008-01-16 | 1 | -2/+2 |
| | | | | | | Preferences) since it applies more globally than just in the Selector tool (see discussion on the mailing list) (bzr r4513) | ||||
| * | Fix #181795 | Diederik van Lierop | 2008-01-12 | 1 | -29/+38 |
| | | | | (bzr r4471) | ||||
| * | 1) Fix bug #178312 | Diederik van Lierop | 2007-12-27 | 1 | -13/+0 |
| | | | | | | 2) Fix constrained snapping to objects (bzr r4314) | ||||
| * | Also consider path nodes for snapping | Diederik van Lierop | 2007-11-21 | 1 | -5/+4 |
| | | | | (bzr r4122) | ||||
| * | 1) Improving snapping logic 2) When skewing, don't snap to selection itself | Diederik van Lierop | 2007-11-18 | 1 | -2/+10 |
| | | | | (bzr r4111) | ||||
| * | Improve the user interaction for snapping of bounding boxes, and add an new ↵ | Diederik van Lierop | 2007-11-05 | 1 | -1/+2 |
| | | | | | | tab in document properties for detailed snapping options (bzr r4033) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-04 | 1 | -39/+39 |
| | | | | (bzr r4025) | ||||
| * | Inkscape becomes unusable when trying to snap to the path of a traced bitmap ↵ | Diederik van Lierop | 2007-09-10 | 1 | -0/+9 |
| | | | | | | or a text paragraph. Make it usable again by not snapping to text longer than 240 chars or paths containing more than 500 nodes. Snapping to more than one of such objects will still be very slow. (bzr r3716) | ||||
| * | Improving the performance of the object snapper | Diederik van Lierop | 2007-09-05 | 1 | -2/+1 |
| | | | | (bzr r3689) | ||||
| * | Make snapping to the item's transformation center optional, but not yet ↵ | Diederik van Lierop | 2007-08-04 | 1 | -1/+2 |
| | | | | | | available in the snapping preferences dialog (bzr r3365) | ||||
| * | 1) Changes to snapping preferences dialog | Diederik van Lierop | 2007-07-28 | 1 | -16/+16 |
| | | | | | | | 2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes 3) Renaming of some constants to improve readability (bzr r3331) | ||||
| * | integer scale with Alt, instead of slow movement | bulia byak | 2007-07-08 | 1 | -4/+16 |
| | | | | (bzr r3193) | ||||
| * | Only snap the real corners of a rectangle, not the start and end points of ↵ | Diederik van Lierop | 2007-06-13 | 1 | -0/+2 |
| | | | | | | each rounded corener (bzr r3059) | ||||
| * | Fix bug #1077600 -> correct mirroring and no drifting of origin | Diederik van Lierop | 2007-04-30 | 1 | -16/+6 |
| | | | | (bzr r2971) | ||||
| * | Improve readability and remove some unused code | Diederik van Lierop | 2007-04-19 | 1 | -2/+2 |
| | | | | (bzr r2930) | ||||
| * | change the logic so that the value is correctly read at launch of seltrans, ↵ | bulia byak | 2007-04-14 | 1 | -2/+4 |
| | | | | | | and approximate is the default for continuity (bzr r2883) | ||||
| * | Some cleaning and reordering | Diederik van Lierop | 2007-04-13 | 1 | -23/+7 |
| | | | | (bzr r2879) | ||||
| * | Add global preference for selector tool, chosing between GEOMETRIC_BBOX or ↵ | Diederik van Lierop | 2007-04-13 | 1 | -8/+5 |
| | | | | | | VISUAL_BBOX (bzr r2877) | ||||
| * | Eliminate drift of origin if mirroring occurs during scaling/stretching | Diederik van Lierop | 2007-04-09 | 1 | -4/+15 |
| | | | | (bzr r2838) | ||||
| * | Changes to the selector tool, e.g. option to choose either APPROXIMATE_BBOX ↵ | Diederik van Lierop | 2007-04-08 | 1 | -72/+129 |
| | | | | | | or GEOMETRIC_BBOX (bzr r2833) | ||||
| * | bug #1524444 (partially solved): while uniformly scaling (with ctrl-key), ↵ | Diederik van Lierop | 2007-03-31 | 1 | -13/+13 |
| | | | | | | the correct scaling must be applied BEFORE trying to snap (bzr r2790) | ||||
| * | Fix for bug #1589436 - font baseline now correctly snaps in selector tool | Diederik van Lierop | 2007-03-21 | 1 | -1/+8 |
| | | | | (bzr r2726) | ||||
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 1 | -1/+1 |
| | | | | (bzr r2723) | ||||
| * | Fix for bug 1540195; solution: use correct origin for snapping | Diederik van Lierop | 2007-03-19 | 1 | -17/+34 |
| | | | | (bzr r2718) | ||||
| * | fix snapping while uniformly scaling, fix snapping while skewing | Diederik van Lierop | 2007-03-12 | 1 | -4/+9 |
| | | | | (bzr r2621) | ||||
| * | Switch selection bounds and center to use NR::Maybe, addressing most of the | MenTaLguY | 2007-03-11 | 1 | -47/+70 |
| | | | | | | recent bbox regressions. (bzr r2604) | ||||
| * | no need to update coords here, it's now done in any knot automatically | bulia byak | 2007-03-10 | 1 | -2/+0 |
| | | | | (bzr r2594) | ||||
| * | when dragging center, defer repr updating and committing until ungrab; this ↵ | bulia byak | 2007-03-08 | 1 | -6/+15 |
| | | | | | | makes dragging faster. also remove superfluous reffing of objects while dragging (bzr r2578) | ||||
| * | fix shift-dragging (no snap) of rotation center | bulia byak | 2007-03-08 | 1 | -1/+1 |
| | | | | (bzr r2574) | ||||
| * | fix by dvlierop2 for snapping bugs 1579556 and 1579587 | bulia byak | 2007-03-05 | 1 | -3/+6 |
| | | | | (bzr r2557) | ||||
| * | yet another crash/freeze in ungrab. IMPORTANT: the document_done calls and ↵ | bulia byak | 2006-11-20 | 1 | -8/+6 |
| | | | | | | others triggering screen redraw must come absolutely the last in any function, otherwise, because of the events that happened during the redraw, you risk seeing a vastly different landscape when you return for the remainder of your function (e.g. the tool context may have changed), and it will likely misbehave. (bzr r1997) | ||||
| * | fix bug in my previous commit: updating rotation centers was broken | bulia byak | 2006-09-27 | 1 | -2/+3 |
| | | | | (bzr r1720) | ||||
| * | again rearrange code in ungrab handler so that screen update is as close to ↵ | bulia byak | 2006-09-03 | 1 | -23/+27 |
| | | | | | | the end as possible, to prevent crash when switching tools during redraw after transform (bzr r1667) | ||||
| * | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 2006-08-25 | 1 | -14/+14 |
| | | | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637) | ||||
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 1 | -14/+14 |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | ||||
| * | prevent the race between ungrab and selModify to fix the disappearing ↵ | bulia byak | 2006-08-03 | 1 | -3/+2 |
| | | | | | | handles problem with interruptible display (bzr r1548) | ||||
| * | undo annotations | bulia byak | 2006-06-30 | 1 | -5/+17 |
| | | | | (bzr r1327) | ||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 1 | -4/+9 |
| | | | | (bzr r1315) | ||||
