summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
2025-02-01adapt simulator slider symbols to dark theme (#3475)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-27enable the expand option for contour fill (#3462)Kaalleen
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-25satin: ignore ending_point when it is already at the end (#3460)Kaalleen
2025-01-24Auto-run: try harder to avoid networkx issues (#3457)Kaalleen
* auto-run: try harder to avoid networkx issues * fix auto-run transforms
2025-01-22do not request update for legacy fonts (#3456)Kaalleen
2025-01-22satin ending_point: fix error when split point at start/end (#3452)Kaalleen
2025-01-16improve symbol handling (#3440)Kaalleen
2025-01-16edit json: auto-enable/disable default checkbox when value is changed (#3439)Kaalleen
2025-01-16lettering: ignore auto-satin from json when there is no satin (#3434)Kaalleen
2025-01-12preferences: 0.0 or this is always this (#3430)Kaalleen
2025-01-12lettering: add right to left support (#3432)Kaalleen
2025-01-12lettering: fix error in process trims (#3431)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-11edit json: scale precision (#3426)Kaalleen
2025-01-11satin: set start/end at nearest point as default (#3423)Kaalleen
2025-01-09exclude invisible from node_to_elements directly (#3424)Kaalleen
2025-01-09cache: reset on operational error (#3421)Kaalleen
2025-01-09save and reload simulator speed (optionally) (#3420)Kaalleen
2025-01-08Fill to satin bridged rungs (#3412)Kaalleen
2025-01-08lettering: fix back and forth (#3419)Kaalleen
2025-01-07Adapt jump to stroke extension to updated end point calculations (#3413)Kaalleen
2025-01-06remove glyphlist also from comments (#3408)Kaalleen
2025-01-05Fill to satin (#3406)Kaalleen
2025-01-05Redwork: add combine option (#3407)Kaalleen
* add keep originals option
2025-01-04precision test (FloatingPointError) (#3404)Kaalleen
2025-01-01fill: first stitch correction (#3391)Kaalleen
2024-12-31lettering: align color sorted text (#3389)Kaalleen
2024-12-30Multi shape tartan jumps (#3386)Kaalleen
* lettering_ description box size * reduce jump stitches for combined tartan patterns
2024-12-29Fix lettering commands (#3385)Kaalleen
2024-12-29lettering: description box size (#3384)Kaalleen
2024-12-29lettering: align text (#3382)Kaalleen
2024-12-29lettering: color sort options (#3381)Kaalleen
2024-12-29improve handling of changes for horiz_adv_x_default (#3378)Kaalleen
2024-12-29remove glyphlist update extension (replaced by edit json) (#3380)Kaalleen
2024-12-27forgot to remove this (#3375)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