summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-05Merge pull request #252 from inkstitch/lexelby-convert-to-satinLex Neva
convert path to satin
2018-08-05Merge remote-tracking branch 'origin/master' into lexelby-convert-to-satinLex Neva
2018-08-05Merge pull request #249 from inkstitch/lexelby-e-stitchLex Neva
add E stitch for satin columns
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-31work around shapely weirdness for closed pathsLex Neva
2018-07-31Add --windowed argument to pyinstaller for OS Xglobalcow
2018-07-31use line join style defined in SVGLex Neva
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-30fix handling of self-intersectionLex Neva
2018-07-30add documentationLex Neva
2018-07-30choose better rung positionsLex Neva
2018-07-30convert to satin extensionLex Neva
2018-07-28support multiword extension namesLex Neva
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