summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-08fix two font issuesLex Neva
2019-03-08correct for viewboxLex Neva
2019-03-08add trim checkboxLex Neva
2019-03-08don't do density compensation in underlayLex Neva
2019-03-051.22.1: satin density fixLex Neva
This is a small release with one bug fix: * try to maintain consistent density in satin columns when rails expand or contract from each other
2019-03-05Merge pull request #389 from inkstitch/lexelby/satin-densityLex Neva
try to fix satin density issues
2019-03-01avoid gaps at the endLex Neva
2019-03-01compensate for non-parallel railsLex Neva
This uses some trig to try to reduce the excess density we were seeing with rails that expand or contract from each other. While I was in there I redid the satin algorithm, making it much simpler and less magical-seeming.
2019-02-17new translations from CrowdinInk/Stitch Crowdin integration
2019-02-16v1.22.0: tons of bug fixes!Lex Neva
Bug fixes: * properly handle black fill (#362) * don't create paths with empty "d" attribute when importing DST, PES, etc (#363) * properly encode trims in JEF files (#377) * significantly improve error messages for crashes in auto-fill * informative error message for auto-fill of extremely tiny shapes * fix file corruption in "Save As" JEF, DST, etc (all formats) (#387) * Ink/Stitch was erroneously adding a carriage return at the end of the file * fix print metadata (#372) * fix adding presets in Params (#381) * fix crash if fill start and end points are very close * don't crash on a design with no stitches * support manual stitch paths with a single stitch New feature: * option to skip the last stitch in each row of fill stitch * usually that stitch is unnecessary and will be very close to the stitch at the start of the next row * this can reduce stitch count for "free" in most cases
2019-02-16tons of bug fixes (#364)Lex Neva
bug fixes
2019-02-16fix styleLex Neva
2019-02-16improve error message when trying to autofill tiny shapesLex Neva
2019-02-16show inkscape label in error messagesLex Neva
2019-02-16fix stub output handlingLex Neva
2019-02-16fix styleLex Neva
2019-02-16another try at a .JEF trim fixLex Neva
2019-02-16fix argument bug in auto-satinLex Neva
2019-02-16Remove extra self param from store_preset call. (#381)redhat421
It looks like an extra "self" parameter was added to the store_preset call in the add_preset function. This prevents add_preset from working.
2019-02-16Fix print metadata (#372)Kaalleen
2019-02-16pin to numpy 1.16 to fix pyinstaller on windowsLex Neva
2019-02-01new translations from CrowdinInk/Stitch Crowdin integration
2019-01-17don't add jump stitches between satin column fill and top stitchingLex Neva
2019-01-17use pyembroidery 1.2.30 for JEF fixLex Neva
2019-01-15Remove extra self param from store_preset call. (#381)redhat421
It looks like an extra "self" parameter was added to the store_preset call in the add_preset function. This prevents add_preset from working.
2019-01-04fix crash if fill start and end points are very closeLex Neva
2019-01-04ability to stitch a single-point running stitch pathLex Neva
2019-01-01Fix print metadata (#372)Kaalleen
2018-12-30don't crash on a design with no stitchesLex Neva
2018-12-22print error message correctlyLex Neva
2018-12-19fix fill == none detectionLex Neva
2018-12-19fix duplicate point handlingLex Neva
2018-12-18fix error messageLex Neva
2018-12-18fix styleLex Neva
2018-12-18Merge branch 'master' into lexelby/bugsLex Neva
2018-12-16new translations from CrowdinInk/Stitch Crowdin integration
2018-12-15v1.21.0: basic letteringLex Neva
* new features: * lettering extension * generates multi-line text as satin columns in your SVG * dynamically routes stitching, breaking up satins if necessary and adding running stitch * live preview window * many more features forthcoming in future versions * editable footer in Print PDF with rich text * great for branding * can save as default * bug fixes: * fix PHC load issue
2018-12-15basic lettering GUI (#351)Lex Neva
2018-12-13fix styleLex Neva
2018-12-12add option to skip last stitch in fill rowsLex Neva
2018-12-12tidy importsLex Neva
2018-12-12avoid creating paths with empty 'd' in stitch plan (#363)Lex Neva
2018-12-12tidy up importsLex Neva
2018-12-12use proper defaults for fill and stroke in Params (#362)Lex Neva
2018-11-23Fix encodingKaalleen
2018-11-23new translations from CrowdinInk/Stitch Crowdin integration
2018-11-15add editable footerKaalleen
closes #346
2018-11-14basic lettering (#344)Lex Neva
Can handle multiple lines of text and routes the stitching in alternating directions on each line.
2018-11-14use latest pyembroidery (#347)Lex Neva
fixes PHC load problem (#345)
2018-10-31new translations from CrowdinInk/Stitch Crowdin integration