| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 1) When rotating a guide, don't try to snap when <ctrl> is pressed to ↵ | Diederik van Lierop | 2010-03-07 | 1 | -9/+17 |
| | | | | | | | | constrain to angle increments 2) When dragging the guide origin along the guide, then don't change the mousepointer to the rotation arrows if shift is pressed (bzr r9160) | ||||
| * | While dragging or rotating a guide, <shift>-key now disables snapping. (Just ↵ | Diederik van Lierop | 2010-03-07 | 1 | -17/+24 |
| | | | | | | before dragging starts, the <shift>-key is still used to decide whether we translate or rotate) (bzr r9159) | ||||
| * | Make sure that guides always snap correctly when dropping them, and improve ↵ | Diederik van Lierop | 2010-02-21 | 1 | -11/+5 |
| | | | | | | perseverance of snap-indicator (bzr r9103) | ||||
| * | Noop: removing and updating comments, fixing indentation | Diederik van Lierop | 2010-02-19 | 1 | -3/+0 |
| | | | | (bzr r9101) | ||||
| * | Implementation of snap delay mechanism for guides | Diederik van Lierop | 2010-02-14 | 1 | -10/+19 |
| | | | | (bzr r9088) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -1/+1 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -1/+1 |
| | | | | (bzr r8404) | ||||
| * | Snap guides to grids (fixes bug #170741) | Diederik van Lierop | 2009-08-02 | 1 | -25/+4 |
| | | | | (bzr r8381) | ||||
| * | Make the snap delay mechanism easier to implement for the devs, and get rid ↵ | Diederik van Lierop | 2009-07-18 | 1 | -26/+7 |
| | | | | | | of the related warning messages (bzr r8302) | ||||
| * | Implement guide behaviour as discussed on the mailing list | Maximilian Albert | 2009-07-16 | 1 | -61/+108 |
| | | | | (bzr r8293) | ||||
| * | change cursor over guide, snap with Ctrl | bulia byak | 2009-06-22 | 1 | -2/+37 |
| | | | | (bzr r8142) | ||||
| * | When dragging the origin of a guide along that guide, we should use ↵ | Diederik van Lierop | 2009-06-02 | 1 | -18/+32 |
| | | | | | | constrained snapping instead of free snapping. Also make sure that we snap to paths too, not just to guides (bzr r7973) | ||||
| * | Whether we drag a guide's origin or rotate the guide around its origin is ↵ | Diederik van Lierop | 2009-04-02 | 1 | -2/+2 |
| | | | | | | now independent of zoom (bzr r7607) | ||||
| * | Fix a minor regression caused by one of my previous commits: the snap-window ↵ | Diederik van Lierop | 2009-04-01 | 1 | -1/+1 |
| | | | | | | was closed where it should have been opened (bzr r7604) | ||||
| * | - Move snap delay mechanism to the event context (used to be in SPCanvas) | Diederik van Lierop | 2009-03-29 | 1 | -14/+14 |
| | | | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589) | ||||
| * | Fix bug #333762: snapping a guide while dragging/rotating, it always ends up ↵ | Diederik van Lierop | 2009-03-13 | 1 | -1/+8 |
| | | | | | | being just a little bit off (started occuring after the recent guide handling improvements) (bzr r7481) | ||||
| * | A better fix for bug #331864 (snap-delay related) | Diederik van Lierop | 2009-03-04 | 1 | -0/+9 |
| | | | | (bzr r7417) | ||||
| * | Fix #331864 | Diederik van Lierop | 2009-02-28 | 1 | -2/+17 |
| | | | | (bzr r7390) | ||||
| * | Snap guides to (intersections of) guides (closes bug #331143) | Diederik van Lierop | 2009-02-25 | 1 | -4/+10 |
| | | | | (bzr r7370) | ||||
| * | Move files from the src/dialogs/ directory to the places where they | Krzysztof Kosi??ski | 2009-02-21 | 1 | -22/+21 |
| | | | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337) | ||||
| * | quick ad-hoc fix to restore guide dragging | Maximilian Albert | 2009-01-27 | 1 | -1/+1 |
| | | | | (bzr r7189) | ||||
| * | display guide anchor on canvas; anchor and angle can be edited by mouse | Maximilian Albert | 2009-01-26 | 1 | -21/+99 |
| | | | | (bzr r7180) | ||||
| * | - The snap-delay mechanism should now be more robust. From now on, it must ↵ | Diederik van Lierop | 2009-01-25 | 1 | -10/+15 |
| | | | | | | | | be turned on and off explicitely within each context. This prevents delayed snapping events from being fired after the context or context's state has changed. - Creating single dots now snaps (bzr r7172) | ||||
| * | Switching tools based on tablet device now handles many devices of same type | Niko Kiirala | 2009-01-11 | 1 | -23/+22 |
| | | | | (bzr r7118) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -3/+4 |
| | | | | (bzr r6885) | ||||
| * | Yet another NR ==> Geom change | Maximilian Albert | 2008-09-18 | 1 | -7/+7 |
| | | | | (bzr r6840) | ||||
| * | Move all of the snapper code to 2geom | Diederik van Lierop | 2008-08-11 | 1 | -17/+17 |
| | | | | (bzr r6606) | ||||
| * | 2geomify a lot of NR::Points to Geom::Point | Johan B. C. Engelen | 2008-08-01 | 1 | -5/+5 |
| | | | | (bzr r6513) | ||||
| * | I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASK | MenTaLguY | 2008-07-08 | 1 | -1/+1 |
| | | | | (bzr r6222) | ||||
| * | enable motion hints for non-freehand actions | MenTaLguY | 2008-07-08 | 1 | -1/+1 |
| | | | | (bzr r6220) | ||||
| * | Add a centralized check (i.e. in the snapper mechanism) whether we've ↵ | Diederik van Lierop | 2008-05-12 | 1 | -8/+6 |
| | | | | | | 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) | ||||
| * | - Major refactoring of snapping related code... | Diederik van Lierop | 2008-04-30 | 1 | -17/+9 |
| | | | | | | - Enabling snap indicator for all remaining tools (bzr r5556) | ||||
| * | Make the eraser tool the default tool for an ERASER device | Jon A. Cruz | 2008-04-29 | 1 | -1/+1 |
| | | | | (bzr r5541) | ||||
| * | Refactor snapper and snapindicator (in order to enable the snapindicator in ↵ | Diederik van Lierop | 2008-04-07 | 1 | -4/+4 |
| | | | | | | the selector tool) (bzr r5374) | ||||
| * | new: guide snapping indicator! see if you like it, comments are always welcome! | Johan B. C. Engelen | 2008-03-03 | 1 | -0/+4 |
| | | | | (bzr r4945) | ||||
| * | remove flashing test indicator on pointparam. | Johan B. C. Engelen | 2008-03-02 | 1 | -4/+16 |
| | | | | | | | | | | remove some leftover code from point param code remove test pointparam from LPEKnot added SnapIndicator added SnapIndicator to SPDesktop, and a call from guidesnapping to display a snapindicator when a guide is snapped. fix canvas-temporary-item-list.cpp (bzr r4931) | ||||
| * | Simplified tool selection and remember tool per device during a session | Jon A. Cruz | 2008-02-27 | 1 | -23/+17 |
| | | | | (bzr r4883) | ||||
| * | Added preference UI item to toggle tablet tool switching | Jon A. Cruz | 2008-02-26 | 1 | -3/+5 |
| | | | | (bzr r4858) | ||||
| * | Initial cut of switching tools to match tablet input device. | Jon A. Cruz | 2008-02-26 | 1 | -0/+144 |
| | | | | (bzr r4857) | ||||
| * | Make guidelines quickly deletable by using Ctrl+click (is Ctrl a suitable ↵ | Maximilian Albert | 2008-01-27 | 1 | -0/+7 |
| | | | | | | modifier for this?) (bzr r4604) | ||||
| * | copyedit | bulia byak | 2008-01-25 | 1 | -1/+1 |
| | | | | (bzr r4591) | ||||
| * | angled guidelines: create angled line when dragging from edge of rulers | Johan B. C. Engelen | 2007-12-24 | 1 | -8/+24 |
| | | | | (bzr r4296) | ||||
| * | when dragging from rulers close to the edges, one gets 45 degree angled ↵ | Johan B. C. Engelen | 2007-12-23 | 1 | -4/+28 |
| | | | | | | guidelines. (bzr r4295) | ||||
| * | remember and use geom::point normal when dragging new guides | Johan B. C. Engelen | 2007-12-23 | 1 | -4/+6 |
| | | | | (bzr r4293) | ||||
| * | guidelines: minor corrections | Johan B. C. Engelen | 2007-12-20 | 1 | -1/+1 |
| | | | | | | add point reading to repr-util.cpp (bzr r4264) | ||||
| * | fix guide dragging | Johan B. C. Engelen | 2007-12-19 | 1 | -2/+2 |
| | | | | (bzr r4260) | ||||
| * | guides: switch from using one position coordinate to Geom::Point point_on_line | Johan B. C. Engelen | 2007-12-19 | 1 | -30/+15 |
| | | | | (bzr r4258) | ||||
| * | rename guide parameters to match snapping code naming convention. | Johan B. C. Engelen | 2007-12-19 | 1 | -2/+2 |
| | | | | | | start conversion to use point_on_line instead of position. (bzr r4257) | ||||
| * | start of getting angled guidelines. | Johan B. C. Engelen | 2007-12-16 | 1 | -1/+1 |
| | | | | | | | define guide's normal instead of vertical/horizontal. rendering is not implemented for angled guides yet. (bzr r4243) | ||||
| * | warning cleanup | Jon A. Cruz | 2007-11-02 | 1 | -1/+1 |
| | | | | (bzr r4012) | ||||
