summaryrefslogtreecommitdiff
path: root/lib/elements
AgeCommit message (Collapse)Author
2018-07-12generalize Element.shape and implement in all element typesLex Neva
2018-07-12remove 'TRIM after' and 'STOP after' from Params dialogLex Neva
2018-07-12add support for trim/stop commandsLex Neva
2018-07-12add has_command()Lex Neva
2018-06-22ending point speciifed by fill_end commandLex Neva
2018-06-22starting point specified by fill_start commandLex Neva
2018-06-22add quick access methods for commandsLex Neva
2018-06-21add commands frameworkLex Neva
2018-06-10error if satin column set for path with single subpathLex Neva
2018-06-10default fill to black per SVG specLex Neva
2018-06-10fix defaulting of stroke width to 1Lex Neva
2018-06-07Merge pull request #180 from lexelby/lexelby-outsetLex Neva
add Expand param for fills
2018-06-04convert Stroke to use stitches.running_stitchLex Neva
2018-06-04don't crash on empty subpathsLex Neva
2018-06-01add Expand param for fillsLex 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.