| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-18 | move get_stitch_plan_cache() to utils.cache | Lex Neva | |
| 2023-02-18 | first draft of stitch plan caching | Lex Neva | |
| 2023-01-15 | Add bean stitch repeat pattern (#1938) | Kaalleen | |
| ! backward compatibility warning: Users need to fix their documents if they used comma separated values for multiple fill underlays (without a space) | |||
| 2022-12-26 | fix seed param and error messages | George Steel | |
| 2022-12-23 | Merge branch 'main' of https://github.com/inkstitch/inkstitch into ↵ | George Steel | |
| george-steel/random-base-satin | |||
| 2022-12-19 | Point to troubleshoot in fatal error message (#1967) | Kaalleen | |
| * point to troubleshoot in fatal error message * shapely version | |||
| 2022-12-12 | fix #1936 | Kaalleen | |
| (#1955) | |||
| 2022-12-11 | add comment on set_param | George Steel | |
| 2022-12-11 | refine GUI for text-based random_seed parameter and add global param. | George Steel | |
| 2022-12-10 | expose stop_after | George Steel | |
| 2022-12-03 | expose the trim_after param in the interface | George Steel | |
| 2022-11-23 | typo fixes | George Steel | |
| 2022-11-17 | Make pull-compensation and insets per-side | George Steel | |
| 2022-06-10 | Guided ripple stitch (#1675) | Kaalleen | |
| Co-authored-by: @lexelby | |||
| 2022-05-07 | undo aggressive line wrapping | Lex Neva | |
| 2022-05-05 | tangential->contour, fix legacy, remove unused params | Lex Neva | |
| 2022-05-04 | * autofill to fillstitch | Kaalleen | |
| * remove too complex warning for fillstitch * some marker adjustments | |||
| 2022-05-04 | Applied style guide | Andreas | |
| 2022-05-04 | added tangential and guided fill | Andreas | |
| 2021-12-09 | Force lock stitches option/extension and some typos (#1471) | Kaalleen | |
| 2021-08-07 | fix more patch references | Lex Neva | |
| 2021-08-07 | move StitchGroup into lib.stitch_plan | Lex Neva | |
| 2021-08-07 | Merge remote-tracking branch 'origin/main' into kaalleen/satin-patterns | Lex Neva | |
| 2021-08-07 | rename Patch to StitchGroup | Lex Neva | |
| 2021-07-29 | Fix typos (#1291) | luzpaz | |
| 2021-07-25 | Fix Style Issues (#1154) | Kaalleen | |
| Co-authored-by: Lex Neva <github.com@lexneva.name> | |||
| 2021-06-30 | structuring | Kaalleen | |
| 2021-06-29 | everywhere patterns | Kaalleen | |
| 2021-03-28 | Merge pull request #1083 from inkstitch/lexelby/license-headers | Lex Neva | |
| add license headers | |||
| 2021-03-22 | update font tools etc (#1086) | Kaalleen | |
| * update font tools * fix tie error * ignore duplicated commands | |||
| 2021-03-14 | add lock stitches select box (#1076) | Kaalleen | |
| Co-authored-by: Lex Neva <github.com@lexneva.name> | |||
| 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> | |||
| 2021-01-23 | stroke width calculation (#940) | Kaalleen | |
| Co-authored-by: Lex Neva <lexelby@users.noreply.github.com> | |||
| 2020-06-04 | clone style | Kaalleen | |
| 2020-05-27 | fix parse style bug (#709) | Kaalleen | |
| 2020-05-16 | support svg objects (#643) | Kaalleen | |
| 2020-05-02 | inherit styles (#673) | Kaalleen | |
| 2020-04-25 | Namespaced Attributes (#657) | Kaalleen | |
| 2020-04-25 | fix parse style (#667) | Kaalleen | |
| 2020-03-19 | add ties checkbox (#619) | Kaalleen | |
| 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-24 | fix unicode error message | Kaalleen | |
| 2019-06-22 | handle unicode node names (fixes #467) | Lex Neva | |
| 2019-02-16 | show inkscape label in error messages | Lex Neva | |
| 2018-11-23 | Fix encoding | Kaalleen | |
| 2018-09-29 | new extension: split satin (#315) | Lex Neva | |
| This branch adds a new command to split a satin column at a specified point. The split happens at a stitch boundary to ensure that the two resulting satins sew just like the original. All parameters set on the original satin remain set on the two new satins, and all rungs are retained. If one of the satins would have no rungs left, a new rung is added. How to use: 1. Select a satin column (simple satin doesn't work) 2. Attach the "Satin split point" command using the "Attach commands to selected objects" extension. 3. Move the symbol (or just the connector line's endpoint) to point to the exact spot you want the satin to be split at. 4. Select the satin column again. 5. Run "Split Satin Column". 6. The split point command and connector line disappear, and nothing else appears to have happened. Select your satin and you'll see that it's been split. This extension is a by-product of my initial work on #214. Ink/Stitch will need the ability to split a satin at an arbitrary point, and I figured, why not go ahead and release that functionality as an extension while I'm at it? :) | |||
| 2018-09-01 | make error messages more useful | Lex Neva | |
| 2018-09-01 | helpful error message for empty path "d" attribute (fixes #220) | Lex Neva | |
| also internationalizes "error:" string | |||
| 2018-08-21 | pyflakes fixes | Lex Neva | |
