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.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-05-09
Remove LPESlant.
Johan B. C. Engelen
1
-5
/
+0
2008-05-09
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
1
-8
/
+3
2008-05-08
add LPEConstructGrid
Johan B. C. Engelen
1
-0
/
+5
2008-05-06
fix 224981
bulia byak
1
-1
/
+4
2008-05-01
Warning and whitespace cleanup
Jon A. Cruz
1
-3
/
+3
2008-04-14
don't override helperpath preference setting per default in LPE::Effect.
Johan B. C. Engelen
1
-1
/
+0
2008-04-13
C++-ify initialization of Effect class
Johan B. C. Engelen
1
-3
/
+3
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-12
Spiro splines LPE using code by Raph Levien
bulia byak
1
-0
/
+5
2008-04-09
change doEffect functions to use const& parameters
Johan B. C. Engelen
1
-2
/
+2
2008-04-09
change to c++ style casts in Effect::New
Johan B. C. Engelen
1
-12
/
+11
2008-04-09
change doEffect_path to default to calling pwd2 for all continuous subpaths
Johan B. C. Engelen
1
-8
/
+22
2008-04-08
rename LPESkeletalStrokes -> LPEPatternAlongPath
Johan B. C. Engelen
1
-4
/
+4
2008-04-08
rename LPEPathAlongPath -> LPEBendPath
Johan B. C. Engelen
1
-5
/
+4
2008-04-02
New LPE: Perspective paths
Maximilian Albert
1
-0
/
+5
2008-03-30
New LPE: Circle (with center at the first point and passing through the last ...
Maximilian Albert
1
-1
/
+6
2008-03-28
- Created a SPLPEItem class that handles applying a LPE to an Item
Bastien Bouclet
1
-0
/
+7
2008-02-25
3 new lpe gadgets: sketch, knot and vonkoch.
JF Barraud
1
-0
/
+17
2008-01-15
prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.
Johan B. C. Engelen
1
-25
/
+20
2008-01-04
Corrected tooltips and labels in the LPEs
Joel Holdsworth
1
-2
/
+2
2008-01-02
fix typo notepath => nodepath
Johan B. C. Engelen
1
-1
/
+1
2008-01-02
make LPE parameters responsible for transformation (LPE cycles through its pa...
Johan B. C. Engelen
1
-0
/
+1
2008-01-02
+ Fix bug #179840, forking of LPEs
Johan B. C. Engelen
1
-2
/
+14
2007-12-30
Set teeth selector in lpe-gears to an integer value >= 3.
Bryce Harrington
1
-1
/
+1
2007-12-05
warning cleanup
Jon A. Cruz
1
-2
/
+2
2007-11-22
fix bug caused by rev. 16540
Johan B. C. Engelen
1
-8
/
+8
2007-11-21
Fix ordering of LPE parameters (no longer use map, just use vector)
Johan B. C. Engelen
1
-27
/
+38
2007-11-21
rename path along path to Bend Path
Johan B. C. Engelen
1
-3
/
+3
2007-11-17
Fix exception catching, to allow polymorphism. Note to all: always catch by r...
Johan B. C. Engelen
1
-1
/
+1
2007-11-17
2geom tryout: new exceptions
Johan B. C. Engelen
1
-2
/
+2
2007-11-12
LPE: no longer overload doEffect methods, but name them according to accepted...
Johan B. C. Engelen
1
-6
/
+6
2007-11-06
* UI text change "Curve stitching" to "Stitch subcurves"
Johan B. C. Engelen
1
-1
/
+1
2007-11-05
pattern along path is not obsolete :)
Johan B. C. Engelen
1
-1
/
+1
2007-11-03
make setup_notepath function for LPE's and LPE parameters.
Johan B. C. Engelen
1
-3
/
+25
2007-10-30
LPE: implement NEW path-along-path effect, i think that old one has become ob...
Johan B. C. Engelen
1
-1
/
+17
2007-10-28
LPE: implement 'edit next LPE parameter'. Accessible through key '7'.
Johan B. C. Engelen
1
-0
/
+41
2007-10-20
LPE: add on-canvas editing of path parameters!
Johan B. C. Engelen
1
-5
/
+3
2007-10-11
trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.
Peter Moulder
1
-280
/
+280
2007-09-14
change Y-scaling for curve stiching and path-along-path. add warning message ...
Johan B. C. Engelen
1
-3
/
+5
2007-09-04
LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and pat...
Johan B. C. Engelen
1
-5
/
+24
2007-08-30
Try to fix translation of LPE names.
Johan B. C. Engelen
1
-7
/
+7
2007-08-29
LPE:
Johan B. C. Engelen
1
-1
/
+6
2007-08-25
Rename "Skeletal Strokes" LPE to "Path along path" to better describe what it...
Johan B. C. Engelen
1
-1
/
+1
2007-08-25
Add #define to disable "test" LPE's
Johan B. C. Engelen
1
-1
/
+5
2007-08-19
Add default value stuff for LPE parameters
Johan B. C. Engelen
1
-6
/
+13
2007-08-17
Add lpe-skeleton for easy implementation!
Johan B. C. Engelen
1
-0
/
+1
2007-08-17
Fix LPE:
Johan B. C. Engelen
1
-17
/
+27
2007-08-14
Commit LivePathEffect branch to trunk!
Johan B. C. Engelen
1
-0
/
+232