summaryrefslogtreecommitdiff
path: root/lib/extensions
AgeCommit message (Collapse)Author
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)
2024-08-13add remove duplicated points extension (#3117)Kaalleen
2024-08-08Show page in simulator (#3120)Lex Neva
* add exception logging helpers * wip * show page and drop shadow from SVG * allow toggling page * add page icon * add dark mode icon * showpageshadow * refresh after background change (fix for macOS) * fix params sim background * try a native GraphicsBrush for windows * show page button in standalone simulator only and adapt shadow color * remove doubled line --------- Co-authored-by: Kaalleen <reni@allenka.de>
2024-07-20prevent showing RuntimeError on_stitch_plan_rendered (#3097)Kaalleen
2024-07-16satin and stroke presets (#3090)Kaalleen
2024-07-16threadlist: size comma to x (#3088)Kaalleen
2024-07-14Command translations (#3075)Kaalleen
* command translations * windows: do not unescape
2024-07-14redwork: fix starting_point issue (#3082)Kaalleen
2024-07-11fix newly introduced param bug: fill without stroke should be possible (#3079)Kaalleen
2024-07-09fix transform issue in "display rendering order" (#3046)Kaalleen
2024-07-09Pull comp: remove holes again (#3067)Kaalleen
* pull comp: remove holes again * rescue some more broken shapes
2024-07-09png: use viewport unit to take svg scale value into account (#3073)Kaalleen
2024-07-09zip dpi default to 300 (#3068)Kaalleen
2024-07-09params: first fill then stroke (#3065)Kaalleen
2024-07-08threadlist: add missing linebreak (#3070)Kaalleen
2024-07-07Set redwork underpath style to dashed (#3053)Kaalleen
* set redwork underpath style to dashed * unset dashes for top stitching paths * update select elements template