aboutsummaryrefslogtreecommitdiffstats
path: root/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
* more commandline component optionstassaron2017-06-226-30/+64
| | | | commandline options that existed before the redesign are now back
* can send multiple arguments to a componenttassaron2017-06-221-1/+2
|
* bugfixestassaron2017-06-223-1/+8
|
* preset-loading and basic args from commandlinetassaron2017-06-225-21/+103
| | | | also made some docstrings more informative
* ask to save changes before changing current projecttassaron2017-06-171-0/+2
| | | | also limited total # of components to 50
* spread option for gradientstassaron2017-06-162-10/+37
|
* 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
| | | | don't crash from broken project files or nonexistent videopaths, and shareable common paths in core.py
* 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
| | | | hopefully
* adding an asterisk to modified, unsaved presetstassaron2017-06-126-21/+57
| | | | flags for unsaved changes saved in project files
* using tab in component list updates widgettassaron2017-06-111-2/+9
| | | | and more understandable function names for writing/reading presets
* 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
| | | | componentList drag'n'drop disabled for now; will work on it in another branch
* 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 ↵DH42017-06-069-25/+1038
|\ | | | | | | github.com:IamDH4/audio-visualizer-python into feature-newgui
| * When out of frames, send last frame to buffer. Added ability to loop video.DH42017-06-061-5/+22
| |