| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-09 | Merge pull request #187 from lexelby/lexelby-realistic-rendering | Lex Neva | |
| realistic rendering | |||
| 2018-06-09 | move objects into layers | Lex Neva | |
| 2018-06-09 | fix latent bug in base.py | Lex Neva | |
| 2018-06-08 | rasterize realistic SVGs at 600dpi | Lex Neva | |
| 2018-06-07 | v1.8.2: a few little things | Lex Neva | |
| * add "expand" option for fills to complement "inset" for fill underlay * don't crash on empty subpaths * some paths from AI would trigger this crash * add examples: * monogram * free-standing lace | |||
| 2018-06-07 | Merge pull request #180 from lexelby/lexelby-outset | Lex Neva | |
| add Expand param for fills | |||
| 2018-06-07 | Merge pull request #188 from lexelby/lexelby-fix-empty-subpath | Lex Neva | |
| fix empty subpath | |||
| 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-04 | Merge pull request #177 from lexelby/wwderw-Examples | Lex Neva | |
| Monogram example with "knockdown" stitches | |||
| 2018-06-04 | Add a simple monogram frame example. | wwderw | |
| 2018-06-03 | realistic rendering checkboxes | Lex Neva | |
| 2018-06-03 | fix latent bug preventing saving checkbox values | Lex Neva | |
| 2018-06-01 | add Expand param for fills | Lex Neva | |
| 2018-05-31 | Add files via upload | wwderw | |
| 2018-05-31 | Delete Bfly FSL.svg | wwderw | |
| 2018-05-31 | Free Standing Lace Example | wwderw | |
| 2018-05-31 | Monogram example with "knockdown" stitches | wwderw | |
| 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-29 | v1.8.1: several bugfixes | Lex Neva | |
| * add STOP commands as stand-alone stitches rather than attaching to an existing stitch * PES requires this, along with possibly other formats * fixes #170 * ignore "TRIM after" at the end of a color block * the machine will trim the thread anyway * fixed two bugs in running stitch * the bugs: * the first stitch was duplicated * the last stitch was omitted * these bugs totally screwed up tie-in/tie-off stitches! * don't do ties around the fake color change of a "STOP after" * add a JUMP at the start of each color block | |||
| 2018-05-29 | Merge pull request #171 from lexelby/lexelby-fix-grandma | Lex Neva | |
| fix grandma | |||
| 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-19 | Merge pull request #165 from lexelby/wwderw-Hat-Digitizing-Example | Lex Neva | |
| Hat Digitizing Example | |||
| 2018-05-19 | v1.8.0: simplified extension packaging | Lex Neva | |
| *Please fully delete Ink/Stitch from your extensions directory before installing this version.* Ink/Stitch was previously a set of separate scripts, each implementing an extension in a one-to-one correspondence. Now all of the extensions are implemented by a single python script. This is an "under-the-hood" only change that should not have any noticeable effects. There is one big visible improvement: the zip for Linux is one third of the previous size! | |||
| 2018-05-19 | Merge pull request #163 from lexelby/lexelby-single-extension | Lex Neva | |
| single code entry point | |||
| 2018-05-11 | fix icon selection on firefox | Lex Neva | |
| 2018-05-11 | missing import when saving with origin axes set | Lex Neva | |
| 2018-05-07 | Hat Digitizing Example | wwderw | |
| Added a modified project logo for an example of hat digitizing with brief general instructions for digitizing. | |||
| 2018-05-05 | Merge pull request #159 from lexelby/l10n | Lex Neva | |
| New Crowdin translations | |||
| 2018-05-05 | New translations messages.po (French) | Lex Neva | |
| 2018-05-04 | Merge branch 'master' into lexelby-single-extension | Lex Neva | |
| 2018-05-04 | Merge pull request #162 from lexelby/lexelby-fix-palette-crash | Lex Neva | |
| handle case where no palette is used | |||
| 2018-05-02 | strip debug symbols on Linux | Lex Neva | |
| 2018-05-02 | pin flask version | Lex Neva | |
| 2018-05-02 | handle case where no palette is used | 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. | |||
| 2018-05-01 | adjust bin/build-dist for single-binary world | Lex Neva | |
| 2018-05-01 | update Makefile | Lex Neva | |
| 2018-05-01 | integrate input extension too | Lex Neva | |
| 2018-04-30 | New translations messages.po (Portuguese) | Lex Neva | |
| 2018-04-30 | New translations messages.po (Portuguese) | Lex Neva | |
