aboutsummaryrefslogtreecommitdiff
path: root/lib/gui/ewindowstyle.h
AgeCommit message (Collapse)Author
2008-06-13after DECLARE_REF now all is private.. not publicAndreas Monzner
dont export AddRef, Release, ptrref and grabRef to python some cleanups
2007-01-14remove unneeded workaroundAndreas Monzner
2006-12-19remove unneeded test object,Andreas Monzner
export windowstyle enums to python
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-31make many constructors and destructors invisible for pythonAndreas Monzner
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-01-28 - add listboxFelix Domke
- add listbox example to python (press space, use 1..5) - fix label text positions
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