| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-25 | fix networkx nopath error for start/end nodes (fill) (#2635) | Kaalleen | |
| 2023-11-22 | Add linear gradient fill (#2587) | Kaalleen | |
| 2023-11-10 | fix invalid clip path (#2577) | Kaalleen | |
| use fallback if shape has grating issues (too small) | |||
| 2023-10-15 | Update shapely (#2471) | Kaalleen | |
| * update shapely * pin pyinstaller to 5.13.2 (issues with macOS) (rejbasket) * macOS: do not install shapely from binary, but remove .dylibs folder (breaks notarizazion) (rejbasket) | |||
| 2023-07-01 | ensure Points | Lex Neva | |
| 2023-07-01 | smooth underpaths | Lex Neva | |
| 2023-07-01 | slightly less edge avoidance | Lex Neva | |
| 2023-07-01 | avoid travel stitches outside shape | Lex Neva | |
| 2023-05-28 | suppress annoying shapely warning | Lex Neva | |
| 2023-05-28 | fix "skip last stitch in each row" | Lex Neva | |
| 2023-02-16 | make simulator threads pre-emptible | Lex Neva | |
| 2022-06-30 | Fixes (#1703) | Kaalleen | |
| * guide line position * use direction from line to shape * optimize intersection detection * fix flapack elf * handle weird guide lines better * update starting point for self crossing (multiple) fills * ripple: fixes and non circular join style * avoid jumps in ripple stitch * fallback only necessary if shape does not intersect grating * make valid may return a polygon * add profiling * Stitch.__init__ didn't work right and was super slow * shrink or grow to multipolygon Co-authored-by: Lex Neva | |||
| 2022-06-22 | add running stitch tolerance param (#1701) | Lex Neva | |
| 2022-05-07 | undo aggressive line wrapping | Lex Neva | |
| 2022-05-06 | shapely geoms fixes | Lex Neva | |
| 2022-05-05 | tangential->contour, fix legacy, remove unused params | Lex Neva | |
| 2022-05-04 | wip | Lex Neva | |
| 2022-05-04 | use running_stitch instead for guided fill | Lex Neva | |
| 2022-05-04 | fix some shapelydeprecations | Lex Neva | |
| 2022-05-04 | generalize get_segments and process_travel_edges | Lex Neva | |
| 2022-05-04 | separate guided fill methods | Kaalleen | |
| 2022-05-04 | adjusting namings | Andreas | |
| 2022-05-04 | minor changes | Andreas | |
| 2022-05-04 | minor changes | Andreas | |
| 2022-05-04 | Bug fixing + refactoring | Andreas | |
| 2022-05-04 | Applied style guide | Andreas | |
| 2022-05-04 | added tangential and guided fill | Andreas | |
| 2021-08-15 | keep underlay, underpath, and border travel | Lex Neva | |
| 2021-03-11 | add copyright headers | Lex Neva | |
| 2021-03-04 | Update for Inkscape 1.0 (#880) | Kaalleen | |
| * update for inkscape 1.0 * add about extension * Build improvements for the inkscape1.0 branch (#985) * zip: export real svg not stitch plan * #411 and #726 * Tools for Font Creators (#1018) * ignore very small holes in fills * remove embroider (#1026) * auto_fill: ignore shrink_or_grow if result is empty (#589) * break apart: do not ignore small fills Co-authored-by: Hagen Fritsch <rumpeltux-github@irgendwo.org> Co-authored-by: Lex Neva <github.com@lexneva.name> | |||
| 2020-12-28 | fix min_arg() is an empty sequence (#941) | Kaalleen | |
| 2020-03-16 | actually split outline edge | Lex Neva | |
| 2020-03-16 | ensure starting point is on the border | Lex Neva | |
| 2020-03-16 | fix NetworkXNoPath error | Lex Neva | |
| 2020-03-16 | avoid jumps when not underpathing autofill | Lex Neva | |
| 2019-08-05 | add Troubleshoot extension (#465) | Kaalleen | |
| adds an extension to help you understand what's wrong with an object and how to fix it, e.g. "invalid" fill shapes | |||
| 2019-06-22 | handle single linestrings properly (fixes #471) | Lex Neva | |
| 2019-04-10 | remove unnecessary comparisons to None | Lex Neva | |
| 2019-04-09 | make error message more readable | Lex Neva | |
| 2019-04-09 | split up long function | Lex Neva | |
| 2019-04-04 | try harder to avoid traveling around the border | Lex Neva | |
| 2019-03-30 | fix 'too many values to unpack' exception | Lex Neva | |
| 2019-03-29 | avoid parsing forward slashes in docstring | Lex Neva | |
| 2019-03-29 | add vertical travel edges for less jagged travel paths | Lex Neva | |
| 2019-03-29 | more debug logging | Lex Neva | |
| 2019-03-28 | add timing logging for auto-fill | Lex Neva | |
| 2019-03-24 | penalize outline edges more | Lex Neva | |
| 2019-03-22 | make travel stitch prefer the center of the shape | Lex Neva | |
| 2019-03-21 | don't try to end inside the shape | Lex Neva | |
| 2019-03-20 | switch to multigraph to avoid accidentally deleting outline edges | Lex Neva | |
