summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Display helper grid for LPELattice; automatically add helper paths for LPE ↵Maximilian Albert2008-06-181-1/+11
| | | | | PathParams (bzr r5996)
* Improve comments and catch missing desktop in effect.cppMaximilian Albert2008-06-181-4/+5
| | | (bzr r5993)
* New LPE: Copy rotateMaximilian Albert2008-06-181-0/+5
| | | (bzr r5978)
* New LPE: ParallelMaximilian Albert2008-06-181-0/+5
| | | (bzr r5975)
* Activate automatic knotholders for LPE PointParamsMaximilian Albert2008-06-161-0/+17
| | | (bzr r5963)
* Address compile warningMaximilian Albert2008-06-161-2/+2
| | | (bzr r5961)
* New LPE: Angle bisectorMaximilian Albert2008-06-161-0/+5
| | | (bzr r5960)
* New LPE: circle through 3 pointsMaximilian Albert2008-06-161-0/+5
| | | (bzr r5959)
* Second step: try to make helper curves respond faster (don't recreate/delete ↵Maximilian Albert2008-06-161-1/+5
| | | | | the temporary canvasitems each time the selection is modified); better use of flash paths (bzr r5955)
* First step towards making helper paths for LPE items work betterMaximilian Albert2008-06-161-2/+26
| | | (bzr r5954)
* put exception catch block around all doEffect calls. (so in SP_LPE_ITEM)Johan B. C. Engelen2008-06-141-15/+2
| | | (bzr r5938)
* whitespaceMaximilian Albert2008-06-121-1/+1
| | | (bzr r5905)
* Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait ↵Maximilian Albert2008-06-121-1/+46
| | | | | for parameter path' mode; make LPEMirrorReflect use this to let the user specify the mirroring line (bzr r5902)
* New LPE: Mirror reflectionMaximilian Albert2008-06-101-1/+6
| | | (bzr r5875)
* Remove debugging messagesMaximilian Albert2008-06-101-5/+0
| | | (bzr r5871)
* Write all effect parameters to SVG when a LPE knotholder handle is ungrabbedMaximilian Albert2008-06-101-0/+10
| | | (bzr r5870)
* Better way to add LPE knotholder handles; now it happens semi-automatically ↵Maximilian Albert2008-06-081-14/+18
| | | | | in a similar way as adding LPE parameters. (bzr r5856)
* Make knotholders for LPE items finally work; each effect can now overload ↵Maximilian Albert2008-06-081-6/+24
| | | | | | | the addKnotHolderHandles() method to add handles which control its parameters. There is now also a virtual onKnotUngrabbed() method for each knotholder entity which can be used to do cleanup tasks (for LPE parameters it currently writes the value to SVG, although this should probably happen automatically) (bzr r5855)
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-24/+6
| | | (bzr r5823)
* Factor out 'create and apply' code for LPEs so that it can be called from ↵Maximilian Albert2008-06-041-0/+28
| | | | | everywhere (bzr r5798)
* C++ify knotholdersMaximilian Albert2008-06-041-2/+2
| | | (bzr r5797)
* LPE STACKING!Johan B. C. Engelen2008-05-301-7/+12
| | | | | (many thanks to the french students who made this.) (bzr r5766)
* Add checkbox for LPEs to temporarily disable them on canvas (but keep them ↵Maximilian Albert2008-05-191-0/+2
| | | | | applied to the object) (bzr r5711)
* New LPE: Tangent to curve (draws a tangent of fixed length which can be ↵Maximilian Albert2008-05-191-0/+5
| | | | | dragged along the curve) (bzr r5703)
* Provide knotholder for LPEPerpBisector; TODO: this replaces the usual ↵Maximilian Albert2008-05-191-2/+17
| | | | | nodepath in node context but in the long run it is desired to use both along with each other (bzr r5701)
* Add a function doOnApply() for LPEs which is executed once when the effect ↵Maximilian Albert2008-05-181-0/+6
| | | | | is applied to an item (contrary to doBeforeEffect() which is executed, e.g., each time a parameter changes (bzr r5698)
* Add function to return path effect typeMaximilian Albert2008-05-181-0/+5
| | | (bzr r5696)
* New LPE: Perpendicular bisectorMaximilian Albert2008-05-181-0/+5
| | | (bzr r5695)
* noop: add 'end of #includes' indicator in effect.cpp to simplify scriptingMaximilian Albert2008-05-181-0/+1
| | | (bzr r5691)
* New LPE : Envelope deformationBastien Bouclet2008-05-171-1/+6
| | | (bzr r5684)
* Remove LPESlant.Johan B. C. Engelen2008-05-091-5/+0
| | | | | | - it causes data hiding problems (appears to be the *only* place outside SPCurve that directly writes to SPCurve's bpath !) - *when someone really wants this effect, let me know and I'll recode it* (bzr r5638)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-8/+3
| | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636)
* add LPEConstructGridJohan B. C. Engelen2008-05-081-0/+5
| | | (bzr r5633)
* fix 224981bulia byak2008-05-061-1/+4
| | | (bzr r5621)
* Warning and whitespace cleanupJon A. Cruz2008-05-011-3/+3
| | | (bzr r5564)
* don't override helperpath preference setting per default in LPE::Effect.Johan B. C. Engelen2008-04-141-1/+0
| | | (bzr r5441)
* C++-ify initialization of Effect classJohan B. C. Engelen2008-04-131-3/+3
| | | (bzr r5431)
* move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen2008-04-131-1/+1
| | | (bzr r5427)
* Spiro splines LPE using code by Raph Levienbulia byak2008-04-121-0/+5
| | | (bzr r5409)
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-2/+2
| | | (bzr r5394)
* change to c++ style casts in Effect::NewJohan B. C. Engelen2008-04-091-12/+11
| | | (bzr r5393)
* change doEffect_path to default to calling pwd2 for all continuous subpathsJohan B. C. Engelen2008-04-091-8/+22
| | | (bzr r5392)
* rename LPESkeletalStrokes -> LPEPatternAlongPathJohan B. C. Engelen2008-04-081-4/+4
| | | (bzr r5386)
* rename LPEPathAlongPath -> LPEBendPathJohan B. C. Engelen2008-04-081-5/+4
| | | (bzr r5385)
* New LPE: Perspective pathsMaximilian Albert2008-04-021-0/+5
| | | (bzr r5310)
* New LPE: Circle (with center at the first point and passing through the last ↵Maximilian Albert2008-03-301-1/+6
| | | | | | | point of the original path). This is just a proof-of-concept implementation for my tech drawing proposal for GSoC '08. (bzr r5237)
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-0/+7
| | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219)
* 3 new lpe gadgets: sketch, knot and vonkoch.JF Barraud2008-02-251-0/+17
| | | (bzr r4842)
* prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen2008-01-151-25/+20
| | | | | | For each parameter function that has not been re-implemented, a warning is issued. Sorry for the huge number of warnings showing when working with LPE. It is important to fix this asap. (bzr r4495)
* Corrected tooltips and labels in the LPEsJoel Holdsworth2008-01-041-2/+2
| | | (bzr r4386)