summaryrefslogtreecommitdiff
path: root/lib/elements
AgeCommit message (Collapse)Author
2023-03-23Ignore invalid rungs (#2135)Kaalleen
2023-03-10add reverse one rail paramLex Neva
2023-03-09Various fixes (#2125)Kaalleen
* add unit info to scale value in ripple stitch * fix apply threadlist with empty description * fix satin type ripple with unequal nodes * fix legacy auto_fill conversion * inform about too small meander shapes
2023-03-07Add extension stroke to lpe satin (#2115)Kaalleen
2023-03-07meander: pick ending point far from starting point (#2095)Lex Neva
2023-03-07change method to update legacy fill_method (#2111)Kaalleen
2023-03-07Allow locks, trim, stop on manual stitch placement (#2101)Rick Levine
Co-authored-by: Lex Neva
2023-02-27row spacing for circular fill (#2099)Kaalleen
2023-02-27Various lock stitch options (#2006)Kaalleen
Co-authored-by: Lex Neva
2023-02-27Circular fill (#2053)Kaalleen
2023-02-25Clone Cache (#2086)Kaalleen
Co-authored-by: Lex Neva
2023-02-20remove unused importLex Neva
2023-02-20use new combo param typeLex Neva
2023-02-20fix params for meanderLex Neva
2023-02-20change wording of smoothness tooltipLex Neva
2023-02-20sort tiles by nameLex Neva
2023-02-20clarify running stitch params for meanderLex Neva
2023-02-20expose Expand setting in meanderLex Neva
2023-02-20remove buffer conceptLex Neva
2023-02-20make meander interruptibleLex Neva
2023-02-20expose running stitch length in meanderLex Neva
2023-02-20avoid super-dense meander graphLex Neva
2023-02-20meander fill: more workLex Neva
2023-02-20use snake caseLex Neva
per python coding standard
2023-02-20meander fill: initial versionLex Neva
2023-02-20add smoothness option for contour fillLex Neva
2023-02-18include guides in cache keyLex Neva
2023-02-18consistent cache key for Stitch objectsLex Neva
2023-02-18use patterns in cache keyLex Neva
2023-02-18use commands in cache keyLex Neva
2023-02-18cache key includes previous stitchLex Neva
2023-02-18cache key generation using params, path, color, and styleLex Neva
2023-02-18remove unused and broken has_style() methodLex Neva
2023-02-18move get_stitch_plan_cache() to utils.cacheLex Neva
2023-02-18first draft of stitch plan cachingLex Neva
2023-02-16add more check_stop_flag() callsLex Neva
2023-02-16make simulator threads pre-emptibleLex Neva
2023-01-28Merge branch 'main' of https://github.com/inkstitch/inkstitch into ↵George Steel
george-steel/fix-running-stitch
2023-01-28remove subpaths with only one node from satins (#2033)Kaalleen
2023-01-28fix random e-stitchKaalleen
2023-01-28fix short stitch for second railKaalleen
2023-01-22fix reversed contour underlayGeorge 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-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
2022-12-28fix length ramdomizationGeorge Steel
2022-12-27fix typosGeorge Steel