summaryrefslogtreecommitdiff
path: root/lib/extensions
AgeCommit message (Collapse)Author
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-21Add batch lettering extension (#3589)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-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-09Mypy type correctness (#3199)capellancitizen
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-02-25knockdown: mitre limit cannot be zero (#3537)Kaalleen
2025-02-22Add selection to knockdown fill extension (#3526)Kaalleen
2025-02-20fix jump to trim: NoneType element error (#3525)Kaalleen
2025-02-11take transforms into account for path specific lpe satins (#3500)Kaalleen
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-04do not use scipy for density map (#3481)Kaalleen
2025-01-31add development-only extension functionality (#3470)Lex Neva
2025-01-29Sew Stack first steps (#3133)Lex Neva
* handle more recursive cases * scaffolding for stitch layers * scaffolding for SewStack * always use DotDict when parsing json params * add DefaultDotDict + DotDict fixes * first working SewStack (no UI yet) * ignore inkstitch_debug.log and .svg * refactor * early WIP: property grid display temporarily in stitch plan preview * start of sew stack editor extension * add layer properties panel and splitter * spacing and better icon * handle checkbox * add layer action buttons * show selected property help text in an HtmlWindow * rename * rephrase help text for tolerance * refactor into separate file * simplify structure * better property type handling * add randomization button * add random seed re-roll button * simulator preview * update preview in a few more cases * always DotDict * avoid ridiculously slow simulations * preview selected layer or all layers * edit multiple objects and save only modified properties into the SVG * better preview handling * add reverse and jitter * add stitch path jitter * fix types * fix random shuffle button * fixes * fix repeats * type hinting to please pycharm * show layer description * avoid exception in properties with multiple values * fix typing * fix new layer * draw a box around property grid and help box * confirm before closing * rename properties and fix seed * fix close/cancel logic * add buttons to undo changes and reset to default value * set not modified if default is original setting * fix invisible icon * more space for properties * fix random properties * better regulation of simulator rendering speed * Fixed timer being passed a float * fix get_json_param() default handling * fix tests * add checkbox for sew stack only * fix property help * adjustable stitch layer editor help box size, with persistence * repeat exact stitches * "fix" style * adjust for new next_element stuff --------- Co-authored-by: CapellanCitizen <thecapellancitizen@gmail.com>
2025-01-26Improve satin guided ripple stitch and add stitch grid first option (#3436)Kaalleen
* ripple stitch: add stitch grid first option * introduce an anchor line to fine tune satin guided ripples
2025-01-16improve symbol handling (#3440)Kaalleen
2025-01-12lettering: add right to left support (#3432)Kaalleen
2025-01-11fill to satin: add pull compensation option (#3428)Kaalleen
2025-01-11fix next element for element_info and jump_to_trim extensions (#3427)Kaalleen
2025-01-08Fill to satin bridged rungs (#3412)Kaalleen
2025-01-07Adapt jump to stroke extension to updated end point calculations (#3413)Kaalleen
2025-01-05Fill to satin (#3406)Kaalleen
2025-01-05Redwork: add combine option (#3407)Kaalleen
* add keep originals option
2024-12-29remove glyphlist update extension (replaced by edit json) (#3380)Kaalleen
2024-12-27various fixes (#3372)Kaalleen
2024-12-26Edit json (#3371)Kaalleen
* convert kerning tool to json edit
2024-12-26End points (#3370)Kaalleen
* end at nearest point to next element (if requested and possible)
2024-12-26use text scale layer also for 100% scaled fonts (#3365)Kaalleen
2024-12-26Include all files of default variant for glyph list update (#3368)Kaalleen
2024-12-22Font management: add kerning tool (#3361)Kaalleen
2024-12-22improve troubleshoot warnings visiblity (#3357)Kaalleen
2024-12-14auto satin: add option to keep original path elements (#3332)Kaalleen
2024-12-07Enable start end commands for satins (#3315)Kaalleen
Updates commands fill_start (_end) => starting_point (_end) stain_start (_end) and run_start (_end) => autoroute_start ripple_target => target_point Sets inkstitch svg version to 3
2024-12-07use non-accumulative command scaling (#3329)Kaalleen
2024-11-30Lettering sortable trims (#3308)Kaalleen
* add trims as requested through user interface for each color block * handle commands better
2024-11-30fix jump to stroke transform glitch (#3306)Kaalleen
2024-11-19make remove commands more robust for broken commands with active selection ↵Kaalleen
(#3288)