summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2023-02-18add note and template to avoid self-foot-shootingLex Neva
2023-02-18first draft of stitch plan cachingLex Neva
2023-02-16add more check_stop_flag() callsLex Neva
2023-02-16add commentLex Neva
2023-02-16make simulator threads pre-emptibleLex Neva
2023-02-16Merge pull request #2074 from inkstitch/rlevine/pycharm_debug_instructionsRick Levine
Pycharm debugging info
2023-02-16Merge pull request #2049 from inkstitch/rlevine/dst_header_titleRick Levine
Add filename to .dst header
2023-02-16Simplify getting docnameRick Levine
2023-02-16PuntingRick Levine
2023-02-16More tweaksRick Levine
2023-02-16Fix typosRick Levine
2023-02-16Add symbolic link noteRick Levine
2023-02-15Pycharm debugging infoRick Levine
2023-02-15Update output.pyRick Levine
Retrieve svg file name for .dst header
2023-02-08Set pattern.extras['name'] for .dst headerRick Levine
2023-02-08avoid topological error for contour fill (#1966)Kaalleen
2023-02-07fix split text (#2057)Kaalleen
2023-02-02Add filename to .dst headerRick Levine
2023-01-29fix commentGeorge Steel
2023-01-29tidy path_to_curvesGeorge Steel
2023-01-28Merge branch 'main' of https://github.com/inkstitch/inkstitch into ↵George Steel
george-steel/fix-running-stitch
2023-01-28add minimum length check to path_to_curves and add commentsGeorge Steel
2023-01-28remove subpaths with only one node from satins (#2033)Kaalleen
2023-01-28Merge pull request #2032 from inkstitch/kaalleen/short-stitch-fixGeorge Steel
fix short stitch for second rail
2023-01-28Add lock stitch plan option (#2020)Kaalleen
2023-01-28fix random e-stitchKaalleen
2023-01-28fix short stitch for second railKaalleen
2023-01-22add missing bounds checkGeorge Steel
2023-01-22fix backtracking caseGeorge Steel
2023-01-22add comments and a rounding correctionGeorge Steel
2023-01-22fix reversed contour underlayGeorge Steel
2023-01-22fix 3.8 errorGeorge Steel
2023-01-22Replace running stitch algorithm to give consistent stitch lengths.George Steel
2023-01-15Add bean stitch repeat pattern (#1938)Kaalleen
! backward compatibility warning: Users need to fix their documents if they used comma separated values for multiple fill underlays (without a space)
2023-01-15Fill Centerline (#1722)Kaalleen
2023-01-12fix bad end of center walk underlayGeorge Steel
2023-01-07spellingGeorge Steel
2023-01-07Merge branch 'main' of https://github.com/inkstitch/inkstitch into ↵George Steel
george-steel/random-base-satin
2023-01-07Cutwork needle info (#1988)Kaalleen
* add cutwork needle info to thread color * apply threadlist: apply cutwork_needle attribute
2023-01-07jump to stroke: add stitch length settings (#2003)Kaalleen
2023-01-02add comment to PRNGGeorge Steel
2022-12-28fix length ramdomizationGeorge Steel
2022-12-27fix typosGeorge Steel
2022-12-26python 3.8 fixesGeorge Steel
2022-12-26use random oracle for randomized satin columns and redo split stitchesGeorge Steel
2022-12-26fix seed param and error messagesGeorge Steel
2022-12-23Merge branch 'main' of https://github.com/inkstitch/inkstitch into ↵George Steel
george-steel/random-base-satin
2022-12-19Point to troubleshoot in fatal error message (#1967)Kaalleen
* point to troubleshoot in fatal error message * shapely version
2022-12-17fix #1921 (#1922)Kaalleen
2022-12-15svg:line to stroke element (fix #1623) (#1958)Kaalleen