summaryrefslogtreecommitdiff
path: root/lib/extensions
AgeCommit message (Collapse)Author
2024-04-27Font sampling extension (#2858)Kaalleen
2024-04-24move print PDF back to web browser (#2849)Lex Neva
* move print PDF back to web browser * fix line wrapping for macOS --------- Co-authored-by: Kaalleen <reni@allenka.de>
2024-04-24Added realistic stitch preview option (#2838)capellancitizen
Includes multiple optimizations for the realistic stitch preview Co-authored-by: Lex Neva <github.com@lexneva.name>
2024-04-12Additional Clone functionality (#2834)capellancitizen
- Recursive Clones now pick up inkstitch:angle etc. from clones they clone - Style now properly propogates to clones - Unlink Clone tool (which applies angle changes, etc.) - Minor refactoring
2024-04-06cleanup document: list -> set (#2819)Kaalleen
2024-03-30avoid RuntimeError by closing params with CallAfter (#2809)Kaalleen
2024-03-29add options to remove specific params only (#2774)Kaalleen
2024-03-29Add "the tartan universe" (#2782)Kaalleen
2024-03-26Add object based min stitch length (#2792)Kaalleen
* add object based min stitch length (overwrites global) * add object based minimum jump stitch (overwrites global) * rename patches to stitch_groups
2024-03-24save thread names into embroidery files (#2777)Kaalleen
2024-03-23Update jump_to_stroke.py (#2795)Claudine Peyrat
2024-03-23use offset curve for convert satin extension (#2775)Kaalleen
filter invalid rungs when merging satin sections
2024-03-11Add apply palette extension (#2738)Kaalleen
* add apply palette extension * thread catalog: apply palette: do not overwrite cutwork settings
2024-03-11add satins only option to force lock stitch extension (#2773)Kaalleen
2024-03-11element info: fix metadata (#2772)Kaalleen
2024-03-08satin to stroke: remove etree (#2764)Kaalleen
2024-03-07Fix lettering along path when glyphs have subgroups (#2754)Kaalleen
* remove "use no commands" restriction for lettering along path
2024-03-07Jump to strokes connect subpaths (#2750)Kaalleen
2024-02-23Jump to stroke options (#2733)Kaalleen
* Min width * Max width * Connect only within groups or layers * Do not connect after trim, stop or forced lock stitches * Merge new strokes with previous/next stroke
2024-02-23handle zero stitch elements better (#2736)Kaalleen
2024-02-21Detect satins with two rungs (#2734)Kaalleen
1. select elements 2. troubleshoot
2024-02-10add ignore layer command to display stacking order (#2719)Kaalleen
2024-02-10Rejbasket/pyinstaller fix installer checks (#2718)rejbasket
* netowrkx deps added in build * check for user inkscape config before installing * get os version in exception * update electron app location according to pyinstaller redesign * fixed broken libgeos syslinks * contents-directory added pyinstaller args fix broken linux and win versions * updated inkex * fix print_pdf --------- authored-by: rejbasket
2024-02-05Zip: fix error message when no file format is selected (#2674)Kaalleen
2024-01-25select elements: message when python path is not correct (#2685)Kaalleen
2024-01-25Stroke to Fill: Ignore Small Artifacts (#2678)Kaalleen
* Ignore artifacts * insert one centerline group per fill element * prevent error on elements with fill and stroke
2024-01-14Stitch plan preview overwrite option (#2642)Kaalleen
2024-01-13style cleanupkarnigen
2023-12-31update defaults and adapt to newer inkex (#2666)Kaalleen
2023-12-29Stitch plan: escape labels (#2644)Kaalleen
2023-12-28add display stacking order extension (#2656)Kaalleen
2023-12-26move lettering panel to gui (#2641)Kaalleen
2023-12-25add total min max stitch length to element info (#2609)Kaalleen
2023-12-25Remove previous troubleshoot layer (#2638)Kaalleen
... instead of deleting content
2023-10-24Add indicator size option for density map (#2572)Kaalleen
* add indicator size option * obey min stitch length setting
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-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-15Test Swatches: Reduce length of param list by checking for element type (#2545)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
2023-09-07gradient_blocks: unit fix (#2505)Kaalleen
2023-09-07fix toggle visibility of first command in invisible group or layer (#2491)Kaalleen
2023-09-07improve params errors (#2437)Lex Neva
2023-09-06fix "normal" lpe satin width (#2499)Kaalleen