Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | menu: generalized frame_background to background | Alexander Sulfrian | 2013-01-13 | 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 | ||||
* | menu/text: added simple text class and a demo in the loading frame | Alexander Sulfrian | 2013-01-13 | 1 | -0/+4 |
| | |||||
* | frames/loading_frame: added application as parent to be able to get size | Alexander Sulfrian | 2013-01-05 | 1 | -2/+2 |
| | |||||
* | Makefile.inc: modularized flags, removed include dirs | Alexander Sulfrian | 2013-01-05 | 1 | -2/+2 |
| | |||||
* | ported from log4cxx to log4cpp | Alexander Sulfrian | 2013-01-05 | 1 | -2/+2 |
| | | | | | | 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 | ||||
* | changed all wstring/wchar_t to string/char | Alexander Sulfrian | 2013-01-05 | 1 | -1/+4 |
| | |||||
* | added first frame and sub directory for frames | Alexander Sulfrian | 2013-01-05 | 1 | -0/+45 |
loading screen: currently only with background |