summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-23translator comments and minor string fixesIvan Mas??r1-0/+1
2009-04-20unhide lpe-sketch. removed "construction lines" feature of this effect + mino...JF Barraud1-1/+1
2009-04-12add LPE recursive skeleton (experimental)Johan B. C. Engelen1-0/+5
2009-03-27unhide hatches lpe (tests commited to test-suite).JF Barraud1-1/+1
2009-03-15correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, all...Johan B. C. Engelen1-1/+5
2009-03-15Envelope Deform LPE is no longer experimentalJohan B. C. Engelen1-1/+1
2009-03-13moved VonKoch lpe to non experimental: relevant tests commited as well...JF Barraud1-3/+3
2009-02-19Remove superfluous FreehandShape LPEMaximilian Albert1-4/+0
2009-02-02enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)Johan B. C. Engelen1-1/+1
2009-02-02enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)Johan B. C. Engelen1-2/+2
2009-02-02knot-lpe enabled (tests commited to testsuite).JF Barraud1-1/+4
2009-01-24move most of the new LPEs to the experimental section, this means that most o...Johan B. C. Engelen1-9/+11
2009-01-03rely on config file for enabling test effectsJohan B. C. Engelen1-2/+4
2009-01-03remove some of the lpe test define clauses. they are not needed. this in prep...Johan B. C. Engelen1-3/+1
2009-01-03added lpe-dynastroke, but hidden as experimental.JF Barraud1-0/+6
2009-01-02reorder LPE listJohan B. C. Engelen1-9/+9
2008-11-26renamed lpe-hatches to lpe-rough-hatches.JF Barraud1-5/+5
2008-11-21Merge from fe-movedTed Gould1-3/+7
2008-10-27From trunkTed Gould1-1/+1
2008-08-18noop: wordingMaximilian Albert1-2/+2
2008-08-18Let acceptsNumClicks() distinguish between invalid LPE and valid ones that ex...Maximilian Albert1-0/+1
2008-08-18Add option do deactivate knotholder handles for LPEs (useful if they interfer...Maximilian Albert1-0/+5
2008-08-18Add lpe-line_segment to LPETool toolbarMaximilian Albert1-1/+2
2008-08-18Rename acceptsNumParams() -> acceptsNumClicks() because it makes more senseMaximilian Albert1-4/+4
2008-08-18Remove done_pathparam_set and friends because it currently isn't used any mor...Maximilian Albert1-4/+4
2008-08-18reimplement acceptsNumParams(); instead of making it a virtual function we ju...Maximilian Albert1-0/+11
2008-08-18New LPE to draw infinite lines (cut by a limiting bounding box), rays and seg...Maximilian Albert1-0/+5
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-1/+0
2008-08-01Warning cleanupJon A. Cruz1-1/+1
2008-07-30New LPE: path lengthMaximilian Albert1-0/+5
2008-07-30New LPE: Text labelMaximilian Albert1-0/+5
2008-07-29Remove superfluous #includeMaximilian Albert1-1/+0
2008-07-29Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of c...Maximilian Albert1-26/+34
2008-07-29Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...Maximilian Albert1-5/+15
2008-07-29LPE knotholder refactoring: PointParams are not knotholder entities any more;...Maximilian Albert1-10/+6
2008-07-27remove dependency on INVALID_LPE a bitJohan B. C. Engelen1-3/+3
2008-07-27sort LPE effect listJohan B. C. Engelen1-26/+26
2008-07-27LPE Interpolate => "Interpolate Sub-Paths"Johan B. C. Engelen1-1/+1
2008-07-27add LPE InterpolateJohan B. C. Engelen1-0/+5
2008-07-20purge LivePathEffect::PathTypeJohan B. C. Engelen1-5/+4
2008-07-16add lpe-BoolopsJohan B. C. Engelen1-0/+5
2008-07-15New LPE FreehandShape derived from PatternAlongPath (for the shapes in pen/pe...Maximilian Albert1-0/+4
2008-07-15New LPE: RulerMaximilian Albert1-0/+5
2008-07-08Rename LPE: mirror reflect --> mirror symmetryMaximilian Albert1-4/+4
2008-07-05move undo commits closer to the UIbulia byak1-3/+0
2008-07-04Warning cleanupJon A. Cruz1-2/+2
2008-07-04Remove oncanvas_editable attribute for PointParams; use their internal shape ...Maximilian Albert1-1/+2
2008-07-03New LPE: OffsetMaximilian Albert1-0/+5
2008-07-02Enable status bar tips for LPE handles that are automatically created from Po...Maximilian Albert1-3/+4
2008-06-26noop: be more consistent with function names (get_pathvector => set_pathvector)Johan B. C. Engelen1-1/+1