summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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.
2025-03-12Add annotations to tartan stripe editor main extension file (#3567)Kaalleen
2025-03-12annotations (#3569)Kaalleen
* begin to add annotations to some extensions * break_apart: use path operations * do not follow pyembroidery imports
2025-03-11shift command position of commands with connector lines a little bit out (#3572)Kaalleen
2025-03-10Autosatin: more efforts to keep the stroke width consistant (#3563)Kaalleen
* autosatin: more efforts to keep the stroke width consistant * allow users to use autosatin to add a running stitch from starting point to the start when only one satin is selected
2025-03-10Rewrite force lock stitch extension (#3559)Kaalleen
* rewrite force lock stitch extension * do not add forced lock stitch before color change
2025-03-10fix transform issue (#3562)Kaalleen
2025-03-10Simulator ruler (#3554)Kaalleen
* set pen for scale drawing * ignore ruler in windows when current_stitch < 2
2025-03-09Mypy type correctness (#3199)capellancitizen
2025-03-08use buffer(0) when fill rule is nonzero (#3561)Kaalleen
2025-03-08don't call unavailable methods (#3560)Kaalleen
2025-03-04Fill to satin: multi-bridge (#3547)Kaalleen
* fill to satin: multi-bridge * accept bridged(!) rungs which are not cutting the outline twice * keep originals => keep fills only (this will be more often the use case)
2025-03-04Command symbol size and opacity (#3548)Kaalleen
* scale symbols: allow more than 200% * make symbols slightly bigger by default * set opacity value for commands (70%)
2025-03-04use get_user_dir (#3549)Kaalleen
2025-03-04Migrate from appdirs to platformdirs (#3449) (#3450)Benson Muite
2025-03-02Use symbol as command position (#3542)Kaalleen
2025-03-02remove scipy dependency (#3483)Kaalleen
smoothing with scipy (could be improved in a later commit)
2025-03-01display stop commands in simulator and print preview (#3545)Kaalleen
2025-02-25knockdown: mitre limit cannot be zero (#3537)Kaalleen
2025-02-25auto-route: apply transforms to ensure stroke width being unchanged (#3538)Kaalleen
2025-02-22Add selection to knockdown fill extension (#3526)Kaalleen
2025-02-21lettering: do not add commands on top of command connectors (#3528)Kaalleen
2025-02-20fix jump to trim: NoneType element error (#3525)Kaalleen
2025-02-14fix broken forced case (#3509)Claudine Peyrat
2025-02-13greater lettering memory (#3504)Kaalleen
2025-02-13fix a bug in lettering extensions when the last_font can't be found (#3508)Kaalleen
2025-02-13Update font_variant.py (#3507)Claudine Peyrat
one more non connecting letter
2025-02-12allow some arabic voyels (#3501)Claudine Peyrat
* Update font_variant.py start allowing voyel use category to recognise punctuation * Update font_variant.py * Update font_variant.py make it cleaner
2025-02-12Edit-json: add kerning filter (#3499)Kaalleen
* edit-json: add kerning filter * fix missing kerning pairs
2025-02-11take transforms into account for path specific lpe satins (#3500)Kaalleen
2025-02-11lettering tools: remember last font (#3498)Kaalleen
2025-02-10add categories to font (#3497)Claudine Peyrat
allows to add information about the writing system (s) of the font. Json not yet updated
2025-02-09stroke: as_multi_line_string ignore single point paths (#3491)Kaalleen
2025-02-08add one more variant of alef (#3492)Claudine Peyrat
ٱ is also a non connecting letter
2025-02-05Lettering typographic features (#3466)Kaalleen
* add svg font to layers extension which saves glyph annotations into the glyph name --------- Co-authored-by: Claudine
2025-02-05troubleshoot: group pointers (#3486)Kaalleen
2025-02-05fix auto_satin transform issue (#3489)Kaalleen
2025-02-04fix simulator icon for light theme (#3482)Kaalleen
2025-02-04do not use scipy for density map (#3481)Kaalleen
2025-02-03Add debug variable to enable sew stack elements (#3476)Kaalleen