Wykres commitów

674 Commity (43ec2db4516545744051d5762728f287cc19acf6)

Autor SHA1 Wiadomość Data
Kaalleen 971c921708
split font files (#1929) 2023-02-19 10:38:25 +01: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
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
Kaalleen 920a3e267c
fix split text (#2057) 2023-02-07 08:18:11 +01:00
Rick Levine 31fbdf521b Add filename to .dst header 2023-02-02 21:27:16 -08: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
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
George Steel eb3d6bbcc1 fix backtracking case 2023-01-22 17:21:54 -05:00
George Steel 5a1ea7d4c7 add comments and a rounding correction 2023-01-22 16:37:29 -05:00
George Steel c56180fb99 fix reversed contour underlay 2023-01-22 14:50:26 -05:00
George Steel 19c31d2ad5 fix 3.8 error 2023-01-22 03:23:03 -05:00
George Steel 9ca7088651 Replace running stitch algorithm to give consistent stitch lengths. 2023-01-22 03:06:01 -05:00
Kaalleen 1cdb3538a8
Add bean stitch repeat pattern (#1938)
! backward compatibility warning:
Users need to fix their documents if they used comma separated values for multiple fill underlays (without a space)
2023-01-15 20:04:10 +01:00
Kaalleen 4156c4adb4
Fill Centerline (#1722) 2023-01-15 12:31:27 +01:00
George Steel 1b64f594da fix bad end of center walk underlay 2023-01-12 23:07:48 -05:00
George Steel 8d13e09bc4 spelling 2023-01-07 19:32:29 -05:00
George Steel f69bd1654a Merge branch 'main' of https://github.com/inkstitch/inkstitch into george-steel/random-base-satin 2023-01-07 19:27:35 -05:00
Kaalleen a7b2122d91
Cutwork needle info (#1988)
* add cutwork needle info to thread color
* apply threadlist: apply cutwork_needle attribute
2023-01-07 09:32:33 +01:00
Kaalleen 90e3d34f2a
jump to stroke: add stitch length settings (#2003) 2023-01-07 08:53:01 +01:00
George Steel d416407f2b add comment to PRNG 2023-01-02 19:33:50 -05:00
George Steel 28e6898e2e fix length ramdomization 2022-12-28 19:38:55 -05:00
George Steel 9e88534c27 fix typos 2022-12-27 01:12:15 -05:00
George Steel 26c24d98ed python 3.8 fixes 2022-12-26 20:53:30 -05:00
George Steel e28ea888a9 use random oracle for randomized satin columns and redo split stitches 2022-12-26 20:13:48 -05:00
George Steel b63f19b2d0 fix seed param and error messages 2022-12-26 20:10:10 -05:00
George Steel 7d60b8e9d3 Merge branch 'main' of https://github.com/inkstitch/inkstitch into george-steel/random-base-satin 2022-12-23 19:26:43 -05:00
Kaalleen a4f86a3106
Point to troubleshoot in fatal error message (#1967)
* point to troubleshoot in fatal error message

* shapely version
2022-12-19 21:11:50 +01:00
Kaalleen 4286090570
fix #1921 (#1922) 2022-12-17 12:27:09 +01:00
Kaalleen 355e1f3b9a
svg:line to stroke element (fix #1623) (#1958) 2022-12-15 06:33:59 +01:00
Kaalleen b932f6a443
fix #1936
(#1955)
2022-12-12 18:36:02 +01:00