aboutsummaryrefslogtreecommitdiff
path: root/lib/gui/elistboxcontent.cpp
AgeCommit message (Expand)Author
2006-11-25python object refcount debugging code second tryAndreas Monzner
2006-11-24remove non working python refcount debugging codeAndreas Monzner
2006-11-23add PyObject refcount debugging codeAndreas Monzner
2006-04-17move cursor to valid position when current is invalid (on call invalidate)Andreas Monzner
2006-03-07add ability to set a callback build function in listbox multicontentAndreas Monzner
2006-02-27fix currentCursorSelectable for multi content listsFelix Domke
2006-02-27support for grayed out itemsFelix Domke
2006-02-27ability to set color in multi content listsFelix Domke
2006-02-27remove test cruft, add possibility for a seperatorFelix Domke
2006-02-27- add positioner plugin (just basic gui atm)Stefan Pluecken
2006-02-26return None when there is no list or invalid cursorFelix Domke
2006-01-26TYPE_PIXMAP_ALPHATEST in eListboxMultiContent, fix alphatestFelix Domke
2006-01-23another fix for alignement leftAndreas Monzner
2006-01-23listboxcontent: fix alignment on empty labelFelix Domke
2006-01-23change direction of content to left aligned when length of text is zeroStefan Pluecken
2006-01-11fixStefan Pluecken
2006-01-11revert a cruel act of sabotageStefan Pluecken
2006-01-10fix memleakAndreas Monzner
2006-01-10speedupsAndreas Monzner
2006-01-02add type to python multi content entrysAndreas Monzner
2005-12-28clip each single region in listbox multicontentAndreas Monzner
2005-12-23replace "Arial" by "Regular"Stefan Pluecken
2005-12-13add option cursorHome to eListbox::entryResetAndreas Monzner
2005-12-12add scrollbar to listboxAndreas Monzner
2005-12-05fix: reference was borrows, don't decref itFelix Domke
2005-12-05listboxcontent: add support for pixmaps in listFelix Domke
2005-10-08-setList() calls invalidateRonny Strutz
2005-10-07add invalidate to eListboxPythonStringContentAndreas Monzner
2005-09-29eListboxPythonConfigContent: handle AnwenderFehler more gracefullyFelix Domke
2005-09-29changed default fontsize(s)Ronny Strutz
2005-09-28fixed default and mainmenuRonny Strutz
2005-09-03 - beautified network cursor, added 'selected' argument to __call__Felix Domke
2005-08-28added setup screensRonny Strutz
2005-08-25 - add config sliderFelix Domke
2005-08-16 - fix segfault when there was no attached listboxFelix Domke
2005-05-20 - skip first field in flexible python listbox to allow having private data.Felix Domke
2005-05-14 - work on timersFelix Domke
2005-04-25 - add new listbox content type for multiple stringsFelix Domke
2005-02-27 - hopefully fixed some python/refcount stuff (__deref__ is still evil!)Felix Domke
2005-02-07 - added iStaticServiceInformationFelix Domke
2005-01-29 - minor bugfix (allow empty content)Felix Domke
2005-01-28 - added ListBoxContents: based on std::list<std::string> and PyList with Str...Felix Domke