aboutsummaryrefslogtreecommitdiff
path: root/lib/gui/esubtitle.h
AgeCommit message (Collapse)Author
2010-12-05small code cleanup, fix memleaksghost
refs #537
2010-07-26add experimental vobsub support (requires gst-plugin-dvdsub) / ignore PGS ↵Fraxinas
subs (fixes #537)
2009-06-09allow scale of pixmap subtitlesFelix Domke
2009-05-31esubtitle.h: fix compiler warningsghost
2009-05-27make subtitle font styles skinnableFraxinas
2009-04-23experimentally switch to new decodebin2 gstreamer back-end for mediaplayer. ↵Fraxinas
requires most recent versions of glib 2, gstreamer & plugins, dvbmediasink
2009-02-17move replace_all function to base/string.hghost
2008-10-29also use refcounting for eTimersAndreas Monzner
its now no more possible directly to call new eTimer .. or to embedded eTimer. to create a eTimer now eTimer::create must be used... to delete you must call ->AddRef() after timer creation and ->Release when the timer is no more needed. Or use ePtr<eTimer> to store the timer reference.. then its enough to set the ePtr<eTimer> object to 0 when the timer is no more needed
2008-10-21compile fixAndreas Monzner
2008-10-20hide subtitles after actual duration timeout, unescape entities and simulate ↵Andreas Frisch
bold and italic
2008-03-27make eSubtitleWidget more flexibleAndreas Monzner
2006-10-27fix subtitle clippingAndreas Monzner
add 5 seconds hide timeout for dvb subtitles
2006-10-25dvb subtitles are working nowAndreas Monzner
2006-06-06fixFelix Domke
2006-06-02add subtitle widgetFelix Domke