summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-05Merge remote-tracking branch 'origin/master' into lexelby-e-stitchLex Neva
2018-08-05Merge pull request #248 from inkstitch/lexelby-bean-stitchLex Neva
add bean stitch option
2018-08-05Merge remote-tracking branch 'origin/master' into lexelby-bean-stitchLex Neva
2018-08-02v1.15.0: mac version!Lex Neva
This is the first version of Ink/Stitch to officially support Mac OS X! * mac support * known issue: simulation window appears off-screen to the top * workaround: press q to close the window * buttons in the simulator to speed up, slow down, pause, restart, and quit
2018-08-02Merge pull request #181 from inkstitch/lexelby-mac-build-mk2Lex Neva
mac version
2018-08-01try using GetScreenRect() insteadLex Neva
2018-08-01use more friendly OS name 'osx' for tarball file nameLex Neva
2018-08-01remove inkstitch.appLex Neva
2018-08-01Add simulator controls (#246)Kaalleen
2018-08-01Skip some unnecessary lines in mac buildglobalcow
2018-07-31Merge pull request #256 from jdieg0/embroider-extensionLex Neva
Fix syntax and enhance descriptions in Inkscape Embroider extension.
2018-07-31slight grammer correctionLex Neva
2018-07-31Add --windowed argument to pyinstaller for OS Xglobalcow
2018-07-31Add/fix GUI descriptions.Diego Jahn
2018-07-31Fix syntax error in <param name="collapse_len_mm">.Diego Jahn
2018-07-31Insert space in file format option descriptions for better readability.Diego Jahn
2018-07-28fix simple satinLex Neva
2018-07-27add E stitch for satin columnsLex Neva
2018-07-27add bean stitch optionLex Neva
2018-07-25Merge remote-tracking branch 'origin/master' into lexelby-mac-build-mk2Lex 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