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
/
effect.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Factor out 'create and apply' code for LPEs so that it can be called from eve...
Maximilian Albert
2008-06-04
1
-0
/
+2
*
C++ify knotholders
Maximilian Albert
2008-06-04
1
-1
/
+1
*
LPE STACKING!
Johan B. C. Engelen
2008-05-30
1
-1
/
+2
*
Add checkbox for LPEs to temporarily disable them on canvas (but keep them ap...
Maximilian Albert
2008-05-19
1
-2
/
+5
*
New LPE: Tangent to curve (draws a tangent of fixed length which can be dragg...
Maximilian Albert
2008-05-19
1
-0
/
+1
*
Provide knotholder for LPEPerpBisector; TODO: this replaces the usual nodepat...
Maximilian Albert
2008-05-19
1
-0
/
+6
*
Add a function doOnApply() for LPEs which is executed once when the effect is...
Maximilian Albert
2008-05-18
1
-0
/
+2
*
Add function to return path effect type
Maximilian Albert
2008-05-18
1
-0
/
+2
*
New LPE: Perpendicular bisector
Maximilian Albert
2008-05-18
1
-0
/
+1
*
New LPE : Envelope deformation
Bastien Bouclet
2008-05-17
1
-0
/
+1
*
Remove LPESlant.
Johan B. C. Engelen
2008-05-09
1
-1
/
+0
*
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
2008-05-09
1
-1
/
+1
*
add LPEConstructGrid
Johan B. C. Engelen
2008-05-08
1
-0
/
+1
*
Spiro splines LPE using code by Raph Levien
bulia byak
2008-04-12
1
-0
/
+1
*
change doEffect functions to use const& parameters
Johan B. C. Engelen
2008-04-09
1
-2
/
+2
*
change doEffect_path to default to calling pwd2 for all continuous subpaths
Johan B. C. Engelen
2008-04-09
1
-1
/
+4
*
rename LPESkeletalStrokes -> LPEPatternAlongPath
Johan B. C. Engelen
2008-04-08
1
-1
/
+1
*
rename LPEPathAlongPath -> LPEBendPath
Johan B. C. Engelen
2008-04-08
1
-1
/
+1
*
New LPE: Perspective paths
Maximilian Albert
2008-04-02
1
-0
/
+1
*
New LPE: Circle (with center at the first point and passing through the last ...
Maximilian Albert
2008-03-30
1
-0
/
+1
*
- Created a SPLPEItem class that handles applying a LPE to an Item
Bastien Bouclet
2008-03-28
1
-0
/
+3
*
NEW: temporary on-canvas indicators
Johan B. C. Engelen
2008-03-02
1
-2
/
+1
*
3 new lpe gadgets: sketch, knot and vonkoch.
JF Barraud
2008-02-25
1
-0
/
+3
*
prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.
Johan B. C. Engelen
2008-01-15
1
-3
/
+1
*
fix typo notepath => nodepath
Johan B. C. Engelen
2008-01-02
1
-1
/
+1
*
+ Fix bug #179840, forking of LPEs
Johan B. C. Engelen
2008-01-02
1
-3
/
+9
*
Set teeth selector in lpe-gears to an integer value >= 3.
Bryce Harrington
2007-12-30
1
-5
/
+5
*
fix bug caused by rev. 16540
Johan B. C. Engelen
2007-11-22
1
-1
/
+1
*
Fix ordering of LPE parameters (no longer use map, just use vector)
Johan B. C. Engelen
2007-11-21
1
-4
/
+3
*
LPE: no longer overload doEffect methods, but name them according to accepted...
Johan B. C. Engelen
2007-11-12
1
-3
/
+3
*
make setup_notepath function for LPE's and LPE parameters.
Johan B. C. Engelen
2007-11-03
1
-1
/
+6
*
LPE: implement NEW path-along-path effect, i think that old one has become ob...
Johan B. C. Engelen
2007-10-30
1
-7
/
+11
*
LPE: implement 'edit next LPE parameter'. Accessible through key '7'.
Johan B. C. Engelen
2007-10-28
1
-1
/
+7
*
LPE: add on-canvas editing of path parameters!
Johan B. C. Engelen
2007-10-20
1
-1
/
+2
*
trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.
Peter Moulder
2007-10-11
1
-112
/
+112
*
LPE:
Johan B. C. Engelen
2007-08-29
1
-0
/
+1
*
Add #define to disable "test" LPE's
Johan B. C. Engelen
2007-08-25
1
-0
/
+4
*
Add lpe-skeleton for easy implementation!
Johan B. C. Engelen
2007-08-17
1
-1
/
+1
*
Fix LPE:
Johan B. C. Engelen
2007-08-17
1
-6
/
+5
*
Commit LivePathEffect branch to trunk!
Johan B. C. Engelen
2007-08-14
1
-0
/
+108
[prev]