| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-04-03 | elistboxcontent.cpp: paint background for selected entry also when ↵ | ghost | |
| transparent="1" is set | |||
| 2009-04-02 | elistboxcontent.cpp: revert "cleanup" part of the commit ↵ | ghost | |
| "elistboxcontent.cpp: code cleanup, only draw background pixmap for valid(used) listbox entries" | |||
| 2009-04-02 | elistboxcontent.cpp: code cleanup, only draw background pixmap for ↵ | ghost | |
| valid(used) listbox entries | |||
| 2009-03-31 | Merge branch 'tmbinc/FixTimingBugs' | Felix Domke | |
| 2009-03-31 | Merge commit 'origin/master' into tmbinc/FixTimingBugs | Felix Domke | |
| 2009-03-27 | listboxcontent.cpp: support background and selected pixmap also for ↵ | ghost | |
| multicontent lists | |||
| 2009-02-23 | fixed compile errors with g++ 4.3 and replaced some c headers by their | Andreas Oberritter | |
| c++ counterparts | |||
| 2009-02-19 | allow {text,pixmap}=None, without warning or error, to allow more flexible ↵ | Felix Domke | |
| layout options | |||
| 2009-02-17 | move replace_all function to base/string.h | ghost | |
| 2009-02-13 | - While recording, collect startcodes and save them into ".sc"-files | Felix 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-19 | default to non-swapped orientation | Felix Domke | |
| 2009-01-19 | round up when calculating scrollbar width | Felix Domke | |
| 2009-01-19 | make slider orientation configurable into 4 directions | Felix Domke | |
| 2009-01-18 | colors should be unsigned long | Felix Domke | |
| 2009-01-16 | add templated colors | Fraxinas | |
| 2008-11-25 | fix some refcounting bugs | ghost | |
| 2008-11-18 | esubtitle.cpp: initialize uninitialized varible... this fixes not working or ↵ | ghost | |
| rarely working dvb subtitles | |||
| 2008-11-10 | Don't show "last position" marks in position gauge. | Felix Domke | |
| fixes #41 | |||
| 2008-10-29 | also use refcounting for eTimers | Andreas 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-21 | compile fix | Andreas Monzner | |
| 2008-10-20 | hide subtitles after actual duration timeout, unescape entities and simulate ↵ | Andreas Frisch | |
| bold and italic | |||
| 2008-08-21 | add size() method .. to get current desktop size | Andreas Monzner | |
| 2008-06-13 | after DECLARE_REF now all is private.. not public | Andreas Monzner | |
| dont export AddRef, Release, ptrref and grabRef to python some cleanups | |||
| 2008-06-11 | also resize widget desktop on resolution change | Felix Domke | |
| 2008-06-11 | fix by Anders Holst: ConfigList Screen update when deleting a listitem | Felix Domke | |
| 2008-04-13 | add 'templates' in listboxcontent, to split the layout from actual data content | Felix Domke | |
| 2008-03-30 | change "Behaviour" to "Behavior" in all files ... including all | Andreas Monzner | |
| translations.. so no new translation is needed | |||
| 2008-03-27 | make eSubtitleWidget more flexible | Andreas Monzner | |
| 2008-03-25 | fix deprecated conversion from string constant to char* by using const char* ↵ | Andreas Oberritter | |
| instead where possible | |||
| 2008-03-25 | use long instead of int where pointers are casted | Andreas Oberritter | |
| 2008-01-24 | write text support in eCanvas | Felix Domke | |
| 2007-12-21 | add 'layers' (in buffered mode, which is not working at the moment). | Felix Domke | |
| 2007-12-20 | init borders to 0 | Felix Domke | |
| 2007-12-20 | remove debug | Felix Domke | |
| 2007-12-13 | re-enable alphablend | Felix Domke | |
| 2007-12-10 | add support for manual blit | Andreas Monzner | |
| 2007-11-28 | improve text editing. Patch by Anders Holst | Felix Domke | |
| 2007-11-19 | update scrollbar in timerlist when a entry is removed | Andreas Monzner | |
| 2007-11-13 | remove unneeded code, | Andreas Monzner | |
| fix copy & paste typo | |||
| 2007-11-10 | dont export unneeded eListboxStyle class to python... | Andreas Monzner | |
| 2007-11-09 | fix some bugs | Andreas Monzner | |
| 2007-11-09 | dont ignore background color when transparent=1 is set.. (needed for font | Andreas Monzner | |
| anti aliasing) | |||
| 2007-11-09 | add foregroundcolor selected and backgroundcolor selected to local listbox | Andreas Monzner | |
| styles (backgroundColorSelected, foregroundColorSelected in skin) add EntryForegroundColorSelected support to GraphMultiEPG add possibility to set selected foregroundcolor for listboxmulticontent entries | |||
| 2007-10-26 | small fix (no visible selection in tuner configuration in start wizzard) | Andreas Monzner | |
| 2007-09-25 | fix typos (copy & paste is evil ;) ) | Andreas Monzner | |
| 2007-09-25 | small fix | Andreas Monzner | |
| 2007-09-25 | fix partial clipping for eListboxPythonMultiContent | Andreas Monzner | |
| 2007-09-24 | add support for local listbox styles to eListboxPythonConfigContent | Andreas Monzner | |
| add partially support for local listbox styles to eListboxPythonMultiContent (no support for entry background/selected background pictures) | |||
| 2007-09-21 | add possibility to redefine multiepg colors in skin | Andreas Monzner | |
| GraphEpg.Foreground, GraphEpg.Background, GrapgEpg.BackgroundSelected, GraphEpg.Border | |||
| 2007-09-17 | clear non processed subtitles on skip forward / backward | Andreas Monzner | |
