summaryrefslogtreecommitdiff
path: root/print/resources/style.css
AgeCommit message (Collapse)Author
2024-04-24move print PDF back to web browser (#2849)Lex Neva
* move print PDF back to web browser * fix line wrapping for macOS --------- Co-authored-by: Kaalleen <reni@allenka.de>
2022-10-15fix custom information sheet print outKaalleen
2022-10-15change to full-page-patternviewcole
2021-07-29Fix typos (#1291)luzpaz
2021-04-20Language-Stylesheets for Print-PDF (#1156)Kaalleen
2021-03-04Update for Inkscape 1.0 (#880)Kaalleen
* update for inkscape 1.0 * add about extension * Build improvements for the inkscape1.0 branch (#985) * zip: export real svg not stitch plan * #411 and #726 * Tools for Font Creators (#1018) * ignore very small holes in fills * remove embroider (#1026) * auto_fill: ignore shrink_or_grow if result is empty (#589) * break apart: do not ignore small fills Co-authored-by: Hagen Fritsch <rumpeltux-github@irgendwo.org> Co-authored-by: Lex Neva <github.com@lexneva.name>
2019-07-28Do not hide buttons in print preview (#499)Kaalleen
2019-04-18add 'save pdf' button and print opens PDFLex Neva
2019-03-26Add Custom Page to Print PDF (#418)Kaalleen
2018-11-15add editable footerKaalleen
closes #346
2018-10-30Print Estimated Time (#341)Kaalleen
2018-07-12operator detailedview dynamic thumbnail size (#221)Kaalleen
2018-06-19fix icon picker button opacityLex Neva
2018-06-03realistic rendering checkboxesLex Neva
2018-04-29UI to select different thread paetteLex Neva
2018-04-28add hint about clicking logoLex Neva
2018-04-16Merge branch 'print-pdf2' into lexelby-print-featuresLex Neva
2018-04-16add 'save as defaults' buttonLex Neva
2018-04-11add apply to all button for svg transformskalleen
2018-04-09add buttons to quickly adjust svg sizekalleen
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