summaryrefslogtreecommitdiffstats
path: root/src/desktop-events.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-18Fix for 171333 : Adjust icon for moving guides - Hand iconJohn Smith1-1/+1
2012-10-17Fix for 171333 : Adjust icon for moving guidesJohn Smith1-1/+10
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-0/+1
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-29/+1
2012-06-23Migrate to new device pointer API for GTK+ 3Alex Valavanis1-3/+22
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-1/+1
2012-06-01Fix for 951580 : Ruler click toggles guide visibilityJohn Smith1-9/+33
2012-05-27Get rid of remaining deprecated GdkDevice API usageAlex Valavanis1-0/+12
2012-05-18More GtkObject fixesAlex Valavanis1-0/+4
2012-05-12syntx of null pointer dereference checksKris De Gussem1-12/+14
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-63/+1
2012-04-17Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...Alex Valavanis1-5/+0
2012-04-15Get rid of remaining deprecated GDK Key symbolsAlex Valavanis1-7/+73
2012-04-09Replace deprecated gdk_window_get_pointerAlex Valavanis1-2/+8
2012-04-09Replace deprecated gdk_cursor_unrefAlex Valavanis1-0/+12
2012-04-04Warning cleanup.Jon A. Cruz1-1/+1
2012-02-15More header cleanup/fwd declarationsAlex Valavanis1-0/+1
2012-02-141) Add checkboxes for perpendicular and tangential snapping to the document p...Diederik van Lierop1-19/+48
2012-02-12Header cleaningAlex Valavanis1-1/+3
2012-01-14Enable tangential and perpendicular snapping to paths (in the node-tool, pen-...Diederik van Lierop1-4/+6
2012-01-10Reduce GTK compatibility ifdef complexity.Jon A. Cruz1-43/+28
2012-01-05Fix desktop-events backward compatAlex Valavanis1-0/+42
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-22/+22
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