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
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
2017-03-21
Add verbs for canvas rotation.
Tavmjong Bah
1
-7
/
+7
2017-03-20
Implement rotation via desktop to window affine.
Tavmjong Bah
1
-474
/
+405
2017-03-13
Replace rectangle based zooming by affine based zooming.
Tavmjong Bah
1
-13
/
+13
2017-01-25
Comented one of the shortcuts for doc rotate because bad response now interac...
Jabier Arraiza Cenoz
1
-16
/
+16
2016-11-07
Fix some bugs
Jabier Arraiza Cenoz
1
-2
/
+4
2016-11-07
Fix some bugs pointed by vlada
Jabier Arraiza Cenoz
1
-8
/
+3
2016-11-06
Fix a bug that allow to enter rotate mode with right click
Jabier Arraiza Cenoz
1
-24
/
+15
2016-11-05
Change modifier to enter rotate mode from SHIFT to CONTROL
Jabier Arraiza Cenoz
1
-3
/
+3
2016-11-01
Fix angle constrain, thanks to vlada, Mc and LiamW
Jabier Arraiza Cenoz
1
-1
/
+1
2016-10-25
Some bug fixes and improvements
Jabier Arraiza Cenoz
1
-4
/
+0
2016-10-23
Add right click rotation panning, some fixes
Jabier Arraiza Cenoz
1
-1
/
+14
2016-10-23
Add right click rotation panning
Jabier Arraiza Cenoz
1
-6
/
+5
2016-10-23
Add right click attempt
Jabier Arraiza Cenoz
1
-90
/
+126
2016-10-19
Working with rotate preview
Jabier Arraiza Cenoz
1
-2
/
+0
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-9
/
+1
2016-07-28
Finish removing GTK+ 2 fallbacks
Alex Valavanis
1
-16
/
+0
2016-07-28
Drop remaining GTKMM 2 fallback support
Alex Valavanis
1
-6
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+9
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-9
/
+1
2016-07-22
Fixed null when selection contains more than one item
Adrian Boguszewski
1
-1
/
+1
2016-06-25
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
1
-1
/
+1
2016-06-10
Enabled using the context menu key additionally to the already working Shift+...
h-h-h
1
-0
/
+5
2015-12-06
cppification: GSList replaced by vectors (mostly related to gradients and mes...
Marc Jeanmougin
1
-1
/
+1
2015-10-03
Fix for r14372 bug
Marc Jeanmougin
1
-1
/
+1
2015-09-17
Added a pref option to disable "spacebar panning". (default:enabled)
Marc Jeanmougin
1
-5
/
+4
2015-04-27
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
1
-4
/
+0
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-2
/
+2
2015-02-18
Just...
mc
1
-4
/
+2
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-1
/
+1
2014-12-21
Purge sp_desktop_canvas
Liam P. White
1
-8
/
+8
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-1
/
+1
2014-10-15
Fix strict build with Gtk+ 2
Tavmjong Bah
1
-1
/
+2
2014-10-05
Move more UI code into ui/
Liam P. White
1
-2
/
+2
2014-10-05
Move obvious ui component to ui/
Liam P. White
1
-1
/
+1
2014-08-24
Fix strict build with Gtk+ 2
Alex Valavanis
1
-1
/
+2
2014-08-07
Add in some debugging code that will complain when deleted knots are accessed...
Liam P. White
1
-0
/
+2
2014-07-19
Workarounds for crash bugs 1309050, 601336; will fix properly in experimental
Liam P. White
1
-6
/
+3
2014-03-29
Removed obsolete header file.
Markus Engel
1
-1
/
+1
2014-03-26
Cleaned up includes of tools / revert experimental casting macro replacements...
Markus Engel
1
-0
/
+1
2014-03-09
Fix random crashes when spraying in single path mode.
Krzysztof Kosi??ski
1
-6
/
+22
2014-03-02
Added some consts. Turned functions to member functions.
Markus Engel
1
-7
/
+6
[next]