| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-04 | lettering features (#399) | Lex Neva | |
| lettering features | |||
| 2019-04-30 | Merge branch 'master' into lexelby/lettering-features | Lex Neva | |
| 2019-04-20 | refactor 'make dist' archive creation into a shell script | Lex Neva | |
| 2019-04-20 | Merge remote-tracking branch 'origin/master' into lexelby/electron | Lex Neva | |
| 2019-04-15 | Add default path for inkex.py on macOS | Kate Murphy | |
| 2019-04-12 | get the right architecture | Lex Neva | |
| 2019-04-12 | use docker for linux too and npm for mac | Lex Neva | |
| 2019-04-12 | use docker for windows | Lex Neva | |
| 2019-04-11 | refix windows | Lex Neva | |
| 2019-04-11 | fix windows npm invocation | Lex Neva | |
| 2019-04-10 | add build machinery for electron | Lex Neva | |
| 2019-04-02 | add localization for font names and descriptions | Lex Neva | |
| 2018-08-20 | gettextify pyembroidery format descriptions | Lex Neva | |
| 2018-08-19 | make it easier to find inkex.py | Lex Neva | |
| 2018-08-19 | integrate inx generation into ink/stitch proper | Lex Neva | |
| 2018-08-01 | remove inkstitch.app | Lex Neva | |
| 2018-07-31 | Add --windowed argument to pyinstaller for OS X | globalcow | |
| 2018-07-25 | fix pyinstaller error | Lex Neva | |
| 2018-07-25 | remove libembroidery-convert install script | Lex Neva | |
| 2018-07-25 | add pyembroidery-convert | Lex Neva | |
| 2018-07-25 | update zip output generator and INX | Lex Neva | |
| 2018-07-25 | update output extension generator and INXes | Lex Neva | |
| 2018-07-25 | update input extension generator and INXes | Lex Neva | |
| 2018-07-25 | update Embroider extension for pyembroidery | Lex Neva | |
| 2018-07-25 | remove libembroidery from build | Lex Neva | |
| 2018-07-09 | Update build-dist | AkiraNorthstar | |
| fix build-dist in this branch to make it easier to merge. | |||
| 2018-06-15 | add zip INX generator and INX | Lex Neva | |
| 2018-06-15 | add output INX generator | Lex Neva | |
| 2018-05-02 | strip debug symbols on Linux | Lex Neva | |
| 2018-05-01 | adjust bin/build-dist for single-binary world | Lex Neva | |
| 2018-05-01 | integrate input extension too | Lex Neva | |
| 2018-04-28 | properly fail build when things break | Lex Neva | |
| 2018-04-10 | fix autoescaping and BRO .inx | Lex Neva | |
| 2018-04-09 | move inx files to inx/ and generate input inx | Lex Neva | |
| 2018-04-09 | generator for input format INX files | Lex Neva | |
| 2018-04-09 | embroider_input.py: input extension to read embroidery formats | Lex Neva | |
| 2018-03-30 | print 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-22 | Windows 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 | |||
| 2018-02-19 | don't show console window in Windows | Lex Neva | |
| 2018-02-19 | windows build (#79) | Lex Neva | |
| Ink/stitch now supports windows! | |||
| 2018-01-23 | add params for "TRIM after" and "STOP after" (#29) | Lex Neva | |
| * adds new options to Params: "TRIM after" and "STOP after" * adds tooltip support to Params * inkstitch now includes libembroidery and can directly output any supported file type * this avoids the need for `libembroidery-convert` and compiling embroidermodder! * TRIM support for DST format (inserts 3 JUMPs) * STOP command supported as an extra color change that the operator can assign to code C00 * TRIMs cause the following jump stitch not to be displayed in the Embroidery layer | |||
| 2018-01-13 | pyinstaller-based install instructions | Lex Neva | |
| also remove now-unnecessary installation shell script (sorry, @Moini!) | |||
| 2018-01-13 | pyinstaller release method (#16) | Lex Neva | |
| pyinstaller packages up all of a python script's dependencies and builds them into standalone executables. It can either do a directory (containing a single executable and a bunch of shared libraries) or a self-contained executable that effectively just contains a compressed version of the directory. The problem is, if you have several scripts like we do, you get several large directories or standalone binaries, and there's a ton of duplication between them. Fortunately it looks like using the directory method and just combining the directories works fine (for this project). This PR runs the above build on any tagged commit and publishes a release in github containing the pyinstall-ified tarball. If the tag is named like "v1.2.3" _and_ the tag is on the master branch, then the github release will be marked as "production". Otherwise, it will be marked as a "pre-release". This means that we can build testable tarballs of the extension in a pull request by tagging a commit. | |||
| 2018-01-03 | rename to ink/stitch | Lex Neva | |
| 2017-12-03 | Do not install dependencies needed for building wxpython, | Moini | |
| ... and make sure pip can pick up the package installed via apt. | |||
| 2017-12-03 | Install wxpython via apt in Ubuntu autoinstall script | Moini | |
| 2017-11-26 | fix installation script for Ubuntu 16.04, add script to install ↵ | Moini | |
| libembroidery-convert, adapt README | |||
| 2017-11-22 | Move Ubuntu install script, change message to user, update README accordingly. | Moini | |
| 2017-01-23 | start README.md | Lex Neva | |
