aboutsummaryrefslogtreecommitdiff
path: root/lib/gui
AgeCommit message (Collapse)Author
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
2009-01-19default to non-swapped orientationFelix Domke
2009-01-19round up when calculating scrollbar widthFelix Domke
2009-01-19make slider orientation configurable into 4 directionsFelix Domke
2009-01-18colors should be unsigned longFelix Domke
2009-01-16add templated colorsFraxinas
2008-11-25fix some refcounting bugsghost
2008-11-18esubtitle.cpp: initialize uninitialized varible... this fixes not working or ↵ghost
rarely working dvb subtitles
2008-11-10Don't show "last position" marks in position gauge.Felix Domke
fixes #41
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-08-21add size() method .. to get current desktop sizeAndreas Monzner
2008-06-13after DECLARE_REF now all is private.. not publicAndreas Monzner
dont export AddRef, Release, ptrref and grabRef to python some cleanups
2008-06-11also resize widget desktop on resolution changeFelix Domke
2008-06-11fix by Anders Holst: ConfigList Screen update when deleting a listitemFelix Domke
2008-04-13add 'templates' in listboxcontent, to split the layout from actual data contentFelix Domke
2008-03-30change "Behaviour" to "Behavior" in all files ... including allAndreas Monzner
translations.. so no new translation is needed
2008-03-27make eSubtitleWidget more flexibleAndreas Monzner
2008-03-25fix deprecated conversion from string constant to char* by using const char* ↵Andreas Oberritter
instead where possible
2008-03-25use long instead of int where pointers are castedAndreas Oberritter
2008-01-24write text support in eCanvasFelix Domke
2007-12-21add 'layers' (in buffered mode, which is not working at the moment).Felix Domke
2007-12-20init borders to 0Felix Domke
2007-12-20remove debugFelix Domke
2007-12-13re-enable alphablendFelix Domke
2007-12-10add support for manual blitAndreas Monzner
2007-11-28improve text editing. Patch by Anders HolstFelix Domke
2007-11-19update scrollbar in timerlist when a entry is removedAndreas Monzner
2007-11-13remove unneeded code,Andreas Monzner
fix copy & paste typo
2007-11-10dont export unneeded eListboxStyle class to python...Andreas Monzner
2007-11-09fix some bugsAndreas Monzner
2007-11-09dont ignore background color when transparent=1 is set.. (needed for fontAndreas Monzner
anti aliasing)
2007-11-09add foregroundcolor selected and backgroundcolor selected to local listboxAndreas Monzner
styles (backgroundColorSelected, foregroundColorSelected in skin) add EntryForegroundColorSelected support to GraphMultiEPG add possibility to set selected foregroundcolor for listboxmulticontent entries
2007-10-26small fix (no visible selection in tuner configuration in start wizzard)Andreas Monzner
2007-09-25fix typos (copy & paste is evil ;) )Andreas Monzner
2007-09-25small fixAndreas Monzner
2007-09-25fix partial clipping for eListboxPythonMultiContentAndreas Monzner
2007-09-24add support for local listbox styles to eListboxPythonConfigContentAndreas Monzner
add partially support for local listbox styles to eListboxPythonMultiContent (no support for entry background/selected background pictures)
2007-09-21add possibility to redefine multiepg colors in skinAndreas Monzner
GraphEpg.Foreground, GraphEpg.Background, GrapgEpg.BackgroundSelected, GraphEpg.Border
2007-09-17clear non processed subtitles on skip forward / backwardAndreas Monzner