summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
2024-07-09Skip stitch zero length row (#3054)Kaalleen
* fix #3052 * add one stitch for zero length row
2024-07-09reset corrupted cache files (#3074)Kaalleen
2024-07-09Pull comp: remove holes again (#3067)Kaalleen
* pull comp: remove holes again * rescue some more broken shapes
2024-07-09png: use viewport unit to take svg scale value into account (#3073)Kaalleen
2024-07-09zip dpi default to 300 (#3068)Kaalleen
2024-07-09params: first fill then stroke (#3065)Kaalleen
2024-07-08threadlist: add missing linebreak (#3070)Kaalleen
2024-07-08relative lock stitch direction (#3066)Kaalleen
2024-07-07Set redwork underpath style to dashed (#3053)Kaalleen
* set redwork underpath style to dashed * unset dashes for top stitching paths * update select elements template
2024-07-03Raster output (#3036)Kaalleen
* stitch plan preview png: 300, 600 dpi * add png export dpi option
2024-07-02Trying to add commands to clones now shows an error. (#3034)capellancitizen
* Trying to add commands to clones now shows an error. * warn about ignored clones and continue --------- Co-authored-by: Kaalleen <reni@allenka.de>
2024-07-02fix split text (#3037)Kaalleen
2024-07-01remove previously added extra space from svg tartan dimensionsKaalleen
2024-07-01remove small lines from tartan strokes (#3035)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-27make line to satin a little bit more robust (#3021)Kaalleen
2024-06-26Make PNG (simple/realistic) and threadlist available in export file formats ↵Kaalleen
(#3019)
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-23Various fixes (#3011)Kaalleen
* change satin underlay stitch length default for real * fix zero length lock stitch * fix typos
2024-06-23wxpythonify about extension (#3007)Kaalleen
2024-06-22fix typo (#3006)Kaalleen
2024-06-21Fix realistic stitch plan preview for inkscape versions 1.3 and 1.3.1 (#3004)Kaalleen
Co-authored-by: CapellanCitizen
2024-06-21Ignore empty color blocks in linear gradient fill (#3003)Kaalleen
2024-06-20auto-fill pull compensation (#2891)Lex Neva
2024-06-20gray out randomize stitch length param when random stitch length is disabled ↵Kaalleen
(#3002)
2024-06-20Fix short relative lock stitches (#2998)Kaalleen
2024-06-14Fix realistic stitch filter rendering (#2988)capellancitizen
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-12improve error message for files with too many color changes (#2984)Kaalleen
2024-06-09add warning for closed path satins (#2976)Kaalleen