| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-15 | Fix stop command (#1841) | Kaalleen | |
| 2022-06-30 | Fixes (#1703) | Kaalleen | |
| * guide line position * use direction from line to shape * optimize intersection detection * fix flapack elf * handle weird guide lines better * update starting point for self crossing (multiple) fills * ripple: fixes and non circular join style * avoid jumps in ripple stitch * fallback only necessary if shape does not intersect grating * make valid may return a polygon * add profiling * Stitch.__init__ didn't work right and was super slow * shrink or grow to multipolygon Co-authored-by: Lex Neva | |||
| 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-10-09 | Letters to font extension (#1312) | Kaalleen | |
| 2021-10-02 | Fix ties (#1365) | Kaalleen | |
| 2021-08-15 | keep underlay, underpath, and border travel | Lex Neva | |
| 2021-08-07 | add headers | Lex Neva | |
| 2021-08-07 | rename more patch references | Lex Neva | |
| 2021-08-07 | StitchGroups now contain only Stitches | Lex Neva | |
| 2021-08-07 | add tags capability | 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-10-23 | fix manual stitch and add debugging support (#339) | Lex Neva | |
| * add debugging support using pydev * fix: don't add tie stitches for manual stitch * fix style | |||
| 2018-09-16 | remove obselete 'fake color change' code | Lex Neva | |
| 2018-09-15 | use faster algorithm for ties | Lex Neva | |
| 2018-09-01 | simulator standalone mode | Lex Neva | |
| 2018-08-27 | show command name in simulator (STITCH, JUMP, etc) | Lex Neva | |
| 2018-08-21 | more pep8 fixes | Lex Neva | |
| 2018-08-21 | autopep8 | 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 | |
