aboutsummaryrefslogtreecommitdiff
path: root/lib/gui
AgeCommit message (Collapse)Author
2010-12-13add missing inc/decref for multicontent templateghost
2010-12-13Merge branch 'bug_537_ignore_vob_pgs_subtitles' into 3.0ghost
2010-12-05small code cleanup, fix memleaksghost
refs #537
2010-11-11Merge branch 'bug_539_add_multicontent_pixmap_progress'ghost
2010-11-11add template handling to pixmap progress listboxmulticontentghost
refs #539
2010-11-02Merge branch 'bug_530_add_dm800se_support'ghost
2010-11-02add assertion for missing windowstyleghost
2010-10-07fix tabs, dont draw border when width is 0ghost
2010-10-07implement borders for ePixmap widgets (add feature #589)Fraxinas
2010-10-06Merge branch 'bug_539_add_multicontent_pixmap_progress'ghost
2010-10-06Merge branch 'bug_474_fix_multicontent_clear'ghost
2010-07-26add experimental vobsub support (requires gst-plugin-dvdsub) / ignore PGS ↵Fraxinas
subs (fixes #537)
2010-06-04lib/gui/elistboxcontent.cpp: dont crash on non selectable entriesghost
2010-06-04lib/gui/elistboxcontent.cpp: dont crash on non selectable entriesghost
2010-05-26add new multicontent TYPE_PROGRESS_PIXMAPghost
this fixes bug #539
2010-05-26add new multicontent TYPE_PROGRESS_PIXMAPghost
this fixes bug #539
2010-04-13lib/gui/elistboxcontent.cpp: fix compiler warningghost
2010-04-13lib/gui/elistboxcontent.cpp: fix compiler warningghost
2010-03-11dont clear when not neededghost
this fixes bug #474
2010-03-11dont clear when not neededghost
this fixes bug #474
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
2009-07-27lib/dvb/subtitle.h/cpp: cleanup, fixes for sky brazil 2bit dvb subtitles, ↵ghost
add supported for HD DVB subtitles (seen on bbc hd) lib/dvb/esubtitle.cpp: add support for HD DVB subtiles (seen on BBC HD)
2009-07-25make PIG working with HD Skinsghost
2009-07-24fix tabsghost
2009-07-17ignore empty pixmapsFelix Domke
2009-07-16properly scale change regionsFelix Domke
2009-07-16allow use of alphablended pixmaps in multicontent listsFelix Domke
2009-06-30initialize m_cursor, fix cursorValidFelix Domke
2009-06-19also scale invalidatesfor dvb subtitlesFelix Domke
2009-06-15add csize() to get client sizeFelix Domke
2009-06-09optimize manual blits by not forcing them at gPainter::end, but instead call ↵Felix Domke
flush manually
2009-06-09allow scale of pixmap subtitlesFelix Domke
2009-06-03experimental scaling for pixmaps, requires more work (surface is likely not ↵Felix Domke
an accel-surface)
2009-06-03in buffered mode, don't check empty layersFelix Domke
2009-06-03when starting move, set initial positionFelix Domke
2009-06-03use 720x576 subtitle pixmap, and scale to fullscreenFelix 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-04-20allow progress in TemplatedMultiContent lists - patch by courtesy of nightmanFraxinas
2009-04-06replace assert by ASSERT, so a proper log message is generatedFelix Domke
2009-04-03elistboxcontent.cpp: paint background for selected entry also when ↵ghost
transparent="1" is set
2009-04-02elistboxcontent.cpp: revert "cleanup" part of the commit ↵ghost
"elistboxcontent.cpp: code cleanup, only draw background pixmap for valid(used) listbox entries"
2009-04-02elistboxcontent.cpp: code cleanup, only draw background pixmap for ↵ghost
valid(used) listbox entries
2009-03-31Merge branch 'tmbinc/FixTimingBugs'Felix Domke
2009-03-31Merge commit 'origin/master' into tmbinc/FixTimingBugsFelix Domke
2009-03-27listboxcontent.cpp: support background and selected pixmap also for ↵ghost
multicontent lists
2009-02-23fixed compile errors with g++ 4.3 and replaced some c headers by theirAndreas Oberritter
c++ counterparts
2009-02-19allow {text,pixmap}=None, without warning or error, to allow more flexible ↵Felix Domke
layout options
2009-02-17move replace_all function to base/string.hghost