summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2018-09-12Merge remote-tracking branch 'origin/master' into lexelby/bug-fixesLex Neva
2018-09-12fix lintLex Neva
2018-09-10proper running stitch for big row spacingLex Neva
2018-09-09fix pencil icon pathLex Neva
2018-09-01fix missing importsLex Neva
2018-09-01make error messages more usefulLex Neva
2018-09-01add error message for invalid geometries (#216)Lex Neva
2018-09-01only save modified values in presetsLex Neva
2018-09-01name AutoFill tabs consistentlyLex Neva
2018-09-01stop showing 'None' in ParamsLex Neva
2018-09-01add change indicator to Params (#217)Lex Neva
2018-09-01support ~, and %vars% in Embroider output directory (#279)Lex Neva
2018-09-01useful error message when writing embroidery file fails (fixes #279)Lex Neva
2018-09-01don't show an icon on windowsLex Neva
2018-09-01helpful error message for empty path "d" attribute (fixes #220)Lex Neva
also internationalizes "error:" string
2018-08-28make dest dir on windowsLex Neva
2018-08-24fix styleLex Neva
2018-08-24add 'Add Commands' extensionLex Neva
2018-08-24style fixesLex Neva
2018-08-24implement stop positionLex Neva
2018-08-24add origin command and remove guides methodLex Neva
2018-08-24add `point` property to StandaloneCommandLex Neva
2018-08-24Merge remote-tracking branch 'origin/master' into lexelby/styleLex Neva
2018-08-23properly internationalize install extensionLex Neva
2018-08-22fix missing layer and object commandsLex Neva
2018-08-22fix missing install extension INX fileLex Neva
2018-08-22handle unicode in inx generationLex Neva
2018-08-21a few more fixupsLex Neva
2018-08-21pyflakes fixesLex Neva
2018-08-21more pep8 fixesLex Neva
2018-08-21autopep8Lex Neva
2018-08-20generate INX files for all languagesLex Neva
2018-08-20gettextify INX templatesLex Neva
2018-08-19integrate inx generation into ink/stitch properLex Neva
2018-08-17add description for layer commands tooLex Neva
2018-08-17group symbol+connector and label with command descriptionLex Neva
2018-08-17Merge remote-tracking branch 'origin/master' into lexelby-no-embroider-commandLex Neva
2018-08-17Merge remote-tracking branch 'origin/master' into lexelby-auto-fill-runLex Neva
2018-08-17adjust magic number to 1.4Lex Neva
2018-08-17Improve Simulator (#261)Kaalleen
* open simulator on the screen with the mouse cursor on * fix simulator positioning in mac * simulator shortcut keys: closes #97, closes #21
2018-08-16new extension to add layer commandsLex Neva
2018-08-16add get_layer_commands()Lex Neva
2018-08-16Merge branch 'master' into lexelby-no-embroider-commandLex Neva
2018-08-16Merge branch 'master' into lexelby-auto-fill-runLex Neva
2018-08-16Merge branch 'master' into lexelby-windows-output-fixLex Neva
2018-08-11get rid of superfluous scipy referenceLex Neva
2018-08-09avoid cutting corners in auto-fill running stitchLex Neva
2018-08-09make cut() work properly even if the cut point is nearly at the endLex Neva
2018-08-09bugfix: don't crash on tiny objectsLex Neva
2018-08-09add tooltips to params (#262)Kaalleen
* add tooltips to params Closes #34