summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2025-06-04Smoothing and clamping (#3772)Kaalleen
* smoothing: ensure start and end of original path * clamp path: never intersecting path could also be entirely in the exterior of the shape
2025-06-04Jump to trim: do not add multiple (#3773)Kaalleen
2025-06-04auto_satin: running stitch explicitly without fill (#3771)Kaalleen
* ensure that also satins have no fill
2025-06-03emboss whole selection (#3770)Kaalleen
2025-06-01Lettering: do not warn about fonts without jsons (#3766)Kaalleen
2025-05-26lettering along path: fix baseline for scaled text (#3751)Kaalleen
2025-05-23knockdown: square is a rect (#3747)Kaalleen
2025-05-21prevent erroring out on #3742 (#3743)Kaalleen
2025-05-21ensure start and end point for ripple lines (#3741)Kaalleen
2025-05-20fix ripple anchor cache (#3737)Kaalleen
2025-05-20Manual stitch: apply clipping (#3734)Kaalleen
* manual stitch: apply clipping * add clip to cache
2025-05-20ripple: return empty when there are no helper lines (#3733)Kaalleen
2025-05-20add force horiz_adv_x_default to generate json and fix edit-json (#3735)Kaalleen
2025-05-20fix lettering along path with scaled text (#3736)Kaalleen
2025-05-20knockdown: add embossing options (#3738)Kaalleen
2025-05-16letters to font: fix svg import (for simple files) (#3729)Kaalleen
2025-05-16import exit method (#3730)Kaalleen
2025-05-11add quilting formats to zip export arguments (#3718)Kaalleen
2025-05-11wrap param descriptions (#3719)Kaalleen
2025-05-09Lettering along path: fix multipart glyphs and rtl (#3709)Kaalleen
* lettering along path: fix multipart glyphs and rtl * improve handling of multiline text
2025-05-09handle GeometryCollections in ensure_polygon (#3708)Kaalleen
2025-05-09lettering: options to scolled panel (#3714)Kaalleen
2025-05-03legacy fill: do not ignore end_row_spacing when grouping sections (#3703)Kaalleen
2025-05-03edit json: warn about not writable json files (and rendering errors) (#3704)Kaalleen
2025-05-02meander fill: zigzag_stitch pull compensation is now a two sided attribute ↵Kaalleen
(#3702)
2025-05-01fix AttributeError when rendering fonts (#3699)Kaalleen
2025-04-27fix zerodivision error in zigzag to satin (#3696)Kaalleen
2025-04-27circular fill: use first boundary linestring if outline is multilinestring ↵Kaalleen
(#3694)
2025-04-27auto_satin: do not try to add a trim to a deleted element (#3683)Kaalleen
2025-04-27prevent possbile RecursionError for relative lock stitches (#3695)Kaalleen
2025-04-26Claudine/fix font sample (#3684)Claudine Peyrat
* twist monicha * Update lettering_font_sample.py * better use default value * and leave Monicha alone in this branch * ensure command and marker symbols --------- Co-authored-by: Kaalleen <reni@allenka.de>
2025-04-26add icc color workaround (#3687)Kaalleen
2025-04-19duplicate-consistant autoroute element selection (#3638)Kaalleen
2025-04-18do not rely on random ids for commands in lettering (#3681)Kaalleen
2025-04-18Redwork: remove command also from selection list (#3639)Kaalleen
2025-04-18fix NoneType error in auto_fill travel (#3659)Kaalleen
2025-04-18Fix an issue when auto_satin produces NoneType satins (#3680)Kaalleen
2025-04-18Manual stitch ripples: connector line stitch length (#3661)Kaalleen
2025-04-18delete reorder elements first (#3663)Kaalleen
2025-04-18Disconnect stroke and fill pull compensation param (#3670)Kaalleen
* make stroke pull compensation a sided property
2025-04-18Multicolor satin (windows): apply settings in spinctrldouble when they hit ↵Kaalleen
enter (#3677) * multicolor satin (windows): apply settings in spinctrldouble when they hit enter * enable nearest points for multicolor satin --------- Co-authored-by: CapellanCitizen
2025-04-17remove rotation test code (#3675)Kaalleen
2025-04-17do not fail on None in edit json (#3676)Kaalleen
2025-04-15add satin_cut_point command to hidden connector commands (#3654)Kaalleen
2025-04-15avoid missing json warning on hidden dir also for batch lettering (#3673)Kaalleen
2025-04-15lettering: fix adding trims when last element is marker or command (#3664)Kaalleen
2025-04-15Do not bridge actual segments (#3669)Kaalleen
2025-04-15Add transform extension which also transforms the fill angles (#3657)Kaalleen
2025-04-13Fix simulator scale for small elements (#3658)Kaalleen
Co-authored-by: CapellanCitizen <>
2025-04-13troubleshoot exchange single quote with double quoteKaalleen