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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rm unused code now Gtk+ >= 3.22 dependency is set
Alexander Valavanis
2019-05-26
1
-13
/
+4
*
Cursor changes with Guides updated (UI)
Nathan Lee
2019-04-13
1
-1
/
+5
*
desktop-widget: Make canvas private
Alexander Valavanis
2018-12-06
1
-241
/
+0
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-4
/
+0
*
New option to invert y-axis
Thomas Holder
2018-09-12
1
-2
/
+9
*
Move pixmaps to ui/pixmaps, and update the README accordingly.
Emmanuel Gil Peyrot
2018-06-21
1
-1
/
+1
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-11
/
+11
*
Make ToolBase::cursor use gdkmm and smart pointers.
Emmanuel Gil Peyrot
2018-06-12
1
-1
/
+1
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-2
/
+2
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-2
/
+2
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-16
/
+25
*
Rename get_group0_keyval to get_latin_keyval
Andrey Mozzhuhin
2017-10-05
1
-2
/
+2
*
update GdkSeat usage
Alexander Valavanis
2017-07-11
1
-1
/
+20
*
Hackfest: Refactor cursors so the hot spot is inside the xpm
Martin Owens
2017-06-30
1
-1
/
+1
*
Implement rotation via desktop to window affine.
Tavmjong Bah
2017-03-20
1
-4
/
+0
*
Disable rotate guides in doc rotation
Jabiertxof
2017-02-04
1
-3
/
+3
*
Add some Vlava improvements from mailing list
Jabier Arraiza Cenoz
2016-11-01
1
-0
/
+4
*
Use Gdk::Seat instead of Gdk::DeviceManager
Alex Henrie
2016-08-08
1
-1
/
+11
*
Finish removing GTK+ 2 fallbacks
Alex Valavanis
2016-07-28
1
-39
/
+7
*
Drop remaining GTKMM 2 fallback support
Alex Valavanis
2016-07-28
1
-3
/
+1
*
desktop-events: Fix deprecated GdkCursor API
Alex Valavanis
2016-04-11
1
-26
/
+23
*
Fixes UX pointed in suv review
Jabier Arraiza Cenoz
2015-12-06
1
-0
/
+3
*
Changed from Desktop to namedview to handle multiples documents
Jabier Arraiza Cenoz
2015-12-05
1
-6
/
+7
*
Add global lock guides to the rulers
Jabier Arraiza Cenoz
2015-12-03
1
-1
/
+3
*
Added no highlight and cross icon on locked guides
Jabier Arraiza Cenoz
2015-12-03
1
-0
/
+3
*
2Geom sync - initial commit
Krzysztof Kosi??ski
2015-04-27
1
-2
/
+2
*
desktop-events: Get rid of GList usage.
Alex Valavanis
2015-02-12
1
-20
/
+21
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
1
-5
/
+5
*
Purge sp_desktop_canvas
Liam P. White
2014-12-21
1
-5
/
+5
*
Correct guide placement when created by dragging onto canvas or by creating g...
Tavmjong Bah
2014-11-26
1
-1
/
+12
*
Move more UI code into ui/
Liam P. White
2014-10-05
1
-1
/
+1
*
Refactor SPGuide to use more C++
Liam P. White
2014-10-04
1
-24
/
+34
*
Remove misleading dialogs directory
Liam P. White
2014-09-02
1
-1
/
+1
*
Replaced some abs/fabs with std::abs.
Markus Engel
2014-07-22
1
-2
/
+2
*
Fixed some unused variables warnings.
Markus Engel
2014-07-22
1
-1
/
+0
*
Remove Snap menu item and improve grid menu item text
Martin Owens
2014-03-26
1
-0
/
+1
*
add another break. It is not strictly necessary here, but who knows what code...
Johan B. C. Engelen
2014-01-10
1
-0
/
+1
*
Stop button_release events causing an enter_notify with a simple break. Fixes...
Martin Owens
2014-01-10
1
-0
/
+1
*
Moved and renamed some tool-related files.
Markus Engel
2013-11-09
1
-1
/
+1
*
First step of moving tools into appropriate namespaces.
Markus Engel
2013-11-07
1
-5
/
+5
*
Ported away from and removed "sp-metrics.*".
Matthew Petroff
2013-07-20
1
-1
/
+0
*
Removed "helper/unit-menu.h" and "helper/units.h" from "desktop-events.cpp".
Matthew Petroff
2013-07-19
1
-2
/
+0
*
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
2013-03-25
1
-1
/
+1
*
Migrate ruler position tracking to new track_widget API
Alex Valavanis
2013-01-27
1
-3
/
+0
*
Fix for 171333 : Adjust icon for moving guides - Hand icon
John Smith
2012-10-18
1
-1
/
+1
*
Fix for 171333 : Adjust icon for moving guides
John Smith
2012-10-17
1
-1
/
+10
*
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
2012-10-04
1
-0
/
+1
*
Drop GTK+ 2.20 support.
Alex Valavanis
2012-07-05
1
-29
/
+1
*
Migrate to new device pointer API for GTK+ 3
Alex Valavanis
2012-06-23
1
-3
/
+22
[next]