summaryrefslogtreecommitdiffstats
path: root/src/live_effects/Makefile_insert (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* New LPE: circle through 3 pointsMaximilian Albert2008-06-161-1/+3
| | | (bzr r5959)
* New LPE: Mirror reflectionMaximilian Albert2008-06-101-2/+3
| | | (bzr r5875)
* LPE STACKING!Johan B. C. Engelen2008-05-301-7/+10
| | | | | (many thanks to the french students who made this.) (bzr r5766)
* New LPE: Tangent to curve (draws a tangent of fixed length which can be ↵Maximilian Albert2008-05-191-1/+3
| | | | | dragged along the curve) (bzr r5703)
* New LPE: Perpendicular bisectorMaximilian Albert2008-05-181-1/+3
| | | (bzr r5695)
* New LPE : Envelope deformationBastien Bouclet2008-05-171-1/+3
| | | (bzr r5684)
* Remove LPESlant.Johan B. C. Engelen2008-05-091-2/+0
| | | | | | - it causes data hiding problems (appears to be the *only* place outside SPCurve that directly writes to SPCurve's bpath !) - *when someone really wants this effect, let me know and I'll recode it* (bzr r5638)
* add constructgrid lpe to Makefile_insertJohan B. C. Engelen2008-05-081-0/+2
| | | (bzr r5634)
* please dont forget to update Makefile_insert\!bulia byak2008-04-141-2/+0
| | | (bzr r5434)
* Spiro splines LPE using code by Raph Levienbulia byak2008-04-121-0/+7
| | | (bzr r5409)
* rename LPESkeletalStrokes -> LPEPatternAlongPathJohan B. C. Engelen2008-04-081-2/+2
| | | (bzr r5386)
* rename LPEPathAlongPath -> LPEBendPathJohan B. C. Engelen2008-04-081-2/+2
| | | (bzr r5385)
* New LPE: Perspective pathsMaximilian Albert2008-04-021-1/+3
| | | (bzr r5310)
* New LPE: Circle (with center at the first point and passing through the last ↵Maximilian Albert2008-03-301-1/+3
| | | | | | | point of the original path). This is just a proof-of-concept implementation for my tech drawing proposal for GSoC '08. (bzr r5237)
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-0/+2
| | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219)
* Whitespace cleanupJon A. Cruz2008-02-251-37/+35
| | | (bzr r4843)
* 3 new lpe gadgets: sketch, knot and vonkoch.JF Barraud2008-02-251-0/+6
| | | (bzr r4842)
* ok. so NOW the new effect is committed...Johan B. C. Engelen2007-10-301-0/+2
| | | (bzr r3984)
* LPE:Johan B. C. Engelen2007-08-291-0/+2
| | | | | | | - rename RealParam to ScalarParam, add range checking for ScalarParam, add integer only flag for it aswell. - fix up todo.txt and create new one for parameters - add Curve Stitch LPE (bzr r3614)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+27
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)