| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | New LPE: Mirror reflection | Maximilian Albert | 2008-06-10 | 1 | -1/+6 |
| | | | | (bzr r5875) | ||||
| * | Remove debugging messages | Maximilian Albert | 2008-06-10 | 1 | -5/+0 |
| | | | | (bzr r5871) | ||||
| * | Write all effect parameters to SVG when a LPE knotholder handle is ungrabbed | Maximilian Albert | 2008-06-10 | 1 | -0/+10 |
| | | | | (bzr r5870) | ||||
| * | Better way to add LPE knotholder handles; now it happens semi-automatically ↵ | Maximilian Albert | 2008-06-08 | 1 | -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 Albert | 2008-06-08 | 1 | -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 trunk | Johan B. C. Engelen | 2008-06-06 | 1 | -24/+6 |
| | | | | (bzr r5823) | ||||
| * | Factor out 'create and apply' code for LPEs so that it can be called from ↵ | Maximilian Albert | 2008-06-04 | 1 | -0/+28 |
| | | | | | | everywhere (bzr r5798) | ||||
| * | C++ify knotholders | Maximilian Albert | 2008-06-04 | 1 | -2/+2 |
| | | | | (bzr r5797) | ||||
| * | LPE STACKING! | Johan B. C. Engelen | 2008-05-30 | 1 | -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 Albert | 2008-05-19 | 1 | -0/+2 |
| | | | | | | applied to the object) (bzr r5711) | ||||
| * | New LPE: Tangent to curve (draws a tangent of fixed length which can be ↵ | Maximilian Albert | 2008-05-19 | 1 | -0/+5 |
| | | | | | | dragged along the curve) (bzr r5703) | ||||
| * | Provide knotholder for LPEPerpBisector; TODO: this replaces the usual ↵ | Maximilian Albert | 2008-05-19 | 1 | -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 Albert | 2008-05-18 | 1 | -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 type | Maximilian Albert | 2008-05-18 | 1 | -0/+5 |
| | | | | (bzr r5696) | ||||
| * | New LPE: Perpendicular bisector | Maximilian Albert | 2008-05-18 | 1 | -0/+5 |
| | | | | (bzr r5695) | ||||
| * | noop: add 'end of #includes' indicator in effect.cpp to simplify scripting | Maximilian Albert | 2008-05-18 | 1 | -0/+1 |
| | | | | (bzr r5691) | ||||
| * | New LPE : Envelope deformation | Bastien Bouclet | 2008-05-17 | 1 | -1/+6 |
| | | | | (bzr r5684) | ||||
| * | Remove LPESlant. | Johan B. C. Engelen | 2008-05-09 | 1 | -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.h | Johan B. C. Engelen | 2008-05-09 | 1 | -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 LPEConstructGrid | Johan B. C. Engelen | 2008-05-08 | 1 | -0/+5 |
| | | | | (bzr r5633) | ||||
| * | fix 224981 | bulia byak | 2008-05-06 | 1 | -1/+4 |
| | | | | (bzr r5621) | ||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-05-01 | 1 | -3/+3 |
| | | | | (bzr r5564) | ||||
| * | don't override helperpath preference setting per default in LPE::Effect. | Johan B. C. Engelen | 2008-04-14 | 1 | -1/+0 |
| | | | | (bzr r5441) | ||||
| * | C++-ify initialization of Effect class | Johan B. C. Engelen | 2008-04-13 | 1 | -3/+3 |
| | | | | (bzr r5431) | ||||
| * | move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.* | Johan B. C. Engelen | 2008-04-13 | 1 | -1/+1 |
| | | | | (bzr r5427) | ||||
| * | Spiro splines LPE using code by Raph Levien | bulia byak | 2008-04-12 | 1 | -0/+5 |
| | | | | (bzr r5409) | ||||
| * | change doEffect functions to use const& parameters | Johan B. C. Engelen | 2008-04-09 | 1 | -2/+2 |
| | | | | (bzr r5394) | ||||
| * | change to c++ style casts in Effect::New | Johan B. C. Engelen | 2008-04-09 | 1 | -12/+11 |
| | | | | (bzr r5393) | ||||
| * | change doEffect_path to default to calling pwd2 for all continuous subpaths | Johan B. C. Engelen | 2008-04-09 | 1 | -8/+22 |
| | | | | (bzr r5392) | ||||
| * | rename LPESkeletalStrokes -> LPEPatternAlongPath | Johan B. C. Engelen | 2008-04-08 | 1 | -4/+4 |
| | | | | (bzr r5386) | ||||
| * | rename LPEPathAlongPath -> LPEBendPath | Johan B. C. Engelen | 2008-04-08 | 1 | -5/+4 |
| | | | | (bzr r5385) | ||||
| * | New LPE: Perspective paths | Maximilian Albert | 2008-04-02 | 1 | -0/+5 |
| | | | | (bzr r5310) | ||||
| * | New LPE: Circle (with center at the first point and passing through the last ↵ | Maximilian Albert | 2008-03-30 | 1 | -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 Item | Bastien Bouclet | 2008-03-28 | 1 | -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 Barraud | 2008-02-25 | 1 | -0/+17 |
| | | | | (bzr r4842) | ||||
| * | prepare LPE parameter widgets to be owned by multiple dialogs, as it should be. | Johan B. C. Engelen | 2008-01-15 | 1 | -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 LPEs | Joel Holdsworth | 2008-01-04 | 1 | -2/+2 |
| | | | | (bzr r4386) | ||||
| * | fix typo notepath => nodepath | Johan B. C. Engelen | 2008-01-02 | 1 | -1/+1 |
| | | | | (bzr r4369) | ||||
| * | make LPE parameters responsible for transformation (LPE cycles through its ↵ | Johan B. C. Engelen | 2008-01-02 | 1 | -0/+1 |
| | | | | | | params to apply transform) (bzr r4368) | ||||
| * | + Fix bug #179840, forking of LPEs | Johan B. C. Engelen | 2008-01-02 | 1 | -2/+14 |
| | | | | | | + Groundwork for fixing transforming LPE bugs. TODO: implement the actual transformation of LPE parameters. (bzr r4367) | ||||
| * | Set teeth selector in lpe-gears to an integer value >= 3. | Bryce Harrington | 2007-12-30 | 1 | -1/+1 |
| | | | | | | Fix trailing whitespace. (bzr r4342) | ||||
| * | warning cleanup | Jon A. Cruz | 2007-12-05 | 1 | -2/+2 |
| | | | | (bzr r4175) | ||||
| * | fix bug caused by rev. 16540 | Johan B. C. Engelen | 2007-11-22 | 1 | -8/+8 |
| | | | | (bzr r4128) | ||||
| * | Fix ordering of LPE parameters (no longer use map, just use vector) | Johan B. C. Engelen | 2007-11-21 | 1 | -27/+38 |
| | | | | (bzr r4125) | ||||
| * | rename path along path to Bend Path | Johan B. C. Engelen | 2007-11-21 | 1 | -3/+3 |
| | | | | | | rename subcurve to stitch subpaths (bzr r4124) | ||||
| * | Fix exception catching, to allow polymorphism. Note to all: always catch by ↵ | Johan B. C. Engelen | 2007-11-17 | 1 | -1/+1 |
| | | | | | | reference! 17.7 of C++FAQlite (bzr r4099) | ||||
| * | 2geom tryout: new exceptions | Johan B. C. Engelen | 2007-11-17 | 1 | -2/+2 |
| | | | | (bzr r4094) | ||||
| * | LPE: no longer overload doEffect methods, but name them according to ↵ | Johan B. C. Engelen | 2007-11-12 | 1 | -6/+6 |
| | | | | | | accepted arguments. This saves developer brain time because of 'hiding' issues. (bzr r4067) | ||||
| * | * UI text change "Curve stitching" to "Stitch subcurves" | Johan B. C. Engelen | 2007-11-06 | 1 | -1/+1 |
| | | | | | | * add better default strokepath for stitch subcurves (bzr r4035) | ||||
| * | pattern along path is not obsolete :) | Johan B. C. Engelen | 2007-11-05 | 1 | -1/+1 |
| | | | | (bzr r4032) | ||||
