summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-09Remove LPESlant.Johan B. C. Engelen1-5/+0
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-8/+3
2008-05-08add LPEConstructGridJohan B. C. Engelen1-0/+5
2008-05-06fix 224981bulia byak1-1/+4
2008-05-01Warning and whitespace cleanupJon A. Cruz1-3/+3
2008-04-14don't override helperpath preference setting per default in LPE::Effect.Johan B. C. Engelen1-1/+0
2008-04-13C++-ify initialization of Effect classJohan B. C. Engelen1-3/+3
2008-04-13move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen1-1/+1
2008-04-12Spiro splines LPE using code by Raph Levienbulia byak1-0/+5
2008-04-09change doEffect functions to use const& parametersJohan B. C. Engelen1-2/+2
2008-04-09change to c++ style casts in Effect::NewJohan B. C. Engelen1-12/+11
2008-04-09change doEffect_path to default to calling pwd2 for all continuous subpathsJohan B. C. Engelen1-8/+22
2008-04-08rename LPESkeletalStrokes -> LPEPatternAlongPathJohan B. C. Engelen1-4/+4
2008-04-08rename LPEPathAlongPath -> LPEBendPathJohan B. C. Engelen1-5/+4
2008-04-02New LPE: Perspective pathsMaximilian Albert1-0/+5
2008-03-30New LPE: Circle (with center at the first point and passing through the last ...Maximilian Albert1-1/+6
2008-03-28- Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet1-0/+7
2008-02-253 new lpe gadgets: sketch, knot and vonkoch.JF Barraud1-0/+17
2008-01-15prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen1-25/+20
2008-01-04Corrected tooltips and labels in the LPEsJoel Holdsworth1-2/+2
2008-01-02fix typo notepath => nodepathJohan B. C. Engelen1-1/+1
2008-01-02make LPE parameters responsible for transformation (LPE cycles through its pa...Johan B. C. Engelen1-0/+1
2008-01-02+ Fix bug #179840, forking of LPEsJohan B. C. Engelen1-2/+14
2007-12-30Set teeth selector in lpe-gears to an integer value >= 3.Bryce Harrington1-1/+1
2007-12-05warning cleanupJon A. Cruz1-2/+2
2007-11-22fix bug caused by rev. 16540Johan B. C. Engelen1-8/+8
2007-11-21Fix ordering of LPE parameters (no longer use map, just use vector)Johan B. C. Engelen1-27/+38
2007-11-21rename path along path to Bend PathJohan B. C. Engelen1-3/+3
2007-11-17Fix exception catching, to allow polymorphism. Note to all: always catch by r...Johan B. C. Engelen1-1/+1
2007-11-172geom tryout: new exceptionsJohan B. C. Engelen1-2/+2
2007-11-12LPE: no longer overload doEffect methods, but name them according to accepted...Johan B. C. Engelen1-6/+6
2007-11-06* UI text change "Curve stitching" to "Stitch subcurves"Johan B. C. Engelen1-1/+1
2007-11-05pattern along path is not obsolete :)Johan B. C. Engelen1-1/+1
2007-11-03make setup_notepath function for LPE's and LPE parameters.Johan B. C. Engelen1-3/+25
2007-10-30LPE: implement NEW path-along-path effect, i think that old one has become ob...Johan B. C. Engelen1-1/+17
2007-10-28LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen1-0/+41
2007-10-20LPE: add on-canvas editing of path parameters!Johan B. C. Engelen1-5/+3
2007-10-11trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder1-280/+280
2007-09-14change Y-scaling for curve stiching and path-along-path. add warning message ...Johan B. C. Engelen1-3/+5
2007-09-04LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and pat...Johan B. C. Engelen1-5/+24
2007-08-30Try to fix translation of LPE names.Johan B. C. Engelen1-7/+7
2007-08-29LPE:Johan B. C. Engelen1-1/+6
2007-08-25Rename "Skeletal Strokes" LPE to "Path along path" to better describe what it...Johan B. C. Engelen1-1/+1
2007-08-25Add #define to disable "test" LPE'sJohan B. C. Engelen1-1/+5
2007-08-19Add default value stuff for LPE parametersJohan B. C. Engelen1-6/+13
2007-08-17Add lpe-skeleton for easy implementation!Johan B. C. Engelen1-0/+1
2007-08-17Fix LPE:Johan B. C. Engelen1-17/+27
2007-08-14Commit LivePathEffect branch to trunk!Johan B. C. Engelen1-0/+232