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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, all...
Johan B. C. Engelen
2009-03-15
1
-0
/
+2
*
From trunk
Ted Gould
2008-10-27
1
-7
/
+0
*
remove debug message
Johan B. C. Engelen
2008-08-07
1
-1
/
+0
*
try to make LPE optimizations easier. example in LPE Bend
Johan B. C. Engelen
2008-08-07
1
-4
/
+9
*
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
2008-08-03
1
-2
/
+0
*
add comments about setting new LPE PathParam path data. refactor things a bit...
Johan B. C. Engelen
2008-07-20
1
-1
/
+1
*
update 2geom (svn rev1433)
Johan B. C. Engelen
2008-07-03
1
-1
/
+1
*
LPE STACKING!
Johan B. C. Engelen
2008-05-30
1
-13
/
+2
*
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
2008-05-09
1
-3
/
+1
*
- Clean up LPE bounding box computing code
Bastien Bouclet
2008-04-15
1
-52
/
+15
*
whitespace + comment
Johan B. C. Engelen
2008-04-14
1
-20
/
+18
*
move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*
Johan B. C. Engelen
2008-04-13
1
-1
/
+1
*
change doEffect functions to use const& parameters
Johan B. C. Engelen
2008-04-09
1
-1
/
+1
*
change doEffect_path to default to calling pwd2 for all continuous subpaths
Johan B. C. Engelen
2008-04-09
1
-11
/
+12
*
rename LPEPathAlongPath -> LPEBendPath
Johan B. C. Engelen
2008-04-08
1
-0
/
+211