aboutsummaryrefslogtreecommitdiffstats
path: root/components/text.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* various bugfixes, blankFrame method for componentstassaron2017-06-151-1/+1
| | | | don't crash from broken project files or nonexistent videopaths, and shareable common paths in core.py
* asterisk next to modified preset is more accuratetassaron2017-06-131-2/+2
| | | | hopefully
* adding an asterisk to modified, unsaved presetstassaron2017-06-121-3/+8
| | | | flags for unsaved changes saved in project files
* can't right-click empty space + color eyedroppertassaron2017-06-111-1/+1
|
* 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
|/