summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2024-01-13style cleanupkarnigen
2024-01-12Merge pull request #2653 from inkstitch/kgn/debug_profile_extend_vscodekarnigen
Kgn/debug profile extend vscode
2024-01-12just typokarnigen
2024-01-12added support for lxml <5.0.0 in writekarnigen
2024-01-11updated decriptionkarnigen
2024-01-11extending bash with cmd line args: -d -pkarnigen
2024-01-05simplification, cleanup, docs, startup dialog, DEBUG.inikarnigen
2023-12-31auto-route: do not add jumps between subpaths of satin columns (#2667)Kaalleen
2023-12-31update defaults and adapt to newer inkex (#2666)Kaalleen
2023-12-31autorun: fix networkx no path (#2645)Kaalleen
2023-12-29Stitch plan: escape labels (#2644)Kaalleen
2023-12-29replace DEBUG,PROFILE by DEVEL.inikarnigen
2023-12-28troubleshoot: pointer on rail (#2657)Kaalleen
2023-12-28add display stacking order extension (#2656)Kaalleen
2023-12-26move lettering panel to gui (#2641)Kaalleen
2023-12-26Contour fill: replace buffer with offset_curve (#2654)Kaalleen
2023-12-25env update from inkscape, bash names for scriptkarnigen
2023-12-25add total min max stitch length to element info (#2609)Kaalleen
2023-12-25fix polyline shape (#2603)Kaalleen
2023-12-25Add shape property to clone (#2637)Kaalleen
2023-12-25Remove previous troubleshoot layer (#2638)Kaalleen
... instead of deleting content
2023-12-25Ignore multipoints in intersect regions with gratings (#2647)Kaalleen
2023-12-25fix networkx nopath error for start/end nodes (fill) (#2635)Kaalleen
2023-12-17extending debugkarnigen
2023-12-17initial changeskarnigen
2023-12-17replace jumps by running stitches in large satin columns (#2624)Claudine Peyrat
* replace jumps by running stitches - this modify the contour underlay by adding a running stitch to travel from first side to second side - it also add running stitches between underlays and between underlay and final satin stitches * rename patch to stitch_group * Update satin_column.py add a function to avoid repetitive code
2023-11-22Add linear gradient fill (#2587)Kaalleen
2023-11-10return valid shape (#2594)Kaalleen
2023-11-10handle case of travelling along shape border (#2593)Lex Neva
2023-11-10fix invalid clip path (#2577)Kaalleen
use fallback if shape has grating issues (too small)
2023-11-09Save some space (simulator) (#2571)Kaalleen
* combine and untoggle direction buttons * do not switch bitmap play/pause buttons
2023-10-28Update satin_column.py (#2578)Claudine Peyrat
* Update satin_column.py * Update satin_column.py
2023-10-24Add indicator size option for density map (#2572)Kaalleen
* add indicator size option * obey min stitch length setting
2023-10-23correct tooltip (#2573)Claudine Peyrat
tooltip for random zig-zag spacing was hinting it was applied to stitch length.
2023-10-22don't handle simulator click before stitch plan is loaded (#2570)Lex Neva
2023-10-21attach params/lettering simulator window and allow detach (#2557)Lex Neva
2023-10-18Fix new param simulator for macOS and Windows (#2546)Kaalleen
* fix tooltip * combine play and pause button --------- Co-authored-by: Lex Neva
2023-10-17element info: fix typo (#2559)Kaalleen
2023-10-17element info: update link (#2558)Kaalleen
2023-10-17Cleanup document: add option to remove empty groups/layers (#2552)Kaalleen
* cleanup document: add options to remove empty groups/layers * cleanup document: add test run option
2023-10-17zip: expose file name option better (#2555)Kaalleen
2023-10-15element info: add more info (#2556)Kaalleen
* add removed stitches info * add color info
2023-10-15add outline extension (#2529)Kaalleen
2023-10-15Add element info extension (#2544)Kaalleen
2023-10-15lettering: ignore empty layer glyphs (#2551)Kaalleen
2023-10-15Update shapely (#2471)Kaalleen
* update shapely * pin pyinstaller to 5.13.2 (issues with macOS) (rejbasket) * macOS: do not install shapely from binary, but remove .dylibs folder (breaks notarizazion) (rejbasket)
2023-10-15Test Swatches: Reduce length of param list by checking for element type (#2545)Kaalleen
2023-10-02fix stitch plan multiply sequence error (#2527)Kaalleen
2023-10-02add ignore layer command to density map (#2522)Kaalleen
2023-10-02Add test swatches extension (#2528)Kaalleen
* remove duplicates (tags) * sort extensions (init) * add test swatches extension