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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make paraxial have a free starting angle.
Martin Owens
2019-11-12
1
-39
/
+39
*
Fix some memory leaks found by scan-build
Marc Jeanmougin
2019-10-05
1
-21
/
+20
*
Crashfix: switch from active LPE tool (gitlab/420)
Nathan Lee
2019-09-19
1
-1
/
+1
*
Display spiro pen preview right after backspace
Nathan Lee
2019-07-06
1
-6
/
+7
*
Update pen tool path instantly on mode change
Nathan Lee
2019-06-24
1
-0
/
+2
*
Minor clean up of pen tool code
Nathan Lee
2019-06-24
1
-12
/
+2
*
Pen tool live update of green BPaths on Alt+Move
Nathan Lee
2019-06-24
1
-0
/
+1
*
Sync pen toolbar mode change with tool
Nathan Lee
2019-06-17
1
-2
/
+1
*
Hackfest2019: Rm tautological tests
Alexander Valavanis
2019-05-27
1
-1
/
+0
*
Rm unused code now Gtk+ >= 3.22 dependency is set
Alexander Valavanis
2019-05-26
1
-1
/
+1
*
Good redraw of BPaths on trying to close a BSpline
Jabier Arraiza
2019-05-01
1
-14
/
+12
*
Fix inverted up/down when moving last point placed by pen tool
WizardOhio24
2019-01-25
1
-0
/
+2
*
Use std::unique_ptr for all MessageContext
Emmanuel Gil Peyrot
2018-12-03
1
-1
/
+1
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Move macros.h and remove unneeded macros
Eduard Braun
2018-10-01
1
-1
/
+1
*
Move pixmaps to ui/pixmaps, and update the README accordingly.
Emmanuel Gil Peyrot
2018-06-21
1
-1
/
+1
*
Run clang-tidy’s modernize-use-bool-literals 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
-35
/
+35
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-1
/
+1
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-1
/
+1
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-20
/
+25
*
Fix start anchors
Jabier Arraiza
2017-12-25
1
-1
/
+1
*
Add fix to problem switching pen tool modes
Jabier Arraiza
2017-12-04
1
-96
/
+49
*
Merge branch 'master' into powerpencil
Jabier Arraiza
2017-11-03
1
-33
/
+28
|
\
|
*
Rename get_group0_keyval to get_latin_keyval
Andrey Mozzhuhin
2017-10-05
1
-1
/
+1
|
*
Removed all GSList occurences in .h files
Marc Jeanmougin
2017-10-01
1
-29
/
+25
|
*
Remove remaining usage of GString in ui/tools/*
Jan Lingscheid
2017-09-21
1
-3
/
+2
*
|
Allow pressure in pencil in the tree modes, bezier, bspline and spiro
Jabier Arraiza
2017-08-28
1
-0
/
+1
*
|
Starting with powerpencil
Jabier Arraiza
2017-08-25
1
-2
/
+2
|
/
*
Add Alt modifier to allow move ultimate point in BSpline and Spiro pen tools
Jabier Arraiza
2017-08-13
1
-45
/
+125
*
Merge branch 'master' into shortcuts
Eduard Braun
2017-07-09
1
-3
/
+3
|
\
|
*
Hackfest: Refactor cursors so the hot spot is inside the xpm
Martin Owens
2017-06-30
1
-3
/
+3
*
|
Improve and simplify shortcut handling.
Eduard Braun
2017-06-23
1
-7
/
+1
|
/
*
Fix bug:1639083 crach closing segment with shortcut LPE
Jabier Arraiza Cenoz
2016-11-05
1
-24
/
+24
*
CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...
Marc Jeanmougin
2016-10-24
1
-1
/
+1
*
Partial fix for bug 172063 while we find a better solution for XOR in helper ...
Jabier Arraiza Cenoz
2016-08-29
1
-11
/
+11
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-12
/
+0
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+12
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-12
/
+0
*
Update status bar text and remove spare Geom Point variable.
Martin Owens
2016-03-20
1
-8
/
+7
*
Add Shift+Enter path complete and larger square node on mouse over.
Martin Owens
2016-03-20
1
-1
/
+13
*
A bit more refactor of BSPline tool. Still the bug duplicating end node :(
Jabier Arraiza Cenoz
2015-08-14
1
-1
/
+1
*
Refactor of BSPline code attemping to fix the duplicate end node bug, not sur...
Jabier Arraiza Cenoz
2015-08-13
1
-2
/
+3
*
Refactor BSPline and Spiro to remove duplicated functions
Jabier Arraiza Cenoz
2015-08-06
1
-253
/
+2
*
Fix snapping of start point of path when holding the CTRL key in the Bézier ...
Diederik van Lierop
2015-07-25
1
-0
/
+3
*
Fix a bug continuing a bezier path whith a LPE one like spiro or bspline
Jabier Arraiza Cenoz
2015-07-10
1
-7
/
+14
*
Merge from trunk
Krzysztof Kosi??ski
2015-05-08
1
-11
/
+4
|
\
|
*
fixes a few of jenkins warnings
Marc Jeanmougin
2015-05-08
1
-11
/
+4
*
|
2Geom sync - initial commit
Krzysztof Kosi??ski
2015-04-27
1
-10
/
+9
|
/
*
Fix coding style issues in bspline/spirolive code
Jabier Arraiza Cenoz
2015-04-10
1
-200
/
+207
[next]