summaryrefslogtreecommitdiff
path: root/lib/extensions
AgeCommit message (Collapse)Author
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)
2024-11-18Print-pdf: simplify path detection (#3282)Kaalleen
* print-pdf: simplify path detection * i18n: more cleaning up * Version, License paths
2024-11-18Thread catalog: fix broken path (#3281)Kaalleen
* thread catalog: fix broken path * apply threadlist: use wxpython to also include custom lists * apply_palette: save last choice
2024-11-08set svg version when opening an embroidery file (#3276)Kaalleen
2024-11-06redwork/auto-run: keep stroke width (#3264)Kaalleen
2024-11-01Print pdf: prevent rendering original paths (#3262)Kaalleen
2024-10-21Add color sort option for multicolor fonts (#3242)Kaalleen
2024-10-19fix select redwork top layer (#3230)Kaalleen
2024-08-28Fixed hidden objects being stitched out when cloned (Fix #3167) (#3171)capellancitizen
Extracted Base.descendants into a util function
2024-08-17add wxpython abort message (as alternative to stderr output) (#3145)Kaalleen
2024-08-17auto satin: filter zero length strokes as well (#3139)Kaalleen
2024-08-17skip empty gradient blocks (#3142)Kaalleen
2024-08-14Clones now also clone commands attached to element and its children. (#3032, ↵capellancitizen
#3121) (#3086)