summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* New LPE: Copy rotateMaximilian Albert2008-06-181-0/+1
* New LPE: ParallelMaximilian Albert2008-06-181-0/+1
* Activate automatic knotholders for LPE PointParamsMaximilian Albert2008-06-161-2/+2
* New LPE: Angle bisectorMaximilian Albert2008-06-161-0/+1
* New LPE: circle through 3 pointsMaximilian Albert2008-06-161-0/+1
* Ditch PERMANENT_FLASH because it is handled by providesOwnFlashPath(); avoid ...Maximilian Albert2008-06-161-1/+3
* Second step: try to make helper curves respond faster (don't recreate/delete ...Maximilian Albert2008-06-161-0/+3
* First step towards making helper paths for LPE items work betterMaximilian Albert2008-06-161-0/+13
* Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait for...Maximilian Albert2008-06-121-1/+8
* New LPE: Mirror reflectionMaximilian Albert2008-06-101-0/+1
* Write all effect parameters to SVG when a LPE knotholder handle is ungrabbedMaximilian Albert2008-06-101-0/+1
* Add option to either suppress path flash for items with LPE (e.g., spiro spli...Maximilian Albert2008-06-081-0/+7
* Re-add two handles for PerpBisector LPE (we don't add the other two because t...Maximilian Albert2008-06-081-1/+1
* Better way to add LPE knotholder handles; now it happens semi-automatically i...Maximilian Albert2008-06-081-3/+15
* Make knotholders for LPE items finally work; each effect can now overload the...Maximilian Albert2008-06-081-3/+3
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-2/+0
* Factor out 'create and apply' code for LPEs so that it can be called from eve...Maximilian Albert2008-06-041-0/+2
* C++ify knotholdersMaximilian Albert2008-06-041-1/+1
* LPE STACKING!Johan B. C. Engelen2008-05-301-1/+2
* Add checkbox for LPEs to temporarily disable them on canvas (but keep them ap...Maximilian Albert2008-05-191-2/+5
* New LPE: Tangent to curve (draws a tangent of fixed length which can be dragg...Maximilian Albert2008-05-191-0/+1
* Provide knotholder for LPEPerpBisector; TODO: this replaces the usual nodepat...Maximilian Albert2008-05-191-0/+6
* Add a function doOnApply() for LPEs which is executed once when the effect is...Maximilian Albert2008-05-181-0/+2
* Add function to return path effect typeMaximilian Albert2008-05-181-0/+2
* New LPE: Perpendicular bisectorMaximilian Albert2008-05-181-0/+1
* New LPE : Envelope deformationBastien Bouclet2008-05-171-0/+1
* Remove LPESlant.Johan B. C. Engelen2008-05-091-1/+0
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-1/+1
* add LPEConstructGridJohan B. C. Engelen2008-05-081-0/+1
* Spiro splines LPE using code by Raph Levienbulia byak2008-04-121-0/+1
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-2/+2
* change doEffect_path to default to calling pwd2 for all continuous subpathsJohan B. C. Engelen2008-04-091-1/+4
* rename LPESkeletalStrokes -> LPEPatternAlongPathJohan B. C. Engelen2008-04-081-1/+1
* rename LPEPathAlongPath -> LPEBendPathJohan B. C. Engelen2008-04-081-1/+1
* New LPE: Perspective pathsMaximilian Albert2008-04-021-0/+1
* New LPE: Circle (with center at the first point and passing through the last ...Maximilian Albert2008-03-301-0/+1
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-0/+3
* NEW: temporary on-canvas indicatorsJohan B. C. Engelen2008-03-021-2/+1
* 3 new lpe gadgets: sketch, knot and vonkoch.JF Barraud2008-02-251-0/+3
* prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen2008-01-151-3/+1
* fix typo notepath => nodepathJohan B. C. Engelen2008-01-021-1/+1
* + Fix bug #179840, forking of LPEsJohan B. C. Engelen2008-01-021-3/+9
* Set teeth selector in lpe-gears to an integer value >= 3.Bryce Harrington2007-12-301-5/+5
* fix bug caused by rev. 16540Johan B. C. Engelen2007-11-221-1/+1
* Fix ordering of LPE parameters (no longer use map, just use vector)Johan B. C. Engelen2007-11-211-4/+3
* LPE: no longer overload doEffect methods, but name them according to accepted...Johan B. C. Engelen2007-11-121-3/+3
* make setup_notepath function for LPE's and LPE parameters.Johan B. C. Engelen2007-11-031-1/+6
* LPE: implement NEW path-along-path effect, i think that old one has become ob...Johan B. C. Engelen2007-10-301-7/+11
* LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen2007-10-281-1/+7
* LPE: add on-canvas editing of path parameters!Johan B. C. Engelen2007-10-201-1/+2