summaryrefslogtreecommitdiff
path: root/lib/extensions/print_pdf.py
AgeCommit message (Collapse)Author
2023-05-22Update electron version to v14.2.9 (#2214)rejbasket
Authored-by: rejbasket Co-authored-by: Kaalleen Co-authored-by: Lex Neva
2022-10-15add footer togglecole
2022-10-15change to full-page-patternviewcole
2022-06-22Option to drop short stitches (#1693)Kaalleen
2022-04-24Fix lettering scale, etc. (#1620)Kaalleen
* fix lettering scale * adapt to updated inkex: transform operator, selections * fix #1597 * no traceback error message on broken satin columns * highlight troubleshoot "steps to solve" through additional headline * set a minimum value for running stitch repeats * rename "import" thread list to "apply" thread list
2021-12-18PDF: Estimated thread (#1389)Kaalleen
2021-12-08add macOS and windows installer (#1352)rejbasket
2021-08-07fix more patch referencesLex Neva
2021-08-07rename more patch referencesLex Neva
2021-07-29fix #1213 (#1287)Kaalleen
2021-04-20Language-Stylesheets for Print-PDF (#1156)Kaalleen
2021-03-11add copyright headersLex Neva
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>
2020-12-28fix print pdf when svg contains comments (#939)Kaalleen
2019-10-21don't show visual commands in print previewLex Neva
2019-04-23comment to explain sleepLex Neva
2019-04-12enable print buttonLex Neva
2019-04-12fix styleLex Neva
2019-04-11wait for server to (probably) be upLex Neva
2019-04-10switch print pdf gui to electronLex Neva
2019-03-26Add Custom Page to Print PDF (#418)Kaalleen
2019-01-01Fix print metadata (#372)Kaalleen
2018-08-21a few more fixupsLex Neva
2018-08-21pyflakes fixesLex Neva
2018-08-21more pep8 fixesLex Neva
2018-08-21autopep8Lex Neva
2018-06-08rasterize realistic SVGs at 600dpiLex Neva
2018-06-03realistic rendering checkboxesLex Neva
2018-05-30refactor print_pdf and generate realistic previewsLex Neva
2018-05-29first attempt at realistic renderingLex Neva
2018-05-04Merge branch 'master' into lexelby-single-extensionLex Neva
2018-05-01refactor everything out of lib/__init__.pyLex Neva
2018-05-01rename inkstitch/ to lib/Lex Neva
You can't have a module and a package named the same thing. PyInstaller wants to import the main script as if it were a module, and this doesn't work unless there's no directory of the same name with a __init__.py in it.