summaryrefslogtreecommitdiff
path: root/lib/elements
AgeCommit message (Collapse)Author
2023-05-06Avoid duplicated points in make_spiral (#2268)Kaalleen
* avoid duplicated points in make_spiral * circular fill: add end_row_spacing, repeats and bean repeats * fix circular fill if original shape is a circle
2023-05-03expose end_row_spacing and (re)order fill params (#2265)Kaalleen
2023-05-01remove random seed param from unaffected stitch types (#2251)Kaalleen
2023-04-30multiple_int_param: ignore multiple spaces (#2255)Kaalleen
2023-04-28stagger ripples: rows are lines (#2250)Kaalleen
2023-04-27Ripple stitch: add density and stagger option (#2206)Kaalleen
2023-04-27(auto) reverse rung (#2223)Lex Neva
2023-04-27Ensure synthesized rungs intersect (#2239)Kaalleen
2023-04-27fill: ensure size (#2240)Kaalleen
2023-04-27stroke_method: running stitch fallback (#2241)Kaalleen
2023-04-24Add bean stitch and repeat options to meander fill (#2232)Kaalleen
2023-04-23add pull compensation param to zigzag stitches (#2228)Kaalleen
2023-04-23lettering: preserve scale (#2230)Kaalleen
2023-04-20Enable max stitch length for e-stitch (#2222)Kaalleen
2023-04-20Fix custom lock (#2224)Kaalleen
Authored by: Lex Neva
2023-04-15Add inkstitch svg version tag (#2199)Kaalleen
... to make it easier to update legacy default values
2023-04-14new way betterer satin algo (#2178)Lex Neva
* significantly faster length calculation * way betterer satin algo
2023-04-13Merge pull request #2190 from inkstitch/lexelby/meander-fixesLex Neva
meander fixes
2023-04-08add max stitch length setting to manual stitch (#2201)Kaalleen
2023-04-03add meander angleLex Neva
2023-04-02add clip optionLex Neva
2023-04-01zigzag: do not care about dashes (#2188)Kaalleen
2023-03-25Stitch selection methods (#2114)Kaalleen
2023-03-23Ignore invalid rungs (#2135)Kaalleen
2023-03-10add reverse one rail paramLex Neva
2023-03-09Various fixes (#2125)Kaalleen
* add unit info to scale value in ripple stitch * fix apply threadlist with empty description * fix satin type ripple with unequal nodes * fix legacy auto_fill conversion * inform about too small meander shapes
2023-03-07Add extension stroke to lpe satin (#2115)Kaalleen
2023-03-07meander: pick ending point far from starting point (#2095)Lex Neva
2023-03-07change method to update legacy fill_method (#2111)Kaalleen
2023-03-07Allow locks, trim, stop on manual stitch placement (#2101)Rick Levine
Co-authored-by: Lex Neva
2023-02-27row spacing for circular fill (#2099)Kaalleen
2023-02-27Various lock stitch options (#2006)Kaalleen
Co-authored-by: Lex Neva
2023-02-27Circular fill (#2053)Kaalleen
2023-02-25Clone Cache (#2086)Kaalleen
Co-authored-by: Lex Neva
2023-02-20remove unused importLex Neva
2023-02-20use new combo param typeLex Neva
2023-02-20fix params for meanderLex Neva
2023-02-20change wording of smoothness tooltipLex Neva
2023-02-20sort tiles by nameLex Neva
2023-02-20clarify running stitch params for meanderLex Neva
2023-02-20expose Expand setting in meanderLex Neva
2023-02-20remove buffer conceptLex Neva
2023-02-20make meander interruptibleLex Neva
2023-02-20expose running stitch length in meanderLex Neva
2023-02-20avoid super-dense meander graphLex Neva
2023-02-20meander fill: more workLex Neva
2023-02-20use snake caseLex Neva
per python coding standard
2023-02-20meander fill: initial versionLex Neva
2023-02-20add smoothness option for contour fillLex Neva
2023-02-18include guides in cache keyLex Neva