aboutsummaryrefslogtreecommitdiff
path: root/lib/gui/elistbox.h
AgeCommit message (Expand)Author
2008-03-30change "Behaviour" to "Behavior" in all files ... including allAndreas Monzner
2008-03-25use long instead of int where pointers are castedAndreas Oberritter
2007-11-10dont export unneeded eListboxStyle class to python...Andreas Monzner
2007-11-09add foregroundcolor selected and backgroundcolor selected to local listboxAndreas Monzner
2007-09-25fix partial clipping for eListboxPythonMultiContentAndreas Monzner
2007-08-20make local listbox styles working for text listsFelix Domke
2007-08-17remove incorrent setTransparentFelix Domke
2007-08-15add 'local style' for listboxes (still needs support in listbox content)Felix Domke
2007-04-12itemheight is now a property of the listbox contentFelix Domke
2006-02-27remove test cruft, add possibility for a seperatorFelix Domke
2006-02-03add ability to enable wrap around in listboxAndreas Monzner
2006-01-25add selchanged signal to listboxAndreas Monzner
2006-01-17predeclare eListbox because it is used by iListboxContentAndreas Oberritter
2005-12-19add needed functionsAndreas Monzner
2005-12-13add option cursorHome to eListbox::entryResetAndreas Monzner
2005-12-12add scrollbar to listboxAndreas Monzner
2005-11-30jumping to an entry beginning with a character nearly works nowStefan Pluecken
2005-11-28listbox: add ability to disable selection highlightFelix Domke
2005-05-14 - work on timersFelix Domke
2005-02-27 - hopefully fixed some python/refcount stuff (__deref__ is still evil!)Felix Domke
2005-02-25 - work on actionsFelix Domke
2005-02-07 - added iStaticServiceInformationFelix Domke
2005-01-31 - fixed dvb scanFelix Domke
2005-01-28 - added ListBoxContents: based on std::list<std::string> and PyList with Str...Felix Domke
2005-01-28 - add listboxFelix Domke