aboutsummaryrefslogtreecommitdiffstats
path: root/src/toolkit/frame.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix segmentation fault when rendering Color componenttassaron2022-04-271-1/+2
* make pip-installable as a packagetassaron2022-04-221-1/+1
* ctrl-c ends commandline mode properlytassaron2017-08-281-0/+1
* fixed too-large Color sizes, fixed a redoing bug, rm pointless thingstassaron2017-08-261-3/+0
* undoable edits for normal component settings; TODO: merge small editstassaron2017-08-151-1/+1
* faster Spectrum preview & custom VERBOSE loglvltassaron2017-08-141-1/+2
* fixtassaron2017-08-121-11/+5
* rv pointless optimization & remove circular imports (again...)tassaron2017-08-121-20/+14
* move previewWindow class into new filetassaron2017-08-121-12/+25
* using the builtin logging moduletassaron2017-08-101-0/+6
* relative stroke px size & no Qt pen on stroketassaron2017-08-081-2/+5
* component class now tracks colorwidgetstassaron2017-08-011-3/+3
* waveform component is working, preview is glitchytassaron2017-07-291-0/+12
* ComponentError exception wraps previewRendertassaron2017-07-231-0/+18
* components auto-connect & track widgets, less autosave spamtassaron2017-07-231-2/+2
* ffmpeg functions moved to toolkit, component format simplifiedtassaron2017-07-201-4/+2
* combined toolkit.py & frame.py into toolkit packagetassaron2017-07-171-0/+66