summaryrefslogtreecommitdiffstats
path: root/src/desktop-events.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-1/+1
* Fix for 951580 : Ruler click toggles guide visibilityJohn Smith2012-06-011-9/+33
* Get rid of remaining deprecated GdkDevice API usageAlex Valavanis2012-05-271-0/+12
* More GtkObject fixesAlex Valavanis2012-05-181-0/+4
* syntx of null pointer dereference checksKris De Gussem2012-05-121-12/+14
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-63/+1
* Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...Alex Valavanis2012-04-171-5/+0
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-7/+73
* Replace deprecated gdk_window_get_pointerAlex Valavanis2012-04-091-2/+8
* Replace deprecated gdk_cursor_unrefAlex Valavanis2012-04-091-0/+12
* Warning cleanup.Jon A. Cruz2012-04-041-1/+1
* More header cleanup/fwd declarationsAlex Valavanis2012-02-151-0/+1
* 1) Add checkboxes for perpendicular and tangential snapping to the document p...Diederik van Lierop2012-02-141-19/+48
* Header cleaningAlex Valavanis2012-02-121-1/+3
* Enable tangential and perpendicular snapping to paths (in the node-tool, pen-...Diederik van Lierop2012-01-141-4/+6
* Reduce GTK compatibility ifdef complexity.Jon A. Cruz2012-01-101-43/+28
* Fix desktop-events backward compatAlex Valavanis2012-01-051-0/+42
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-22/+22
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
* Merge from trunkKrzysztof Kosi??ski2011-07-061-1/+1
|\
| * Gtk cleanup: gtk_object_get_dataAlex Valavanis2011-06-261-1/+1
* | Remove more of libnrKrzysztof Kosi??ski2011-06-231-9/+9
|/
* add preference for relative guideline rotation snapping (see rev 10303)Johan B. C. Engelen2011-06-151-8/+20
* shift+ctrl dragging a guideline: fix to snap to angles with original angle as...Johan B. C. Engelen2011-06-141-9/+14
* Adding inkscape:label parameter to guidelines so that our guidelanes can disp...Felipe Corr??a da Silva Sanches2011-05-181-1/+1
* Pass removing some outdated C-macro use.Jon A. Cruz2011-02-201-1/+1
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-9/+10
|\
| * XML Privatisation Stuff after a long timeAbhishek Sharma public2010-08-111-4/+7
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-4/+4
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop2010-08-111-4/+8
* | - do not use shift to disable snapping while holding shift to rotate a guideDiederik van Lierop2010-07-181-8/+6
|/
* 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