summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove obsolete TODO comment that has been done alreadyJohan B. C. Engelen2010-02-141-1/+0
| | | (bzr r9086.1.2)
* Remove remnants of old node toolKrzysztof Kosi??ski2009-12-241-1/+0
| | | (bzr r8846.2.6)
* Fix LPEs and break mask transform undoKrzysztof Kosi??ski2009-12-081-7/+0
| | | (bzr r8846.2.3)
* decrease header depsJohan B. C. Engelen2009-11-231-0/+1
| | | (bzr r8842)
* add LPE extrude. it's not finished yet!Johan B. C. Engelen2009-11-231-0/+5
| | | (bzr r8838)
* Other patch by Johan to comment out a warning. Thanks Johan!Josh Andler2009-09-261-1/+1
| | | (bzr r8652)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-3/+3
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-3/+3
| | | (bzr r8405)
* Remove 'Is visible?' checkbox from LPE editor because it duplicates ↵Maximilian Albert2009-06-211-7/+10
| | | | | functionality (bzr r8125)
* made ruler lpe "official" + restored a "unit" param and fixed end mark on ↵JF Barraud2009-06-051-1/+1
| | | | | closed path. (bzr r7997)
* make LPE-Interpolate "official"Johan B. C. Engelen2009-05-141-1/+1
| | | (bzr r7881)
* remove the deactivate knotholder parameterbulia byak2009-05-071-5/+0
| | | (bzr r7833)
* translator comments and minor string fixesIvan Mas??r2009-04-231-0/+1
| | | (bzr r7763)
* unhide lpe-sketch. removed "construction lines" feature of this effect + ↵JF Barraud2009-04-201-1/+1
| | | | | minor bug fix. (bzr r7743)
* add LPE recursive skeleton (experimental)Johan B. C. Engelen2009-04-121-0/+5
| | | (bzr r7692)
* unhide hatches lpe (tests commited to test-suite).JF Barraud2009-03-271-1/+1
| | | (bzr r7574)
* correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, ↵Johan B. C. Engelen2009-03-151-1/+5
| | | | | all default values are written to SVG. This greatly improves future compatibility. (bzr r7499)
* Envelope Deform LPE is no longer experimentalJohan B. C. Engelen2009-03-151-1/+1
| | | (bzr r7498)
* moved VonKoch lpe to non experimental: relevant tests commited as well...JF Barraud2009-03-131-3/+3
| | | (bzr r7476)
* Remove superfluous FreehandShape LPEMaximilian Albert2009-02-191-4/+0
| | | (bzr r7330)
* enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)Johan B. C. Engelen2009-02-021-1/+1
| | | (bzr r7224)
* enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)Johan B. C. Engelen2009-02-021-2/+2
| | | (bzr r7223)
* knot-lpe enabled (tests commited to testsuite).JF Barraud2009-02-021-1/+4
| | | (bzr r7213)
* move most of the new LPEs to the experimental section, this means that most ↵Johan B. C. Engelen2009-01-241-9/+11
| | | | | of them will not appear in normal builds. let's be more careful in future about which lpe is "done" and which is still in development. many of the now experimental LPEs actually work quite well. if so, commit an extensive SVG with testcases to the testsuite, and move the effect out of the experimental section. (bzr r7167)
* rely on config file for enabling test effectsJohan B. C. Engelen2009-01-031-2/+4
| | | (bzr r7068)
* remove some of the lpe test define clauses. they are not needed. this in ↵Johan B. C. Engelen2009-01-031-3/+1
| | | | | preparation for moving the define to config.h (bzr r7066)
* added lpe-dynastroke, but hidden as experimental.JF Barraud2009-01-031-0/+6
| | | (bzr r7065)
* reorder LPE listJohan B. C. Engelen2009-01-021-9/+9
| | | | | disable test effects per default (bzr r7057)
* renamed lpe-hatches to lpe-rough-hatches.JF Barraud2008-11-261-5/+5
| | | (bzr r6905)
* Merge from fe-movedTed Gould2008-11-211-3/+7
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-1/+1
| | | (bzr r6885)
* noop: wordingMaximilian Albert2008-08-181-2/+2
| | | (bzr r6680)
* Let acceptsNumClicks() distinguish between invalid LPE and valid ones that ↵Maximilian Albert2008-08-181-0/+1
| | | | | expect zero clicks (bzr r6677)
* Add option do deactivate knotholder handles for LPEs (useful if they ↵Maximilian Albert2008-08-181-0/+5
| | | | | interfere with node handles during editing); doesn't live update the ShapeEditor at the moment (bzr r6667)
* Add lpe-line_segment to LPETool toolbarMaximilian Albert2008-08-181-1/+2
| | | (bzr r6653)
* Rename acceptsNumParams() -> acceptsNumClicks() because it makes more senseMaximilian Albert2008-08-181-4/+4
| | | (bzr r6644)
* Remove done_pathparam_set and friends because it currently isn't used any ↵Maximilian Albert2008-08-181-4/+4
| | | | | more anyway; reimplement its intended functionality by using isReady() (bzr r6643)
* reimplement acceptsNumParams(); instead of making it a virtual function we ↵Maximilian Albert2008-08-181-0/+11
| | | | | just make case distinctions (bzr r6642)
* New LPE to draw infinite lines (cut by a limiting bounding box), rays and ↵Maximilian Albert2008-08-181-0/+5
| | | | | segments (bzr r6641)
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-1/+0
| | | (bzr r6540)
* Warning cleanupJon A. Cruz2008-08-011-1/+1
| | | (bzr r6495)
* New LPE: path lengthMaximilian Albert2008-07-301-0/+5
| | | (bzr r6477)
* New LPE: Text labelMaximilian Albert2008-07-301-0/+5
| | | (bzr r6472)
* Remove superfluous #includeMaximilian Albert2008-07-291-1/+0
| | | (bzr r6464)
* Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of ↵Maximilian Albert2008-07-291-26/+34
| | | | | canvas indicators provided by the effect itself or its parameters (overload addCanvasIndicators to provide them in derived effects) (bzr r6450)
* Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity ↵Maximilian Albert2008-07-291-5/+15
| | | | | and make inheritance from it a bit less clumsy (bzr r6448)
* LPE knotholder refactoring: PointParams are not knotholder entities any ↵Maximilian Albert2008-07-291-10/+6
| | | | | more; instead, every parameter type can now return entities (and then forget about them) (bzr r6446)
* remove dependency on INVALID_LPE a bitJohan B. C. Engelen2008-07-271-3/+3
| | | (bzr r6436)
* sort LPE effect listJohan B. C. Engelen2008-07-271-26/+26
| | | (bzr r6435)
* LPE Interpolate => "Interpolate Sub-Paths"Johan B. C. Engelen2008-07-271-1/+1
| | | (bzr r6434)