summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-20fix deprecation warningLex Neva
2023-02-20fix params for meanderLex Neva
2023-02-20better smoothing algorithmLex Neva
2023-02-20change wording of smoothness tooltipLex Neva
2023-02-20sort tiles by nameLex Neva
2023-02-20fix a bunch of tilesLex Neva
2023-02-20remove dead endsLex 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-20tweak tileLex Neva
2023-02-20expose running stitch length in meanderLex Neva
2023-02-20fix tileLex Neva
2023-02-20add lambda unwrapping to debugLex Neva
2023-02-20fix weird tileLex Neva
2023-02-20wipLex Neva
2023-02-20avoid weird end of line after smoothingLex Neva
2023-02-20avoid super-dense meander graphLex Neva
2023-02-20resize a bunch of tilesLex Neva
2023-02-20let user finish typing before simulatingLex Neva
2023-02-20fix tile namesKaalleen
2023-02-20meander fill: more workLex Neva
2023-02-20use snake caseLex Neva
per python coding standard
2023-02-20typo fixLex Neva
2023-02-20meander fill: initial versionLex Neva
2023-02-20add tilesLex Neva
2023-02-20add smoothness option for contour fillLex Neva
2023-02-20add clamp_path_to_polygonLex Neva
2023-02-20add smooth_pathLex Neva
2023-02-20Merge pull request #1732 from inkstitch/lexelby/cache-stitch-planLex Neva
stitch plan caching
2023-02-20fix madeira rayon palette (#2081)Kaalleen
2023-02-19split font files (#1929)Kaalleen
2023-02-18include guides in cache keyLex Neva
2023-02-18consistent cache key for Stitch objectsLex Neva
2023-02-18add preferences UI including cache settingsLex Neva
2023-02-18use patterns in cache keyLex Neva
2023-02-18s/patch/stitch_group/gLex 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-18add note and template to avoid self-foot-shootingLex Neva
2023-02-18first draft of stitch plan cachingLex Neva
2023-02-16Merge pull request #2045 from inkstitch/lexelby/interruptible-threadsLex Neva
make simulator threads interruptible
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