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
/
pen-tool.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-06-21
Move pixmaps to ui/pixmaps, and update the README accordingly.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-35
/
+35
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-1
/
+1
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-1
/
+1
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-20
/
+25
2017-12-25
Fix start anchors
Jabier Arraiza
1
-1
/
+1
2017-12-05
Add fix to problem switching pen tool modes
Jabier Arraiza
1
-96
/
+49
2017-12-04
Add fix to problem switching pen tool modes
Jabier Arraiza
1
-96
/
+49
2017-12-01
Cleaninng
Jabier Arraiza
1
-61
/
+91
2017-11-28
Working on BSPline interpolator
Jabier Arraiza
1
-91
/
+61
2017-10-05
Rename get_group0_keyval to get_latin_keyval
Andrey Mozzhuhin
1
-1
/
+1
2017-10-01
Removed all GSList occurences in .h files
Marc Jeanmougin
1
-29
/
+25
2017-09-21
Remove remaining usage of GString in ui/tools/*
Jan Lingscheid
1
-3
/
+2
2017-08-28
Allow pressure in pencil in the tree modes, bezier, bspline and spiro
Jabier Arraiza
1
-0
/
+1
2017-08-25
Starting with powerpencil
Jabier Arraiza
1
-2
/
+2
2017-08-13
Add Alt modifier to allow move ultimate point in BSpline and Spiro pen tools
Jabier Arraiza
1
-45
/
+125
2017-06-30
Hackfest: Refactor cursors so the hot spot is inside the xpm
Martin Owens
1
-3
/
+3
2017-06-23
Improve and simplify shortcut handling.
Eduard Braun
1
-7
/
+1
2016-11-05
Fix bug:1639083 crach closing segment with shortcut LPE
Jabier Arraiza Cenoz
1
-24
/
+24
2016-10-24
CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...
Marc Jeanmougin
1
-1
/
+1
2016-08-29
Partial fix for bug 172063 while we find a better solution for XOR in helper ...
Jabier Arraiza Cenoz
1
-11
/
+11
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-12
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+12
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-12
/
+0
2016-03-20
Update status bar text and remove spare Geom Point variable.
Martin Owens
1
-8
/
+7
2016-03-20
Add Shift+Enter path complete and larger square node on mouse over.
Martin Owens
1
-1
/
+13
2015-08-14
A bit more refactor of BSPline tool. Still the bug duplicating end node :(
Jabier Arraiza Cenoz
1
-1
/
+1
2015-08-13
Refactor of BSPline code attemping to fix the duplicate end node bug, not sur...
Jabier Arraiza Cenoz
1
-2
/
+3
2015-08-06
Refactor BSPline and Spiro to remove duplicated functions
Jabier Arraiza Cenoz
1
-253
/
+2
2015-07-25
Fix snapping of start point of path when holding the CTRL key in the Bézier ...
Diederik van Lierop
1
-0
/
+3
2015-07-10
Fix a bug continuing a bezier path whith a LPE one like spiro or bspline
Jabier Arraiza Cenoz
1
-7
/
+14
2015-05-08
fixes a few of jenkins warnings
Marc Jeanmougin
1
-11
/
+4
2015-04-27
2Geom sync - initial commit
Krzysztof Kosi??ski
1
-10
/
+9
2015-04-10
Fix coding style issues in bspline/spirolive code
Jabier Arraiza Cenoz
1
-200
/
+207
2015-03-19
ui/tools: sp. fixes (cosmetic)
Bryce Harrington
1
-2
/
+2
2015-02-25
Strip ToolFactory
Liam P. White
1
-9
/
+0
2015-01-12
Fixing build error on Ubuntu (GThread error due to include ordering).
Nicolas Dufour
1
-2
/
+3
2015-01-12
Undo. Partial fix for Bug #171990 (pen tool commit for each node for more gra...
Jeremiah Darais
1
-85
/
+106
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_controls
Liam P. White
1
-4
/
+4
2014-12-21
Purge sp_desktop_sketch and sp_desktop_tempgroup
Liam P. White
1
-3
/
+3
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-3
/
+3
2014-12-04
Fix snapping bug in pen tool
Diederik van Lierop
1
-3
/
+7
2014-11-24
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
1
-1
/
+1
2014-10-05
Move more UI code into ui/
Liam P. White
1
-3
/
+3
2014-09-27
Update to experimental r13565
Liam P. White
1
-161
/
+145
2014-09-24
A bit refactor, remove some old vars
Jabier Arraiza Cenoz
1
-9
/
+6
2014-09-24
Change colors of helper paths also in middle draw when change the mode -spiro...
root
1
-0
/
+1
2014-09-24
Show the helper curves in pen tool with the color of the current layer define...
Jabier Arraiza Cenoz
1
-29
/
+17
[next]