index
:
inkstitch
nix
Inkscape extension for machine embroidery design
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Collapse
)
Author
2019-04-10
remove unnecessary comparisons to None
Lex Neva
2019-04-09
make error message more readable
Lex Neva
2019-04-09
split up long function
Lex Neva
2019-04-04
try harder to avoid traveling around the border
Lex Neva
2019-04-04
render graphs as a single path to avoid killing inkscape
Lex Neva
2019-03-30
fix 'too many values to unpack' exception
Lex Neva
2019-03-30
fix underlay underpath checkbox
Lex Neva
2019-03-29
avoid parsing forward slashes in docstring
Lex Neva
2019-03-29
add vertical travel edges for less jagged travel paths
Lex Neva
2019-03-29
more debug logging
Lex Neva
2019-03-28
add SVG debugging with LineStrings
Lex Neva
2019-03-28
add timing logging for auto-fill
Lex Neva
2019-03-28
set up debug logging
Lex Neva
2019-03-24
penalize outline edges more
Lex Neva
2019-03-24
'fix' style
Lex Neva
2019-03-22
make travel stitch prefer the center of the shape
Lex Neva
2019-03-22
default underlay underpathing to enabled as well
Lex Neva
2019-03-21
put underlay underpath checkbox in the right tab
Lex Neva
2019-03-21
don't let simulator preview thread crash
Lex Neva
2019-03-21
don't try to end inside the shape
Lex Neva
2019-03-20
switch to multigraph to avoid accidentally deleting outline edges
Lex Neva
2019-03-20
add first stitch
Lex Neva
2019-03-20
tidy up start/end travel code
Lex Neva
2019-03-20
protect against shapely error
Lex Neva
2019-03-19
fix start/end at top or bottom of shape
Lex Neva
2019-03-19
allow starting and ending on the border of a hole
Lex Neva
2019-03-19
add underpath checkboxes for underlay and top stitching
Lex Neva
2019-03-19
avoid cutting corners
Lex Neva
2019-03-19
use blazing-fast STRtree for intersection detection
Lex Neva
2019-03-18
avoid putting underpathing on top
Lex Neva
2019-03-14
more cleanup
Lex Neva
2019-03-14
deduplicate and comment code
Lex Neva
2019-03-14
underpathing!
Lex Neva
2019-03-13
tidy up the code a bit
Lex Neva
2019-03-13
remove unused code
Lex Neva
2019-03-12
faster, simpler auto-fill algorithm
Lex Neva
2019-03-12
shapely.geometry -> shgeo for brevity
Lex Neva
2019-03-10
make debugging auto-fill easier
Lex Neva
2019-03-06
keep color when convert to satin column
Kaalleen
2019-03-01
avoid gaps at the end
Lex Neva
2019-03-01
compensate for non-parallel rails
Lex Neva
This uses some trig to try to reduce the excess density we were seeing with rails that expand or contract from each other. While I was in there I redid the satin algorithm, making it much simpler and less magical-seeming.
2019-02-16
fix style
Lex Neva
2019-02-16
improve error message when trying to autofill tiny shapes
Lex Neva
2019-02-16
show inkscape label in error messages
Lex Neva
2019-02-16
fix style
Lex Neva
2019-02-16
fix argument bug in auto-satin
Lex Neva
2019-02-16
Remove extra self param from store_preset call. (#381)
redhat421
It looks like an extra "self" parameter was added to the store_preset call in the add_preset function. This prevents add_preset from working.
2019-02-16
Fix print metadata (#372)
Kaalleen
2019-01-17
don't add jump stitches between satin column fill and top stitching
Lex Neva
2019-01-04
fix crash if fill start and end points are very close
Lex Neva
[next]