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-bendpath.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-09-16
Fix bug #1658855, bend from clipboard end point get some spike
Jabier Arraiza
1
-3
/
+4
2017-08-13
Attemp to fix bug 1707899, retain shapes color. Also now retain shape previou...
Jabier Arraiza
1
-2
/
+4
2017-04-28
Code formating
Jabiertxof
1
-4
/
+4
2017-04-28
Reset
Jabiertxof
1
-4
/
+4
2017-04-14
Allow set and reset default values of LPE parameters
Jabiertxof
1
-4
/
+4
2016-12-16
remove rollback to 15315
Jabiertxof
1
-1
/
+2
2016-12-16
Rollback 15315
Jabiertxof
1
-2
/
+1
2016-12-10
Fix headers on LPE's
Jabiertxof
1
-1
/
+2
2016-09-11
Fix bugs: #1621234 and #172137
Jabier Arraiza Cenoz
1
-9
/
+5
2016-08-29
Fix a bug in pattern along path at first edit node after applied. Backport it...
Jabier Arraiza Cenoz
1
-5
/
+9
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-16
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+16
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-16
/
+0
2016-03-02
Fix for bug 1540070
Jabier Arraiza Cenoz
1
-4
/
+1
2016-02-08
Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4
Krzysztof Kosi??ski
1
-2
/
+2
2015-12-08
add negative values to bend and pattern along path whith knot
Jabier Arraiza Cenoz
1
-3
/
+17
2015-08-08
minor changes
Jabier Arraiza Cenoz
1
-4
/
+8
2015-08-07
Full refactor of the LPE now too much simple code
Jabier Arraiza Cenoz
1
-55
/
+65
2015-08-06
fix a bug appliening from patheffect list the LPE
Jabier Arraiza Cenoz
1
-10
/
+22
2015-08-05
Fix bug on apply effect from pen/pencil toolbar
Jabier Arraiza Cenoz
1
-19
/
+26
2015-08-02
Added point parameter
Jabier Arraiza Cenoz
1
-1
/
+42
2014-11-15
ignore this commit
Jabier Arraiza Cenoz
1
-3
/
+1
2014-11-15
ignore this commit
Jabier Arraiza Cenoz
1
-1
/
+3
2014-09-29
this patch fix the problem whith clips and mask update in live effects.
Jabier Arraiza Cenoz
1
-0
/
+3
2013-07-01
LPE bend path: fix crash on "uskeleton.cuts.back()" because of empty uskeleton.
Johan B. C. Engelen
1
-3
/
+6
2013-01-17
const ....
Johan B. C. Engelen
1
-1
/
+1
2013-01-17
more const happiness (and removal of duplicate code in sp-object.h)
Johan B. C. Engelen
1
-1
/
+1
2012-06-17
Removed unneeded header style filename #defines
Jon A. Cruz
1
-2
/
+0
2010-12-29
Mnemonics in "Input devices", and LPE dialogs (Bug 170765)
Kris De Gussem
1
-3
/
+3
2010-10-02
UI fixes (a.o. Bug #560751 )
Kris De Gussem
1
-2
/
+2
2009-09-26
Fix by Johan for 436304.
Josh Andler
1
-5
/
+8
2009-03-15
correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, all...
Johan B. C. Engelen
1
-0
/
+2
2008-10-27
From trunk
Ted Gould
1
-7
/
+0
2008-08-07
remove debug message
Johan B. C. Engelen
1
-1
/
+0
2008-08-07
try to make LPE optimizations easier. example in LPE Bend
Johan B. C. Engelen
1
-4
/
+9
2008-08-03
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
1
-2
/
+0
2008-07-20
add comments about setting new LPE PathParam path data. refactor things a bit...
Johan B. C. Engelen
1
-1
/
+1
2008-07-03
update 2geom (svn rev1433)
Johan B. C. Engelen
1
-1
/
+1
2008-05-30
LPE STACKING!
Johan B. C. Engelen
1
-13
/
+2
2008-05-09
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
1
-3
/
+1
2008-04-15
- Clean up LPE bounding box computing code
Bastien Bouclet
1
-52
/
+15
2008-04-14
whitespace + comment
Johan B. C. Engelen
1
-20
/
+18
2008-04-13
move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*
Johan B. C. Engelen
1
-1
/
+1
2008-04-09
change doEffect functions to use const& parameters
Johan B. C. Engelen
1
-1
/
+1
2008-04-09
change doEffect_path to default to calling pwd2 for all continuous subpaths
Johan B. C. Engelen
1
-11
/
+12
2008-04-08
rename LPEPathAlongPath -> LPEBendPath
Johan B. C. Engelen
1
-8
/
+8
2008-03-28
- Created a SPLPEItem class that handles applying a LPE to an Item
Bastien Bouclet
1
-19
/
+69
2008-03-23
remove multiple inheritance from lpe PathParam. since it is often desired to ...
Johan B. C. Engelen
1
-2
/
+1
2008-02-20
fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpe
Johan B. C. Engelen
1
-0
/
+3
2008-01-26
LPE bend path was badly broken. fixed now.
Johan B. C. Engelen
1
-73
/
+3
[next]