summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/parameter.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * (when debug macro is defined) call ShapeEditor function to on-canvas edit ↵Johan B. C. Engelen2008-02-271-3/+6
| | | | | | | point lpe parameters. This function still needs to be implemented. * put forward declarations in lpe parameters to decrease recompile times (bzr r4888)
* RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old ↵Johan B. C. Engelen2008-01-161-1/+0
| | | | | RegisteredWdg (bzr r4521)
* prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen2008-01-151-4/+5
| | | | | | For each parameter function that has not been re-implemented, a warning is issued. Sorry for the huge number of warnings showing when working with LPE. It is important to fix this asap. (bzr r4495)
* correctly transform LPE path and point parameters with the SPItem's transformJohan B. C. Engelen2008-01-081-0/+2
| | | (bzr r4433)
* fix typo notepath => nodepathJohan B. C. Engelen2008-01-021-1/+1
| | | (bzr r4369)
* make LPE parameters responsible for transformation (LPE cycles through its ↵Johan B. C. Engelen2008-01-021-0/+2
| | | | | params to apply transform) (bzr r4368)
* Warning cleanupJon A. Cruz2007-11-041-3/+14
| | | (bzr r4025)
* make setup_notepath function for LPE's and LPE parameters.Johan B. C. Engelen2007-11-031-0/+5
| | | (bzr r4018)
* LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen2007-10-281-0/+7
| | | (bzr r3968)
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-108/+108
| | | (bzr r3884)
* change Y-scaling for curve stiching and path-along-path. add warning message ↵Johan B. C. Engelen2007-09-141-0/+5
| | | | | when path effect errors due to 2geom exception. (bzr r3748)
* LPE: add RandomParam type.Johan B. C. Engelen2007-09-021-9/+10
| | | (bzr r3662)
* LPE:Johan B. C. Engelen2007-08-291-6/+10
| | | | | | | - 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 default value stuff for LPE parametersJohan B. C. Engelen2007-08-191-1/+7
| | | (bzr r3536)
* Fix LPE:Johan B. C. Engelen2007-08-171-5/+13
| | | | | | | | * 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-141-0/+84
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)