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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-18
Selectively disable motion event compression for specific tools
Patrick Storz
1
-0
/
+2
2019-08-10
Fixes to regresion pointed in RC about text and tooltips
Jabier Arraiza
1
-3
/
+2
2019-07-31
fix coding style
Jabiertxof
1
-4
/
+3
2019-07-31
Allow update mouse state when motion
Jabiertxof
1
-3
/
+1
2019-07-31
Fix codding style
Jabiertxof
1
-6
/
+6
2019-07-31
Improvements to event tool handler
Jabiertxof
1
-5
/
+6
2019-07-31
Final fix of issue https://gitlab.com/inkscape/inbox/issues/707 Object disapp...
Jabiertxof
1
-1
/
+1
2019-02-01
clang-tidy recent changes
Alexander Valavanis
1
-2
/
+3
2018-12-03
Use std::unique_ptr for all MessageContext
Emmanuel Gil Peyrot
1
-3
/
+4
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-06-18
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-3
/
+3
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-12
Make ToolBase::cursor use gdkmm and smart pointers.
Emmanuel Gil Peyrot
1
-1
/
+2
2018-06-12
Run clang-tidy’s modernize-use-equals-delete pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2017-10-05
Rename get_group0_keyval to get_latin_keyval
Andrey Mozzhuhin
1
-1
/
+1
2017-10-05
Fix bug #1226962 - Keyboard shortcuts (hotkeys) not functional in some
Andrey Mozzhuhin
1
-0
/
+1
2017-07-01
working on knots selection
Jabier Arraiza
1
-4
/
+6
2017-06-30
Hackfest: Refactor cursors so the hot spot is inside the xpm
Martin Owens
1
-4
/
+1
2017-06-23
Improve and simplify shortcut handling.
Eduard Braun
1
-1
/
+1
2015-07-24
Make persistence of snap indicator configurable, and clean up the snapping ta...
Diederik van Lierop
1
-1
/
+6
2014-10-05
Move more UI code into ui/
Liam P. White
1
-1
/
+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
-43
/
+49
2014-03-09
Fix random crashes when spraying in single path mode.
Krzysztof Kosi??ski
1
-1
/
+3
2014-03-05
Derive ToolBase from sigc::trackable for easier slot management.
Krzysztof Kosi??ski
1
-1
/
+4
2014-03-02
Added some consts. Turned functions to member functions.
Markus Engel
1
-0
/
+5
2014-02-26
Added template functions as a casting-macro replacement.
Markus Engel
1
-1
/
+23
2014-02-26
Made constructors of tools use initializer lists.
Markus Engel
1
-2
/
+6
2014-01-21
Move dragging undo block from tools-base to canvas. Regarding bug #168695
Martin Owens
1
-1
/
+0
2014-01-20
Revert changes from r12959 and r12955, impliment new stratedgy to fix bug #16...
Martin Owens
1
-1
/
+2
2014-01-19
Try another fix for the undo when dragging bug #168695
Martin Owens
1
-0
/
+1
2013-11-12
Clean up some tool related things.
Markus Engel
1
-24
/
+9
2013-11-09
Moved and renamed some tool-related files.
Markus Engel
1
-0
/
+0
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-29
/
+38
2013-09-15
Added runtime check in SP_-cast macros.
Markus Engel
1
-1
/
+1
2013-09-14
Modified SP_IS_ macros.
Markus Engel
1
-1
/
+1
2013-07-31
Cleaned up a bit; fixed struct vs. class forward declarations.
Markus Engel
1
-1
/
+1
2013-07-31
Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.
Markus Engel
1
-2
/
+2
2013-07-30
Further refactoring of EventContexts.
Markus Engel
1
-9
/
+12
2013-04-21
Removed some unused files; more refactoring in EventContext tree.
Markus Engel
1
-24
/
+18
2013-04-21
More cleaning.
Markus Engel
1
-2
/
+10
2013-04-21
Cleaned up a bit.
Markus Engel
1
-11
/
+7
2013-04-20
Merging of EventContext classes complete.
Markus Engel
1
-37
/
+3
2013-04-20
Further changes to EventContexts; they work without GObject
Markus Engel
1
-3
/
+25
2013-04-13
Replaced casting macros for EventContext tree; added contructors.
Markus Engel
1
-2
/
+9
2013-04-12
Added prefPaths to contexts; modified SPFactory
Markus Engel
1
-1
/
+1
2013-04-09
Added constructors to EventContext tree / some missing virtual pads.
Markus Engel
1
-7
/
+8
2013-04-08
Started conversion of SPEventContext tree; added virtual pads to all classes.
Markus Engel
1
-1
/
+23
2013-03-19
Fixing regression
jtx
1
-1
/
+1
[next]