summaryrefslogtreecommitdiff
path: root/lib/gui
AgeCommit message (Collapse)Author
2025-07-11Do not redefine underscore (#3865)Kaalleen
* do not redefine underscore * Disallow any redefinitions going forward --------- Co-authored-by: CapellanCitizen <>
2025-07-07remove comment: inkscape does not save view rotation (it does) (#3849)Kaalleen
2025-07-06Claudine/fix normalization and house cleaning (#3843)Claudine Peyrat
* remove normalization in glyph filter remove glyph normalization gui/lettering/main_panel, as it breaks the glyph filtering remove some spelling mistake in the comments, correct some comment if a glyph from the svg font file is a non chasing mark (like combining accent, or cedilla) the inkscape label of the corresponding glyph group created by lettering_font_sample was empty or unreadable, make it visible . Same in the line label. and although it is not related correct one glyph in malika font * correct warning in lettering_font_sample do the warnings correctly when there is somethng wrong with the glyph list in the font.json gile * Update lettering_font_sample.py fix a typo
2025-07-04feat: add "rotate on export" file setting (#3840)Martin Fischer
2025-06-29Fix simulator drawing panel attribute error when no stitch is loaded (#3815)Kaalleen
2025-06-25switch from NFKC to NFC normalization form in the lettering tool (#3828)Claudine Peyrat
* switch from NFKC to NFC * Additional normalization. --------- Co-authored-by: CapellanCitizen <>
2025-06-22Claudine/unable element info copy (#3817)Claudine Peyrat
* firststeps * Update element_info.py * Update element_info.py * Update element_info.py add some help * make style... * rename a variable and fix a mistake * make headline nicer
2025-06-01Lettering: do not warn about fonts without jsons (#3766)Kaalleen
2025-05-20add force horiz_adv_x_default to generate json and fix edit-json (#3735)Kaalleen
2025-05-09lettering: options to scolled panel (#3714)Kaalleen
2025-05-03edit json: warn about not writable json files (and rendering errors) (#3704)Kaalleen
2025-04-26Claudine/fix font sample (#3684)Claudine Peyrat
* twist monicha * Update lettering_font_sample.py * better use default value * and leave Monicha alone in this branch * ensure command and marker symbols --------- Co-authored-by: Kaalleen <reni@allenka.de>
2025-04-18Multicolor satin (windows): apply settings in spinctrldouble when they hit ↵Kaalleen
enter (#3677) * multicolor satin (windows): apply settings in spinctrldouble when they hit enter * enable nearest points for multicolor satin --------- Co-authored-by: CapellanCitizen
2025-04-17do not fail on None in edit json (#3676)Kaalleen
2025-04-13Fix simulator scale for small elements (#3658)Kaalleen
Co-authored-by: CapellanCitizen <>
2025-04-12prevent unwanted simulator scale transforms (#3637)Kaalleen
2025-03-30macOS Ventura: update background color (#3621)Kaalleen
2025-03-29simulator: add button to toggle crosshair (#3616)Kaalleen
2025-03-22parent.remove -> delete (#3600)Kaalleen
2025-03-12Add annotations to tartan stripe editor main extension file (#3567)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-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-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-12Edit-json: add kerning filter (#3499)Kaalleen
* edit-json: add kerning filter * fix missing kerning pairs
2025-02-11lettering tools: remember last font (#3498)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-04fix simulator icon for light theme (#3482)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-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-16edit json: auto-enable/disable default checkbox when value is changed (#3439)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-11edit json: scale precision (#3426)Kaalleen
2025-01-09save and reload simulator speed (optionally) (#3420)Kaalleen
2025-01-06remove glyphlist also from comments (#3408)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-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
2024-12-26lettering: add scale info in mm (#3366)Kaalleen