summaryrefslogtreecommitdiffstats
path: root/src/desktop-events.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 1) When rotating a guide, don't try to snap when <ctrl> is pressed to constra...Diederik van Lierop2010-03-071-9/+17
* While dragging or rotating a guide, <shift>-key now disables snapping. (Just ...Diederik van Lierop2010-03-071-17/+24
* Make sure that guides always snap correctly when dropping them, and improve p...Diederik van Lierop2010-02-211-11/+5
* Noop: removing and updating comments, fixing indentationDiederik van Lierop2010-02-191-3/+0
* Implementation of snap delay mechanism for guidesDiederik van Lierop2010-02-141-10/+19
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-1/+1
* SPDocument->Documentjohnce2009-08-051-1/+1
* Snap guides to grids (fixes bug #170741)Diederik van Lierop2009-08-021-25/+4
* Make the snap delay mechanism easier to implement for the devs, and get rid o...Diederik van Lierop2009-07-181-26/+7
* Implement guide behaviour as discussed on the mailing listMaximilian Albert2009-07-161-61/+108
* change cursor over guide, snap with Ctrlbulia byak2009-06-221-2/+37
* When dragging the origin of a guide along that guide, we should use constrain...Diederik van Lierop2009-06-021-18/+32
* Whether we drag a guide's origin or rotate the guide around its origin is now...Diederik van Lierop2009-04-021-2/+2
* Fix a minor regression caused by one of my previous commits: the snap-window ...Diederik van Lierop2009-04-011-1/+1
* - Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2009-03-291-14/+14
* Fix bug #333762: snapping a guide while dragging/rotating, it always ends up ...Diederik van Lierop2009-03-131-1/+8
* A better fix for bug #331864 (snap-delay related)Diederik van Lierop2009-03-041-0/+9
* Fix #331864Diederik van Lierop2009-02-281-2/+17
* Snap guides to (intersections of) guides (closes bug #331143)Diederik van Lierop2009-02-251-4/+10
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-22/+21
* quick ad-hoc fix to restore guide draggingMaximilian Albert2009-01-271-1/+1
* display guide anchor on canvas; anchor and angle can be edited by mouseMaximilian Albert2009-01-261-21/+99
* - The snap-delay mechanism should now be more robust. From now on, it must be...Diederik van Lierop2009-01-251-10/+15
* Switching tools based on tablet device now handles many devices of same typeNiko Kiirala2009-01-111-23/+22
* From trunkTed Gould2008-10-271-3/+4
* Yet another NR ==> Geom changeMaximilian Albert2008-09-181-7/+7
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-17/+17
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-5/+5
* I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASKMenTaLguY2008-07-081-1/+1
* enable motion hints for non-freehand actionsMenTaLguY2008-07-081-1/+1
* Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...Diederik van Lierop2008-05-121-8/+6
* - Major refactoring of snapping related code...Diederik van Lierop2008-04-301-17/+9
* Make the eraser tool the default tool for an ERASER deviceJon A. Cruz2008-04-291-1/+1
* Refactor snapper and snapindicator (in order to enable the snapindicator in t...Diederik van Lierop2008-04-071-4/+4
* new: guide snapping indicator! see if you like it, comments are always welcome!Johan B. C. Engelen2008-03-031-0/+4
* remove flashing test indicator on pointparam.Johan B. C. Engelen2008-03-021-4/+16
* Simplified tool selection and remember tool per device during a sessionJon A. Cruz2008-02-271-23/+17
* Added preference UI item to toggle tablet tool switchingJon A. Cruz2008-02-261-3/+5
* Initial cut of switching tools to match tablet input device.Jon A. Cruz2008-02-261-0/+144
* Make guidelines quickly deletable by using Ctrl+click (is Ctrl a suitable mod...Maximilian Albert2008-01-271-0/+7
* copyeditbulia byak2008-01-251-1/+1
* angled guidelines: create angled line when dragging from edge of rulersJohan B. C. Engelen2007-12-241-8/+24
* when dragging from rulers close to the edges, one gets 45 degree angled guide...Johan B. C. Engelen2007-12-231-4/+28
* remember and use geom::point normal when dragging new guidesJohan B. C. Engelen2007-12-231-4/+6
* guidelines: minor correctionsJohan B. C. Engelen2007-12-201-1/+1
* fix guide draggingJohan B. C. Engelen2007-12-191-2/+2
* guides: switch from using one position coordinate to Geom::Point point_on_lineJohan B. C. Engelen2007-12-191-30/+15
* rename guide parameters to match snapping code naming convention.Johan B. C. Engelen2007-12-191-2/+2
* start of getting angled guidelines.Johan B. C. Engelen2007-12-161-1/+1
* warning cleanupJon A. Cruz2007-11-021-1/+1