summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
2025-04-13fix ensure even center walk underlay repeats in auto_satin when value is ↵Kaalleen
empty (#3651)
2025-04-12fix guess config path for manual macOS - use get_user_directory by default ↵Kaalleen
(#3660)
2025-04-12update pyembroidery (#3644)Kaalleen
2025-04-12prevent unwanted simulator scale transforms (#3637)Kaalleen
2025-04-12always update satin param (#3647)Kaalleen
2025-04-11ripple stitch: adjust distance a little bit better (#3655)Kaalleen
2025-04-06generate split line at specified end point rather than next point (#3634)Kaalleen
2025-04-06do not try to read hidden directories (#3632)Kaalleen
2025-04-02Unlink clones: add option to group / not group resulting symbol elements (#3624)Kaalleen
2025-04-02batch lettering: skip empty text (#3623)Kaalleen
2025-03-30macOS Ventura: update background color (#3621)Kaalleen
2025-03-30batch lettering: output file name (#3617)Kaalleen
2025-03-30ignore palette files with wrong encoding (#3620)Kaalleen
2025-03-29simulator: add button to toggle crosshair (#3616)Kaalleen
2025-03-27cutwork: adapt to new inkex color module (#3602)Kaalleen
2025-03-25Install thread palettes -> addons (thread palettes and symbols) (#3606)Kaalleen
Co-authored-by: CapellanCitizen
2025-03-25Read sew stack debug information once and re-use (#3604)Kaalleen
2025-03-25rename convert to extensions (#3605)Kaalleen
2025-03-22batch lettering: add links to the website for font names and supported file ↵Kaalleen
formats (#3603)
2025-03-22parent.remove -> delete (#3600)Kaalleen
2025-03-22auto_satin: remove commands also when a single satin has been routed (and ↵Kaalleen
not keep originals is enabled) (#3596)
2025-03-21Add batch lettering extension (#3589)Kaalleen
2025-03-20undo c2aeb39Kaalleen
2025-03-16fix command position index error (#3585)Kaalleen
2025-03-16insert color blocks into a group and skip small elements (#3584)Kaalleen
2025-03-15fix updater (#3583)Kaalleen
2025-03-15Element info: take pattern into account (#3581)Kaalleen
* element info: take pattern into account * ensure multi-polygon for fill nonzero shapes
2025-03-15not all guide positions are int (#3578)Claudine Peyrat
linux libertine x_height is a float not an integer.