| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-11 | now compatible with networkx 2.0 | Lex Neva | |
| 2017-11-11 | update inkscape version notes | Lex Neva | |
| 2017-11-10 | fix copypaste fail in 0986c8f2db | Lex Neva | |
| 2017-11-04 | Merge pull request #4 from vikrum/patch-1 | Lex Neva | |
| Update README.md for python dependencies | |||
| 2017-11-04 | rework documentation around python modules | Lex Neva | |
| It's about time I added a proper requirements.txt. | |||
| 2017-11-05 | add appdirs to requirements.txt | Lex Neva | |
| 2017-11-05 | remove unused import | Lex Neva | |
| 2017-11-05 | add requirements.txt | Lex Neva | |
| 2017-11-05 | allow specification of output file for standalone processing | Lex Neva | |
| 2017-10-28 | fix occasional failure of which_outline() | Lex Neva | |
| 2017-10-25 | preserve order of rails in satin with rungs | Lex Neva | |
| 2017-10-24 | default simulate to a slower speed | Lex Neva | |
| 2017-10-22 | add handling for <polyline> | Lex Neva | |
| 2017-10-20 | add super hero and orca patches | Lex Neva | |
| 2017-10-18 | resurrect correct connect_points algorithm | Lex Neva | |
| 2017-10-17 | don't go the long way around the outline | Lex Neva | |
| 2017-10-17 | fix snipping of unnecessary outline section | Lex Neva | |
| 2017-10-03 | add Simulate effect to visualize stitching order | Lex Neva | |
| 2017-09-27 | add paired tab's dependent tabs to preset too | Lex Neva | |
| 2017-09-27 | bugfix and useful warning | Lex Neva | |
| 2017-09-24 | way easier satin column using additional subpaths to delineate sections | Lex Neva | |
| 2017-09-23 | fix handling of starting point / last stitch | Lex Neva | |
| 2017-09-23 | ignore empty subpaths | Lex Neva | |
| 2017-09-23 | remove notes about autofill hole hacks | Lex Neva | |
| 2017-09-23 | rewrite of autofill to handle arbitrary holes! | Lex Neva | |
| 2017-07-30 | Update README.md | Vikrum Nijjar | |
| Added missing dependency for Mac. | |||
| 2017-06-14 | add 'use last settings' button | Lex Neva | |
| 2017-02-05 | bugfix in is_same_run | Lex Neva | |
| 2017-02-05 | fix type for pixels_per_mm option | Lex Neva | |
| 2017-01-25 | remove ancient example images | Lex Neva | |
| 2017-01-25 | add doc on patches | Lex Neva | |
| 2017-01-25 | patches.md wip | Lex Neva | |
| 2017-01-23 | start README.md | Lex Neva | |
| 2017-01-20 | fix nasty stroke bug | Lex Neva | |
| 2017-01-05 | uniqify values | Lex Neva | |
| 2016-12-24 | Fill and Stroke are not mutually exclusive | Lex Neva | |
| 2016-12-19 | bugfix | Lex Neva | |
| 2016-11-19 | handle boolean parameters with no values | Lex Neva | |
| 2016-11-19 | set sane defaults in embroider.inx | Lex Neva | |
| 2016-11-19 | remove completed TODO item | Lex Neva | |
| 2016-11-19 | bugfix | Lex Neva | |
| 2016-11-19 | params GUI fixups | Lex Neva | |
| 2016-11-19 | rewrite of Embroidery Params into a full GUI app | Lex Neva | |
| The Embroidery Params filter now pops up a full GTK dialog. This alows it to load existing values in the selected shapes and present them to the user. The user can also load and save presets. If selected shapes have differing values for a given param, the values are presented in a dropdown so the user can select one to apply to all. | |||
| 2016-11-12 | clean up PyEmb.Point | Lex Neva | |
| 2016-11-11 | avoid doubly multiplying by pixels_per_mm | Lex Neva | |
| 2016-11-11 | add caching decorator | Lex Neva | |
| 2016-11-09 | auto-fill: try to hide connecting stitches in the fill pattern | Lex Neva | |
| This lets us auto-fill regions with holes in it. Just cut the region exactly along the fill angle to convert a region with a hole to a region without. This: __________________ | | | ______ | | | | | | | | | | | | | | |______| | |__________________| Becomes this: __________________ | | | ______ | | | | | | | | | ===== | | | |______| | |__________________| The cut ( ===== ) is less than the width of the row spacing. Any connecting stitch that follows this path becomes hidden among the rest of the fill -- an extra row of stitching isn't visible so long as the staggers line up. | |||
| 2016-11-07 | update TODO | Lex Neva | |
| 2016-11-07 | don't do auto-fill for regions with holes | Lex Neva | |
| 2016-11-06 | fix fill underlay params | Lex Neva | |
