summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-23tidy commentsLex Neva
2018-06-23remove unnecessary travel back to startLex Neva
2018-06-23fix collapse_sequential_outline_edgesLex Neva
2018-06-23end on the ending pointLex Neva
2018-06-22ending point speciifed by fill_end commandLex Neva
2018-06-22starting point specified by fill_start commandLex Neva
2018-06-22rename fill start/end commandsLex Neva
2018-06-22add quick access methods for commandsLex Neva
2018-06-21add commands frameworkLex Neva
2018-06-17v1.10.0 File->Save Copy support + bulk exportLex Neva
This version adds an exciting new feature: File -> Save Copy support to directly save your design in machine format (PES, DST, etc). Better still, you can save as an Ink/Stitch ZIP file. Ink/Stitch will export your design in your selected machine formats and zip it all together, ready for sale as a stock design. In order to use the new output extensions, you'll need to restart Inkscape after you install this version.
2018-06-17Merge pull request #198 from lexelby/lexelby-output-extensionLex Neva
output extensions
2018-06-17Merge pull request #207 from lexelby/lexelby-READMELex Neva
replace outdated/redundant README with pointers to the website
2018-06-17try merging the imagesLex Neva
2018-06-17add design screenshot tooLex Neva
2018-06-17shrink image down a bitLex Neva
2018-06-17add rendered logo imageLex Neva
2018-06-16mention 'many more' file typesLex Neva
2018-06-16rewrite title lineLex Neva
2018-06-16replace outdated/redundant README with pointers to the websiteLex Neva
2018-06-16fix output regressionLex Neva
2018-06-15fix issue with input pluginLex Neva
2018-06-15fix zip file corruptionLex Neva
2018-06-15remove tmp directory from zip file pathsLex Neva
2018-06-15add ZIP batch export extensionLex Neva
2018-06-15add zip INX generator and INXLex Neva
2018-06-15add output extensionLex Neva
2018-06-15add output INX generatorLex Neva
2018-06-15v1.9.1: bug fixesLex Neva
Lots of bug fixes: * properly handle case where stroke width is not set (defaults to 1 per SVG spec) * properly handle case where <svg> width and height not set (defaults to viewbox) * properly handle case where fill is not set (defaults to "black" rather than "none") * show error message (rather than crashing) if satin column set for a path with only one subpath * don't leave the simulate window around after "use last settings" * show a useful error message in Params if the user hasn't selected anything embroiderable
2018-06-12show 'no embroiderable paths' error in Params tooLex Neva
2018-06-10fix crash on 'use last settings' in ParamsLex Neva
2018-06-10error if satin column set for path with single subpathLex Neva
2018-06-10default fill to black per SVG specLex Neva
2018-06-10handle SVG with no width/heightLex Neva
2018-06-10fix defaulting of stroke width to 1Lex Neva
2018-06-09v1.9.0: realistic rendering in print previewLex Neva
Huge new feature: **realistic rendering**! When printing, select the "Realistic" checkbox to switch a preview image to realistic thread rendering. Note that rendering can take awhile, so don't be surprised if the view doesn't change for 10-20 seconds. Gives equally good results in "print to PDF" or direct printing. Realistic images are rendered at 600dpi.
2018-06-09Merge pull request #187 from lexelby/lexelby-realistic-renderingLex Neva
realistic rendering
2018-06-09move objects into layersLex Neva
2018-06-09fix latent bug in base.pyLex Neva
2018-06-08rasterize realistic SVGs at 600dpiLex Neva
2018-06-07v1.8.2: a few little thingsLex Neva
* add "expand" option for fills to complement "inset" for fill underlay * don't crash on empty subpaths * some paths from AI would trigger this crash * add examples: * monogram * free-standing lace
2018-06-07Merge pull request #180 from lexelby/lexelby-outsetLex Neva
add Expand param for fills
2018-06-07Merge pull request #188 from lexelby/lexelby-fix-empty-subpathLex Neva
fix empty subpath
2018-06-04convert Stroke to use stitches.running_stitchLex Neva
2018-06-04don't crash on empty subpathsLex Neva
2018-06-04Merge pull request #177 from lexelby/wwderw-ExamplesLex Neva
Monogram example with "knockdown" stitches
2018-06-04Add a simple monogram frame example.wwderw
2018-06-03realistic rendering checkboxesLex Neva
2018-06-03fix latent bug preventing saving checkbox valuesLex Neva
2018-06-01add Expand param for fillsLex Neva
2018-05-31Add files via uploadwwderw