aboutsummaryrefslogtreecommitdiffstats
path: root/src/frames (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove legacy keywords from file headerAlexander Sulfrian2013-01-132-4/+0
|
* menu/background: backgrounds get to know the parent componentAlexander Sulfrian2013-01-131-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.
* menu: generalized frame_background to backgroundAlexander Sulfrian2013-01-131-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 frameAlexander Sulfrian2013-01-131-0/+4
|
* frames/loading_frame: added application as parent to be able to get sizeAlexander Sulfrian2013-01-052-3/+4
|
* Makefile.inc: modularized flags, removed include dirsAlexander Sulfrian2013-01-052-3/+3
|
* ported from log4cxx to log4cppAlexander Sulfrian2013-01-052-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
* changed all wstring/wchar_t to string/charAlexander Sulfrian2013-01-052-1/+8
|
* added first frame and sub directory for framesAlexander Sulfrian2013-01-052-0/+88
loading screen: currently only with background