aboutsummaryrefslogtreecommitdiff
path: root/lib/gui
AgeCommit message (Collapse)Author
2010-12-11add missing inc/decref for multicontent templateghost
2010-11-16ewidgetdesktop: don't abort if no target_pixmap is setAndreas Oberritter
2010-11-16install header filesAndreas Oberritter
2010-11-16build and link static libraries without libtoolAndreas Oberritter
2010-11-16clean up build #2Andreas Oberritter
* use swig macros from autoconf archive * generate and use enigma2_config.h (include from command-line) * check for dbox/fp.h and dbox/lcd-ks0713.h * clean up checks for libdreamdvd and lib*gif * fix some dependencies for generated files and header files
2010-11-16clean up buildAndreas Oberritter
* reduce use of TUXBOX macros * fix compiler warnings by including Python.h from the command-line * use libtool to build and link main/* and lib/* * don't link libmad, libid3tag, libcrypt, libresolv, librt, ldl into e2 * fix make rules of actionids.h
2010-11-16*/Makefile.am: s,INCLUDES,AM_CPPFLAGS,Andreas Oberritter
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-06-04lib/gui/elistboxcontent.cpp: dont crash on non selectable entriesghost
2010-05-26add new multicontent TYPE_PROGRESS_PIXMAPghost
this fixes bug #539
2010-04-13lib/gui/elistboxcontent.cpp: fix compiler warningghost
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
2009-02-13 - While recording, collect startcodes and save them into ".sc"-filesFelix Domke
- this allows finding iframes for fast forward/reverse more easily - when in fast forward, strictly just output good (=complete iframes) data (this might break dm7025, we will fix this later) - draw smaller, fixed-size bar in position gauge