summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-04-11refix windowsLex Neva
2019-04-11fix mac os 'operation not permitted' errorLex Neva
2019-04-11fix windows npm invocationLex Neva
2019-04-11wait for server to (probably) be upLex Neva
2019-04-11fix electron pathLex Neva
2019-04-10add build machinery for electronLex Neva
2019-04-10switch print pdf gui to electronLex Neva
2019-04-11new translations from CrowdinInk/Stitch Crowdin integration
2019-04-10fix base file name bugKaalleen
2019-04-10v1.23.0: underpathing for fills and so much more!Lex Neva
new features: * add custom page to print PDF * example: add instructions for in-the-hoop projects * option to show needle penetration points in simulator * new auto-fill algorithm * faster * option to travel inside shape instead of around the border (underpathing) fixes: * keep color when converting line to satin column * prevent HTML from showing up in custom text fields in Print PDF * fixed issues with manually entering a stitch number in simulator * "realistic" checkbox for a color block rendered the entire design
2019-04-10Merge pull request #409 from inkstitch/lexelby/revamp-fillLex Neva
revamp auto-fill algorithm
2019-04-10Merge branch 'master' into lexelby/revamp-fillLex Neva
2019-04-10remove unnecessary comparisons to NoneLex Neva
2019-04-09make error message more readableLex Neva
2019-04-09split up long functionLex Neva