index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
live_effects
/
lpe-bspline.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring: call setAttribute() directly.
Shlomi Fish
2019-06-06
1
-1
/
+1
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-30
/
+28
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Run clang-tidy’s modernize-use-equals-default 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
-2
/
+2
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-7
/
+6
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-6
/
+7
*
Base LPE refactor
Jabier Arraiza
2018-03-26
1
-1
/
+4
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-1
/
+1
*
More fixes to LPE
Jabiertxof
2017-05-27
1
-2
/
+2
*
fix a brunch of memory leaks
chr
2017-05-18
1
-0
/
+1
*
minor bugfixing
Jabiertxof
2017-04-29
1
-1
/
+1
*
Reset
Jabiertxof
2017-04-28
1
-16
/
+0
*
Add end of preferences GUI
Jabier Arraiza Cenoz
2017-04-27
1
-1
/
+1
*
Allow set and reset default values of LPE parameters
Jabiertxof
2017-04-14
1
-0
/
+16
*
Improve constant definitions
Jabier Arraiza Cenoz
2016-01-05
1
-2
/
+2
*
Fix a bug on bspline, duplicating end nodes
Jabier Arraiza Cenoz
2015-11-13
1
-0
/
+24
*
fixes bug:1492711 in bspline and fillet chamfer
jtx
2015-09-11
1
-0
/
+7
*
Fix a bug in BSpline on straight lines when press a default width button
Jabier Arraiza Cenoz
2015-09-08
1
-1
/
+1
*
fixes bug:1492704 in bspline
jtx
2015-09-08
1
-1
/
+1
*
Changed some strings to BSPLine widgets
Jabier Arraiza Cenoz
2015-09-01
1
-14
/
+14
*
Improvements to BSPline widgets:
jtx
2015-09-01
1
-19
/
+25
*
Simplify a bit BSpline code
Jabier Arraiza Cenoz
2015-08-22
1
-61
/
+22
*
A bit more refactor of BSPline tool. Still the bug duplicating end node :(
Jabier Arraiza Cenoz
2015-08-14
1
-1
/
+1
*
Refactor BSPline and Spiro to remove duplicated functions
Jabier Arraiza Cenoz
2015-08-06
1
-132
/
+107
*
Fixed some typos in bsector and bspline
Jabier Arraiza Cenoz
2015-08-02
1
-0
/
+1
*
Sync 2Geom to revision 2413.
Krzysztof Kosi??ski
2015-07-04
1
-6
/
+6
|
\
|
*
2Geom sync - initial commit
Krzysztof Kosi??ski
2015-04-27
1
-6
/
+6
*
|
Improve hidding helper path when show outline toogle is on
jtx
2015-06-26
1
-3
/
+6
|
/
*
Fix coding style issues in bspline/spirolive code
Jabier Arraiza Cenoz
2015-04-10
1
-160
/
+160
*
Add helper path to guide BSpline if path outline is hidden
Jabier Arraiza Cenoz
2015-04-03
1
-2
/
+4
*
Cleanup headers in BSpline LPE
Jabier Arraiza Cenoz
2015-03-21
1
-38
/
+6
*
Removed auto size helper paths because strange result
Jabier Arraiza Cenoz
2015-03-09
1
-32
/
+17
*
Update simplify and bspline to auto size some helper paths based on current zoom
Jabier Arraiza Cenoz
2015-03-08
1
-3
/
+17
*
Fixed a bad casting
Jabier Arraiza Cenoz
2015-03-02
1
-5
/
+7
*
Update to trunk r13750
Liam P. White
2014-11-24
1
-17
/
+4
|
\
|
*
fix a bug in bspline on apply on non shapes
Jabier Arraiza Cenoz
2014-11-17
1
-17
/
+4
*
|
Update to trunk r13690
Liam P. White
2014-11-09
1
-134
/
+22
|
\
|
|
*
Refactor to remove references to Desktop/Ui in Effect, bspline and fillet-cha...
Jabier Arraiza Cenoz
2014-11-05
1
-132
/
+19
|
*
i18n. Fix for bug #1389509 (typos in trunk-r13669).
Masato Hashimoto
2014-11-05
1
-1
/
+1
|
*
Update wrong variable name and apply the same way to select nodes to fillet/c...
Jabier Arraiza Cenoz
2014-11-03
1
-11
/
+12
|
*
Change calls to desktop with SP_ACTIVE_DESKTOP
Jabier Arraiza Cenoz
2014-11-02
1
-5
/
+4
|
*
Warning cleanup.
Jon A. Cruz
2014-11-01
1
-1
/
+1
*
|
Update to experimental r13619
Liam P. White
2014-10-18
1
-40
/
+86
|
\
|
|
*
Update to bspline branch, now helper path fixed and optional
root
2014-10-16
1
-40
/
+86
*
|
Update to experimental r13598
Liam P. White
2014-10-08
1
-0
/
+40
|
\
|
|
*
add support for document-units in the helper path of bspline
Jabier Arraiza Cenoz
2014-09-29
1
-2
/
+9
|
*
Add helper paths to BSPline
Jabier Arraiza Cenoz
2014-09-29
1
-0
/
+33
|
*
remove magic numbers from bspline
Jabier Arraiza Cenoz
2014-09-23
1
-19
/
+23
|
*
Fix for strange gap at shift to cusp in bspline
Jabier Arraiza Cenoz
2014-09-22
1
-259
/
+101
[next]