Wykres commitów

2356 Commity (8cead6e3d9f9223bd4d74b30ec6964802f52d9b2)

Autor SHA1 Wiadomość Data
Lex Neva 8cead6e3d9 add smoothness option for contour fill 2023-02-20 15:27:35 -05:00
Lex Neva 0ace1ce72c add clamp_path_to_polygon 2023-02-20 15:27:35 -05:00
Lex Neva dae4573bd2 add smooth_path 2023-02-20 15:27:35 -05:00
Lex Neva 8b98083ac7
Merge pull request #1732 from inkstitch/lexelby/cache-stitch-plan
stitch plan caching
2023-02-20 15:27:15 -05:00
Kaalleen 43ec2db451
fix madeira rayon palette (#2081) 2023-02-20 17:59:18 +01:00
Kaalleen 971c921708
split font files (#1929) 2023-02-19 10:38:25 +01:00
Lex Neva aa65a2bf3f include guides in cache key 2023-02-18 22:34:47 -05:00
Lex Neva 2865f4161e consistent cache key for Stitch objects 2023-02-18 22:34:47 -05:00
Lex Neva 98bc2e2ff9 add preferences UI including cache settings 2023-02-18 22:34:47 -05:00
Lex Neva a0834e2e7c use patterns in cache key 2023-02-18 22:34:36 -05:00
Lex Neva 99efa5a7d5 s/patch/stitch_group/g 2023-02-18 22:34:36 -05:00
Lex Neva 89441d3d59 use commands in cache key 2023-02-18 22:34:36 -05:00
Lex Neva 20e419d795 cache key includes previous stitch 2023-02-18 22:34:36 -05:00
Lex Neva d51feec98d cache key generation using params, path, color, and style 2023-02-18 22:34:16 -05:00
Lex Neva 44af368c79 remove unused and broken has_style() method 2023-02-18 22:34:16 -05:00
Lex Neva 0e225277db move get_stitch_plan_cache() to utils.cache 2023-02-18 22:34:16 -05:00
Lex Neva e9871d8bc7 add note and template to avoid self-foot-shooting 2023-02-18 22:34:16 -05:00
Lex Neva 47eb81cb0e first draft of stitch plan caching 2023-02-18 22:34:16 -05:00
Lex Neva 7aee0979be
Merge pull request #2045 from inkstitch/lexelby/interruptible-threads
make simulator threads interruptible
2023-02-16 22:58:10 -05:00
Lex Neva f6c2aa8919 add more check_stop_flag() calls 2023-02-16 22:56:16 -05:00
Lex Neva 62b7c0080c add comment 2023-02-16 22:54:21 -05:00
Lex Neva b461253958 make simulator threads pre-emptible 2023-02-16 22:54:21 -05:00
Rick Levine 30c73dc39c
Merge pull request #2074 from inkstitch/rlevine/pycharm_debug_instructions
Pycharm debugging info
2023-02-16 11:33:07 -08:00
Rick Levine 643903a40f
Merge pull request #2049 from inkstitch/rlevine/dst_header_title
Add filename to .dst header
2023-02-16 11:32:28 -08:00
Rick Levine ca819c51fc Simplify getting docname 2023-02-16 10:32:37 -08:00
Rick Levine 9ba194124c Punting 2023-02-16 08:30:04 -08:00
Rick Levine a9b7f8c75a More tweaks 2023-02-16 05:05:38 -08:00
Rick Levine 5c4b1ce23f Fix typos 2023-02-16 05:02:07 -08:00
Rick Levine 42bbeb9891 Add symbolic link note 2023-02-16 05:00:12 -08:00
Rick Levine 06341b6285 Pycharm debugging info 2023-02-15 20:11:13 -08:00
Rick Levine b1ffd8ad92 Update output.py
Retrieve svg file name for .dst header
2023-02-15 14:27:36 -08:00
Ink/Stitch Crowdin integration 4c25ae7444 new translations from Crowdin 2023-02-10 01:27:58 +00:00
Rick Levine d2805f23de Set pattern.extras['name'] for .dst header 2023-02-08 16:29:16 -08:00
Kaalleen 5408f4a158
avoid topological error for contour fill (#1966) 2023-02-08 07:59:00 +01:00
Ink/Stitch Crowdin integration dd7d5f3329 new translations from Crowdin 2023-02-08 01:25:00 +00:00
Kaalleen 920a3e267c
fix split text (#2057) 2023-02-07 08:18:11 +01:00
Ink/Stitch Crowdin integration 025c464ace new translations from Crowdin 2023-02-07 01:23:22 +00:00
Rick Levine 31fbdf521b Add filename to .dst header 2023-02-02 21:27:16 -08:00
George Steel a2c6d5fbcb
Merge pull request #2027 from inkstitch/george-steel/fix-running-stitch
Replace running stitch algorithm to give consistent stitch lengths
2023-01-29 21:42:30 -05:00
George Steel 581ecd4869 fix comment 2023-01-29 17:59:38 -05:00
George Steel 68848365b7 tidy path_to_curves 2023-01-29 14:44:43 -05:00
Ink/Stitch Crowdin integration 73b1fc17cd new translations from Crowdin 2023-01-29 01:28:41 +00:00
George Steel c2c256727b Merge branch 'main' of https://github.com/inkstitch/inkstitch into george-steel/fix-running-stitch 2023-01-28 20:20:40 -05:00
George Steel 45496fcd93 add minimum length check to path_to_curves and add comments 2023-01-28 20:20:12 -05:00
Kaalleen f2f1fea0cb
remove subpaths with only one node from satins (#2033) 2023-01-28 22:33:58 +01:00
George Steel c730250f9f
Merge pull request #2032 from inkstitch/kaalleen/short-stitch-fix
fix short stitch for second rail
2023-01-28 15:13:03 -05:00
Kaalleen dbded7c9b1
Add lock stitch plan option (#2020) 2023-01-28 14:55:10 +01:00
Kaalleen 88ae2b3c54 fix random e-stitch 2023-01-28 14:51:12 +01:00
Kaalleen 5481277458 fix short stitch for second rail 2023-01-28 12:02:17 +01:00
George Steel 9f787a661e add missing bounds check 2023-01-22 20:01:43 -05:00