summaryrefslogtreecommitdiff
path: root/lib/elements/element.py
AgeCommit message (Collapse)Author
2023-01-15Add 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-26fix seed param and error messagesGeorge Steel
2022-12-23Merge branch 'main' of https://github.com/inkstitch/inkstitch into ↵George Steel
george-steel/random-base-satin
2022-12-19Point to troubleshoot in fatal error message (#1967)Kaalleen
* point to troubleshoot in fatal error message * shapely version
2022-12-12fix #1936Kaalleen
(#1955)
2022-12-11add comment on set_paramGeorge Steel
2022-12-11refine GUI for text-based random_seed parameter and add global param.George Steel
2022-12-10expose stop_afterGeorge Steel
2022-12-03expose the trim_after param in the interfaceGeorge Steel
2022-11-23typo fixesGeorge Steel
2022-11-17Make pull-compensation and insets per-sideGeorge Steel
2022-06-10Guided ripple stitch (#1675)Kaalleen
Co-authored-by: @lexelby
2022-05-07undo aggressive line wrappingLex Neva
2022-05-05tangential->contour, fix legacy, remove unused paramsLex Neva
2022-05-04* autofill to fillstitchKaalleen
* remove too complex warning for fillstitch * some marker adjustments
2022-05-04Applied style guideAndreas
2022-05-04added tangential and guided fillAndreas
2021-12-09Force lock stitches option/extension and some typos (#1471)Kaalleen
2021-08-07fix more patch referencesLex Neva
2021-08-07move StitchGroup into lib.stitch_planLex Neva
2021-08-07Merge remote-tracking branch 'origin/main' into kaalleen/satin-patternsLex Neva
2021-08-07rename Patch to StitchGroupLex Neva
2021-07-29Fix typos (#1291)luzpaz
2021-07-25Fix Style Issues (#1154)Kaalleen
Co-authored-by: Lex Neva <github.com@lexneva.name>
2021-06-30structuringKaalleen
2021-06-29everywhere patternsKaalleen
2021-03-28Merge pull request #1083 from inkstitch/lexelby/license-headersLex Neva
add license headers
2021-03-22update font tools etc (#1086)Kaalleen
* update font tools * fix tie error * ignore duplicated commands
2021-03-14add lock stitches select box (#1076)Kaalleen
Co-authored-by: Lex Neva <github.com@lexneva.name>
2021-03-11add copyright headersLex Neva
2021-03-04Update 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-23stroke width calculation (#940)Kaalleen
Co-authored-by: Lex Neva <lexelby@users.noreply.github.com>
2020-06-04clone styleKaalleen
2020-05-27fix parse style bug (#709)Kaalleen
2020-05-16support svg objects (#643)Kaalleen
2020-05-02inherit styles (#673)Kaalleen
2020-04-25Namespaced Attributes (#657)Kaalleen
2020-04-25fix parse style (#667)Kaalleen
2020-03-19add ties checkbox (#619)Kaalleen
2019-08-05add 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-24fix unicode error messageKaalleen
2019-06-22handle unicode node names (fixes #467)Lex Neva
2019-02-16show inkscape label in error messagesLex Neva
2018-11-23Fix encodingKaalleen
2018-09-29new 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-01make error messages more usefulLex Neva
2018-09-01helpful error message for empty path "d" attribute (fixes #220)Lex Neva
also internationalizes "error:" string
2018-08-21pyflakes fixesLex Neva
2018-08-21autopep8Lex Neva
2018-07-12generalize Element.shape and implement in all element typesLex Neva