summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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-10new translations from CrowdinInk/Stitch Crowdin integration
2023-02-08Set pattern.extras['name'] for .dst headerRick Levine
2023-02-08avoid topological error for contour fill (#1966)Kaalleen
2023-02-08new translations from CrowdinInk/Stitch Crowdin integration
2023-02-07fix split text (#2057)Kaalleen
2023-02-07new translations from CrowdinInk/Stitch Crowdin integration
2023-02-02Add filename to .dst headerRick Levine
2023-01-29Merge pull request #2027 from inkstitch/george-steel/fix-running-stitchGeorge Steel
Replace running stitch algorithm to give consistent stitch lengths
2023-01-29fix commentGeorge Steel
2023-01-29tidy path_to_curvesGeorge Steel
2023-01-29new translations from CrowdinInk/Stitch Crowdin integration
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