summaryrefslogtreecommitdiff
path: root/lib/elements
AgeCommit message (Collapse)Author
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
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-12fix #1936Kaalleen
(#1955)
2022-12-11add comment on set_paramGeorge Steel
2022-12-11refine GUI for text-based random_seed parameter and add global param.George Steel
2022-12-10Merge remote-tracking branch 'origin/claudine/random_satin_column' into ↵George Steel
george-steel/random-base-satin