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
/
tool
/
path-manipulator.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-27
fix heap-buffer-overflow in node tool
Thomas Holder
1
-12
/
+4
2019-10-05
fix leak in _bsplineHandlePosition
Marc Jeanmougin
1
-1
/
+1
2019-10-05
Fix some memory leaks found by scan-build
Marc Jeanmougin
1
-2
/
+2
2019-07-01
Fix various minor typos
Yuri Chornoivan
1
-1
/
+1
2019-04-16
Regression fix (update paths when dragging nodes)
Nathan Lee
1
-2
/
+5
2019-03-08
Fix #122 reversing change from merge request \!303
Martin Owens
1
-6
/
+5
2019-03-03
temporary fix for bug where undo/redo does not restore node-type changes
Ian Bruce
1
-13
/
+20
2019-01-02
modernize loops (2)
Marc Jeanmougin
1
-14
/
+14
2019-01-02
modernize loops
Marc Jeanmougin
1
-70
/
+67
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-09-12
New option to invert y-axis
Thomas Holder
1
-4
/
+2
2018-09-11
Misc. typos
luz.paz
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-pass-by-value pass.
Emmanuel Gil Peyrot
1
-1
/
+3
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-7
/
+7
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-3
/
+3
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-6
/
+6
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-6
/
+6
2018-03-28
Fix LPE updating problems
Jabiertxo Arraiza Cenoz
1
-1
/
+0
2018-03-28
Fix a updating path on LPE with path maipulations
Jabiertxo Arraiza Cenoz
1
-0
/
+1
2018-03-26
Allow path move
Jabier Arraiza
1
-1
/
+2
2018-03-26
Fixing refs
Jabier Arraiza
1
-8
/
+4
2018-03-26
Base LPE refactor
Jabier Arraiza
1
-8
/
+30
2018-02-18
Misc. typos
luz.paz
1
-1
/
+1
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-4
/
+10
2018-01-18
Don't allow dragging path at cap or line join
Eduard Braun
1
-0
/
+1
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2017-10-18
Refactor Util::ptr_shared
Jan Lingscheid
1
-1
/
+1
2016-12-06
Remove obsolete comment
Jabiertxof
1
-1
/
+0
2016-12-06
Fixes for measure LPE and speed path based LPE operations
Jabiertxof
1
-3
/
+7
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-13
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+13
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-13
/
+0
2016-05-26
Fixing pointwise
Jabier Arraiza Cenoz
1
-1
/
+0
2016-05-19
Fix a bug in node editor in BSpline mode, wrong power when moving nodes
Jabier Arraiza Cenoz
1
-1
/
+1
2016-03-18
Bug #1419517 Fix Crash when applying new path effect after deleting pattern o...
Jabier Arraiza Cenoz
1
-1
/
+1
2016-01-05
Fix wrong symm node type in BSpline converted to Bezier
Jabier Arraiza Cenoz
1
-1
/
+1
2016-01-05
Improve constant definitions
Jabier Arraiza Cenoz
1
-1
/
+1
2015-09-01
Improvements to BSPline widgets:
jtx
1
-1
/
+1
2015-08-14
A bit more refactor of BSPline tool. Still the bug duplicating end node :(
Jabier Arraiza Cenoz
1
-3
/
+5
2015-08-13
Refactor of BSPline code attemping to fix the duplicate end node bug, not sur...
Jabier Arraiza Cenoz
1
-11
/
+8
2015-05-30
Snapping in node tool now also works when:
Diederik van Lierop
1
-4
/
+32
2015-05-08
Fix node editing problems
Krzysztof Kosi??ski
1
-5
/
+5
2015-04-30
Update 2Geom to r2347
Krzysztof Kosi??ski
1
-3
/
+3
2015-04-27
2Geom sync - initial commit
Krzysztof Kosi??ski
1
-14
/
+15
2015-04-10
Fix coding style issues in bspline/spirolive code
Jabier Arraiza Cenoz
1
-61
/
+61
2015-04-03
Update pathinfo class to allow piecewise and pathvector as input.
Jabier Arraiza Cenoz
1
-7
/
+0
2015-04-02
inicialice a header variable
Jabier Arraiza Cenoz
1
-0
/
+1
2015-03-26
adding append mode
Jabier Arraiza Cenoz
1
-1
/
+0
2015-03-23
Fix a bug introduced by me using path parameters in LPE
Jabier Arraiza Cenoz
1
-23
/
+17
[next]