summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
2024-06-08lettering along path: remove previous transforms (#2973)Kaalleen
2024-06-08update pan_and_zoom on simulator resize (#2974)Kaalleen
2024-06-07auto fill gap fix (#2884)Lex Neva
* first try * fill gaps * fix style * add parameter * loops can only be made of non-segments
2024-06-07Improve simulator dark theme (#2969)Kaalleen
* add simulator dark theme buttons * refresh simulator drawing panel on resize (important for windows)
2024-06-05fix print pdf whith active realistic stitch plan (png) (#2967)Kaalleen
2024-06-04Update tartan gui (#2965)Kaalleen
* update tartan gui * params settings size * fix issue with set_precision * fix issue with linear gradient * do not add ignore layer command to png rerealistic output
2024-06-04Claudine/redwork (#2958)Claudine Peyrat
* add redwork extension * fix issue when multiple lines have the same start and end output to underlay and top layer paths * use more networks algo * make style corrections * make starting point effective * organize in connected groups * ending point ending point could be used as starting point if no starting point is given * add a comment * don't add connected group if the whole design is connected, don't add connected group * remove too short paths * bug correction use length of linestring not the distance betweend endpoiints * allow parameters setting stitch_length for both redwork and underpath bean_stitch for redwork * style correction --------- Co-authored-by: Kaalleen <reni@allenka.de>
2024-06-03multicolor satin gui rewrite (#2960)Kaalleen
2024-06-03Avoid FloatingPointError (fill) (#2959)Kaalleen
2024-06-02Avoid FloatingPointError in auto_route satin (#2954)Kaalleen
2024-05-29add help tab to lettering (#2948)Kaalleen
2024-05-24fix boolean param (#2942)Kaalleen
2024-05-22add links to documention in inx extensions (#2937)Kaalleen
2024-05-22set default underlay stitch length to 3 (#2925)Kaalleen
2024-05-22print pdf: remove top level groups (not only layers) (#2924)Kaalleen
2024-05-21Tartan stroke distance (#2931)Kaalleen
2024-05-20add a tooltip to split method param (#2926)Claudine Peyrat
2024-05-20tartan: fix non tartan group selection (#2922)Kaalleen
2024-05-17filter invalid satin second trial (#2918)Kaalleen
2024-05-17filter invalid paths in satins (#2916)Kaalleen
2024-05-17fix realistic preview for pyinstaller packaged linux build (#2912)Kaalleen