index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
tools
/
tool-base.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-18
Selectively disable motion event compression for specific tools
Patrick Storz
1
-0
/
+17
2019-10-27
Remove delay on desktop switch
Jabier Arraiza
1
-3
/
+0
2019-10-11
Fix issue on lagging space panning and resizing canvas pointed br @ede123 in ...
Jabier Arraiza
1
-0
/
+3
2019-08-16
fix #385 inbox#765 macOS accelerators
Thomas Holder
1
-0
/
+19
2019-08-03
Updating to master
Jabier Arraiza
1
-4
/
+0
2019-08-03
update to master
Jabier Arraiza
1
-4
/
+0
2019-08-03
Fix a issue pointed by Nathan in gitlab
Jabier Arraiza
1
-0
/
+8
2019-08-02
Remove line height code and ficx coding style
Jabiertxof
1
-8
/
+6
2019-08-02
Allow tools sensitive when overflow canvas area also fix a bug i couldent rem...
Jabiertxof
1
-0
/
+10
2019-07-31
fix compiling issues
Jabier Arraiza
1
-8
/
+2
2019-07-31
fix coding style
Jabiertxof
1
-4
/
+3
2019-07-31
Allow update mouse state when motion
Jabiertxof
1
-46
/
+27
2019-07-31
Fix codding style
Jabiertxof
1
-4
/
+7
2019-07-31
Improvements to event tool handler
Jabiertxof
1
-13
/
+85
2019-07-31
Final fix of issue https://gitlab.com/inkscape/inbox/issues/707 Object disapp...
Jabiertxof
1
-1
/
+8
2019-07-28
Fix for bug https://gitlab.com/inkscape/inbox/issues/699
Jabiertxof
1
-0
/
+15
2019-05-26
Rm unused code now Gtk+ >= 3.22 dependency is set
Alexander Valavanis
1
-16
/
+6
2019-03-22
Revert Ctrl+Up/Down direction to 0.92.4 behaviour
Nathan Lee
1
-2
/
+2
2019-03-20
removing typo on previous commit, thanks Mc
Jabiertxof
1
-1
/
+0
2019-03-20
Avoid cancel dragging a item when right click presed
Jabiertxof
1
-0
/
+1
2018-12-28
SPDesktopWidget: Migrate ruler events to sigc++
Alexander Valavanis
1
-2
/
+2
2018-12-06
desktop-widget: Make canvas private
Alexander Valavanis
1
-2
/
+2
2018-12-03
Use std::unique_ptr for all MessageContext
Emmanuel Gil Peyrot
1
-3
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-11-01
ToolBase::root_handler: fix keyboard movement for KEY_Up and KEY_Down events
Antonio Ospite
1
-4
/
+4
2018-10-01
Move macros.h and remove unneeded macros
Eduard Braun
1
-1
/
+1
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-10-01
Move GTKMM_CHECK_VERSION from config.h to it's own header
Eduard Braun
1
-0
/
+2
2018-09-21
adjust GDK_SCROLL_SMOOTH for MacBook Trackpad
Thomas Holder
1
-1
/
+21
2018-09-13
Fix horizontal scrolling direction when using smooth scrolling
Eduard Braun
1
-1
/
+1
2018-09-11
Support smooth scrolling (part 1)
Eduard Braun
1
-5
/
+31
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-39
/
+39
2018-06-12
Replace all deprecated gdk_keymap_get_default() with Gdk::Display::get_defaul...
Emmanuel Gil Peyrot
1
-3
/
+4
2018-06-12
Make ToolBase::cursor use gdkmm and smart pointers.
Emmanuel Gil Peyrot
1
-19
/
+10
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-9
/
+9
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-9
/
+9
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-20
/
+23
2017-12-26
GtkMM popup menu deprecation fixes
Alexander Valavanis
1
-0
/
+5
2017-12-08
Prevent snapping while space-panning
Duncan
1
-1
/
+2
2017-10-05
Rename get_group0_keyval to get_latin_keyval
Andrey Mozzhuhin
1
-8
/
+8
2017-10-05
Fix bug #1226962 - Keyboard shortcuts (hotkeys) not functional in some
Andrey Mozzhuhin
1
-3
/
+36
2017-07-05
cursors: rm deprecated gtkstyle custom black/white
Alexander Valavanis
1
-3
/
+1
2017-07-01
Improving CR feedback. thanks!
Jabier Arraiza
1
-4
/
+7
2017-07-01
Finish add selectable knot shapes
Jabier Arraiza
1
-6
/
+14
2017-07-01
working on knots selection
Jabier Arraiza
1
-1
/
+39
2017-06-30
Hackfest: Refactor cursors so the hot spot is inside the xpm
Martin Owens
1
-39
/
+16
2017-06-27
Partial fix for menu items and split contextmenu into separate file
Alexander Valavanis
1
-0
/
+1
2017-06-23
Improve and simplify shortcut handling.
Eduard Braun
1
-19
/
+10
2017-03-30
Add canvas-rotate for rapid previewing canvas rotation.
Tavmjong Bah
1
-50
/
+31
2017-03-21
Add entry for canvas rotate step in Inkscape Preferences dialog.
Tavmjong Bah
1
-2
/
+3
[next]