aboutsummaryrefslogtreecommitdiff
path: root/lib/gui/ewidgetdesktop.cpp
AgeCommit message (Collapse)Author
2009-06-09optimize manual blits by not forcing them at gPainter::end, but instead call ↵Felix Domke
flush manually
2009-06-03in buffered mode, don't check empty layersFelix Domke
2009-04-06replace assert by ASSERT, so a proper log message is generatedFelix Domke
2008-10-29also use refcounting for eTimersAndreas Monzner
its now no more possible directly to call new eTimer .. or to embedded eTimer. to create a eTimer now eTimer::create must be used... to delete you must call ->AddRef() after timer creation and ->Release when the timer is no more needed. Or use ePtr<eTimer> to store the timer reference.. then its enough to set the ePtr<eTimer> object to 0 when the timer is no more needed
2008-06-11also resize widget desktop on resolution changeFelix Domke
2007-12-21add 'layers' (in buffered mode, which is not working at the moment).Felix Domke
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