summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-pathalongpath.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename LPEPathAlongPath -> LPEBendPathJohan B. C. Engelen2008-04-081-211/+0
| | | (bzr r5385)
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-19/+69
| | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219)
* remove multiple inheritance from lpe PathParam. since it is often desired to ↵Johan B. C. Engelen2008-03-231-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)
* fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpeJohan B. C. Engelen2008-02-201-0/+3
| | | (bzr r4789)
* LPE bend path was badly broken. fixed now.Johan B. C. Engelen2008-01-261-73/+3
| | | | | removed the dropdown box since it should not be there (left-over from pattern along path) (bzr r4599)
* add default functions for transforming lpe-pathalongpath.cpp and ↵Johan B. C. Engelen2008-01-181-0/+8
| | | | | lpe-skeletalstrokes.cpp (bzr r4558)
* RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old ↵Johan B. C. Engelen2008-01-161-1/+1
| | | | | RegisteredWdg (bzr r4523)
* add tooltip text to bend path. #178471Johan B. C. Engelen2007-12-281-1/+1
| | | (bzr r4324)
* CRLF fixJon A. Cruz2007-12-171-221/+221
| | | (bzr r4247)
* LPE Bendpath: disable width pathJohan B. C. Engelen2007-12-071-3/+9
| | | (bzr r4189)
* LPEbendpath fix: save widthfactor parameter ofcourse doh!Johan B. C. Engelen2007-11-231-2/+4
| | | (bzr r4131)
* LPE add experimental width control to bend path!Johan B. C. Engelen2007-11-231-8/+17
| | | (bzr r4130)
* Make LPE Path along path behave more naturally. (fixes problems in moving a ↵Johan B. C. Engelen2007-11-181-1/+7
| | | | | path with that effect applied to it) (bzr r4107)
* LPE: no longer overload doEffect methods, but name them according to ↵Johan B. C. Engelen2007-11-121-1/+1
| | | | | accepted arguments. This saves developer brain time because of 'hiding' issues. (bzr r4067)
* temporary fix for crash with shapes and path-along-path LPEJohan B. C. Engelen2007-10-301-0/+3
| | | (bzr r3985)
* ok. so NOW the new effect is committed...Johan B. C. Engelen2007-10-301-0/+195
(bzr r3984)