summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-10add build machinery for electronLex Neva
2019-04-10switch print pdf gui to electronLex Neva
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
2019-04-07Merge pull request #429 from CatherineH/ch-fix-devCatherine Holloway
adding minimum version requirement on jinja2
2019-04-07simulate needle penetration pointsKaalleen
2019-04-07fix realistic detailed view (#424)Kaalleen
2019-04-06adding minimum version requirement on jinja2Catherine Holloway
2019-04-04try harder to avoid traveling around the borderLex Neva
2019-04-04render graphs as a single path to avoid killing inkscapeLex Neva
2019-04-02simulator stitch box improvement (#402)Kaalleen
2019-04-02prevent html from showing up in custom text field (#421)Kaalleen
2019-03-30fix 'too many values to unpack' exceptionLex Neva
2019-03-30Merge pull request #401 from inkstitch/lexelby/satin-density-fixLex Neva
don't do density compensation in underlay
2019-03-30fix underlay underpath checkboxLex Neva
2019-03-29avoid parsing forward slashes in docstringLex Neva
2019-03-29add vertical travel edges for less jagged travel pathsLex Neva
2019-03-29more debug loggingLex Neva
2019-03-28add SVG debugging with LineStringsLex Neva
2019-03-28add timing logging for auto-fillLex Neva
2019-03-28set up debug loggingLex Neva
2019-03-27new translations from CrowdinInk/Stitch Crowdin integration
2019-03-26Add Custom Page to Print PDF (#418)Kaalleen
2019-03-24penalize outline edges moreLex Neva
2019-03-24'fix' styleLex Neva
2019-03-22make travel stitch prefer the center of the shapeLex Neva
2019-03-22default underlay underpathing to enabled as wellLex Neva
2019-03-21put underlay underpath checkbox in the right tabLex Neva
2019-03-21don't let simulator preview thread crashLex Neva
2019-03-21don't try to end inside the shapeLex Neva
2019-03-20switch to multigraph to avoid accidentally deleting outline edgesLex Neva
2019-03-20add first stitchLex Neva
2019-03-20tidy up start/end travel codeLex Neva
2019-03-20protect against shapely errorLex Neva
2019-03-19fix start/end at top or bottom of shapeLex Neva
2019-03-19allow starting and ending on the border of a holeLex Neva
2019-03-19add underpath checkboxes for underlay and top stitchingLex Neva
2019-03-19avoid cutting cornersLex Neva
2019-03-19use blazing-fast STRtree for intersection detectionLex Neva
2019-03-18avoid putting underpathing on topLex Neva
2019-03-14more cleanupLex Neva
2019-03-14deduplicate and comment codeLex Neva
2019-03-14underpathing!Lex Neva
2019-03-13tidy up the code a bitLex Neva
2019-03-13remove unused codeLex Neva