aboutsummaryrefslogtreecommitdiffstats
path: root/video_thread.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-22text and visualization colour can be changed using commandlinetassaron1-5/+8
2017-05-22make sure tempfiles get deletedtassaron1-0/+1
2017-05-22rm line that makes atexit raise an errortassaron1-1/+0
2017-05-22add command line options for font size, alignment, positionMartin Kaistra1-4/+24
2017-05-21more loading feedbacktassaron3-6/+18
2017-05-21fixed preview not updating when changing between two videostassaron1-1/+1
2017-05-18added back in spaces deleted by my editortassaron2-6/+5
2017-05-18added back in spaces deleted by my editortassaron1-10/+10
2017-05-18added ability to use an mp4 as the backgroundtassaron4-34/+98
2017-04-25added font parameter, default values for settings, writing of settings file a...Martin Kaistra1-7/+16
2017-04-25do not require X server for command line modeMartin Kaistra1-1/+1
2017-04-24add new experimental command line modeMartin Kaistra1-5/+65
2017-04-22Connect drawPreview events after input elements have valuesMartin Kaistra1-7/+7
2017-04-21changed differentiater of text alignment from string to intMaximilian Siess4-9/+9
2017-04-20cleanupMaximilian Siess5-0/+0
2017-04-20clean upMaximilian Siess1-1/+1
2017-04-20all options are saved to and loaded from settings.iniMaximilian Siess1-5/+23
2017-04-20added font size and text position to video threadMaximilian Siess2-4/+10
2017-04-20added font size of text in previewMaximilian Siess3-9/+15
2017-04-20added x/y offset of text in previewMaximilian Siess3-10/+21
2017-04-20added fontsize and position option to UIMaximilian Siess3-4/+70
2017-04-18Matched the label to the naming schemeMaximilian Siess1-1/+1
2017-04-18Alignment options added to render taskMaximilian Siess5-4/+6
2017-04-18Added text alignment optionMaximilian SiessÂ8-8/+58
2017-04-17cast slice indices to integerMaximilian SiessÂ1-3/+3