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-powerstroke.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug #1718224 Removing PowerStroke LPE from path in master sets negative s...
Jabier Arraiza
2017-09-19
1
-1
/
+1
*
Code formating
Jabiertxof
2017-04-28
1
-8
/
+8
*
Fix headers on LPE's
Jabiertxof
2016-12-10
1
-0
/
+3
*
Fix bug:1622321 on powerstroke
Jabier Arraiza Cenoz
2016-10-08
1
-1
/
+2
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-15
/
+0
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+15
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-15
/
+0
*
Fixes some bugs related to powerstroke 'Powerstroke infinite loop'
Jabier Arraiza Cenoz
2016-06-16
1
-16
/
+9
*
lpe-powerstroke. validity check on data. (Bug 1487424)
Alvin Penner
2015-08-30
1
-2
/
+5
*
fix typo in intersection_point() (Bug 1475097)
Alvin Penner
2015-07-19
1
-1
/
+1
*
Update to 2Geom revision 2396
Krzysztof Kosi??ski
2015-05-22
1
-79
/
+15
*
Fix calls to Geom::cross() - sign change.
Krzysztof Kosi??ski
2015-04-28
1
-2
/
+2
*
2Geom sync - initial commit
Krzysztof Kosi??ski
2015-04-27
1
-13
/
+15
*
(audible sound of head banging off wall)
Liam P. White
2015-03-20
1
-18
/
+15
*
powerstroke: enable unset fill fallback when style is nullptr. fixes nullptr ...
Johan B. C. Engelen
2014-11-08
1
-1
/
+1
*
Fix LPE Powerstroke unintuitive / unstable / scale-dependent behavior
Johan B. C. Engelen
2014-10-18
1
-0
/
+12
*
Update to trunk r13580
Liam P. White
2014-10-06
1
-4
/
+5
|
\
|
*
LPE Powerstroke: enable Extrapolated arc, remove Extrapolated (mirroring)
Johan B. C. Engelen
2014-09-05
1
-6
/
+5
|
*
LPE Powerstroke: add Centripetal Catmull-Rom interpolator
Johan B. C. Engelen
2014-09-04
1
-1
/
+2
*
|
Update to experimental r13531
Liam P. White
2014-08-31
1
-1
/
+2
|
\
\
|
*
|
To help the SVG WG discussion on powerstroke, a quick code-up of centripetal ...
Johan B. C. Engelen
2014-08-23
1
-1
/
+2
|
|
/
*
|
Update to trunk and fix issues
Liam P. White
2014-04-29
1
-2
/
+2
|
\
|
*
|
remove easter eggs
Liam P. White
2014-04-20
1
-0
/
+3
*
|
Update to trunk
Liam P. White
2014-03-26
1
-2
/
+1
|
\
|
|
*
powerstroke: fix bad coding bug!
Johan B. C. Engelen
2014-03-23
1
-2
/
+1
*
|
Experimental merge of Ponyscape features into trunk (will not compile)
Liam P. White
2014-03-02
1
-11
/
+86
|
/
*
update 2geom's copy to r2142
Johan B. C. Engelen
2014-01-12
1
-2
/
+2
*
more const happiness (and removal of duplicate code in sp-object.h)
Johan B. C. Engelen
2013-01-17
1
-1
/
+1
*
update cmake files & make function static.
Campbell Barton
2012-10-22
1
-1
/
+1
*
powerstroke: fix stuff! (apparently commit didn't work yesterday)
Johan B. C. Engelen
2012-10-10
1
-68
/
+61
*
UI consistency fix (pointed Bug #955060, comment #24).
Nicolas Dufour
2012-10-09
1
-1
/
+1
*
powerstroke: arc extrp. corner case handling
Johan B. C. Engelen
2012-10-07
1
-7
/
+28
*
powerstroke: arc extrapolate fix
Johan B. C. Engelen
2012-10-07
1
-3
/
+5
*
powerstroke: add arc-extrapolation, but disable it for release
Johan B. C. Engelen
2012-10-06
1
-1
/
+140
*
code cleanup: make more functions static or include their own headers.
Campbell Barton
2012-10-04
1
-8
/
+8
*
Translations. Adding new LPE to the translation template, UI consistency fixe...
Nicolas Dufour
2012-10-01
1
-7
/
+7
*
powerstroke: restrict the 'ray' values for ellipses that powerstroke can gene...
Johan B. C. Engelen
2012-04-28
1
-0
/
+9
*
powerstroke: cautious fix.
Johan B. C. Engelen
2012-04-25
1
-2
/
+2
*
powerstroke: add errorhandling for rounded corners.
Johan B. C. Engelen
2012-04-25
1
-1
/
+11
*
Loop index type cleanup
Jon A. Cruz
2012-04-16
1
-1
/
+1
*
powerstroke: fix inside of corners.
Johan B. C. Engelen
2012-04-15
1
-50
/
+40
*
powerstroke: more robust method of determining parameters at joins. should fi...
Johan B. C. Engelen
2012-04-14
1
-71
/
+18
*
small 2geom update
Johan B. C. Engelen
2012-04-13
1
-15
/
+0
*
fix potential issue with tangent calculation
Johan B. C. Engelen
2012-04-10
1
-6
/
+6
*
powerstroke: fix line caps for end/start knots with no handle (1st deriv == 0)
Johan B. C. Engelen
2012-04-07
1
-4
/
+7
*
powerstroke: previous and this commit fix extrapolated and miter join behavio...
Johan B. C. Engelen
2012-04-07
1
-1
/
+1
*
complementary to rev11175
Johan B. C. Engelen
2012-04-07
1
-1
/
+1
*
powerstroke: use path's strokewidth on applying powerstroke effect
Johan B. C. Engelen
2012-04-07
1
-5
/
+16
*
powerstroke: spiro join: more robust detection of tangent direction. fixes in...
Johan B. C. Engelen
2012-03-24
1
-5
/
+9
*
powerstroke: add Spiro rounded join! (genius idea Jasper!)
Johan B. C. Engelen
2012-03-24
1
-7
/
+39
[next]