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
/
simulator.py
Age
Commit message (
Collapse
)
Author
2018-09-10
fix logic
Lex Neva
2018-09-01
simulator standalone mode
Lex Neva
2018-08-27
show negative speed when animating backward
Lex Neva
2018-08-27
reverse the >> button
Lex Neva
2018-08-27
fix windows issue
Lex Neva
2018-08-27
i18n
Lex Neva
2018-08-27
buttons for backward and forward one stitch
Lex Neva
2018-08-27
remove old code
Lex Neva
2018-08-27
show command name in simulator (STITCH, JUMP, etc)
Lex Neva
2018-08-26
make line thickness value less magical
Lex Neva
2018-08-26
zoom and pan support
Lex Neva
2018-08-26
uniform crosshair size independent of zoom
Lex Neva
2018-08-26
automatically scale and center the design
Lex Neva
2018-08-26
handle auto-refresh from Params
Lex Neva
2018-08-26
handle window size and target duration
Lex Neva
2018-08-26
forward/backward one frame support
Lex Neva
2018-08-26
add keyboard shortcut support
Lex Neva
2018-08-26
shouldn't subtract rendering time from CallLater time
Lex Neva
2018-08-25
draggable slider and editable stitch number
Lex Neva
2018-08-25
WIP: revamp UI and rendering algorithm
Lex Neva
2018-08-25
Merge remote-tracking branch 'origin/master' into simulator-timeline
Lex Neva
2018-08-25
* seperated controls
Momo
* one frame movements
2018-08-23
reset speed when starting simulation through arrow buttons
Momo
2018-08-23
merge forward/backward/speed
Momo
2018-08-22
fix bug on updating params
Momo
2018-08-22
fix jumping timeline and remove symbols
Momo
2018-08-21
a few more fixups
Lex Neva
2018-08-21
StartOnce and unicode control symbols
Momo
2018-08-20
update slider maxValue when params have changed
Momo
2018-08-19
simulator timeline 0.0.1
Momo
2018-08-17
Improve 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-01
Add simulator controls (#246)
Kaalleen
2018-05-01
refactor everything out of lib/__init__.py
Lex Neva
2018-05-01
rename 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.