summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-31add ignore layer commandLex Neva
2018-07-25add support for ignore commandLex Neva
2018-07-25add ignore commandLex Neva
2018-07-25v1.14.0: new embroidery file saving libraryLex Neva
This release integrates pyembroidery, a pure Python machine embroidery file format library. This fixes major bugs in several file formats and may make a Mac OS version significantly easier. * known working file formats: * writing: PEC PES EXP DST JEF VP3 * reading: PEC PES EXP DST JEF VP3 XXX SEW u01 SHV 10o 100 BRO DSB DSZ EMD INB TBF KSM TAP STX * stop handling is much better * Ink/Stitch ends the color block at a STOP * Stop blocks are denoted in Print PDF's operator detail view
2018-07-25Merge pull request #234 from inkstitch/lexelby-integrate-pyembroideryLex Neva
switch from libembroidery to pyembroidery
2018-07-25change '# stops' in block to be 'stop after?'Lex Neva
2018-07-25fix a couple crashesLex Neva
2018-07-25remove incorrect stop logicLex Neva
2018-07-25fix pyinstaller errorLex Neva
2018-07-25remove libembroidery-convert install scriptLex Neva
2018-07-25add pyembroidery-convertLex Neva
2018-07-25clean up remaining libembroidery referencesLex Neva
2018-07-25fix zip extensionLex Neva
2018-07-25update output extension for pyembroideryLex Neva
2018-07-25update input extension for pyembroideryLex Neva
2018-07-25update zip output generator and INXLex Neva
2018-07-25update output extension generator and INXesLex Neva
2018-07-25update input extension generator and INXesLex Neva
2018-07-25update Embroider extension for pyembroideryLex Neva
2018-07-25tidy up codeLex Neva
2018-07-25fix gap caused by splitting blockLex Neva
2018-07-25adjust stitch plan code for pyembroideryLex Neva
2018-07-25switch to pyembroidery for file generationLex Neva
2018-07-25add pyembroidery to requirements.txtLex Neva
2018-07-25remove libembroidery from buildLex Neva
2018-07-25remove embroidermodder submoduleLex Neva
2018-07-24regenerate messages.poLex Neva
2018-07-24Merge pull request #235 from inkstitch/translation-comments-1Lex Neva
Update Makefile
2018-07-19Update Makefile [ci skip]AkiraNorthstar
replace --no-location with --add-location=full (if --add-location not given it is "full" by default) replace multiple --add-comments to one option add --sort-by-file sort output by file location - default False write out option -s to --strip-comments
2018-07-13v1.13.0: new "attach commands" extensionLex Neva
* use the extension to add command symbols to any object: * auto-fill start and end positions * trim thread * stop (pause) sewing
2018-07-13Merge pull request #224 from inkstitch/lexelby-trim-stop-commandsLex Neva
trim and stop commands
2018-07-12fix importLex Neva
2018-07-12make connector 50% transparentLex Neva
2018-07-12perturb the positions of commands a bitLex Neva
2018-07-12fix stop countLex Neva
2018-07-12change symbol object IDs to avoid conflictsLex Neva
2018-07-12only process each node onceLex Neva
2018-07-12remove legacy params when attaching the equivalent commandLex Neva
2018-07-12set fill to none for connectorsLex Neva
2018-07-12add new extension to attach commands to objectsLex Neva
2018-07-12fixup! center symbols on the originLex Neva
2018-07-12refactor out logic to gather node's transformsLex Neva
2018-07-12add CONNECTION_TYPELex Neva
2018-07-12generalize Element.shape and implement in all element typesLex Neva
2018-07-12move get_bundled_dir to utilsLex Neva
2018-07-12remove leftover debugging code (oops)Lex Neva
2018-07-12center symbols on the originLex Neva
2018-07-12remove 'TRIM after' and 'STOP after' from Params dialogLex Neva
2018-07-12add support for trim/stop commandsLex Neva
2018-07-12add has_command()Lex Neva