| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove LPESlant. | Johan B. C. Engelen | 2008-05-09 | 1 | -1/+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 | -1/+1 |
| | | | | | | | - 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/+1 |
| | | | | (bzr r5633) | ||||
| * | Spiro splines LPE using code by Raph Levien | bulia byak | 2008-04-12 | 1 | -0/+1 |
| | | | | (bzr r5409) | ||||
| * | change doEffect functions to use const& parameters | Johan B. C. Engelen | 2008-04-09 | 1 | -2/+2 |
| | | | | (bzr r5394) | ||||
| * | change doEffect_path to default to calling pwd2 for all continuous subpaths | Johan B. C. Engelen | 2008-04-09 | 1 | -1/+4 |
| | | | | (bzr r5392) | ||||
| * | rename LPESkeletalStrokes -> LPEPatternAlongPath | Johan B. C. Engelen | 2008-04-08 | 1 | -1/+1 |
| | | | | (bzr r5386) | ||||
| * | rename LPEPathAlongPath -> LPEBendPath | Johan B. C. Engelen | 2008-04-08 | 1 | -1/+1 |
| | | | | (bzr r5385) | ||||
| * | New LPE: Perspective paths | Maximilian Albert | 2008-04-02 | 1 | -0/+1 |
| | | | | (bzr r5310) | ||||
| * | New LPE: Circle (with center at the first point and passing through the last ↵ | Maximilian Albert | 2008-03-30 | 1 | -0/+1 |
| | | | | | | | | 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/+3 |
| | | | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219) | ||||
| * | NEW: temporary on-canvas indicators | Johan B. C. Engelen | 2008-03-02 | 1 | -2/+1 |
| | | | | (bzr r4918) | ||||
| * | 3 new lpe gadgets: sketch, knot and vonkoch. | JF Barraud | 2008-02-25 | 1 | -0/+3 |
| | | | | (bzr r4842) | ||||
| * | prepare LPE parameter widgets to be owned by multiple dialogs, as it should be. | Johan B. C. Engelen | 2008-01-15 | 1 | -3/+1 |
| | | | | | | | 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) | ||||
| * | fix typo notepath => nodepath | Johan B. C. Engelen | 2008-01-02 | 1 | -1/+1 |
| | | | | (bzr r4369) | ||||
| * | + Fix bug #179840, forking of LPEs | Johan B. C. Engelen | 2008-01-02 | 1 | -3/+9 |
| | | | | | | + 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 | -5/+5 |
| | | | | | | Fix trailing whitespace. (bzr r4342) | ||||
| * | fix bug caused by rev. 16540 | Johan B. C. Engelen | 2007-11-22 | 1 | -1/+1 |
| | | | | (bzr r4128) | ||||
| * | Fix ordering of LPE parameters (no longer use map, just use vector) | Johan B. C. Engelen | 2007-11-21 | 1 | -4/+3 |
| | | | | (bzr r4125) | ||||
| * | LPE: no longer overload doEffect methods, but name them according to ↵ | Johan B. C. Engelen | 2007-11-12 | 1 | -3/+3 |
| | | | | | | accepted arguments. This saves developer brain time because of 'hiding' issues. (bzr r4067) | ||||
| * | make setup_notepath function for LPE's and LPE parameters. | Johan B. C. Engelen | 2007-11-03 | 1 | -1/+6 |
| | | | | (bzr r4018) | ||||
| * | LPE: implement NEW path-along-path effect, i think that old one has become ↵ | Johan B. C. Engelen | 2007-10-30 | 1 | -7/+11 |
| | | | | | | obsolete and is renamed accordingly. implement straight path node editting for gears effect. (bzr r3983) | ||||
| * | LPE: implement 'edit next LPE parameter'. Accessible through key '7'. | Johan B. C. Engelen | 2007-10-28 | 1 | -1/+7 |
| | | | | (bzr r3968) | ||||
| * | LPE: add on-canvas editing of path parameters! | Johan B. C. Engelen | 2007-10-20 | 1 | -1/+2 |
| | | | | (bzr r3934) | ||||
| * | trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp. | Peter Moulder | 2007-10-11 | 1 | -112/+112 |
| | | | | (bzr r3884) | ||||
| * | LPE: | Johan B. C. Engelen | 2007-08-29 | 1 | -0/+1 |
| | | | | | | | | - rename RealParam to ScalarParam, add range checking for ScalarParam, add integer only flag for it aswell. - fix up todo.txt and create new one for parameters - add Curve Stitch LPE (bzr r3614) | ||||
| * | Add #define to disable "test" LPE's | Johan B. C. Engelen | 2007-08-25 | 1 | -0/+4 |
| | | | | (bzr r3583) | ||||
| * | Add lpe-skeleton for easy implementation! | Johan B. C. Engelen | 2007-08-17 | 1 | -1/+1 |
| | | | | (bzr r3500) | ||||
| * | Fix LPE: | Johan B. C. Engelen | 2007-08-17 | 1 | -6/+5 |
| | | | | | | | | | * add default values for parameters * remove text for LPE_INVALID * update example for skel strokes * clean a bit of the code (bzr r3498) | ||||
| * | Commit LivePathEffect branch to trunk! | Johan B. C. Engelen | 2007-08-14 | 1 | -0/+108 |
| (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472) | |||||
