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-vonkoch.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ctor fixes and misc warning cleanups
Jon A. Cruz
2009-04-07
1
-5
/
+5
*
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
-8
/
+0
*
Merging from trunk
Ted Gould
2008-10-11
1
-59
/
+174
*
Fixed initialization order issue
Jon A. Cruz
2008-09-18
1
-8
/
+8
*
lpe-vonkoch: added checkbox to restrict to (orientation preserving or not) si...
JF Barraud
2008-09-17
1
-0
/
+7
*
lpe-vonkoch: updated to handle groups + changed parameter interpretation to a...
JF Barraud
2008-09-17
1
-40
/
+33
*
add comments about setting new LPE PathParam path data. refactor things a bit...
Johan B. C. Engelen
2008-07-20
1
-3
/
+2
*
update 2geom (svn rev1433)
Johan B. C. Engelen
2008-07-03
1
-1
/
+1
*
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
2008-06-06
1
-1
/
+1
*
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
2008-05-09
1
-7
/
+0
*
use sp_nodepath_make_straight_path in LPE VonKoch
Johan B. C. Engelen
2008-04-14
1
-1
/
+2
*
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
*
remove multiple inheritance from lpe PathParam. since it is often desired to ...
Johan B. C. Engelen
2008-03-23
1
-1
/
+1
*
lpe-vonkoch: complexity bound + choose bbox/segment as reference.
JF Barraud
2008-03-16
1
-21
/
+77
*
changed vonkoch to use bbox of input object as reference.
JF Barraud
2008-03-03
1
-6
/
+12
*
Fixed initialization order problem
Jon A. Cruz
2008-02-27
1
-1
/
+1
*
3 new lpe gadgets: sketch, knot and vonkoch.
JF Barraud
2008-02-25
1
-0
/
+158