summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2023-08-12do not ignore elements in a group (#2468)Kaalleen
2023-08-12render context-stroke and context-fill as black (#2470)Kaalleen
2023-08-08Update letters_to_font.py (#2461)Kaalleen
2023-08-08ignore commands with "empty-d-connectors" (#2436)Kaalleen
2023-08-01Merge pull request #2441 from inkstitch/bkmgit/remove-stringcase-dependencyBenson Muite
Drop stringcase dependency
2023-07-30Merge pull request #2418 from inkstitch/lexelby/convert-to-satin-joinLex Neva
produce only one satin from convert to satin
2023-07-29Use compact form due to kaalleen and lexelbyBenson Muite
2023-07-27Use simpler and clearer codeBenson Muite
Retain UTF8 compatibility but convert only CamelCase to snake_case assuming not space characters
2023-07-24Drop stringcase dependencyBenson Muite
2023-07-22Merge pull request #2349 from inkstitch/george-steel/export-panelKaalleen
* Add panelization options to zip export * Add input field for custom file names (inside the zip archive)
2023-07-22sort more importsKaalleen
2023-07-22sort importsKaalleen
2023-07-22zip: add input field for custom file names (#2426)Kaalleen
2023-07-16remove tinycss2 (#2424)Kaalleen
2023-07-15clarify documentation on get_correction_transform()Lex Neva
2023-07-15more transform fixesLex Neva
2023-07-12Lettering: add glyph filter (#2400)Kaalleen
Co-authored-by: claudinepeyrat06
2023-07-09avoid duplicated nodesKaalleen
transform issue
2023-07-08handle looped paths betterLex Neva
2023-07-08split mid-segment to handle corners betterLex Neva
2023-07-08produce only one satin from convert to satinLex Neva
2023-07-04avoid error message on small contour fill with single or double spiral (#2403)Kaalleen
2023-07-04render satins with only one subpath as running stitch (#2404)Kaalleen
2023-07-01fix guided and circular fillKaalleen
2023-07-01ensure PointsLex Neva
2023-07-01default more likely to avoid stitching outside shapeLex Neva
2023-07-01return early for paths already insideLex Neva
2023-07-01remove debug timing in frequently-run functionsLex Neva
2023-07-01smooth underpathsLex Neva
2023-07-01avoid losing start and end of path when clampingLex Neva
2023-07-01slightly less edge avoidanceLex Neva
2023-07-01avoid travel stitches outside shapeLex Neva
2023-06-28fill to stroke: fix remove elements with fill and stroke (#2392)Kaalleen
2023-06-27avoid divide by zero (#2382)Lex Neva
2023-06-27filter satins for auto route satin (#2389)Kaalleen
2023-06-23command recognition (#2384)Kaalleen
2023-06-15Add panelization options to zip exportGeorge Steel
2023-06-12wxpython version (#2360)Kaalleen
update windows and linux wxpython version to 4.2.1
2023-06-12ignore broken commmands (#2365)Kaalleen
2023-06-11fid guided fillGeorge Steel
2023-06-09Correct spelling errorBenson Muite
replace "an an unequal" with "an unequal"
2023-06-05fix windows no elements error (#2348)Kaalleen
2023-06-05fix circular fill (#2350)Kaalleen
2023-06-04lettering: clear selection without lettering (#2334)Kaalleen
2023-06-04fix #2335 (#2336)Kaalleen
2023-06-04fix needle points for windows (#2337)Kaalleen
2023-05-28suppress annoying shapely warningLex Neva
2023-05-28fix "skip last stitch in each row"Lex Neva
2023-05-26Possible fix for parallel offset in guided fill for macOS (#2321)Kaalleen
* fix parallel offset in guided fill for macOS * ripple grid start position * circular ripple grid
2023-05-25handle groups with no id better (#2318)Kaalleen