aboutsummaryrefslogtreecommitdiffstats
path: root/components/text.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* more commandline component optionstassaron2017-06-221-6/+22
* bugfixestassaron2017-06-221-1/+3
* preset-loading and basic args from commandlinetassaron2017-06-221-0/+10
* various bugfixes, blankFrame method for componentstassaron2017-06-151-1/+1
* asterisk next to modified preset is more accuratetassaron2017-06-131-2/+2
* adding an asterisk to modified, unsaved presetstassaron2017-06-121-3/+8
* can't right-click empty space + color eyedroppertassaron2017-06-111-1/+1
* saved preset titles, code clean-upstassaron2017-06-081-1/+2
* added submenu for opening presets, moved codetassaron2017-06-071-1/+2
* Code cleanupDH42017-06-061-12/+11
* Use bytes instead of encoding a PNG in text module.DH42017-06-061-38/+39
* Merge branch 'component-backgrounds' of github.com:IamDH4/audio-visualizer-py...DH42017-06-061-10/+1
|\
| * video component almost working, rm hardcoded backgroundstassaron2017-06-041-7/+1
| * start of background replacement componentstassaron2017-06-031-3/+0
* | Font OffsetDH42017-06-051-2/+4
|/
* Better text defaultsDH42017-06-031-7/+2
* saved project dirstassaron2017-06-031-3/+7
* Cancel button stops pre-processing too.DH42017-06-021-0/+6
* saveable titleFont, xPosition glitches fixedtassaron2017-06-011-7/+17
* Merge pull request #6 from IamDH4/feature-rendering-engineBrianna2017-06-011-5/+2
|\
| * minor fixes, commentstassaron2017-06-011-5/+2
* | presets are workingtassaron2017-05-301-5/+20
|/
* Merge branch 'feature-newgui' into feature-newgui-lesstextrendersBrianna2017-05-291-27/+8
|\
| * Merge branch 'feature-newgui' of https://www.github.com/IamDH4/audio-visualiz...tassaron2017-05-291-0/+6
| |\
| * | added component base classtassaron2017-05-291-29/+7