| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | translator comments and minor string fixes | Ivan Mas??r | 2009-04-23 | 2 | -5/+6 |
| | | | | (bzr r7763) | ||||
| * | ok, restored construction lines! with a minimalist improvement of placement ↵ | JF Barraud | 2009-04-22 | 2 | -3/+56 |
| | | | | | | control... (bzr r7758) | ||||
| * | unhide lpe-sketch. removed "construction lines" feature of this effect + ↵ | JF Barraud | 2009-04-20 | 3 | -11/+33 |
| | | | | | | minor bug fix. (bzr r7743) | ||||
| * | add LPE recursive skeleton (experimental) | Johan B. C. Engelen | 2009-04-12 | 5 | -0/+190 |
| | | | | (bzr r7692) | ||||
| * | override transform_multiply for patternalongpath to disable transform ↵ | Johan B. C. Engelen | 2009-04-12 | 2 | -0/+13 |
| | | | | | | forwarding to its parameters. (bzr r7691) | ||||
| * | Use the line intersection routines in 2geom/line.h instead of the deprecated ↵ | Diederik van Lierop | 2009-04-12 | 1 | -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 parameters | Krzysztof Kosi??ski | 2009-04-11 | 1 | -2/+2 |
| | | | | (bzr r7686) | ||||
| * | comment out debug output | bulia byak | 2009-04-09 | 1 | -2/+2 |
| | | | | (bzr r7671) | ||||
| * | Ctor fixes and misc warning cleanups | Jon A. Cruz | 2009-04-07 | 4 | -44/+46 |
| | | | | (bzr r7650) | ||||
| * | noop: Set svn:eol-style to native on all .cpp and .h files under src. (find ↵ | Peter Moulder | 2009-04-07 | 2 | -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 Barraud | 2009-03-27 | 1 | -1/+1 |
| | | | | (bzr r7574) | ||||
| * | bug fix: close open paths on input. | JF Barraud | 2009-03-27 | 1 | -2/+9 |
| | | | | (bzr r7573) | ||||
| * | fixed some bugs (bad render of thick/thin parts + reversed bending + ↵ | JF Barraud | 2009-03-26 | 1 | -57/+36 |
| | | | | | | occasional crash (depends on 2geom update)...) (bzr r7561) | ||||
| * | bug fix (was broken since 2geom sbasis refactor). | JF Barraud | 2009-03-20 | 1 | -5/+6 |
| | | | | (bzr r7530) | ||||
| * | tidy up SPObjects that must always be LivePathEffectObjects | Johan B. C. Engelen | 2009-03-19 | 1 | -1/+1 |
| | | | | (bzr r7526) | ||||
| * | correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, ↵ | Johan B. C. Engelen | 2009-03-15 | 9 | -1/+22 |
| | | | | | | all default values are written to SVG. This greatly improves future compatibility. (bzr r7499) | ||||
| * | Envelope Deform LPE is no longer experimental | Johan B. C. Engelen | 2009-03-15 | 1 | -1/+1 |
| | | | | (bzr r7498) | ||||
| * | store default size in lpe::ArrayParam | Johan B. C. Engelen | 2009-03-15 | 1 | -2/+3 |
| | | | | (bzr r7496) | ||||
| * | moved VonKoch lpe to non experimental: relevant tests commited as well... | JF Barraud | 2009-03-13 | 1 | -3/+3 |
| | | | | (bzr r7476) | ||||
| * | move canvastext to its own file (no linking error for me anymore), add ↵ | bulia byak | 2009-03-11 | 2 | -1/+3 |
| | | | | | | outline to fix 334758 (bzr r7470) | ||||
| * | bug fix about closed path. | JF Barraud | 2009-03-11 | 1 | -38/+66 |
| | | | | (bzr r7468) | ||||
| * | knot lpe: enable groups + cleanups/simplifications | JF Barraud | 2009-03-09 | 2 | -240/+296 |
| | | | | (bzr r7454) | ||||
| * | Fix a translatable string incorrectly being considered a printf format | Krzysztof Kosi??ski | 2009-02-26 | 1 | -6/+16 |
| | | | | | | specification in live_effects/lpe-patternalongpath.cpp (bzr r7382) | ||||
| * | Only build static libraries for subdirs than actually contain libraries, | Krzysztof Kosi??ski | 2009-02-20 | 2 | -12/+2 |
| | | | | | | rather than for every subdirectory. (bzr r7336) | ||||
| * | Remove superfluous FreehandShape LPE | Maximilian Albert | 2009-02-19 | 3 | -14/+0 |
| | | | | (bzr r7330) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2009-02-04 | 1 | -2/+2 |
| | | | | (bzr r7225) | ||||
| * | enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!) | Johan B. C. Engelen | 2009-02-02 | 1 | -1/+1 |
| | | | | (bzr r7224) | ||||
| * | enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!) | Johan B. C. Engelen | 2009-02-02 | 1 | -2/+2 |
| | | | | (bzr r7223) | ||||
| * | knot-lpe enabled (tests commited to testsuite). | JF Barraud | 2009-02-02 | 1 | -1/+4 |
| | | | | (bzr r7213) | ||||
| * | bug fix: handle paths with more than one component. | JF Barraud | 2009-02-01 | 1 | -3/+3 |
| | | | | (bzr r7211) | ||||
| * | Added missing translation. | Marcin Floryan | 2009-01-27 | 1 | -1/+1 |
| | | | | (bzr r7194) | ||||
| * | hatches lpe: parameters renamed + tips, knot-lpe: can use 'unit of stroke ↵ | JF Barraud | 2009-01-25 | 4 | -52/+78 |
| | | | | | | width'. (bzr r7170) | ||||
| * | move most of the new LPEs to the experimental section, this means that most ↵ | Johan B. C. Engelen | 2009-01-24 | 1 | -9/+11 |
| | | | | | | of them will not appear in normal builds. let's be more careful in future about which lpe is "done" and which is still in development. many of the now experimental LPEs actually work quite well. if so, commit an extensive SVG with testcases to the testsuite, and move the effect out of the experimental section. (bzr r7167) | ||||
| * | double inclusion fix | Johan B. C. Engelen | 2009-01-20 | 1 | -1/+2 |
| | | | | (bzr r7151) | ||||
| * | Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵ | Joshua L. Blocher | 2009-01-12 | 1 | -1/+3 |
| | | | | | | sub-libs of inkscape. (bzr r7120) | ||||
| * | Cmake: restructure build files to be more like current build system. Should ↵ | Joshua L. Blocher | 2009-01-09 | 1 | -0/+4 |
| | | | | | | reduce linking stage command for windows. (bzr r7100) | ||||
| * | move shape_editor from node context to the parent class, event context | bulia byak | 2009-01-08 | 1 | -1/+1 |
| | | | | (bzr r7096) | ||||
| * | Cmake build fixes, minor | Joshua L. Blocher | 2009-01-05 | 1 | -1/+0 |
| | | | | (bzr r7078) | ||||
| * | apologies for our very fine windows build system | Johan B. C. Engelen | 2009-01-04 | 1 | -0/+2 |
| | | | | (bzr r7070) | ||||
| * | rely on config file for enabling test effects | Johan B. C. Engelen | 2009-01-03 | 1 | -2/+4 |
| | | | | (bzr r7068) | ||||
| * | remove some of the lpe test define clauses. they are not needed. this in ↵ | Johan B. C. Engelen | 2009-01-03 | 2 | -8/+2 |
| | | | | | | preparation for moving the define to config.h (bzr r7066) | ||||
| * | added lpe-dynastroke, but hidden as experimental. | JF Barraud | 2009-01-03 | 5 | -0/+404 |
| | | | | (bzr r7065) | ||||
| * | reorder LPE list | Johan B. C. Engelen | 2009-01-02 | 2 | -13/+13 |
| | | | | | | disable test effects per default (bzr r7057) | ||||
| * | fixed transform_mutliply for vector lpe parameter. | JF Barraud | 2008-12-17 | 1 | -1/+1 |
| | | | | (bzr r7012) | ||||
| * | fix LPE Sketch with new 2geom | Johan B. C. Engelen | 2008-12-13 | 1 | -3/+3 |
| | | | | (bzr r7000) | ||||
| * | please don't forget to update Makefile_insert | bulia byak | 2008-11-26 | 1 | -2/+2 |
| | | | | (bzr r6907) | ||||
| * | renamed lpe-hatches to lpe-rough-hatches. | JF Barraud | 2008-11-26 | 5 | -26/+26 |
| | | | | (bzr r6905) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 33 | -629/+1475 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 16 | -65/+52 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 11 | -168/+399 |
| | | | | (bzr r6884) | ||||
