summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add verticalpattern checkbox to path-along-path and some parameters that are ↵Johan B. C. Engelen2007-09-151-4/+5
| | | | | not yet used. fix ScalarParam bug (bzr r3755)
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-1/+1
| | | (bzr r3753)
* change Y-scaling for curve stiching and path-along-path. add warning message ↵Johan B. C. Engelen2007-09-142-0/+31
| | | | | when path effect errors due to 2geom exception. (bzr r3748)
* fix pasting of LPE's across multiple document; plus a number of small fixes.Johan B. C. Engelen2007-09-141-3/+0
| | | (bzr r3745)
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-121-17/+17
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* LPE: fix undo bug for applying/removing effectJohan B. C. Engelen2007-09-051-1/+1
| | | (bzr r3686)
* do not set value if widget is updatingbulia byak2007-09-051-1/+1
| | | (bzr r3682)
* LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and ↵Johan B. C. Engelen2007-09-042-6/+6
| | | | | path-along-path. remove trailing space in verbs.cpp. Fix initialization of BoolParam (bzr r3675)
* Fix makefiles for added LPE parameterJohan B. C. Engelen2007-09-021-0/+2
| | | (bzr r3664)
* LPE: add RandomParam type.Johan B. C. Engelen2007-09-025-11/+282
| | | (bzr r3662)
* Add "scale y stroke" parameter to Curve Stitching LPEJohan B. C. Engelen2007-08-311-0/+2
| | | (bzr r3630)
* 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)