summaryrefslogtreecommitdiffstats
path: root/src/desktop-events.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-2/+3
2011-06-26Gtk cleanup: gtk_object_get_dataAlex Valavanis1-1/+1
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-9/+9
2011-06-15add preference for relative guideline rotation snapping (see rev 10303)Johan B. C. Engelen1-8/+20
2011-06-14shift+ctrl dragging a guideline: fix to snap to angles with original angle as...Johan B. C. Engelen1-9/+14
2011-05-18Adding inkscape:label parameter to guidelines so that our guidelanes can disp...Felipe Corr??a da Silva Sanches1-1/+1
2011-02-20Pass removing some outdated C-macro use.Jon A. Cruz1-1/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-11XML Privatisation Stuff after a long timeAbhishek Sharma public1-4/+7
2010-08-11Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop1-4/+8
2010-07-19- do not use shift to disable snapping while holding shift to rotate a guideDiederik van Lierop1-8/+6
2010-07-18- do not use shift to disable snapping while holding shift to rotate a guideDiederik van Lierop1-8/+6
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-4/+4
2010-03-071) When rotating a guide, don't try to snap when <ctrl> is pressed to constra...Diederik van Lierop1-9/+17
2010-03-07While dragging or rotating a guide, <shift>-key now disables snapping. (Just ...Diederik van Lierop1-17/+24
2010-02-21Make sure that guides always snap correctly when dropping them, and improve p...Diederik van Lierop1-11/+5
2010-02-19Noop: removing and updating comments, fixing indentationDiederik van Lierop1-3/+0
2010-02-14Implementation of snap delay mechanism for guidesDiederik van Lierop1-10/+19
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-08-02Snap guides to grids (fixes bug #170741)Diederik van Lierop1-25/+4
2009-07-18Make the snap delay mechanism easier to implement for the devs, and get rid o...Diederik van Lierop1-26/+7
2009-07-16Implement guide behaviour as discussed on the mailing listMaximilian Albert1-61/+108
2009-06-22change cursor over guide, snap with Ctrlbulia byak1-2/+37
2009-06-02When dragging the origin of a guide along that guide, we should use constrain...Diederik van Lierop1-18/+32
2009-04-02Whether we drag a guide's origin or rotate the guide around its origin is now...Diederik van Lierop1-2/+2
2009-04-01Fix a minor regression caused by one of my previous commits: the snap-window ...Diederik van Lierop1-1/+1
2009-03-29- Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop1-14/+14
2009-03-13Fix bug #333762: snapping a guide while dragging/rotating, it always ends up ...Diederik van Lierop1-1/+8
2009-03-04A better fix for bug #331864 (snap-delay related)Diederik van Lierop1-0/+9
2009-02-28Fix #331864Diederik van Lierop1-2/+17
2009-02-25Snap guides to (intersections of) guides (closes bug #331143)Diederik van Lierop1-4/+10
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-22/+21
2009-01-27quick ad-hoc fix to restore guide draggingMaximilian Albert1-1/+1
2009-01-26display guide anchor on canvas; anchor and angle can be edited by mouseMaximilian Albert1-21/+99
2009-01-25- The snap-delay mechanism should now be more robust. From now on, it must be...Diederik van Lierop1-10/+15
2009-01-11Switching tools based on tablet device now handles many devices of same typeNiko Kiirala1-23/+22
2008-10-27From trunkTed Gould1-3/+4
2008-09-18Yet another NR ==> Geom changeMaximilian Albert1-7/+7
2008-08-11Move all of the snapper code to 2geomDiederik van Lierop1-17/+17
2008-08-012geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen1-5/+5
2008-07-08I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASKMenTaLguY1-1/+1
2008-07-08enable motion hints for non-freehand actionsMenTaLguY1-1/+1
2008-05-12Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...Diederik van Lierop1-8/+6
2008-04-30- Major refactoring of snapping related code...Diederik van Lierop1-17/+9
2008-04-29Make the eraser tool the default tool for an ERASER deviceJon A. Cruz1-1/+1
2008-04-07Refactor snapper and snapindicator (in order to enable the snapindicator in t...Diederik van Lierop1-4/+4
2008-03-03new: guide snapping indicator! see if you like it, comments are always welcome!Johan B. C. Engelen1-0/+4
2008-03-02remove flashing test indicator on pointparam.Johan B. C. Engelen1-4/+16
2008-02-27Simplified tool selection and remember tool per device during a sessionJon A. Cruz1-23/+17