summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-15correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, all...Johan B. C. Engelen1-0/+3
2008-11-21Merge from fe-movedTed Gould1-41/+1
2008-10-27From trunkTed Gould1-2/+3
2008-08-18Add option do deactivate knotholder handles for LPEs (useful if they interfer...Maximilian Albert1-0/+3
2008-08-18Rename acceptsNumParams() -> acceptsNumClicks() because it makes more senseMaximilian Albert1-2/+2
2008-08-18Remove done_pathparam_set and friends because it currently isn't used any mor...Maximilian Albert1-2/+9
2008-08-18reimplement acceptsNumParams(); instead of making it a virtual function we ju...Maximilian Albert1-1/+2
2008-08-18New LPE to draw infinite lines (cut by a limiting bounding box), rays and seg...Maximilian Albert1-0/+1
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-1/+0
2008-07-30New LPE: path lengthMaximilian Albert1-0/+1
2008-07-30New LPE: Text labelMaximilian Albert1-0/+1
2008-07-29Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of c...Maximilian Albert1-2/+5
2008-07-29Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...Maximilian Albert1-2/+1
2008-07-27remove dependency on INVALID_LPE a bitJohan B. C. Engelen1-1/+1
2008-07-27add LPE InterpolateJohan B. C. Engelen1-0/+1
2008-07-16add lpe-BoolopsJohan B. C. Engelen1-0/+1
2008-07-15New LPE FreehandShape derived from PatternAlongPath (for the shapes in pen/pe...Maximilian Albert1-0/+1
2008-07-15New LPE: RulerMaximilian Albert1-0/+1
2008-07-08Rename LPE: mirror reflect --> mirror symmetryMaximilian Albert1-1/+1
2008-07-07replace separate forward declarations by proper forward.h inclusionJohan B. C. Engelen1-4/+1
2008-07-03New LPE: OffsetMaximilian Albert1-0/+1
2008-06-18New LPE: Copy rotateMaximilian Albert1-0/+1
2008-06-18New LPE: ParallelMaximilian Albert1-0/+1
2008-06-16Activate automatic knotholders for LPE PointParamsMaximilian Albert1-2/+2
2008-06-16New LPE: Angle bisectorMaximilian Albert1-0/+1
2008-06-16New LPE: circle through 3 pointsMaximilian Albert1-0/+1
2008-06-16Ditch PERMANENT_FLASH because it is handled by providesOwnFlashPath(); avoid ...Maximilian Albert1-1/+3
2008-06-16Second step: try to make helper curves respond faster (don't recreate/delete ...Maximilian Albert1-0/+3
2008-06-16First step towards making helper paths for LPE items work betterMaximilian Albert1-0/+13
2008-06-12Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait for...Maximilian Albert1-1/+8
2008-06-10New LPE: Mirror reflectionMaximilian Albert1-0/+1
2008-06-10Write all effect parameters to SVG when a LPE knotholder handle is ungrabbedMaximilian Albert1-0/+1
2008-06-08Add option to either suppress path flash for items with LPE (e.g., spiro spli...Maximilian Albert1-0/+7
2008-06-08Re-add two handles for PerpBisector LPE (we don't add the other two because t...Maximilian Albert1-1/+1
2008-06-08Better way to add LPE knotholder handles; now it happens semi-automatically i...Maximilian Albert1-3/+15
2008-06-08Make knotholders for LPE items finally work; each effect can now overload the...Maximilian Albert1-3/+3
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-2/+0
2008-06-04Factor out 'create and apply' code for LPEs so that it can be called from eve...Maximilian Albert1-0/+2
2008-06-04C++ify knotholdersMaximilian Albert1-1/+1
2008-05-30LPE STACKING!Johan B. C. Engelen1-1/+2
2008-05-19Add checkbox for LPEs to temporarily disable them on canvas (but keep them ap...Maximilian Albert1-2/+5
2008-05-19New LPE: Tangent to curve (draws a tangent of fixed length which can be dragg...Maximilian Albert1-0/+1
2008-05-19Provide knotholder for LPEPerpBisector; TODO: this replaces the usual nodepat...Maximilian Albert1-0/+6
2008-05-18Add a function doOnApply() for LPEs which is executed once when the effect is...Maximilian Albert1-0/+2
2008-05-18Add function to return path effect typeMaximilian Albert1-0/+2
2008-05-18New LPE: Perpendicular bisectorMaximilian Albert1-0/+1
2008-05-17New LPE : Envelope deformationBastien Bouclet1-0/+1
2008-05-09Remove LPESlant.Johan B. C. Engelen1-1/+0
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-1/+1
2008-05-08add LPEConstructGridJohan B. C. Engelen1-0/+1