aboutsummaryrefslogtreecommitdiff
path: root/lib/gui/ewidgetdesktop.cpp
AgeCommit message (Collapse)Author
2007-12-10add support for manual blitAndreas Monzner
2007-03-21more __deref__ changesAndreas Monzner
2006-08-09add possibility to have multiple windowstyles. LCD can have different colors ↵Felix Domke
now.
2006-05-10don't merge pixmaps when it's not requiredFelix Domke
2006-01-16fix z orderingFelix Domke
2005-12-22fix z ordering of screensStefan Pluecken
2005-12-22gui: experimental Z order for root widgetsFelix Domke
2005-12-19widget: don't crash when deallocating in wrong orderFelix Domke
2005-11-28gui: add transparent widgetsFelix Domke
2005-10-15removed not only one but FOUR annoying debug messagesFelix Domke
2005-10-15fix: invalidate in non-visible widget invalidated visible stuffFelix Domke
2005-08-31 - fixes to use moving infobar non non-accel hardware.Felix Domke
2005-08-31 - fix serious problems in widget code. fixup buffered mode. add animation ↵Felix Domke
support.lib/gui
2005-08-29 - create DCs for buffered modeFelix Domke
2005-08-20 - start working on compositing supportFelix Domke
2005-05-20 - invalidate background on startupFelix Domke
2005-04-17 - load palette from pngFelix Domke
- named color support
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-03-30 - default fonts handled in windowstyleFelix Domke
- fixed 32bit ARGB support (drawLine) - add sdl (but currently disabled) - fixed /dev/vc/0 -> /dev/stdin for console input - added alignment to label - fixed skin parsing (getElementsByTagName didn't do what i expected)
2005-01-23 - allow close of dialogFelix Domke
- some eWidget fixes - background for eWidgetDesktop - introduce "session" object
2005-01-20 - redraw now in idleFelix Domke
- mainloop called from python (could be changed) - clock components manages timer - timer usuable from python
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