summaryrefslogtreecommitdiff
path: root/lib/gui
AgeCommit message (Collapse)Author
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
2024-12-22fix for kerning tool (#3363)Kaalleen
2024-12-22Font management: add kerning tool (#3361)Kaalleen
2024-12-19lettering simulator: use more accurate start points (#3358)Kaalleen
2024-12-18lettering: automated size info (#3346)Kaalleen
2024-12-15do not translate Ink/Stitch as a term (#3345)Kaalleen
2024-12-07save more simulator settings (#3323)Kaalleen
2024-12-07use non-accumulative command scaling (#3329)Kaalleen
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-10-24avoid error message on info panel pdate (#3246)Kaalleen
2024-10-24Fix font sample gui (#3251)Kaalleen
2024-10-21Add color sort option for multicolor fonts (#3242)Kaalleen
2024-10-19Request permission to update if inkstitch svg version is not specified (#3228)Kaalleen
2024-08-21multicolor satin: option to adjust underlay (#3152)Kaalleen
2024-08-17add wxpython abort message (as alternative to stderr output) (#3145)Kaalleen
2024-08-17fix slider dark theme issue (#3147)Kaalleen
2024-08-17Disable 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-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-08-04Simulator: toggle info and preferences dialog (#3115)Kaalleen
Co-authored-by: Lex Neva
2024-07-24default min stitch length 0 to 0.1 (as previously) (#3107)Kaalleen
2024-07-21fix more runtime errors when simulator closes (#3101)Kaalleen
2024-07-20Lettering wrap font description (#3095)Kaalleen
2024-06-30Various fixes (#3028)Kaalleen
* several thread palette extension fixes * fix svg tartan when original shape is invalid * tartan stroke spaces * style * fix tartan color substituion at pattern start * ripple: do not render too small paths * use less space for params warning headline * fix clone shape path * zip export template fix (typo) * add realistic stitch plan output warning (help tab)
2024-06-25Simulator: make colors visible on background (#3010)Kaalleen
* simulator: color visible on background * add design dimension info to simulator statusbar * update preview when apply font size filter * add info box * preferences: check if stitch_plan is loaded
2024-06-23wxpythonify about extension (#3007)Kaalleen
2024-06-14Add preferences button to simulator (#2992)Kaalleen
* split simulator panel files * add view panel to position view options at the side * fix single simulator start size (macOS)
2024-06-08update pan_and_zoom on simulator resize (#2974)Kaalleen
2024-06-07Improve simulator dark theme (#2969)Kaalleen
* add simulator dark theme buttons * refresh simulator drawing panel on resize (important for windows)