| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-12 | show 'no embroiderable paths' error in Params too | Lex Neva | |
| 2018-06-10 | fix crash on 'use last settings' in Params | Lex Neva | |
| 2018-06-10 | error if satin column set for path with single subpath | Lex Neva | |
| 2018-06-10 | default fill to black per SVG spec | Lex Neva | |
| 2018-06-10 | handle SVG with no width/height | Lex Neva | |
| 2018-06-10 | fix defaulting of stroke width to 1 | Lex Neva | |
| 2018-06-09 | Merge pull request #187 from lexelby/lexelby-realistic-rendering | Lex Neva | |
| realistic rendering | |||
| 2018-06-09 | fix latent bug in base.py | Lex Neva | |
| 2018-06-08 | rasterize realistic SVGs at 600dpi | Lex Neva | |
| 2018-06-07 | Merge pull request #180 from lexelby/lexelby-outset | Lex Neva | |
| add Expand param for fills | |||
| 2018-06-04 | convert Stroke to use stitches.running_stitch | Lex Neva | |
| 2018-06-04 | don't crash on empty subpaths | Lex Neva | |
| 2018-06-03 | realistic rendering checkboxes | Lex Neva | |
| 2018-06-01 | add Expand param for fills | Lex Neva | |
| 2018-05-30 | refactor print_pdf and generate realistic previews | Lex Neva | |
| 2018-05-30 | add realistic boolean param to render_stitch_plan() | Lex Neva | |
| 2018-05-29 | optimize path | Lex Neva | |
| 2018-05-29 | tinker with rendering | Lex Neva | |
| 2018-05-29 | first attempt at realistic rendering | Lex Neva | |
| 2018-05-28 | add a JUMP at the start of each color block | Lex Neva | |
| This seems to be the way other digitizing software does it, so it's probably required. | |||
| 2018-05-28 | don't do ties around the fake color change of a "STOP after" | Lex Neva | |
| 2018-05-28 | fix two bugs in running stitch | Lex Neva | |
| * the first stitch was duplicated * the last stitch was omitted | |||
| 2018-05-28 | don't bother trimming before a color change | Lex Neva | |
| 2018-05-28 | fix STOP handling | Lex Neva | |
| Apparently STOP codes (a.k.a. color changes) should be by themselves, not attached to another stitch. To add a STOP code at a given stitch, we should clone the stitch and then set the STOP command on the new stitch. | |||
| 2018-05-11 | missing import when saving with origin axes set | Lex Neva | |
| 2018-05-04 | Merge branch 'master' into lexelby-single-extension | Lex Neva | |
| 2018-05-01 | refactor everything out of lib/__init__.py | Lex Neva | |
| 2018-05-01 | rename inkstitch/ to lib/ | Lex Neva | |
| You can't have a module and a package named the same thing. PyInstaller wants to import the main script as if it were a module, and this doesn't work unless there's no directory of the same name with a __init__.py in it. | |||
