lib/dvb/frontend.cpp: DTV frontend api support is now working (DVB-S2 is also working...
[enigma2.git] / lib / gui / elistbox.cpp
2009-04-06 Felix DomkeMerge branch 'master' of /home/tmbinc/enigma2-git
2009-04-06 Felix Domkereplace assert by ASSERT, so a proper log message is...
2009-02-11 Felix DomkeMerge branch 'master' of /home/tmbinc/enigma2-git into...
2009-01-19 Felix DomkeMerge branch 'master' of /home/tmbinc/enigma2-git
2009-01-19 Felix Domkeround up when calculating scrollbar width
2008-06-11 Felix Domkefix by Anders Holst: ConfigList Screen update when...
2008-03-30 Andreas Monznerchange "Behaviour" to "Behavior" in all files ... inclu...
2008-03-25 Andreas Oberritteruse long instead of int where pointers are casted
2007-11-19 Andreas Monznerupdate scrollbar in timerlist when a entry is removed
2007-11-09 Andreas Monzneradd foregroundcolor selected and backgroundcolor select...
2007-09-25 Andreas Monznerfix partial clipping for eListboxPythonMultiContent
2007-08-20 Felix Domkemake local listbox styles working for text lists
2007-08-15 Felix Domkeadd 'local style' for listboxes (still needs support...
2007-04-12 Felix Domkeadd comment
2007-01-13 Andreas Monznerfix show/hide scrollbar in automatic mode when entry...
2006-05-03 Andreas Monzneradd missing content avail checks
2006-04-21 Andreas Monznerfix for redraw unused space between scrollbar and listb...
2006-04-21 Andreas Monznercall (re)paint function just for needed entries
2006-02-27 Felix Domkeremove debug
2006-02-27 Felix Domkeremove test cruft, add possibility for a seperator
2006-02-15 Felix Domkeremove debug
2006-02-15 Felix Domkecosmetic changes, entryReset validates position now
2006-02-03 Andreas Monzneradd ability to enable wrap around in listbox
2006-01-25 Andreas Monzneradd selchanged signal to listbox
2005-12-28 Andreas Monznerremove local debug stuff
2005-12-28 Andreas Monznerremove unneeded
2005-12-28 Andreas Monznerhopefully fix the 99% systemload bug when opening a...
2005-12-21 Felix Domkelistbox: validate m_items_per_page a bit more
2005-12-19 Andreas Monzneradd needed functions
2005-12-17 Felix DomkeGUI: child windows will no long be removed on parent...
2005-12-13 Andreas Monzneradd option cursorHome to eListbox::entryReset
2005-12-13 Andreas Monzneronly one call to updateScrollbar
2005-12-13 Andreas Monznerfix scrollbar
2005-12-13 Felix Domkelistbox: check selection after changing size
2005-12-13 Andreas Monznerfix warnings,
2005-12-12 Felix Domkelistbox: move checkScrollbar to the proper place
2005-12-12 Andreas Monznerbetter fix
2005-12-12 Andreas Monznerchange listbox scrollbar default to showNever,
2005-12-12 Andreas Monzneradd scrollbar to listbox
2005-11-30 Andreas Monznerfix handy like jumping in sorted service list
2005-11-30 Stefan Plueckenjumping to an entry beginning with a character works...
2005-11-30 Stefan Plueckenjumping to an entry beginning with a character nearly...
2005-11-28 Felix Domkelistbox: add ability to disable selection highlight
2005-11-27 Felix Domkelistbox: after a long discussion, paint the f&/%ing...
2005-11-15 Andreas Monznerdraw entrys with backgroundcolor when the listbox is...
2005-09-28 Ronny Strutzfixed default and mainmenu
2005-05-18 Felix Domke - add pageUp/pageDown movements
2005-05-14 Felix Domke - work on timers
2005-04-26 Felix Domke - listbox size gets recalculated at the correct position
2005-04-15 Felix Domke - sdl is now default output
2005-03-22 Felix Domke - added hack for disabling actions on hidden windows...
2005-03-20 Felix Domke - improved parser
2005-02-27 Felix Domke - hopefully fixed some python/refcount stuff (__deref_...
2005-02-25 Felix Domke - work on actions
2005-02-09 Felix Domke - fixed console input mode restore
2005-02-07 Felix Domke - added iStaticServiceInformation
2005-01-29 Felix Domke - minor bugfix (allow empty content)
2005-01-29 Felix Domkefixed refcount of eListboxPythonStringContent
2005-01-28 Felix Domke - added ListBoxContents: based on std::list<std::strin...
2005-01-28 Felix Domke - add listbox