aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pep8 cleanuptassaron2017-06-237-59/+85
* Merge branch 'feature-newgui' of github.com:djfun/audio-visualizer-python int...DH42017-06-2311-244/+422
|\
| * Fixed crash after creating a new project on commandlinetassaron2017-06-231-4/+14
| |\
| | * fixed crash after creating a project on commandlinetassaron2017-06-231-4/+14
| * | Merge pull request #32 from djfun/newgui-commandlineBrianna2017-06-2311-240/+408
| |\|
| | * Merge branch 'feature-newgui' into newgui-commandlineBrianna2017-06-236-33/+97
| | |\ | | |/ | |/|
| | * more commandline component optionstassaron2017-06-227-35/+74
| | * can send multiple arguments to a componenttassaron2017-06-223-8/+15
| | * bugfixestassaron2017-06-226-34/+17
| | * preset-loading and basic args from commandlinetassaron2017-06-2210-62/+156
| | * able to create components from commandlinetassaron2017-06-182-5/+46
| | * basic commandline functionality using 3 argstassaron2017-06-185-191/+196
* | | Fixed Ctrl+End HotkeyDH42017-06-231-1/+1
|/ /
* | cx_freeze Path UpdatesDH42017-06-236-30/+62
* | Implement HotkeysDH42017-06-231-3/+36
|/
* exports to ~ if no dir given, fix infinite loop when cancellingtassaron2017-06-172-16/+25
* ask to save changes before changing current projecttassaron2017-06-173-34/+75
* spread option for gradientstassaron2017-06-162-10/+37
* color component size, position, and gradient optionstassaron2017-06-164-169/+477
* added width and height to color.uitassaron2017-06-162-4/+151
* Redesigned preset UI + video & image component scaling/positioningBrianna2017-06-1516-471/+1425
|\
| * drag events for component list now working!tassaron2017-06-154-18/+42
| * various bugfixes, blankFrame method for componentstassaron2017-06-1511-57/+107
| * video scaling, position and distortiontassaron2017-06-153-11/+79
| * clear preset button, disable New Project during exporttassaron2017-06-153-10/+48