summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2024-12-07save more simulator settings (#3323)Kaalleen
2024-12-07use non-accumulative command scaling (#3329)Kaalleen
2024-11-30Lettering sortable trims (#3308)Kaalleen
* add trims as requested through user interface for each color block * handle commands better
2024-11-30add bean stitch option to manual stitch (#3312)Kaalleen
2024-11-30add randomization options to linear gradient fill (#3311)Kaalleen
2024-11-30fix jump to stroke transform glitch (#3306)Kaalleen
2024-11-19make remove commands more robust for broken commands with active selection ↵Kaalleen
(#3288)
2024-11-18Print-pdf: simplify path detection (#3282)Kaalleen
* print-pdf: simplify path detection * i18n: more cleaning up * Version, License paths
2024-11-18Manual ripple pattern (#3256)Kaalleen
* ripple stitch: add manual pattern placement option * add flip copies option * rewrite adjust grid * more control for satin guided ripples: render at rungs
2024-11-18Add icons and descriptions for extension gallery (#3287)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-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