summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2024-11-12clone: do not fixup href (#3277)Kaalleen
2024-11-12Clipped groups (#3261)Kaalleen
2024-11-12unit: prevent zerodivision error for zero length segments (#3268)Kaalleen
2024-11-08set svg version when opening an embroidery file (#3276)Kaalleen
2024-11-06redwork/auto-run: keep stroke width (#3264)Kaalleen
2024-11-03Use colormath2 instead of colormath (#3266)Benson Muite
2024-11-01Fix 'None'-string confusions in style (#3243)Kaalleen
2024-11-01Print pdf: prevent rendering original paths (#3262)Kaalleen
2024-10-24update realistic filter (#3222)Kaalleen
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-21satin column: ignore single point paths (#3244)Kaalleen
2024-10-19fix select redwork top layer (#3230)Kaalleen
2024-10-19Request permission to update if inkstitch svg version is not specified (#3228)Kaalleen
2024-09-30fix gradient style (#3200)Kaalleen
2024-09-17Fix clones with NoneType hrefs (#3196)Kaalleen
2024-08-28Fixed hidden objects being stitched out when cloned (Fix #3167) (#3171)capellancitizen
Extracted Base.descendants into a util function
2024-08-21auto satin: transfer min jump length from satins on strokes (#3154)Kaalleen
2024-08-21multicolor satin: option to adjust underlay (#3152)Kaalleen
2024-08-20Fixed transforms on cloned commands (#3160)capellancitizen
Also, point-upwards now applied to commands that are children of cloned elements.
2024-08-18fill: ensure polygon in pull comp adjusted shape (#3143)Kaalleen
2024-08-17add wxpython abort message (as alternative to stderr output) (#3145)Kaalleen
2024-08-17fix fills without underpath and bad start-end positions (#3141)Kaalleen
2024-08-17satin troubleshoot: do not fail on satins without rails (#3148)Kaalleen
2024-08-17fix slider dark theme issue (#3147)Kaalleen
2024-08-17auto satin: filter zero length strokes as well (#3139)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-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-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-24method expects string after all (#3108)Kaalleen
2024-07-24not a fix, but avoid to fail on an other networkx no path error (#3106)Kaalleen
2024-07-22multiple int param is expected to return int not str (#3102)Kaalleen
2024-07-21fix more runtime errors when simulator closes (#3101)Kaalleen
2024-07-20prevent showing RuntimeError on_stitch_plan_rendered (#3097)Kaalleen
2024-07-20Lettering wrap font description (#3095)Kaalleen
2024-07-20shapely arm fix (#3094)rejbasket
2024-07-18ignore warnings in releases (#3081)Kaalleen
2024-07-16Fill: fallback to edge run when underpath fails (#3089)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-10Lettering: skip font with corrupt json file (#3071)Kaalleen
* lettering: warn about corrupt/missing json file * ignore hidden directories and files placed directly in the font folder
2024-07-09fix transform issue in "display rendering order" (#3046)Kaalleen