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