summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* New LPE: Tangent to curve (draws a tangent of fixed length which can be dragg...Maximilian Albert2008-05-191-0/+5
* Provide knotholder for LPEPerpBisector; TODO: this replaces the usual nodepat...Maximilian Albert2008-05-191-2/+17
* Add a function doOnApply() for LPEs which is executed once when the effect is...Maximilian Albert2008-05-181-0/+6
* Add function to return path effect typeMaximilian Albert2008-05-181-0/+5
* New LPE: Perpendicular bisectorMaximilian Albert2008-05-181-0/+5
* noop: add 'end of #includes' indicator in effect.cpp to simplify scriptingMaximilian Albert2008-05-181-0/+1
* New LPE : Envelope deformationBastien Bouclet2008-05-171-1/+6
* Remove LPESlant.Johan B. C. Engelen2008-05-091-5/+0
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-8/+3
* add LPEConstructGridJohan B. C. Engelen2008-05-081-0/+5
* fix 224981bulia byak2008-05-061-1/+4
* Warning and whitespace cleanupJon A. Cruz2008-05-011-3/+3
* don't override helperpath preference setting per default in LPE::Effect.Johan B. C. Engelen2008-04-141-1/+0
* C++-ify initialization of Effect classJohan B. C. Engelen2008-04-131-3/+3
* move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen2008-04-131-1/+1
* Spiro splines LPE using code by Raph Levienbulia byak2008-04-121-0/+5
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-2/+2
* change to c++ style casts in Effect::NewJohan B. C. Engelen2008-04-091-12/+11
* change doEffect_path to default to calling pwd2 for all continuous subpathsJohan B. C. Engelen2008-04-091-8/+22
* rename LPESkeletalStrokes -> LPEPatternAlongPathJohan B. C. Engelen2008-04-081-4/+4
* rename LPEPathAlongPath -> LPEBendPathJohan B. C. Engelen2008-04-081-5/+4
* New LPE: Perspective pathsMaximilian Albert2008-04-021-0/+5
* New LPE: Circle (with center at the first point and passing through the last ...Maximilian Albert2008-03-301-1/+6
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-0/+7
* 3 new lpe gadgets: sketch, knot and vonkoch.JF Barraud2008-02-251-0/+17
* prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen2008-01-151-25/+20
* Corrected tooltips and labels in the LPEsJoel Holdsworth2008-01-041-2/+2
* fix typo notepath => nodepathJohan B. C. Engelen2008-01-021-1/+1
* make LPE parameters responsible for transformation (LPE cycles through its pa...Johan B. C. Engelen2008-01-021-0/+1
* + Fix bug #179840, forking of LPEsJohan B. C. Engelen2008-01-021-2/+14
* Set teeth selector in lpe-gears to an integer value >= 3.Bryce Harrington2007-12-301-1/+1
* warning cleanupJon A. Cruz2007-12-051-2/+2
* fix bug caused by rev. 16540Johan B. C. Engelen2007-11-221-8/+8
* Fix ordering of LPE parameters (no longer use map, just use vector)Johan B. C. Engelen2007-11-211-27/+38
* rename path along path to Bend PathJohan B. C. Engelen2007-11-211-3/+3
* Fix exception catching, to allow polymorphism. Note to all: always catch by r...Johan B. C. Engelen2007-11-171-1/+1
* 2geom tryout: new exceptionsJohan B. C. Engelen2007-11-171-2/+2
* LPE: no longer overload doEffect methods, but name them according to accepted...Johan B. C. Engelen2007-11-121-6/+6
* * UI text change "Curve stitching" to "Stitch subcurves"Johan B. C. Engelen2007-11-061-1/+1
* pattern along path is not obsolete :)Johan B. C. Engelen2007-11-051-1/+1
* make setup_notepath function for LPE's and LPE parameters.Johan B. C. Engelen2007-11-031-3/+25
* LPE: implement NEW path-along-path effect, i think that old one has become ob...Johan B. C. Engelen2007-10-301-1/+17
* LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen2007-10-281-0/+41
* LPE: add on-canvas editing of path parameters!Johan B. C. Engelen2007-10-201-5/+3
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-280/+280
* change Y-scaling for curve stiching and path-along-path. add warning message ...Johan B. C. Engelen2007-09-141-3/+5
* LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and pat...Johan B. C. Engelen2007-09-041-5/+24
* Try to fix translation of LPE names.Johan B. C. Engelen2007-08-301-7/+7
* LPE:Johan B. C. Engelen2007-08-291-1/+6
* Rename "Skeletal Strokes" LPE to "Path along path" to better describe what it...Johan B. C. Engelen2007-08-251-1/+1