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-curvestitch.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
2008-05-09
1
-3
/
+1
*
copyediting
bulia byak
2008-05-01
1
-3
/
+3
*
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
-3
/
+4
*
fix warnings
Johan B. C. Engelen
2008-02-29
1
-2
/
+2
*
Remove unnecessary dependencies for some of the lpe parameters.
Johan B. C. Engelen
2008-02-28
1
-0
/
+1
*
fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpe
Johan B. C. Engelen
2008-02-20
1
-49
/
+63
*
fix transformation of LPECurveStitch when "Scale width relative" is set
Johan B. C. Engelen
2008-01-17
1
-0
/
+16
*
sorry for this late feature change. this makes the curvestitching *that* much...
Johan B. C. Engelen
2008-01-17
1
-17
/
+18
*
Oops, set 'scislac' modus off by default ofcourse.
Johan B. C. Engelen
2008-01-16
1
-1
/
+1
*
fix bug in lpe-curvestitch.cpp and add 'scislac' modus, not exposed to normal...
Johan B. C. Engelen
2008-01-16
1
-4
/
+11
*
RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old R...
Johan B. C. Engelen
2008-01-16
1
-2
/
+2
*
Corrected tooltips and labels in the LPEs
Joel Holdsworth
2008-01-04
1
-3
/
+3
*
Enhanced subcurve stitching tool to look more like Expression's effect lines
Johan B. C. Engelen
2007-11-20
1
-5
/
+13
*
LPE: no longer overload doEffect methods, but name them according to accepted...
Johan B. C. Engelen
2007-11-12
1
-1
/
+1
*
* UI text change "Curve stitching" to "Stitch subcurves"
Johan B. C. Engelen
2007-11-06
1
-2
/
+31
*
trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.
Peter Moulder
2007-10-11
1
-135
/
+135
*
Change "scale y" to "scale width" in description of LPEs.
Johan B. C. Engelen
2007-09-14
1
-2
/
+2
*
change Y-scaling for curve stiching and path-along-path. add warning message ...
Johan B. C. Engelen
2007-09-14
1
-6
/
+12
*
LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and pat...
Johan B. C. Engelen
2007-09-04
1
-1
/
+3
*
LPE: add RandomParam type.
Johan B. C. Engelen
2007-09-02
1
-4
/
+7
*
Add "scale y stroke" parameter to Curve Stitching LPE
Johan B. C. Engelen
2007-08-31
1
-2
/
+6
*
Added freedom of strokepath for the Curve Stitching LPE
Johan B. C. Engelen
2007-08-30
1
-6
/
+20
*
LPE:
Johan B. C. Engelen
2007-08-29
1
-0
/
+106