summaryrefslogtreecommitdiff
path: root/embroider_print.py
AgeCommit message (Collapse)Author
2018-04-18handle firefox's window.close() permission deniedLex Neva
2018-04-18hide stderr but print exceptionsLex Neva
2018-04-18don't get transform from htmlLex Neva
2018-04-16Merge branch 'print-pdf2' into lexelby-print-featuresLex Neva
2018-04-16add 'save as defaults' buttonLex Neva
2018-04-15round-trip editable fields and checkboxesLex Neva
2018-04-15inkstitch metadata frameworkLex Neva
2018-04-11add apply to all button for svg transformskalleen
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