aboutsummaryrefslogtreecommitdiff
path: root/lib/gui/ewindowstyle.cpp
AgeCommit message (Collapse)Author
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-08-09add possibility to have multiple windowstyles. LCD can have different colors ↵Felix Domke
now.
2006-02-27add special color for marked and selectedFelix Domke
2005-12-23replace "Arial" by "Regular"Stefan Pluecken
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-03-20 - improved parserFelix Domke
- improved keymaps
2005-02-27 - hopefully fixed some python/refcount stuff (__deref__ is still evil!)Felix Domke
- first work on skin support, not really far - improved infobar - deletes components when destroying screens - fixed elistbox and component - add ability to change bouqet - real query parser still unfinished
2005-02-25 - work on actionsFelix Domke
- changed time when screens are acutally constructed - added service name (not working atm) and event info (now&next)
2005-01-29 - add fake "main menu"Felix Domke
- enable grc threading - disable some debug - dialog stacks
2005-01-28 - add listboxFelix Domke
- add listbox example to python (press space, use 1..5) - fix label text positions
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