summaryrefslogtreecommitdiff
path: root/lib/elements
AgeCommit message (Collapse)Author
2022-05-24Add ripple stitch feature (#1667)Kaalleen
2022-05-20empty_d shape property (#1666)Kaalleen
2022-05-20Merge pull request #1548 from inkstitch/feature_guided_fillLex Neva
Feature guided fill
2022-05-20prevent adding commands to empty d objects (#1658)Kaalleen
2022-05-20Use path instead of points for polyline elements (#1661)Kaalleen
* use polyline-path instead of points * handle empty polylines
2022-05-19avoid simple satin division by zero errorKaalleen
2022-05-18Auto route for running stitch (#1638)Kaalleen
* add auto route for running stitch * introduce free motion commands Co-authored-by: Lex Neva <github.com@lexneva.name>
2022-05-17* flip option only for legacyfillKaalleen
* rename autofill underlay to fill underlay * remove unused dependency
2022-05-07default to 'inner to outer'Lex Neva
2022-05-07undo aggressive line wrappingLex Neva
2022-05-05tangential->contour, fix legacy, remove unused paramsLex Neva
2022-05-04rebase correctionsKaalleen
2022-05-04undo build changes for depq, update cloneKaalleen
2022-05-04refactor, tidy, and C901 fixesLex Neva
2022-05-04wipLex Neva
2022-05-04add double (fermat) spiralLex Neva
2022-05-04add clockwise optionLex Neva
2022-05-04add avoid_self_Crossing optionLex Neva
2022-05-04fix more shapely deprecationsLex Neva
2022-05-04get rid of "closest point" strategyLex Neva
2022-05-04fix styleLex Neva
2022-05-04bug fixing + introduction of min_stitch_distance parameterAndreas
2022-05-04separate guided fill methodsKaalleen
2022-05-04adjusting namingsAndreas
2022-05-04small bug fixAndreas
2022-05-04* autofill to fillstitchKaalleen
* remove too complex warning for fillstitch * some marker adjustments
2022-05-04remove some pattern and marker mixups and some style issuesKaalleen
2022-05-04added legacy fill againAndreas
2022-05-04minor changesAndreas
2022-05-04bug fixing+first spiral implementationAndreas
2022-05-04bug fixingAndreas
2022-05-04Applied style guideAndreas
2022-05-04added tangential and guided fillAndreas
2022-04-24Fix lettering scale, etc. (#1620)Kaalleen
* fix lettering scale * adapt to updated inkex: transform operator, selections * fix #1597 * no traceback error message on broken satin columns * highlight troubleshoot "steps to solve" through additional headline * set a minimum value for running stitch repeats * rename "import" thread list to "apply" thread list
2021-12-09Force lock stitches option/extension and some typos (#1471)Kaalleen
2021-10-09fix multipolygon issue (#1364)Kaalleen
2021-10-01remove legacy composed_style (#1369)Kaalleen
2021-09-30add max stitch length to satin zigzag underlay (#1360)Kaalleen
2021-08-16Merge pull request #1254 from inkstitch/kaalleen/satin-patternsLex Neva
Satin pattern and split stitch
2021-08-16keep satin column edgesKaalleen
2021-08-15keep underlay, underpath, and border travelLex Neva
2021-08-10break apart and polyline issues (#1313)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-07-21label hard to find troubleshoot objects (#1247)Kaalleen
2021-06-30slight wording adjustmentLex Neva