| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-12 | Add annotations to tartan stripe editor main extension file (#3567) | Kaalleen | |
| 2025-03-10 | Simulator ruler (#3554) | Kaalleen | |
| * set pen for scale drawing * ignore ruler in windows when current_stitch < 2 | |||
| 2025-03-09 | Mypy type correctness (#3199) | capellancitizen | |
| 2025-03-04 | use get_user_dir (#3549) | Kaalleen | |
| 2025-03-04 | Migrate from appdirs to platformdirs (#3449) (#3450) | Benson Muite | |
| 2025-03-02 | Use symbol as command position (#3542) | Kaalleen | |
| 2025-02-13 | greater lettering memory (#3504) | Kaalleen | |
| 2025-02-13 | fix a bug in lettering extensions when the last_font can't be found (#3508) | Kaalleen | |
| 2025-02-12 | Edit-json: add kerning filter (#3499) | Kaalleen | |
| * edit-json: add kerning filter * fix missing kerning pairs | |||
| 2025-02-11 | lettering tools: remember last font (#3498) | Kaalleen | |
| 2025-02-05 | Lettering typographic features (#3466) | Kaalleen | |
| * add svg font to layers extension which saves glyph annotations into the glyph name --------- Co-authored-by: Claudine | |||
| 2025-02-04 | fix simulator icon for light theme (#3482) | Kaalleen | |
| 2025-02-03 | Add debug variable to enable sew stack elements (#3476) | Kaalleen | |
| 2025-02-01 | adapt simulator slider symbols to dark theme (#3475) | Kaalleen | |
| 2025-01-29 | Sew 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-16 | edit json: auto-enable/disable default checkbox when value is changed (#3439) | Kaalleen | |
| 2025-01-12 | preferences: 0.0 or this is always this (#3430) | Kaalleen | |
| 2025-01-12 | lettering: add right to left support (#3432) | Kaalleen | |
| 2025-01-11 | edit json: scale precision (#3426) | Kaalleen | |
| 2025-01-09 | save and reload simulator speed (optionally) (#3420) | Kaalleen | |
| 2025-01-06 | remove glyphlist also from comments (#3408) | Kaalleen | |
| 2024-12-29 | lettering: description box size (#3384) | Kaalleen | |
| 2024-12-29 | lettering: align text (#3382) | Kaalleen | |
| 2024-12-29 | lettering: color sort options (#3381) | Kaalleen | |
| 2024-12-29 | improve handling of changes for horiz_adv_x_default (#3378) | Kaalleen | |
| 2024-12-27 | forgot to remove this (#3375) | Kaalleen | |
| 2024-12-27 | various fixes (#3372) | Kaalleen | |
| 2024-12-26 | Edit json (#3371) | Kaalleen | |
| * convert kerning tool to json edit | |||
| 2024-12-26 | End points (#3370) | Kaalleen | |
| * end at nearest point to next element (if requested and possible) | |||
| 2024-12-26 | use text scale layer also for 100% scaled fonts (#3365) | Kaalleen | |
| 2024-12-26 | lettering: add scale info in mm (#3366) | Kaalleen | |
| 2024-12-22 | fix for kerning tool (#3363) | Kaalleen | |
| 2024-12-22 | Font management: add kerning tool (#3361) | Kaalleen | |
| 2024-12-19 | lettering simulator: use more accurate start points (#3358) | Kaalleen | |
| 2024-12-18 | lettering: automated size info (#3346) | Kaalleen | |
| 2024-12-15 | do not translate Ink/Stitch as a term (#3345) | Kaalleen | |
| 2024-12-07 | save more simulator settings (#3323) | Kaalleen | |
| 2024-12-07 | use non-accumulative command scaling (#3329) | Kaalleen | |
| 2024-11-18 | Thread 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-10-24 | avoid error message on info panel pdate (#3246) | Kaalleen | |
| 2024-10-24 | Fix font sample gui (#3251) | Kaalleen | |
| 2024-10-21 | Add color sort option for multicolor fonts (#3242) | Kaalleen | |
| 2024-10-19 | Request permission to update if inkstitch svg version is not specified (#3228) | Kaalleen | |
| 2024-08-21 | multicolor satin: option to adjust underlay (#3152) | Kaalleen | |
| 2024-08-17 | add wxpython abort message (as alternative to stderr output) (#3145) | Kaalleen | |
| 2024-08-17 | fix slider dark theme issue (#3147) | Kaalleen | |
| 2024-08-17 | Disable darkmode symbols for windows (#3144) | Kaalleen | |
| * disable darkmode symbols for windows * Simulator slider also ignores dark mode for Windows --------- Co-authored-by: CapellanCitizen <thecapellancitizen@gmail.com> | |||
| 2024-08-08 | Show 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-08-04 | Simulator: toggle info and preferences dialog (#3115) | Kaalleen | |
| Co-authored-by: Lex Neva | |||
| 2024-07-24 | default min stitch length 0 to 0.1 (as previously) (#3107) | Kaalleen | |
