| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-11-16 | ewidgetdesktop: don't abort if no target_pixmap is set | Andreas Oberritter | |
| 2009-06-09 | optimize manual blits by not forcing them at gPainter::end, but instead call ↵ | Felix Domke | |
| flush manually | |||
| 2009-06-03 | in buffered mode, don't check empty layers | Felix Domke | |
| 2009-04-06 | replace assert by ASSERT, so a proper log message is generated | Felix Domke | |
| 2008-10-29 | also use refcounting for eTimers | Andreas 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-11 | also resize widget desktop on resolution change | Felix Domke | |
| 2007-12-21 | add 'layers' (in buffered mode, which is not working at the moment). | Felix Domke | |
| 2007-12-10 | add support for manual blit | Andreas Monzner | |
| 2007-03-21 | more __deref__ changes | Andreas Monzner | |
| 2006-08-09 | add possibility to have multiple windowstyles. LCD can have different colors ↵ | Felix Domke | |
| now. | |||
| 2006-05-10 | don't merge pixmaps when it's not required | Felix Domke | |
| 2006-01-16 | fix z ordering | Felix Domke | |
| 2005-12-22 | fix z ordering of screens | Stefan Pluecken | |
| 2005-12-22 | gui: experimental Z order for root widgets | Felix Domke | |
| 2005-12-19 | widget: don't crash when deallocating in wrong order | Felix Domke | |
| 2005-11-28 | gui: add transparent widgets | Felix Domke | |
| 2005-10-15 | removed not only one but FOUR annoying debug messages | Felix Domke | |
| 2005-10-15 | fix: invalidate in non-visible widget invalidated visible stuff | Felix 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 mode | Felix Domke | |
| 2005-08-20 | - start working on compositing support | Felix Domke | |
| 2005-05-20 | - invalidate background on startup | Felix Domke | |
| 2005-04-17 | - load palette from png | Felix Domke | |
| - named color support | |||
| 2005-04-15 | - sdl is now default output | Felix 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 windowstyle | Felix 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 dialog | Felix Domke | |
| - some eWidget fixes - background for eWidgetDesktop - introduce "session" object | |||
| 2005-01-20 | - redraw now in idle | Felix Domke | |
| - mainloop called from python (could be changed) - clock components manages timer - timer usuable from python | |||
| 2005-01-09 | - add more python stuff | Felix Domke | |
| - fix some gui/gdi - add eslider - improve windowstyle | |||
| 2004-10-01 | - add python, missing gui | Felix Domke | |
| - remove console (needs to be rewritten anyway) - eString -> std::string | |||
