summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Factor out 'create and apply' code for LPEs so that it can be called from eve...Maximilian Albert2008-06-041-0/+2
* C++ify knotholdersMaximilian Albert2008-06-041-1/+1
* LPE STACKING!Johan B. C. Engelen2008-05-301-1/+2
* Add checkbox for LPEs to temporarily disable them on canvas (but keep them ap...Maximilian Albert2008-05-191-2/+5
* New LPE: Tangent to curve (draws a tangent of fixed length which can be dragg...Maximilian Albert2008-05-191-0/+1
* Provide knotholder for LPEPerpBisector; TODO: this replaces the usual nodepat...Maximilian Albert2008-05-191-0/+6
* Add a function doOnApply() for LPEs which is executed once when the effect is...Maximilian Albert2008-05-181-0/+2
* Add function to return path effect typeMaximilian Albert2008-05-181-0/+2
* New LPE: Perpendicular bisectorMaximilian Albert2008-05-181-0/+1
* New LPE : Envelope deformationBastien Bouclet2008-05-171-0/+1
* Remove LPESlant.Johan B. C. Engelen2008-05-091-1/+0
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-1/+1
* add LPEConstructGridJohan B. C. Engelen2008-05-081-0/+1
* Spiro splines LPE using code by Raph Levienbulia byak2008-04-121-0/+1
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-2/+2
* change doEffect_path to default to calling pwd2 for all continuous subpathsJohan B. C. Engelen2008-04-091-1/+4
* rename LPESkeletalStrokes -> LPEPatternAlongPathJohan B. C. Engelen2008-04-081-1/+1
* rename LPEPathAlongPath -> LPEBendPathJohan B. C. Engelen2008-04-081-1/+1
* New LPE: Perspective pathsMaximilian Albert2008-04-021-0/+1
* New LPE: Circle (with center at the first point and passing through the last ...Maximilian Albert2008-03-301-0/+1
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-0/+3
* NEW: temporary on-canvas indicatorsJohan B. C. Engelen2008-03-021-2/+1
* 3 new lpe gadgets: sketch, knot and vonkoch.JF Barraud2008-02-251-0/+3
* prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen2008-01-151-3/+1
* fix typo notepath => nodepathJohan B. C. Engelen2008-01-021-1/+1
* + Fix bug #179840, forking of LPEsJohan B. C. Engelen2008-01-021-3/+9
* Set teeth selector in lpe-gears to an integer value >= 3.Bryce Harrington2007-12-301-5/+5
* fix bug caused by rev. 16540Johan B. C. Engelen2007-11-221-1/+1
* Fix ordering of LPE parameters (no longer use map, just use vector)Johan B. C. Engelen2007-11-211-4/+3
* LPE: no longer overload doEffect methods, but name them according to accepted...Johan B. C. Engelen2007-11-121-3/+3
* make setup_notepath function for LPE's and LPE parameters.Johan B. C. Engelen2007-11-031-1/+6
* LPE: implement NEW path-along-path effect, i think that old one has become ob...Johan B. C. Engelen2007-10-301-7/+11
* LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen2007-10-281-1/+7
* LPE: add on-canvas editing of path parameters!Johan B. C. Engelen2007-10-201-1/+2
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-112/+112
* LPE:Johan B. C. Engelen2007-08-291-0/+1
* Add #define to disable "test" LPE'sJohan B. C. Engelen2007-08-251-0/+4
* Add lpe-skeleton for easy implementation!Johan B. C. Engelen2007-08-171-1/+1
* Fix LPE:Johan B. C. Engelen2007-08-171-6/+5
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+108