| Age | Commit message (Expand) | Author |
| 2017-06-18 | able to create components from commandline | tassaron |
| 2017-06-18 | basic commandline functionality using 3 args | tassaron |
| 2017-06-17 | exports to ~ if no dir given, fix infinite loop when cancelling | tassaron |
| 2017-06-17 | ask to save changes before changing current project | tassaron |
| 2017-06-16 | spread option for gradients | tassaron |
| 2017-06-16 | color component size, position, and gradient options | tassaron |
| 2017-06-16 | added width and height to color.ui | tassaron |
| 2017-06-15 | Redesigned preset UI + video & image component scaling/positioning | Brianna |
| 2017-06-15 | drag events for component list now working! | tassaron |
| 2017-06-15 | various bugfixes, blankFrame method for components | tassaron |
| 2017-06-15 | video scaling, position and distortion | tassaron |
| 2017-06-15 | clear preset button, disable New Project during export | tassaron |
| 2017-06-14 | image component stretch/scale/x/y options | tassaron |
| 2017-06-14 | no keyerror when opening new preset | tassaron |
| 2017-06-13 | asterisk next to modified preset is more accurate | tassaron |
| 2017-06-12 | adding an asterisk to modified, unsaved presets | tassaron |
| 2017-06-11 | split up openProject code for use in importPreset | tassaron |
| 2017-06-11 | using tab in component list updates widget | tassaron |
| 2017-06-11 | can't right-click empty space + color eyedropper | tassaron |
| 2017-06-10 | made basic export function, moved more code into core | tassaron |
| 2017-06-10 | close button works, dialogs properly parented | tassaron |
| 2017-06-08 | start connecting import/export buttons | tassaron |
| 2017-06-08 | preset searchbar works, ui experimentally changed | tassaron |
| 2017-06-08 | rename and delete buttons in preset manager | tassaron |
| 2017-06-08 | saved preset titles, code clean-ups | tassaron |
| 2017-06-08 | drag'n'drop componentList, move component code to core.py | tassaron |
| 2017-06-07 | added submenu for opening presets, moved code | tassaron |
| 2017-06-07 | laying some foundations for new preset implementation | tassaron |
| 2017-06-07 | newProject method & various small fixes | tassaron |
| 2017-06-07 | Created projects and presets button. FIXME: Hookup New Project menu item. Hoo... | DH4 |
| 2017-06-07 | Added Bitrate Selection | DH4 |
| 2017-06-07 | Merge branch 'feature-newgui' of github.com:djfun/audio-visualizer-python int... | DH4 |
| 2017-06-07 | Added Encoder Settings, FIXME: Add bitrate options. | DH4 |
| 2017-06-06 | changed video init to use keywords | tassaron |
| 2017-06-06 | Code cleanup | DH4 |
| 2017-06-06 | Use bytes instead of encoding a PNG in text module. | DH4 |
| 2017-06-06 | fixed empty preview frame bug | tassaron |
| 2017-06-06 | Add checkerboard for transpart frames. | DH4 |
| 2017-06-06 | Revert default window size. | DH4 |
| 2017-06-06 | Merge branch 'component-backgrounds' of github.com:IamDH4/audio-visualizer-py... | DH4 |
| 2017-06-06 | When out of frames, send last frame to buffer. Added ability to loop video. | DH4 |
| 2017-06-06 | added framebuffer to keep frames in order | tassaron |
| 2017-06-05 | Performance Tuning. FIXME: Video component frames are rendered out of order.... | DH4 |
| 2017-06-05 | Font Offset | DH4 |
| 2017-06-04 | frames are taken straight from the in_pipe | tassaron |
| 2017-06-04 | not dumping frames anymore, but not working yet either | tassaron |
| 2017-06-04 | video component almost working, rm hardcoded backgrounds | tassaron |
| 2017-06-04 | half-finished video component | tassaron |
| 2017-06-03 | basic image component | tassaron |
| 2017-06-03 | Merge branch 'feature-newgui' of https://github.com/IamDH4/audio-visualizer-p... | tassaron |