| Commit message (Expand) | Author | Age | Files | Lines |
| * | color component size, position, and gradient options | tassaron | 2017-06-16 | 2 | -166/+472 |
| * | added width and height to color.ui | tassaron | 2017-06-16 | 2 | -4/+151 |
| * | various bugfixes, blankFrame method for components | tassaron | 2017-06-15 | 8 | -17/+32 |
| * | video scaling, position and distortion | tassaron | 2017-06-15 | 2 | -10/+77 |
| * | image component stretch/scale/x/y options | tassaron | 2017-06-14 | 3 | -9/+126 |
| * | asterisk next to modified preset is more accurate | tassaron | 2017-06-13 | 6 | -14/+15 |
| * | adding an asterisk to modified, unsaved presets | tassaron | 2017-06-12 | 6 | -21/+57 |
| * | using tab in component list updates widget | tassaron | 2017-06-11 | 1 | -2/+9 |
| * | can't right-click empty space + color eyedropper | tassaron | 2017-06-11 | 2 | -2/+4 |
| * | rename and delete buttons in preset manager | tassaron | 2017-06-08 | 1 | -8/+8 |
| * | saved preset titles, code clean-ups | tassaron | 2017-06-08 | 5 | -5/+10 |
| * | added submenu for opening presets, moved code | tassaron | 2017-06-07 | 6 | -8/+17 |
| * | newProject method & various small fixes | tassaron | 2017-06-07 | 1 | -1/+4 |
| * | changed video init to use keywords | tassaron | 2017-06-06 | 2 | -20/+32 |
| * | Code cleanup | DH4 | 2017-06-06 | 6 | -117/+181 |
| * | Use bytes instead of encoding a PNG in text module. | DH4 | 2017-06-06 | 1 | -38/+39 |
| * | fixed empty preview frame bug | tassaron | 2017-06-06 | 1 | -1/+7 |
| * | Merge branch 'component-backgrounds' of github.com:IamDH4/audio-visualizer-py... | DH4 | 2017-06-06 | 9 | -25/+1038 |
| |\ |
|
| | * | When out of frames, send last frame to buffer. Added ability to loop video. | DH4 | 2017-06-06 | 1 | -5/+22 |
| | * | added framebuffer to keep frames in order | tassaron | 2017-06-06 | 1 | -76/+68 |
| | * | Performance Tuning. FIXME: Video component frames are rendered out of order.... | DH4 | 2017-06-05 | 1 | -11/+10 |
| | * | frames are taken straight from the in_pipe | tassaron | 2017-06-04 | 1 | -25/+24 |
| | * | not dumping frames anymore, but not working yet either | tassaron | 2017-06-04 | 1 | -26/+43 |
| | * | video component almost working, rm hardcoded backgrounds | tassaron | 2017-06-04 | 6 | -64/+69 |
| | * | half-finished video component | tassaron | 2017-06-04 | 1 | -18/+49 |