summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpeobject.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix warningsJohan B. C. Engelen2008-02-291-1/+1
| | | (bzr r4905)
* Fix wrong identification of invalid effects (for unknown effects, it used to ↵Johan B. C. Engelen2008-02-061-4/+2
| | | | | default to Bend Path). Now it is reckognized as invalid effect, but still the effect is executed: meaning that "original-d" is copied to "d" instead of keeping "d" attrib. That still needs to be fixed. (bzr r4672)
* + Fix bug #179840, forking of LPEsJohan B. C. Engelen2008-01-021-5/+26
| | | | | + Groundwork for fixing transforming LPE bugs. TODO: implement the actual transformation of LPE parameters. (bzr r4367)
* warning cleanupJon A. Cruz2007-11-081-9/+9
| | | (bzr r4043)
* LPE: add on-canvas editing of path parameters!Johan B. C. Engelen2007-10-201-1/+1
| | | (bzr r3934)
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-264/+264
| | | (bzr r3884)
* LPE: fix undo bug for applying/removing effectJohan B. C. Engelen2007-09-051-3/+8
| | | (bzr r3686)
* Fix LPE:Johan B. C. Engelen2007-08-171-1/+0
| | | | | | | | * 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/+260
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)