| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-08-21 | add size() method .. to get current desktop size | Andreas Monzner | |
| 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-03-21 | more __deref__ changes | Andreas Monzner | |
| 2006-08-09 | add possibility to have multiple windowstyles. LCD can have different colors ↵ | Felix Domke | |
| now. | |||
| 2005-12-22 | gui: experimental Z order for root widgets | Felix Domke | |
| 2005-10-15 | fix: invalidate in non-visible widget invalidated visible stuff | 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-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-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 | |||
