summaryrefslogtreecommitdiff
path: root/lib/elements/stroke.py
AgeCommit message (Collapse)Author
2018-08-21more pep8 fixesLex Neva
2018-08-21autopep8Lex Neva
2018-08-09add tooltips to params (#262)Kaalleen
* add tooltips to params Closes #34
2018-07-28fix simple satinLex Neva
2018-07-27add bean stitch optionLex Neva
2018-07-12generalize Element.shape and implement in all element typesLex Neva
2018-06-21add commands frameworkLex Neva
2018-06-10fix defaulting of stroke width to 1Lex Neva
2018-06-04convert Stroke to use stitches.running_stitchLex Neva
2018-06-04don't crash on empty subpathsLex Neva
2018-05-01refactor everything out of lib/__init__.pyLex Neva
2018-05-01rename inkstitch/ to lib/Lex Neva
You can't have a module and a package named the same thing. PyInstaller wants to import the main script as if it were a module, and this doesn't work unless there's no directory of the same name with a __init__.py in it.