summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-18Display helper grid for LPELattice; automatically add helper paths for LPE Pa...Maximilian Albert1-1/+11
2008-06-18Improve comments and catch missing desktop in effect.cppMaximilian Albert1-4/+5
2008-06-18New LPE: Copy rotateMaximilian Albert1-0/+5
2008-06-18New LPE: ParallelMaximilian Albert1-0/+5
2008-06-16Activate automatic knotholders for LPE PointParamsMaximilian Albert1-0/+17
2008-06-16Address compile warningMaximilian Albert1-2/+2
2008-06-16New LPE: Angle bisectorMaximilian Albert1-0/+5
2008-06-16New LPE: circle through 3 pointsMaximilian Albert1-0/+5
2008-06-16Second step: try to make helper curves respond faster (don't recreate/delete ...Maximilian Albert1-1/+5
2008-06-16First step towards making helper paths for LPE items work betterMaximilian Albert1-2/+26
2008-06-14put exception catch block around all doEffect calls. (so in SP_LPE_ITEM)Johan B. C. Engelen1-15/+2
2008-06-12whitespaceMaximilian Albert1-1/+1
2008-06-12Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait for...Maximilian Albert1-1/+46
2008-06-10New LPE: Mirror reflectionMaximilian Albert1-1/+6
2008-06-10Remove debugging messagesMaximilian Albert1-5/+0
2008-06-10Write all effect parameters to SVG when a LPE knotholder handle is ungrabbedMaximilian Albert1-0/+10
2008-06-08Better way to add LPE knotholder handles; now it happens semi-automatically i...Maximilian Albert1-14/+18
2008-06-08Make knotholders for LPE items finally work; each effect can now overload the...Maximilian Albert1-6/+24
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-24/+6
2008-06-04Factor out 'create and apply' code for LPEs so that it can be called from eve...Maximilian Albert1-0/+28
2008-06-04C++ify knotholdersMaximilian Albert1-2/+2
2008-05-30LPE STACKING!Johan B. C. Engelen1-7/+12
2008-05-19Add checkbox for LPEs to temporarily disable them on canvas (but keep them ap...Maximilian Albert1-0/+2
2008-05-19New LPE: Tangent to curve (draws a tangent of fixed length which can be dragg...Maximilian Albert1-0/+5
2008-05-19Provide knotholder for LPEPerpBisector; TODO: this replaces the usual nodepat...Maximilian Albert1-2/+17
2008-05-18Add a function doOnApply() for LPEs which is executed once when the effect is...Maximilian Albert1-0/+6
2008-05-18Add function to return path effect typeMaximilian Albert1-0/+5
2008-05-18New LPE: Perpendicular bisectorMaximilian Albert1-0/+5
2008-05-18noop: add 'end of #includes' indicator in effect.cpp to simplify scriptingMaximilian Albert1-0/+1
2008-05-17New LPE : Envelope deformationBastien Bouclet1-1/+6
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