aboutsummaryrefslogtreecommitdiff
path: root/messages.po
AgeCommit message (Collapse)Author
2018-02-27fix stroke regressionLex Neva
2018-02-27Tie-in and tie-off (#100)Lex Neva
* turn inkstitch.py into a module * add running stitch library function * tie-in and tie-off * remove temporary testing code
2018-02-26don't include line numbers in messages.po (#101)Lex Neva
* don't include line numbers in messages.po * update messages.po
2018-02-26user can specify origin for embroidery output by setting up guides (#52)Lex Neva
* user can specify origin using guides * embroidery origin defaults to center of canvas
2018-02-24use gettext for params tab names (#68)Lex Neva
* use gettext for params tab names * new localization messages
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
2018-02-19windows build (#79)Lex Neva
Ink/stitch now supports windows!
2018-02-17fix repeated colors showing as randomLex Neva
2018-02-04framework for translations (#55)Lex Neva
sets up all the plumbing to send strings to CrowdIn for translation and incorporate the results