index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
desktop-events.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-10-18
Fix for 171333 : Adjust icon for moving guides - Hand icon
John Smith
1
-1
/
+1
2012-10-17
Fix for 171333 : Adjust icon for moving guides
John Smith
1
-1
/
+10
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-0
/
+1
2012-07-05
Drop GTK+ 2.20 support.
Alex Valavanis
1
-29
/
+1
2012-06-23
Migrate to new device pointer API for GTK+ 3
Alex Valavanis
1
-3
/
+22
2012-06-09
Stop deriving SPCanvasItem from GtkObject
Alex Valavanis
1
-1
/
+1
2012-06-01
Fix for 951580 : Ruler click toggles guide visibility
John Smith
1
-9
/
+33
2012-05-27
Get rid of remaining deprecated GdkDevice API usage
Alex Valavanis
1
-0
/
+12
2012-05-18
More GtkObject fixes
Alex Valavanis
1
-0
/
+4
2012-05-12
syntx of null pointer dereference checks
Kris De Gussem
1
-12
/
+14
2012-05-03
Eliminated duplication of GTK key defines.
Jon A. Cruz
1
-63
/
+1
2012-04-17
Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...
Alex Valavanis
1
-5
/
+0
2012-04-15
Get rid of remaining deprecated GDK Key symbols
Alex Valavanis
1
-7
/
+73
2012-04-09
Replace deprecated gdk_window_get_pointer
Alex Valavanis
1
-2
/
+8
2012-04-09
Replace deprecated gdk_cursor_unref
Alex Valavanis
1
-0
/
+12
2012-04-04
Warning cleanup.
Jon A. Cruz
1
-1
/
+1
2012-02-15
More header cleanup/fwd declarations
Alex Valavanis
1
-0
/
+1
2012-02-14
1) Add checkboxes for perpendicular and tangential snapping to the document p...
Diederik van Lierop
1
-19
/
+48
2012-02-12
Header cleaning
Alex Valavanis
1
-1
/
+3
2012-01-14
Enable tangential and perpendicular snapping to paths (in the node-tool, pen-...
Diederik van Lierop
1
-4
/
+6
2012-01-10
Reduce GTK compatibility ifdef complexity.
Jon A. Cruz
1
-43
/
+28
2012-01-05
Fix desktop-events backward compat
Alex Valavanis
1
-0
/
+42
2012-01-03
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
1
-22
/
+22
2011-10-03
Another minor pass of Doxygen cleanup.
Jon A. Cruz
1
-2
/
+3
2011-06-26
Gtk cleanup: gtk_object_get_data
Alex Valavanis
1
-1
/
+1
2011-06-23
Remove more of libnr
Krzysztof Kosi??ski
1
-9
/
+9
2011-06-15
add preference for relative guideline rotation snapping (see rev 10303)
Johan B. C. Engelen
1
-8
/
+20
2011-06-14
shift+ctrl dragging a guideline: fix to snap to angles with original angle as...
Johan B. C. Engelen
1
-9
/
+14
2011-05-18
Adding inkscape:label parameter to guidelines so that our guidelanes can disp...
Felipe Corr??a da Silva Sanches
1
-1
/
+1
2011-02-20
Pass removing some outdated C-macro use.
Jon A. Cruz
1
-1
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-08-11
XML Privatisation Stuff after a long time
Abhishek Sharma public
1
-4
/
+7
2010-08-11
Clear pointers in the snapmanager if they're no longer needed.
Diederik van Lierop
1
-4
/
+8
2010-07-19
- do not use shift to disable snapping while holding shift to rotate a guide
Diederik van Lierop
1
-8
/
+6
2010-07-18
- do not use shift to disable snapping while holding shift to rotate a guide
Diederik van Lierop
1
-8
/
+6
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-4
/
+4
2010-03-07
1) When rotating a guide, don't try to snap when <ctrl> is pressed to constra...
Diederik van Lierop
1
-9
/
+17
2010-03-07
While dragging or rotating a guide, <shift>-key now disables snapping. (Just ...
Diederik van Lierop
1
-17
/
+24
2010-02-21
Make sure that guides always snap correctly when dropping them, and improve p...
Diederik van Lierop
1
-11
/
+5
2010-02-19
Noop: removing and updating comments, fixing indentation
Diederik van Lierop
1
-3
/
+0
2010-02-14
Implementation of snap delay mechanism for guides
Diederik van Lierop
1
-10
/
+19
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-1
/
+1
2009-08-05
SPDocument->Document
johnce
1
-1
/
+1
2009-08-02
Snap guides to grids (fixes bug #170741)
Diederik van Lierop
1
-25
/
+4
2009-07-18
Make the snap delay mechanism easier to implement for the devs, and get rid o...
Diederik van Lierop
1
-26
/
+7
2009-07-16
Implement guide behaviour as discussed on the mailing list
Maximilian Albert
1
-61
/
+108
2009-06-22
change cursor over guide, snap with Ctrl
bulia byak
1
-2
/
+37
2009-06-02
When dragging the origin of a guide along that guide, we should use constrain...
Diederik van Lierop
1
-18
/
+32
2009-04-02
Whether we drag a guide's origin or rotate the guide around its origin is now...
Diederik van Lierop
1
-2
/
+2
2009-04-01
Fix a minor regression caused by one of my previous commits: the snap-window ...
Diederik van Lierop
1
-1
/
+1
[next]