summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-pathalongpath.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-04-08rename LPEPathAlongPath -> LPEBendPathJohan B. C. Engelen1-211/+0
(bzr r5385)
2008-03-28- Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet1-19/+69
- LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219)
2008-03-23remove multiple inheritance from lpe PathParam. since it is often desired to ↵Johan B. C. Engelen1-2/+1
get the path not as pw< d2<> >, but also as geom::path or maybe as dw< pw<> >. Plus this enabled linking to an object, instead of keeping its own path data. (i.e. linking to other objects) (bzr r5176)
2008-02-20fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpeJohan B. C. Engelen1-0/+3
(bzr r4789)
2008-01-26LPE bend path was badly broken. fixed now.Johan B. C. Engelen1-73/+3
removed the dropdown box since it should not be there (left-over from pattern along path) (bzr r4599)
2008-01-18add default functions for transforming lpe-pathalongpath.cpp and ↵Johan B. C. Engelen1-0/+8
lpe-skeletalstrokes.cpp (bzr r4558)
2008-01-16RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old ↵Johan B. C. Engelen1-1/+1
RegisteredWdg (bzr r4523)
2007-12-28add tooltip text to bend path. #178471Johan B. C. Engelen1-1/+1
(bzr r4324)
2007-12-17CRLF fixJon A. Cruz1-221/+221
(bzr r4247)
2007-12-07LPE Bendpath: disable width pathJohan B. C. Engelen1-3/+9
(bzr r4189)
2007-11-23LPEbendpath fix: save widthfactor parameter ofcourse doh!Johan B. C. Engelen1-2/+4
(bzr r4131)
2007-11-23LPE add experimental width control to bend path!Johan B. C. Engelen1-8/+17
(bzr r4130)
2007-11-18Make LPE Path along path behave more naturally. (fixes problems in moving a ↵Johan B. C. Engelen1-1/+7
path with that effect applied to it) (bzr r4107)
2007-11-12LPE: no longer overload doEffect methods, but name them according to ↵Johan B. C. Engelen1-1/+1
accepted arguments. This saves developer brain time because of 'hiding' issues. (bzr r4067)
2007-10-30temporary fix for crash with shapes and path-along-path LPEJohan B. C. Engelen1-0/+3
(bzr r3985)
2007-10-30ok. so NOW the new effect is committed...Johan B. C. Engelen1-169/+195
(bzr r3984)
2007-10-11trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder1-169/+169
(bzr r3884)
2007-09-15add verticalpattern checkbox to path-along-path and some parameters that are ↵Johan B. C. Engelen1-3/+11
not yet used. fix ScalarParam bug (bzr r3755)
2007-09-14copyeditbulia byak1-2/+2
(bzr r3750)
2007-09-14Change "scale y" to "scale width" in description of LPEs.Johan B. C. Engelen1-2/+2
(bzr r3749)
2007-09-14change Y-scaling for curve stiching and path-along-path. add warning message ↵Johan B. C. Engelen1-6/+12
when path effect errors due to 2geom exception. (bzr r3748)
2007-09-12copyeditbulia byak1-4/+4
(bzr r3738)
2007-09-04LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and ↵Johan B. C. Engelen1-6/+12
path-along-path. remove trailing space in verbs.cpp. Fix initialization of BoolParam (bzr r3675)
2007-08-262 LPE things:Johan B. C. Engelen1-15/+6
* Add changed signal to LPE PathParameter * removed origin parameter from path along path as it is not necessary any more (bzr r3585)
2007-08-25Rename "Skeletal Strokes" LPE to "Path along path" to better describe what ↵Johan B. C. Engelen1-4/+4
it does. (bzr r3584)
2007-08-17Fix LPE:Johan B. C. Engelen1-9/+6
* add default values for parameters * remove text for LPE_INVALID * update example for skel strokes * clean a bit of the code (bzr r3498)
2007-08-14Commit LivePathEffect branch to trunk!Johan B. C. Engelen1-0/+161
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)