aboutsummaryrefslogtreecommitdiff
path: root/lib/gui/ewidget.cpp
AgeCommit message (Collapse)Author
2009-07-24fix tabsghost
2009-06-15add csize() to get client sizeFelix Domke
2009-04-06replace assert by ASSERT, so a proper log message is generatedFelix Domke
2007-12-21add 'layers' (in buffered mode, which is not working at the moment).Felix Domke
2007-07-15disable debugAndreas Monzner
2007-07-13add 'parent visibility changes' notification and use that to fix video widgetFelix Domke
2007-07-13whitespace cleanupFelix Domke
2007-03-21recalcClipRegions when transparency changedFelix Domke
2006-05-14prepare next background color for transparent widgetsFelix Domke
2006-05-05add optional notification of childs when parent movesFelix Domke
2006-04-08add getAbsolutePositionFelix Domke
2006-04-05fix ewidget::show() (fixes the BlinkingWidget)Stefan Pluecken
2006-04-03catch buggy python codeFelix Domke
2005-12-19widget: don't crash when deallocating in wrong orderFelix Domke
2005-12-17GUI: child windows will no long be removed on parent destroy. listbox/window ↵Felix Domke
now destroy their private parents. python does no longer use thisown = 0.
2005-12-08fix moveFelix Domke
2005-11-28real fix: set background color even when widget is transparentFelix Domke
2005-11-28gui: add transparent widgetsFelix Domke
2005-11-25fixFelix Domke
2005-11-25widget: add - untested, as usual - z orderingFelix Domke
2005-08-31 - fix serious problems in widget code. fixup buffered mode. add animation ↵Felix Domke
support.lib/gui
2005-07-22 - fix client positions a bit (still a bit ugly)Felix Domke
2005-05-20 - add clearBackgroundColor to use default (defined by style) againFelix Domke
- remove focus debug
2005-05-19 - add focus stuffFelix Domke
2005-04-15 - sdl is now default outputFelix Domke
- added skinned window style - added background colors - some RGB color support (but still not how i like it) - some minor bugfixes
2005-01-23 - allow close of dialogFelix Domke
- some eWidget fixes - background for eWidgetDesktop - introduce "session" object
2005-01-09 - add more python stuffFelix Domke
- fix some gui/gdi - add eslider - improve windowstyle
2004-10-01 - add python, missing guiFelix Domke
- remove console (needs to be rewritten anyway) - eString -> std::string
2004-07-19remove old gui libFelix Domke
2003-10-17import of enigma2Felix Domke