summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix LPEs and break mask transform undoKrzysztof Kosi??ski2009-12-081-2/+0
* decrease header depsJohan B. C. Engelen2009-11-231-1/+1
* decrease header dependenciesJohan B. C. Engelen2009-11-231-1/+3
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-4/+4
* SPDocument->Documentjohnce2009-08-051-4/+4
* remove the deactivate knotholder parameterbulia byak2009-05-071-3/+0
* correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, all...Johan B. C. Engelen2009-03-151-0/+3
* Merge from fe-movedTed Gould2008-11-211-41/+1
* From trunkTed Gould2008-10-271-2/+3
* Add option do deactivate knotholder handles for LPEs (useful if they interfer...Maximilian Albert2008-08-181-0/+3
* Rename acceptsNumParams() -> acceptsNumClicks() because it makes more senseMaximilian Albert2008-08-181-2/+2
* Remove done_pathparam_set and friends because it currently isn't used any mor...Maximilian Albert2008-08-181-2/+9
* reimplement acceptsNumParams(); instead of making it a virtual function we ju...Maximilian Albert2008-08-181-1/+2
* New LPE to draw infinite lines (cut by a limiting bounding box), rays and seg...Maximilian Albert2008-08-181-0/+1
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-1/+0
* New LPE: path lengthMaximilian Albert2008-07-301-0/+1
* New LPE: Text labelMaximilian Albert2008-07-301-0/+1
* Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of c...Maximilian Albert2008-07-291-2/+5
* Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...Maximilian Albert2008-07-291-2/+1
* remove dependency on INVALID_LPE a bitJohan B. C. Engelen2008-07-271-1/+1
* add LPE InterpolateJohan B. C. Engelen2008-07-271-0/+1
* add lpe-BoolopsJohan B. C. Engelen2008-07-161-0/+1
* New LPE FreehandShape derived from PatternAlongPath (for the shapes in pen/pe...Maximilian Albert2008-07-151-0/+1
* New LPE: RulerMaximilian Albert2008-07-151-0/+1
* Rename LPE: mirror reflect --> mirror symmetryMaximilian Albert2008-07-081-1/+1
* replace separate forward declarations by proper forward.h inclusionJohan B. C. Engelen2008-07-071-4/+1
* New LPE: OffsetMaximilian Albert2008-07-031-0/+1
* 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