| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-20 | use snake case | Lex Neva | |
| per python coding standard | |||
| 2023-02-16 | add more check_stop_flag() calls | Lex Neva | |
| 2023-01-29 | fix comment | George Steel | |
| 2023-01-29 | tidy path_to_curves | George Steel | |
| 2023-01-28 | add minimum length check to path_to_curves and add comments | George Steel | |
| 2023-01-22 | add missing bounds check | George Steel | |
| 2023-01-22 | fix backtracking case | George Steel | |
| 2023-01-22 | add comments and a rounding correction | George Steel | |
| 2023-01-22 | fix 3.8 error | George Steel | |
| 2023-01-22 | Replace running stitch algorithm to give consistent stitch lengths. | George Steel | |
| 2023-01-15 | Add bean stitch repeat pattern (#1938) | Kaalleen | |
| ! backward compatibility warning: Users need to fix their documents if they used comma separated values for multiple fill underlays (without a space) | |||
| 2022-12-26 | python 3.8 fixes | George Steel | |
| 2022-12-26 | use random oracle for randomized satin columns and redo split stitches | George Steel | |
| 2022-06-22 | add running stitch tolerance param (#1701) | Lex Neva | |
| 2022-06-10 | Guided ripple stitch (#1675) | Kaalleen | |
| Co-authored-by: @lexelby | |||
| 2022-05-04 | way better corner handling for running stitch | Lex Neva | |
| 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> | |||
| 2019-08-05 | add Troubleshoot extension (#465) | Kaalleen | |
| adds an extension to help you understand what's wrong with an object and how to fix it, e.g. "invalid" fill shapes | |||
| 2019-01-04 | ability to stitch a single-point running stitch path | Lex Neva | |
| 2018-07-27 | add bean stitch option | 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-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. | |||
