summaryrefslogtreecommitdiff
path: root/lib/inx
AgeCommit message (Collapse)Author
2022-07-08linux scipy/linalg libraries: ELF (#1714)Kaalleen
* do not strip any scipy library for linux * apply settings to debug formats * use fixed pyembroidery Co-authored-by: Lex Neva
2022-06-24Update pyembroidery (#1683)Kaalleen
Embroidery formats (read) .hus: Husqvarna Embroidery Format .zhs: Zeng Hsing Embroidery Format Color formats (read & write) .col : Color format. .edr : Color format. .inf : Color format. Stitch formats (read & write) .pmv : Brother Stitch Format. Image (write) .png : Portable Network Graphic (line art) G-Code The export file format is not .txt anymore but .gcode Bug fixes
2021-12-08add macOS and windows installer (#1352)rejbasket
2021-09-27no translations in inx (#1358)Kaalleen
2021-09-26One Version for all Languages (#1346)Kaalleen
Co-authored-by: Lex Neva <github.com@lexneva.name>
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-04-25import threadlist (#666)Kaalleen
2020-03-06remove stubLex Neva
2019-04-17Build inx files in locale folders and build release for each localeKate Murphy
2018-09-18use ugettext() instead of gettext()Lex Neva
2018-08-24add 'Add Commands' extensionLex Neva
2018-08-24Merge remote-tracking branch 'origin/master' into lexelby/styleLex Neva
2018-08-22fix missing layer and object commandsLex Neva
2018-08-22fix missing install extension INX fileLex Neva
2018-08-22handle unicode in inx generationLex Neva
2018-08-21pyflakes fixesLex Neva
2018-08-21autopep8Lex Neva
2018-08-20generate INX files for all languagesLex Neva
2018-08-20gettextify INX templatesLex Neva
2018-08-19integrate inx generation into ink/stitch properLex Neva