index
:
enigma2.git
cwe-pc
master
Clone of git://git.opendreambox.org/git/enigma2.git before dream multimedia removed all the engima2 sources
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
gui
/
elistboxcontent.h
Age
Commit message (
Expand
)
Author
2009-07-16
allow use of alphablended pixmaps in multicontent lists
Felix Domke
2009-02-23
fixed compile errors with g++ 4.3 and replaced some c headers by their
Andreas Oberritter
2008-04-13
add 'templates' in listboxcontent, to split the layout from actual data content
Felix Domke
2007-11-19
update scrollbar in timerlist when a entry is removed
Andreas Monzner
2007-09-25
fix partial clipping for eListboxPythonMultiContent
Andreas Monzner
2007-07-31
renable callable func to selectable func
Andreas Monzner
2007-07-30
add possibility to set a callable check function
Andreas Monzner
2007-07-28
fix
Andreas Monzner
2007-07-27
code cleanup / more flexible code
Andreas Monzner
2007-07-26
add function to set the selection rect (for partial selections),
Andreas Monzner
2007-04-12
itemheight is now a property of the listbox content
Felix Domke
2006-12-19
some python import cleanups
Andreas Monzner
2006-11-25
python object refcount debugging code second try
Andreas Monzner
2006-03-07
add ability to set a callback build function in listbox multicontent
Andreas Monzner
2006-02-27
remove test cruft, add possibility for a seperator
Felix Domke
2006-01-26
TYPE_PIXMAP_ALPHATEST in eListboxMultiContent, fix alphatest
Felix Domke
2006-01-02
add type to python multi content entrys
Andreas Monzner
2005-12-12
small optimiziations
Andreas Monzner
2005-10-07
add invalidate to eListboxPythonStringContent
Andreas Monzner
2005-08-16
- make invlidateEntry public
Felix Domke
2005-05-14
- work on timers
Felix Domke
2005-04-25
- add new listbox content type for multiple strings
Felix Domke
2005-02-27
- hopefully fixed some python/refcount stuff (__deref__ is still evil!)
Felix Domke
2005-02-07
- added iStaticServiceInformation
Felix Domke
2005-01-31
- fixed dvb scan
Felix Domke
2005-01-28
- added ListBoxContents: based on std::list<std::string> and PyList with Str...
Felix Domke