| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | add --debug option and rename -e so it's more explicit | tassaron | 2022-04-25 | 1 | -7/+18 | |
| | | | ||||||
| | * | fix ImportError | tassaron | 2022-04-25 | 1 | -1/+1 | |
| | | | ||||||
| | * | some work on the readme (install instructions not done yet) | tassaron | 2022-04-22 | 1 | -39/+44 | |
| | | | ||||||
| | * | authors file is just a list of names | tassaron | 2022-04-22 | 1 | -11/+5 | |
| | | | ||||||
| | * | add commandline option for tests. add first tests | tassaron | 2022-04-22 | 8 | -11/+94 | |
| | | | ||||||
| | * | make pip-installable as a package | tassaron | 2022-04-22 | 24 | -92/+106 | |
| | | | ||||||
| | * | fail gracefully if createFfmpegCommand returns empty | tassaron | 2022-04-21 | 1 | -7/+16 | |
| | | | ||||||
| | * | createFfmpegCommand returns an empty list if it fails | tassaron | 2022-04-21 | 1 | -0/+9 | |
| | | | | | | | | | previously it raised an exception | |||||
| | * | fix RuntimeError caused by QUndoStack signal handler | tassaron | 2022-04-21 | 1 | -3/+11 | |
| | | | ||||||
| | * | fix crash if ffmpeg is not installed (tested on windows 11) | tassaron | 2022-04-21 | 2 | -3/+12 | |
| | | | ||||||
| | * | update readme with known working versions | tassaron | 2022-04-13 | 1 | -3/+4 | |
| | | | ||||||
| | * | fix missing audio in output video due to change in ffmpeg command syntax ↵ | tassaron | 2022-04-13 | 1 | -7/+6 | |
| | | | | | | | | | (tested with v4.4.1) | |||||
| | * | cast floats to ints when calling resize(), setX(), and setY() (argument ↵ | tassaron | 2022-04-13 | 2 | -5/+6 | |
| | | | | | | | | | types changed in newer version) | |||||
| | * | quick update to be somewhat compatible with newer versions of Pillow, ↵ | tassaron2 | 2020-03-15 | 2 | -9/+12 | |
| | | | | | | | | | ffmpeg, and Ubuntu | |||||
| | * | Undo feature | Brianna | 2017-09-02 | 28 | -387/+1160 | |
| | |\ | ||||||
| | | * | ctrl-c ends commandline mode properly | tassaron | 2017-08-28 | 6 | -11/+25 | |
| | | | | ||||||
| | | * | undoable Life component grid actions | tassaron | 2017-08-27 | 2 | -38/+102 | |
| | | | | ||||||
| | | * | file logging can be turned completely off | tassaron | 2017-08-27 | 7 | -90/+119 | |
| | | | | | | | | | | | | | and various changes to log levels and messages everywhere | |||||
| | | * | disallow suspiciously enormous floats | tassaron | 2017-08-27 | 1 | -3/+10 | |
| | | | | | | | | | | | | | this stops a bad project file from crashing my computer... | |||||
| | | * | fixed too-large Color sizes, fixed a redoing bug, rm pointless things | tassaron | 2017-08-26 | 10 | -59/+72 | |
| | | | | | | | | | | | | | and now Ctrl+Alt+Shift+A gives a bunch of debug info | |||||
| | | * | potential dataDir paths in comments for future reference | tassaron | 2017-08-21 | 1 | -1/+4 | |
| | | | | ||||||
| | | * | added undo button to GUI | tassaron | 2017-08-20 | 4 | -8/+51 | |
| | | | | | | | | | | | | | with icons that theoretically should look ok cross-platform | |||||
| | | * | don't merge undos when setting text with a button | tassaron | 2017-08-20 | 6 | -21/+37 | |
| | | | | | | | | | | | | | plus changes to life.py for pep8 compliance | |||||
| | | * | relative widgets scale properly when undoing at different resolutions | tassaron | 2017-08-20 | 5 | -29/+68 | |
| | | | | ||||||
| | | * | remove % from log calls | tassaron | 2017-08-19 | 8 | -41/+66 | |
| | | | | ||||||
