summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* LPE:Johan B. C. Engelen2007-08-293-14/+60
| | | | | | | - 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)
* Add BoolParam for LPE'sJohan B. C. Engelen2007-08-293-0/+152
| | | (bzr r3610)
* Temporary fix LPE "2Geom not implemented" crash when pasting paths with 'A' ↵Johan B. C. Engelen2007-08-261-4/+9
| | | | | | | in it (arcs) The code should be removed when 2geom is capable of handling 'A' parameters. (bzr r3588)
* 2 LPE things:Johan B. C. Engelen2007-08-262-0/+2
| | | | | | * Add changed signal to LPE PathParameter * removed origin parameter from path along path as it is not necessary any more (bzr r3585)
* Add default value stuff for LPE parametersJohan B. C. Engelen2007-08-197-17/+71
| | | (bzr r3536)
* Fix LPE:Johan B. C. Engelen2007-08-177-40/+64
| | | | | | | | * add default values for parameters * remove text for LPE_INVALID * update example for skel strokes * clean a bit of the code (bzr r3498)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-149-0/+756
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)