aboutsummaryrefslogtreecommitdiffstats
path: root/components/text.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* saved preset titles, code clean-upstassaron2017-06-081-1/+2
| | | | componentList drag'n'drop disabled for now; will work on it in another branch
* 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 ↵DH42017-06-061-10/+1
|\ | | | | | | github.com:IamDH4/audio-visualizer-python into feature-newgui
| * 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
|\ | | | | 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.