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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Selectively disable motion event compression for specific tools
Patrick Storz
2019-11-18
1
-0
/
+2
*
Fixes to regresion pointed in RC about text and tooltips
Jabier Arraiza
2019-08-10
1
-3
/
+2
*
fix coding style
Jabiertxof
2019-07-31
1
-4
/
+3
*
Allow update mouse state when motion
Jabiertxof
2019-07-31
1
-3
/
+1
*
Fix codding style
Jabiertxof
2019-07-31
1
-6
/
+6
*
Improvements to event tool handler
Jabiertxof
2019-07-31
1
-5
/
+6
*
Final fix of issue https://gitlab.com/inkscape/inbox/issues/707 Object disapp...
Jabiertxof
2019-07-31
1
-1
/
+1
*
clang-tidy recent changes
Alexander Valavanis
2019-02-01
1
-2
/
+3
*
Use std::unique_ptr for all MessageContext
Emmanuel Gil Peyrot
2018-12-03
1
-3
/
+4
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-3
/
+3
*
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Merge branch 'clang-tidy-delete-pass' of gitlab.com:linkmauve/inkscape
Marc Jeanmougin
2018-06-14
1
-2
/
+2
|
\
|
*
Run clang-tidy’s modernize-use-equals-delete pass.
Emmanuel Gil Peyrot
2018-06-12
1
-2
/
+2
*
|
Make ToolBase::cursor use gdkmm and smart pointers.
Emmanuel Gil Peyrot
2018-06-12
1
-1
/
+2
|
/
*
Rename get_group0_keyval to get_latin_keyval
Andrey Mozzhuhin
2017-10-05
1
-1
/
+1
*
Fix bug #1226962 - Keyboard shortcuts (hotkeys) not functional in some
Andrey Mozzhuhin
2017-10-05
1
-0
/
+1
*
Merge branch 'master' into shortcuts
Eduard Braun
2017-07-09
1
-8
/
+7
|
\
|
*
working on knots selection
Jabier Arraiza
2017-07-01
1
-4
/
+6
|
*
Hackfest: Refactor cursors so the hot spot is inside the xpm
Martin Owens
2017-06-30
1
-4
/
+1
*
|
Improve and simplify shortcut handling.
Eduard Braun
2017-06-23
1
-1
/
+1
|
/
*
Add some Vlava improvements from mailing list
Jabier Arraiza Cenoz
2016-11-01
1
-0
/
+1
*
Make persistence of snap indicator configurable, and clean up the snapping ta...
Diederik van Lierop
2015-07-24
1
-1
/
+6
*
Move more UI code into ui/
Liam P. White
2014-10-05
1
-1
/
+3
*
Removed obsolete header file.
Markus Engel
2014-03-29
1
-1
/
+1
*
Cleaned up includes of tools / revert experimental casting macro replacements...
Markus Engel
2014-03-26
1
-43
/
+49
*
Fix random crashes when spraying in single path mode.
Krzysztof Kosi??ski
2014-03-09
1
-1
/
+3
*
Derive ToolBase from sigc::trackable for easier slot management.
Krzysztof Kosi??ski
2014-03-05
1
-1
/
+4
*
Added some consts. Turned functions to member functions.
Markus Engel
2014-03-02
1
-0
/
+5
*
Added template functions as a casting-macro replacement.
Markus Engel
2014-02-26
1
-1
/
+23
*
Made constructors of tools use initializer lists.
Markus Engel
2014-02-26
1
-2
/
+6
*
Move dragging undo block from tools-base to canvas. Regarding bug #168695
Martin Owens
2014-01-21
1
-1
/
+0
*
Revert changes from r12959 and r12955, impliment new stratedgy to fix bug #16...
Martin Owens
2014-01-20
1
-1
/
+2
*
Try another fix for the undo when dragging bug #168695
Martin Owens
2014-01-19
1
-0
/
+1
*
Clean up some tool related things.
Markus Engel
2013-11-12
1
-24
/
+9
*
Moved and renamed some tool-related files.
Markus Engel
2013-11-09
1
-0
/
+244