| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-15 | Fix stop command (#1841) | Kaalleen | |
| 2022-06-22 | Option to drop short stitches (#1693) | Kaalleen | |
| 2022-04-24 | Fix lettering scale, etc. (#1620) | Kaalleen | |
| * fix lettering scale * adapt to updated inkex: transform operator, selections * fix #1597 * no traceback error message on broken satin columns * highlight troubleshoot "steps to solve" through additional headline * set a minimum value for running stitch repeats * rename "import" thread list to "apply" thread list | |||
| 2022-04-10 | Scale and toggle commands (etc) (#1611) | Kaalleen | |
| * scale and toggle commands * fix tie in when first stitch is a jump stitch * set tie modus to 3 for cutwork objects * cutwork set stitch length * fix bug in remove embroidery settings | |||
| 2021-12-18 | PDF: Estimated thread (#1389) | Kaalleen | |
| 2021-12-09 | Force lock stitches option/extension and some typos (#1471) | Kaalleen | |
| 2021-08-07 | rename more patch references | Lex Neva | |
| 2021-08-07 | move StitchGroup into lib.stitch_plan | Lex Neva | |
| 2021-08-07 | rename Patch to StitchGroup | Lex Neva | |
| 2021-05-15 | fix element selection (#1208) | Kaalleen | |
| 2021-03-28 | Merge pull request #1083 from inkstitch/lexelby/license-headers | Lex Neva | |
| add license headers | |||
| 2021-03-22 | update font tools etc (#1086) | Kaalleen | |
| * update font tools * fix tie error * ignore duplicated commands | |||
| 2021-03-14 | add lock stitches select box (#1076) | Kaalleen | |
| Co-authored-by: Lex Neva <github.com@lexneva.name> | |||
| 2021-03-11 | add copyright headers | Lex Neva | |
| 2021-03-04 | Update for Inkscape 1.0 (#880) | Kaalleen | |
| * update for inkscape 1.0 * add about extension * Build improvements for the inkscape1.0 branch (#985) * zip: export real svg not stitch plan * #411 and #726 * Tools for Font Creators (#1018) * ignore very small holes in fills * remove embroider (#1026) * auto_fill: ignore shrink_or_grow if result is empty (#589) * break apart: do not ignore small fills Co-authored-by: Hagen Fritsch <rumpeltux-github@irgendwo.org> Co-authored-by: Lex Neva <github.com@lexneva.name> | |||
| 2020-04-28 | electron simulator (#531) | Lex Neva | |
| 2019-08-10 | remove STOP at the end | Lex Neva | |
| 2019-08-10 | input: read STOP commands too | Lex Neva | |
| 2019-07-27 | Merge pull request #487 from inkstitch/no_import_jumps | Lex Neva | |
| remove additional jump stitches on import | |||
| 2019-07-10 | trim >= 3 jumps | Momo | |
| 2019-07-09 | remove all empty color blocks | Lex Neva | |
| 2019-07-07 | delete empty color block | Momo | |
| 2019-04-30 | remove unnecessary check | Lex Neva | |
| 2019-04-30 | add grbl laser options for g-code output | Lex Neva | |
| 2018-08-27 | show command name in simulator (STITCH, JUMP, etc) | Lex Neva | |
| 2018-08-21 | more pep8 fixes | Lex Neva | |
| 2018-07-25 | change '# stops' in block to be 'stop after?' | Lex Neva | |
| 2018-07-25 | fix a couple crashes | Lex Neva | |
| 2018-07-25 | remove incorrect stop logic | Lex Neva | |
| 2018-07-25 | tidy up code | Lex Neva | |
| 2018-07-25 | fix gap caused by splitting block | Lex Neva | |
| 2018-07-25 | adjust stitch plan code for pyembroidery | Lex Neva | |
| 2018-07-12 | fix stop count | 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 | 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-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. | |||
