summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2020-04-28electron simulator (#531)Lex Neva
2020-03-19try without librtLex Neva
2020-03-18add missing librariesLex Neva
2020-03-18get rid of refs-heads- in zipsLex Neva
2020-03-14try no console windowLex Neva
2020-03-06remove stubLex Neva
2020-01-31fix fonts on windowsLex Neva
2020-01-29remove obselete TRAVIS_ referencesLex Neva
2020-01-29use python -m for pyinstallerLex Neva
2020-01-29mac buildLex Neva
2020-01-29windows build github actionLex Neva
2019-07-31Support various macOS VersionsKaalleen
2019-07-04lettering features (#399)Lex Neva
lettering features
2019-04-30Merge branch 'master' into lexelby/lettering-featuresLex Neva
2019-04-20refactor 'make dist' archive creation into a shell scriptLex Neva
2019-04-20Merge remote-tracking branch 'origin/master' into lexelby/electronLex Neva
2019-04-15Add default path for inkex.py on macOSKate Murphy
2019-04-12get the right architectureLex Neva
2019-04-12use docker for linux too and npm for macLex Neva
2019-04-12use docker for windowsLex Neva
2019-04-11refix windowsLex Neva
2019-04-11fix windows npm invocationLex Neva
2019-04-10add build machinery for electronLex Neva
2019-04-02add localization for font names and descriptionsLex Neva
2018-08-20gettextify pyembroidery format descriptionsLex Neva
2018-08-19make it easier to find inkex.pyLex Neva
2018-08-19integrate inx generation into ink/stitch properLex Neva
2018-08-01remove inkstitch.appLex Neva
2018-07-31Add --windowed argument to pyinstaller for OS Xglobalcow
2018-07-25fix pyinstaller errorLex Neva
2018-07-25remove libembroidery-convert install scriptLex Neva
2018-07-25add pyembroidery-convertLex 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-25remove libembroidery from buildLex Neva
2018-07-09Update build-distAkiraNorthstar
fix build-dist in this branch to make it easier to merge.
2018-06-15add zip INX generator and INXLex Neva
2018-06-15add output INX generatorLex Neva
2018-05-02strip debug symbols on LinuxLex Neva
2018-05-01adjust bin/build-dist for single-binary worldLex Neva
2018-05-01integrate input extension tooLex Neva
2018-04-28properly fail build when things breakLex Neva
2018-04-10fix autoescaping and BRO .inxLex Neva
2018-04-09move inx files to inx/ and generate input inxLex Neva
2018-04-09generator for input format INX filesLex Neva
2018-04-09embroider_input.py: input extension to read embroidery formatsLex Neva
2018-03-30print through web browser (#127)Lex Neva
* spawn a web server and open a printable view of the design in the user's web browser * configurable inclusion of client and operator views * editable fields for color names, client, title, and purchase order number * groundwork laid to save these parameters back into the SVG * major refactor of codebase to support printing * code is organized logically into modules * added inkstitch logo and branding guidelines * l10n text extraction now handled by babel * removed legacy embroider_update extension * partial fix for #125
2018-02-22Windows fixes (#83)Lex Neva
* os.execv doesn't replace the process on windows * fix simulate/params crash * pyinstaller windowed mode breaks things? * fix output routing for windows * properly route stderr to inkscape too * don't print unless there's something to print * remove last backup version if necessary * add documentation for Windows build