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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-39
/
+39
*
Replace all deprecated gdk_keymap_get_default() with Gdk::Display::get_defaul...
Emmanuel Gil Peyrot
2018-06-12
1
-3
/
+4
*
Make ToolBase::cursor use gdkmm and smart pointers.
Emmanuel Gil Peyrot
2018-06-12
1
-19
/
+10
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-9
/
+9
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-9
/
+9
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-20
/
+23
*
GtkMM popup menu deprecation fixes
Alexander Valavanis
2017-12-26
1
-0
/
+5
*
Prevent snapping while space-panning
Duncan
2017-12-08
1
-1
/
+2
*
Rename get_group0_keyval to get_latin_keyval
Andrey Mozzhuhin
2017-10-05
1
-8
/
+8
*
Fix bug #1226962 - Keyboard shortcuts (hotkeys) not functional in some
Andrey Mozzhuhin
2017-10-05
1
-3
/
+36
*
Merge branch 'master' into shortcuts
Eduard Braun
2017-07-09
1
-41
/
+66
|
\
|
*
cursors: rm deprecated gtkstyle custom black/white
Alexander Valavanis
2017-07-05
1
-3
/
+1
|
*
Improving CR feedback. thanks!
Jabier Arraiza
2017-07-01
1
-4
/
+7
|
*
Finish add selectable knot shapes
Jabier Arraiza
2017-07-01
1
-6
/
+14
|
*
working on knots selection
Jabier Arraiza
2017-07-01
1
-1
/
+39
|
*
Hackfest: Refactor cursors so the hot spot is inside the xpm
Martin Owens
2017-06-30
1
-39
/
+16
|
*
Partial fix for menu items and split contextmenu into separate file
Alexander Valavanis
2017-06-27
1
-0
/
+1
*
|
Improve and simplify shortcut handling.
Eduard Braun
2017-06-23
1
-19
/
+10
|
/
*
Add canvas-rotate for rapid previewing canvas rotation.
Tavmjong Bah
2017-03-30
1
-50
/
+31
*
Add entry for canvas rotate step in Inkscape Preferences dialog.
Tavmjong Bah
2017-03-21
1
-2
/
+3
*
Add verbs for canvas rotation.
Tavmjong Bah
2017-03-21
1
-7
/
+7
*
Implement rotation via desktop to window affine.
Tavmjong Bah
2017-03-20
1
-474
/
+405
*
Replace rectangle based zooming by affine based zooming.
Tavmjong Bah
2017-03-13
1
-13
/
+13
*
Comented one of the shortcuts for doc rotate because bad response now interac...
Jabier Arraiza Cenoz
2017-01-25
1
-16
/
+16
*
Fix some bugs
Jabier Arraiza Cenoz
2016-11-07
1
-2
/
+4
*
Fix some bugs pointed by vlada
Jabier Arraiza Cenoz
2016-11-07
1
-8
/
+3
*
Fix a bug that allow to enter rotate mode with right click
Jabier Arraiza Cenoz
2016-11-06
1
-24
/
+15
*
Change modifier to enter rotate mode from SHIFT to CONTROL
Jabier Arraiza Cenoz
2016-11-05
1
-3
/
+3
*
Fix angle constrain, thanks to vlada, Mc and LiamW
Jabier Arraiza Cenoz
2016-11-01
1
-1
/
+1
*
Add some Vlava improvements from mailing list
Jabier Arraiza Cenoz
2016-11-01
1
-85
/
+154
|
\
*
|
Some bug fixes and improvements
Jabier Arraiza Cenoz
2016-10-25
1
-4
/
+0
*
|
Add right click rotation panning, some fixes
Jabier Arraiza Cenoz
2016-10-23
1
-1
/
+14
*
|
Add right click rotation panning
Jabier Arraiza Cenoz
2016-10-23
1
-6
/
+5
*
|
Add doc rotate with panning
Jabier Arraiza Cenoz
2016-10-23
1
-398
/
+395
|
\
|
*
|
Add right click attempt
Jabier Arraiza Cenoz
2016-10-23
1
-90
/
+126
*
|
Working with rotate preview
Jabier Arraiza Cenoz
2016-10-19
1
-2
/
+0
|
/
*
Merged trunk
Adrian Boguszewski
2016-08-09
1
-22
/
+0
|
\
|
*
End GTK+ 2 support and remove GDL fork
Alex Valavanis
2016-08-04
1
-22
/
+0
|
|
\
|
|
*
Finish removing GTK+ 2 fallbacks
Alex Valavanis
2016-07-28
1
-16
/
+0
|
|
*
Drop remaining GTKMM 2 fallback support
Alex Valavanis
2016-07-28
1
-6
/
+0
*
|
|
Merged trunk
Adrian Boguszewski
2016-08-03
1
-9
/
+1
|
\
|
|
|
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-9
/
+1
|
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-1
/
+9
|
*
|
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-9
/
+1
|
|
/
*
|
Merged trunk
Adrian Boguszewski
2016-07-22
1
-3
/
+2
|
\
|
|
*
Fixed null when selection contains more than one item
Adrian Boguszewski
2016-07-22
1
-1
/
+1
*
|
Added items as a range function
Adrian Boguszewski
2016-07-03
1
-2
/
+3
|
\
|
*
|
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
2016-06-25
1
-1
/
+1
|
/
*
Enabled using the context menu key additionally to the already working Shift+...
h-h-h
2016-06-10
1
-0
/
+5
*
cppification: GSList replaced by vectors (mostly related to gradients and mes...
Marc Jeanmougin
2015-12-06
1
-1
/
+1
[next]