| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-09 | fix latent bug in base.py | Lex Neva | |
| 2018-06-08 | rasterize realistic SVGs at 600dpi | Lex Neva | |
| 2018-06-03 | realistic rendering checkboxes | 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. | |||
