summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-sketch.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-2/+0
| | | | | | - 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)
* copyeditingbulia byak2008-05-011-15/+15
| | | (bzr r5568)
* remove split_at_discontinuities from LPE code, because it has been moved to ↵Johan B. C. Engelen2008-04-131-21/+1
| | | | | 2geom. (bzr r5419)
* Several different i18n issues fixed following report from a_b (adresses bug ↵Marcin Floryan2008-04-121-1/+1
| | | | | #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. (bzr r5412)
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-2/+2
| | | (bzr r5394)
* lpe-sketch: deal with empty input. fix bug #201735.JF Barraud2008-03-161-5/+6
| | | (bzr r5105)
* lpe-sketch: fixed a bug about construction lines being all stacked on a ↵JF Barraud2008-03-161-38/+19
| | | | | single component. (bzr r5104)
* stupid bug fix (crash upon big stroke length variation) + some parameters ↵JF Barraud2008-03-021-12/+22
| | | | | renamed (bzr r4927)
* Whitespace cleanupJon A. Cruz2008-02-251-347/+347
| | | (bzr r4843)
* 3 new lpe gadgets: sketch, knot and vonkoch.JF Barraud2008-02-251-0/+347
(bzr r4842)