Wykres commitów

26 Commity (165d96e3b182d28388b84cc49680a34be033e837)

Autor SHA1 Wiadomość Data
Lex Neva 165d96e3b1 show command name in simulator (STITCH, JUMP, etc) 2018-08-27 15:36:54 -04:00
Lex Neva 7319937ea6 make line thickness value less magical 2018-08-26 23:50:17 -04:00
Lex Neva 7637848ad8 zoom and pan support 2018-08-26 23:34:27 -04:00
Lex Neva 6bb2fa0c91 uniform crosshair size independent of zoom 2018-08-26 16:41:57 -04:00
Lex Neva b3516785aa automatically scale and center the design 2018-08-26 16:14:03 -04:00
Lex Neva e854df4307 handle auto-refresh from Params 2018-08-26 15:34:13 -04:00
Lex Neva a355af2874 handle window size and target duration 2018-08-26 15:02:51 -04:00
Lex Neva 79e8ad5b31 forward/backward one frame support 2018-08-26 14:44:13 -04:00
Lex Neva 8351cf21a0 add keyboard shortcut support 2018-08-26 14:32:34 -04:00
Lex Neva 0bc2992686 shouldn't subtract rendering time from CallLater time 2018-08-26 00:10:11 -04:00
Lex Neva c44e008029 draggable slider and editable stitch number 2018-08-25 22:48:44 -04:00
Lex Neva bf70fd9031 WIP: revamp UI and rendering algorithm 2018-08-25 22:05:18 -04:00
Lex Neva 11d3cea80c Merge remote-tracking branch 'origin/master' into simulator-timeline 2018-08-25 11:47:48 -04:00
Momo c5bd187884 * seperated controls
* one frame movements
2018-08-25 10:57:17 +02:00
Momo 403a1c533d reset speed when starting simulation through arrow buttons 2018-08-23 16:36:11 +02:00
Momo 56e153e871 merge forward/backward/speed 2018-08-23 12:48:41 +02:00
Momo 479cebb56d fix bug on updating params 2018-08-22 20:01:38 +02:00
Momo 505388a9c1 fix jumping timeline and remove symbols 2018-08-22 19:24:53 +02:00
Lex Neva f53fe05200 a few more fixups 2018-08-21 21:57:15 -04:00
Momo 6defc29587 StartOnce and unicode control symbols 2018-08-21 19:21:53 +02:00
Momo a1440903cb update slider maxValue when params have changed 2018-08-20 18:28:52 +02:00
Momo bcd16c78b4 simulator timeline 0.0.1 2018-08-19 20:39:37 +02:00
Kaalleen b9943cb44f
Improve Simulator (#261)
* open simulator on the screen with the mouse cursor on

* fix simulator positioning in mac

* simulator shortcut keys: closes #97, closes #21
2018-08-17 07:16:34 +02:00
Kaalleen eb98e851cd
Add simulator controls (#246) 2018-08-01 16:58:48 +02:00
Lex Neva 05daffb7e0 refactor everything out of lib/__init__.py 2018-05-01 21:21:07 -04:00
Lex Neva 1b31806423 rename inkstitch/ to lib/
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.
2018-05-01 20:37:51 -04:00