summaryrefslogtreecommitdiff
path: root/lib/extensions
AgeCommit message (Collapse)Author
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
2023-09-03remove specific commands only (#2494)Kaalleen
2023-08-15convert Preferences to wxPythonLex Neva
2023-08-12do not ignore elements in a group (#2468)Kaalleen
2023-08-08Update letters_to_font.py (#2461)Kaalleen
2023-08-01Merge pull request #2441 from inkstitch/bkmgit/remove-stringcase-dependencyBenson Muite
Drop stringcase dependency
2023-07-30Merge pull request #2418 from inkstitch/lexelby/convert-to-satin-joinLex Neva
produce only one satin from convert to satin
2023-07-29Use compact form due to kaalleen and lexelbyBenson Muite
2023-07-27Use simpler and clearer codeBenson Muite
Retain UTF8 compatibility but convert only CamelCase to snake_case assuming not space characters
2023-07-24Drop stringcase dependencyBenson Muite
2023-07-22Merge pull request #2349 from inkstitch/george-steel/export-panelKaalleen
* Add panelization options to zip export * Add input field for custom file names (inside the zip archive)
2023-07-22sort more importsKaalleen
2023-07-22zip: add input field for custom file names (#2426)Kaalleen
2023-07-15more transform fixesLex Neva
2023-07-12Lettering: add glyph filter (#2400)Kaalleen
Co-authored-by: claudinepeyrat06
2023-07-09avoid duplicated nodesKaalleen
transform issue
2023-07-08handle looped paths betterLex Neva
2023-07-08split mid-segment to handle corners betterLex Neva
2023-07-08produce only one satin from convert to satinLex Neva
2023-06-28fill to stroke: fix remove elements with fill and stroke (#2392)Kaalleen
2023-06-27filter satins for auto route satin (#2389)Kaalleen
2023-06-15Add panelization options to zip exportGeorge Steel