aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-04-29delay opening logfile until first call to loggertassaron
2022-04-29document keyboard shortcuts. fix "show ffmpeg command"tassaron
2022-04-28remove punctuation from project names at commandlinetassaron
2022-04-28cast int to str in ffmpeg commandtassaron
2022-04-28change call to superclass __init__ to super()tassaron
2022-04-27add logging to Color component. remove unused importstassaron
2022-04-27fix segmentation fault when rendering Color componenttassaron
2022-04-26tests for commandline argument parsingtassaron
2022-04-25add more logging to the video exporttassaron
2022-04-25add --debug option and rename -e so it's more explicittassaron
2022-04-25fix ImportErrortassaron
2022-04-22add commandline option for tests. add first teststassaron
2022-04-22make pip-installable as a packagetassaron
2022-04-21fail gracefully if createFfmpegCommand returns emptytassaron
2022-04-21createFfmpegCommand returns an empty list if it failstassaron
2022-04-21fix RuntimeError caused by QUndoStack signal handlertassaron
2022-04-21fix crash if ffmpeg is not installed (tested on windows 11)tassaron
2022-04-13fix missing audio in output video due to change in ffmpeg command syntax (tes...tassaron
2022-04-13cast floats to ints when calling resize(), setX(), and setY() (argument types...tassaron
2020-03-15quick update to be somewhat compatible with newer versions of Pillow, ffmpeg,...tassaron2
2017-08-28ctrl-c ends commandline mode properlytassaron
2017-08-27undoable Life component grid actionstassaron
2017-08-27file logging can be turned completely offtassaron
2017-08-27disallow suspiciously enormous floatstassaron
2017-08-26fixed too-large Color sizes, fixed a redoing bug, rm pointless thingstassaron
2017-08-21potential dataDir paths in comments for future referencetassaron
2017-08-20added undo button to GUItassaron
2017-08-20don't merge undos when setting text with a buttontassaron
2017-08-20relative widgets scale properly when undoing at different resolutionstassaron
2017-08-19remove % from log callstassaron
2017-08-19fixed issues with undoing relative widgetstassaron
2017-08-17undoable preset open, rename, and delete'tassaron
2017-08-17component updateWrapper and more obvious method namestassaron
2017-08-17undoable add-comp & clear-preset actionstassaron
2017-08-16undoable component movementtassaron
2017-08-16undo merge IDs given per attr instead of widget typetassaron
2017-08-16merge consecutive actions on the same widget typetassaron
2017-08-15undoable edits for normal component settings; TODO: merge small editstassaron
2017-08-14undoable removeComponent actiontassaron
2017-08-14organizing GUImode-specific codetassaron
2017-08-14better aevalsrc inputs for spectrum previewstassaron
2017-08-14faster Spectrum preview & custom VERBOSE loglvltassaron
2017-08-13made an authors filetassaron
2017-08-13graceful renderNode crash, code clean-uptassaron
2017-08-12fixtassaron
2017-08-12rv pointless optimization & remove circular imports (again...)tassaron
2017-08-12move previewWindow class into new filetassaron
2017-08-11why did I use a dict here?tassaron
2017-08-10Life comp shift buttons and Show Grid optiontassaron
2017-08-10fixed relative image scale bug & Life preset bugtassaron