Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-13 | remove legacy keywords from file header | Alexander Sulfrian | 2 | -4/+0 | |
2013-01-13 | menu/background: backgrounds get to know the parent component | Alexander Sulfrian | 1 | -2/+2 | |
Backgrounds now know the parent control, they are painted in, to query the size. Backgrounds are not allowed to use glClear anymore, should only draw something during the extend of the parent control and should take care to do not modify the opengl cursor position. | |||||
2013-01-13 | menu: generalized frame_background to background | Alexander Sulfrian | 1 | -4/+4 | |
background could now be a background for all DrawableControl instances each subclass should call the parents draw() during executing the draw() method for background painting TODO: background should know the size of the control to only draw the background there | |||||
2013-01-13 | menu/text: added simple text class and a demo in the loading frame | Alexander Sulfrian | 1 | -0/+4 | |
2013-01-05 | frames/loading_frame: added application as parent to be able to get size | Alexander Sulfrian | 2 | -3/+4 | |
2013-01-05 | Makefile.inc: modularized flags, removed include dirs | Alexander Sulfrian | 2 | -3/+3 | |
2013-01-05 | ported from log4cxx to log4cpp | Alexander Sulfrian | 2 | -4/+4 | |
log4cxx depends on Apache Portable Runtime Utility Library, so we switch to log4cpp with nearly the same features but with no dependencies for easier porting to other platforms | |||||
2013-01-05 | changed all wstring/wchar_t to string/char | Alexander Sulfrian | 2 | -1/+8 | |
2013-01-05 | added first frame and sub directory for frames | Alexander Sulfrian | 2 | -0/+88 | |
loading screen: currently only with background |