diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-08-29 22:36:46 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-08-29 22:36:46 +0000 |
| commit | 0b4b6cf7cdf14a64844186ea1e22ef6a0dba42bb (patch) | |
| tree | 045ce745d261eeb22875310393ff32dc59beff0e /src/live_effects/Makefile_insert | |
| parent | Dockable dialogs patch applied (diff) | |
| download | inkscape-0b4b6cf7cdf14a64844186ea1e22ef6a0dba42bb.tar.gz inkscape-0b4b6cf7cdf14a64844186ea1e22ef6a0dba42bb.zip | |
LPE:
- 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)
Diffstat (limited to 'src/live_effects/Makefile_insert')
| -rw-r--r-- | src/live_effects/Makefile_insert | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/live_effects/Makefile_insert b/src/live_effects/Makefile_insert index f285416e2..fcce5721e 100644 --- a/src/live_effects/Makefile_insert +++ b/src/live_effects/Makefile_insert @@ -16,6 +16,8 @@ live_effects_liblive_effects_a_SOURCES = \ live_effects/n-art-bpath-2geom.h \
live_effects/lpe-skeletalstrokes.cpp \
live_effects/lpe-skeletalstrokes.h \
+ live_effects/lpe-curvestitch.cpp \
+ live_effects/lpe-curvestitch.h \
live_effects/lpe-gears.cpp \
live_effects/lpe-gears.h \
live_effects/lpe-test-doEffect-stack.cpp \
|
