| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix segmentation fault when rendering Color component | tassaron | 2022-04-27 | 1 | -1/+2 |
| | | | | | Pillow's ImageQt is a subclass of QImage | ||||
| * | make pip-installable as a package | tassaron | 2022-04-22 | 1 | -1/+1 |
| | | |||||
| * | ctrl-c ends commandline mode properly | tassaron | 2017-08-28 | 1 | -0/+1 |
| | | |||||
| * | fixed too-large Color sizes, fixed a redoing bug, rm pointless things | tassaron | 2017-08-26 | 1 | -3/+0 |
| | | | | | and now Ctrl+Alt+Shift+A gives a bunch of debug info | ||||
| * | undoable edits for normal component settings; TODO: merge small edits | tassaron | 2017-08-15 | 1 | -1/+1 |
| | | |||||
| * | faster Spectrum preview & custom VERBOSE loglvl | tassaron | 2017-08-14 | 1 | -1/+2 |
| | | |||||
| * | fix | tassaron | 2017-08-12 | 1 | -11/+5 |
| | | |||||
| * | rv pointless optimization & remove circular imports (again...) | tassaron | 2017-08-12 | 1 | -20/+14 |
| | | | | | the last commit does showcase an enlightening bug however | ||||
| * | move previewWindow class into new file | tassaron | 2017-08-12 | 1 | -12/+25 |
| | | | | | and cache frequently-created blank frames | ||||
| * | using the builtin logging module | tassaron | 2017-08-10 | 1 | -0/+6 |
| | | |||||
| * | relative stroke px size & no Qt pen on stroke | tassaron | 2017-08-08 | 1 | -2/+5 |
| | | |||||
| * | component class now tracks colorwidgets | tassaron | 2017-08-01 | 1 | -3/+3 |
| | | | | | so adding new color-selection widgets is now simple | ||||
| * | waveform component is working, preview is glitchy | tassaron | 2017-07-29 | 1 | -0/+12 |
| | | |||||
| * | ComponentError exception wraps previewRender | tassaron | 2017-07-23 | 1 | -0/+18 |
| | | | | | probably where errors are likeliest to be found | ||||
| * | components auto-connect & track widgets, less autosave spam | tassaron | 2017-07-23 | 1 | -2/+2 |
| | | | | | importing toolkit from live interpreter now works | ||||
| * | ffmpeg functions moved to toolkit, component format simplified | tassaron | 2017-07-20 | 1 | -4/+2 |
| | | | | | component methods are auto-decorated & settings are now class variables | ||||
| * | combined toolkit.py & frame.py into toolkit package | tassaron | 2017-07-17 | 1 | -0/+66 |
