aboutsummaryrefslogtreecommitdiffstats
path: root/components (follow)
Commit message (Expand)AuthorAgeFilesLines
* color component size, position, and gradient optionstassaron2017-06-162-166/+472
* added width and height to color.uitassaron2017-06-162-4/+151
* various bugfixes, blankFrame method for componentstassaron2017-06-158-17/+32
* video scaling, position and distortiontassaron2017-06-152-10/+77
* image component stretch/scale/x/y optionstassaron2017-06-143-9/+126
* asterisk next to modified preset is more accuratetassaron2017-06-136-14/+15
* adding an asterisk to modified, unsaved presetstassaron2017-06-126-21/+57
* using tab in component list updates widgettassaron2017-06-111-2/+9
* can't right-click empty space + color eyedroppertassaron2017-06-112-2/+4
* rename and delete buttons in preset managertassaron2017-06-081-8/+8
* saved preset titles, code clean-upstassaron2017-06-085-5/+10
* added submenu for opening presets, moved codetassaron2017-06-076-8/+17
* newProject method & various small fixestassaron2017-06-071-1/+4
* changed video init to use keywordstassaron2017-06-062-20/+32
* Code cleanupDH42017-06-066-117/+181
* Use bytes instead of encoding a PNG in text module.DH42017-06-061-38/+39
* fixed empty preview frame bugtassaron2017-06-061-1/+7
* Merge branch 'component-backgrounds' of github.com:IamDH4/audio-visualizer-py...DH42017-06-069-25/+1038
|\
| * When out of frames, send last frame to buffer. Added ability to loop video.DH42017-06-061-5/+22
| * added framebuffer to keep frames in ordertassaron2017-06-061-76/+68
| * Performance Tuning. FIXME: Video component frames are rendered out of order....DH42017-06-051-11/+10
| * frames are taken straight from the in_pipetassaron2017-06-041-25/+24
| * not dumping frames anymore, but not working yet eithertassaron2017-06-041-26/+43
| * video component almost working, rm hardcoded backgroundstassaron2017-06-046-64/+69
| * half-finished video componenttassaron2017-06-041-18/+49