summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch by Johan to fix 365903.Josh Andler2009-10-081-2/+14
| | | (bzr r8748)
* Patch by Johan to fix crashing by undefined path parameters in 4 LPEsJosh Andler2009-10-054-2/+26
| | | (bzr r8723)
* Other patch by Johan to comment out a warning. Thanks Johan!Josh Andler2009-09-261-1/+1
| | | (bzr r8652)
* Fix by Johan for 436304.Josh Andler2009-09-261-5/+8
| | | (bzr r8651)
* textual patch from bug 408093bulia byak2009-09-062-16/+16
| | | (bzr r8563)
* patch by Alvin for 418798bulia byak2009-08-291-2/+4
| | | (bzr r8545)
* lpe-spiro: fix problem with rounding and very nearly zero closing line segmentsJohan B. C. Engelen2009-08-261-1/+3
| | | (bzr r8541)
* patch from 417179 by Alvinbulia byak2009-08-241-0/+1
| | | (bzr r8530)
* patch by Alvin Penner for bug 415079bulia byak2009-08-181-0/+2
| | | (bzr r8503)
* Deweirdification of user visible messages as proposed by TavAlexandre Prokoudine2009-08-111-4/+4
| | | (bzr r8468)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-064-10/+10
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8406)
* SPDocument->Documentjohnce2009-08-052-5/+5
| | | (bzr r8405)
* SPDocument->Documentjohnce2009-08-051-4/+4
| | | (bzr r8404)
* Small fix in ruler LPE: marks shouldn't have double length when they are ↵Maximilian Albert2009-06-211-0/+4
| | | | | applied on both sides (bzr r8126)
* Remove 'Is visible?' checkbox from LPE editor because it duplicates ↵Maximilian Albert2009-06-213-8/+13
| | | | | functionality (bzr r8125)
* made ruler lpe "official" + restored a "unit" param and fixed end mark on ↵JF Barraud2009-06-053-5/+31
| | | | | closed path. (bzr r7997)
* call default setup_nodepath for lpe-spiro, to get correct color of the ↵Johan B. C. Engelen2009-06-021-0/+1
| | | | | helperpath (bzr r7974)
* make LPE-Interpolate "official"Johan B. C. Engelen2009-05-141-1/+1
| | | (bzr r7881)
* Minor correction in messageNicolas Dufour2009-05-071-1/+1
| | | (bzr r7835)
* remove the deactivate knotholder parameterbulia byak2009-05-072-8/+0
| | | (bzr r7833)
* * [INTL:*] fixed typos (by Yuri Chornoivan)Ivan Mas??r2009-05-062-2/+2
| | | (bzr r7827)
* translator comments and minor string fixesIvan Mas??r2009-04-232-5/+6
| | | (bzr r7763)
* ok, restored construction lines! with a minimalist improvement of placement ↵JF Barraud2009-04-222-3/+56
| | | | | control... (bzr r7758)
* unhide lpe-sketch. removed "construction lines" feature of this effect + ↵JF Barraud2009-04-203-11/+33
| | | | | minor bug fix. (bzr r7743)
* add LPE recursive skeleton (experimental)Johan B. C. Engelen2009-04-125-0/+190
| | | (bzr r7692)
* override transform_multiply for patternalongpath to disable transform ↵Johan B. C. Engelen2009-04-122-0/+13
| | | | | forwarding to its parameters. (bzr r7691)
* Use the line intersection routines in 2geom/line.h instead of the deprecated ↵Diederik van Lierop2009-04-121-6/+6
| | | | | ones in 2geom/geom.h. (I know we're in a refactoring freeze, but this one I was already working on before this freeze was announced and it's quite safe IMHO. It's only a small change in 2geom's API and can hardly do any real harm. I will not refactor anything else until after the v0.47 release, promised!) (bzr r7688)
* Fix two missing icons in live effect parametersKrzysztof Kosi??ski2009-04-111-2/+2
| | | (bzr r7686)
* comment out debug outputbulia byak2009-04-091-2/+2
| | | (bzr r7671)
* Ctor fixes and misc warning cleanupsJon A. Cruz2009-04-074-44/+46
| | | (bzr r7650)
* noop: Set svn:eol-style to native on all .cpp and .h files under src. (find ↵Peter Moulder2009-04-072-663/+663
| | | | | \( -name '*.cpp' -o -name '*.h' \) -print0 | xargs -0 svn propset svn:eol-style native) (bzr r7649)
* unhide hatches lpe (tests commited to test-suite).JF Barraud2009-03-271-1/+1
| | | (bzr r7574)
* bug fix: close open paths on input.JF Barraud2009-03-271-2/+9
| | | (bzr r7573)
* fixed some bugs (bad render of thick/thin parts + reversed bending + ↵JF Barraud2009-03-261-57/+36
| | | | | occasional crash (depends on 2geom update)...) (bzr r7561)
* bug fix (was broken since 2geom sbasis refactor).JF Barraud2009-03-201-5/+6
| | | (bzr r7530)
* tidy up SPObjects that must always be LivePathEffectObjectsJohan B. C. Engelen2009-03-191-1/+1
| | | (bzr r7526)
* correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, ↵Johan B. C. Engelen2009-03-159-1/+22
| | | | | all default values are written to SVG. This greatly improves future compatibility. (bzr r7499)
* Envelope Deform LPE is no longer experimentalJohan B. C. Engelen2009-03-151-1/+1
| | | (bzr r7498)
* store default size in lpe::ArrayParamJohan B. C. Engelen2009-03-151-2/+3
| | | (bzr r7496)
* moved VonKoch lpe to non experimental: relevant tests commited as well...JF Barraud2009-03-131-3/+3
| | | (bzr r7476)
* move canvastext to its own file (no linking error for me anymore), add ↵bulia byak2009-03-112-1/+3
| | | | | outline to fix 334758 (bzr r7470)
* bug fix about closed path.JF Barraud2009-03-111-38/+66
| | | (bzr r7468)
* knot lpe: enable groups + cleanups/simplificationsJF Barraud2009-03-092-240/+296
| | | (bzr r7454)
* Fix a translatable string incorrectly being considered a printf format Krzysztof Kosi??ski2009-02-261-6/+16
| | | | | specification in live_effects/lpe-patternalongpath.cpp (bzr r7382)
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-202-12/+2
| | | | | rather than for every subdirectory. (bzr r7336)
* Remove superfluous FreehandShape LPEMaximilian Albert2009-02-193-14/+0
| | | (bzr r7330)
* Warning cleanup.Jon A. Cruz2009-02-041-2/+2
| | | (bzr r7225)
* enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)Johan B. C. Engelen2009-02-021-1/+1
| | | (bzr r7224)
* enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)Johan B. C. Engelen2009-02-021-2/+2
| | | (bzr r7223)