summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-24fix unicode error messageKaalleen
2019-06-22fix styleLex Neva
2019-06-22partial fix for unicode filenames (#478)Lex Neva
2019-06-22handle unicode node names (fixes #467)Lex Neva
2019-06-22handle document width/height of 100% (fixes #476)Lex Neva
2019-06-22handle single linestrings properly (fixes #471)Lex Neva
2019-06-22better message for unconnected fill shapes (fixes #463)Lex Neva
2019-06-22update embroider_satin_column in all cases (fixes #466)Lex Neva
2019-06-22rework fill shape parsing code (fixes #469)Lex Neva
2019-06-22don't treat objects without stroke as SatinColumn (fixes #460)Lex Neva
2019-06-22fix IndexError for single-path satin columns (fixes #366)Lex Neva
2019-06-19rephrase/verbosify 'no embroiderable paths' error (#458)Lex Neva
rephrase/verbosify 'no embroiderable paths' error
2019-06-17Make InkStitch run in Inkscape 1.0 alpha (#477)Lex Neva
Make InkStitch run in Inkscape 1.0 alpha
2019-06-14Make InkStitch run in Inkscape 1.0 alphaBernd Kolb
I downloaded inkscape 1.0 alpha for MacOS from the inkscape build server and installed inkstitch. For me it seems to run with python 3. Thus I am getting error messages like `TypeError: write() argument must be str, not bytes` which are fixed by this commit.
2019-05-08rephrase/verbosify 'no embroiderable paths' errorLex Neva
2019-05-01v1.25.0: Electron for Print PDF UILex Neva
This version transitions Print PDF to use Electron, a bundled version of Chromium browser. The Print PDF interface no longer opens in your default web browser. This change shouldn't be particularly significant for most users. This lays the groundwork for converting the rest of Ink/Stitch's GUI to use Electron, which will enable faster development and a more modern interface. The Ink/Stitch installation ZIP/tarball is significantly bigger in this version. Once we've finished the work of converting the existing interface to Electron, the ZIP/tarball will shrink.
2019-04-30use electron for Print PDF UI (#432)Lex Neva
electron proof of concept
2019-04-23remove obselete commentLex Neva
2019-04-23comment to explain sleepLex Neva
2019-04-23Merge pull request #443 from inkstitch/fix-duplicate-logging-setupKate Murphy
Removed duplicated logging code
2019-04-22Refactor electron to always pipe stdout to /dev/nullkatee
2019-04-21Removed duplicated logging codeKate Murphy
2019-04-20refactor 'make dist' archive creation into a shell scriptLex Neva
2019-04-20Merge remote-tracking branch 'origin/master' into lexelby/electronLex Neva
2019-04-20v1.24.0: no language selection inside Inkscape!Lex Neva
Ink/Stitch is now bundled per locale, this removes the need to select the language inside of Inkscape. Note that Ink/Stitch dialogs themselves are still localized based on your chosen OS language. Your download selection below only dictates the languages of the menu items in Inkscape's Extensions menu.
2019-04-18add 'save pdf' button and print opens PDFLex Neva
2019-04-18add iconsLex Neva
2019-04-18handle cancel in save pdf dialogLex Neva
2019-04-17Fix crashed caused by Inkscape reading message from stdoutKate Murphy
2019-04-17Merge pull request #437 from inkstitch/locale-releasesKate Murphy
Separate locales into different releases
2019-04-17Remove language name from menusKate Murphy
2019-04-17Build inx files in locale folders and build release for each localeKate Murphy
2019-04-16Merge pull request #435 from inkstitch/macos-inkex-locationKate Murphy
Add default path for inkex.py on macOS
2019-04-15Add default path for inkex.py on macOSKate Murphy
2019-04-15remove last vestige of /printing/startLex Neva
2019-04-15rename main.js and don't open dev toolsLex Neva
2019-04-12enable print buttonLex Neva
2019-04-12mac one is in a different spotLex Neva
2019-04-12fix dev pathLex Neva
2019-04-12unspamLex Neva
2019-04-12get newer node on macLex Neva
2019-04-12pack to directory onlyLex Neva
2019-04-12use node 7Lex Neva
2019-04-12get the right architectureLex Neva
2019-04-12fix styleLex Neva
2019-04-12use docker for linux too and npm for macLex Neva
2019-04-12don't distclean for every buildLex Neva
2019-04-12use docker for windowsLex Neva
2019-04-11cache debs tooLex Neva
2019-04-11launch electron properly on macosLex Neva