aboutsummaryrefslogtreecommitdiffstats
path: root/components/text.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* saveable titleFont, xPosition glitches fixedtassaron2017-06-011-7/+17
|
* Merge pull request #6 from IamDH4/feature-rendering-engineBrianna2017-06-011-5/+2
|\ | | | | a rendering engine that uses more threads
| * minor fixes, commentstassaron2017-06-011-5/+2
| |
* | presets are workingtassaron2017-05-301-5/+20
|/ | | | except for font because it can't be represented as a string
* Merge branch 'feature-newgui' into feature-newgui-lesstextrendersBrianna2017-05-291-27/+8
|\
| * Merge branch 'feature-newgui' of ↵tassaron2017-05-291-0/+6
| |\ | | | | | | | | | https://www.github.com/IamDH4/audio-visualizer-python into feature-newgui
| * | added component base classtassaron2017-05-291-29/+7
| | |
* | | title text does not need to generate a new image each frametassaron2017-05-291-0/+1
| |/ |/|
* | save empty presets, comboBox populates with preset namestassaron2017-05-281-0/+3
| |
* | savePreset creates a filetassaron2017-05-281-0/+3
|/
* fixed travelling text bugtassaron2017-05-281-6/+8
|
* title text is now a componenttassaron2017-05-281-44/+116
| | | | plus numerous bugs removed and added
* Integration with tassaron2 modular design. True Alpha Rendering added, ↵DH42017-05-281-0/+59
several bug fixes.