| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | menu: Container could contains and draw DrawableControls | Alexander Sulfrian | 2013-01-05 | 4 | -25/+35 |
* | menu/control: fix segfaults if manually deletes a control | Alexander Sulfrian | 2013-01-05 | 1 | -3/+14 |
* | fixed include paths | Alexander Sulfrian | 2013-01-05 | 3 | -3/+2 |
* | base: moved Image and Texture to more appropriate locations | Alexander Sulfrian | 2013-01-05 | 6 | -0/+374 |
* | menu/control: controls are now owned by other controls | Alexander Sulfrian | 2013-01-05 | 2 | -13/+38 |
* | Makefile.inc: modularized flags, removed include dirs | Alexander Sulfrian | 2013-01-05 | 3 | -3/+3 |
* | ported from log4cxx to log4cpp | Alexander Sulfrian | 2013-01-05 | 4 | -12/+14 |
* | changed all wstring/wchar_t to string/char | Alexander Sulfrian | 2013-01-05 | 3 | -5/+5 |
* | removed pascal code | Alexander Sulfrian | 2013-01-05 | 12 | -4463/+0 |
* | added first frame and sub directory for frames | Alexander Sulfrian | 2013-01-05 | 1 | -0/+4 |
* | added FrameBackgroundImage | Alexander Sulfrian | 2013-01-05 | 2 | -0/+159 |
* | correctly locking and freeing the event buffers on destruction | Alexander Sulfrian | 2013-01-05 | 1 | -0/+6 |
* | before set the background of a frame, free old one | Alexander Sulfrian | 2013-01-05 | 1 | -0/+4 |
* | changed from SDL rendering to OpenGL | Alexander Sulfrian | 2013-01-05 | 15 | -52/+154 |
* | added software cursor | Alexander Sulfrian | 2013-01-05 | 3 | -0/+133 |
* | removed unnecessary pure virtual method declaration | Alexander Sulfrian | 2013-01-05 | 1 | -7/+0 |
* | added mouse_move signal to event manager | Alexander Sulfrian | 2013-01-05 | 2 | -1/+5 |
* | changed screen to display (only local naming) | Alexander Sulfrian | 2013-01-05 | 2 | -3/+3 |
* | added overlays | Alexander Sulfrian | 2013-01-05 | 2 | -0/+23 |
* | added event_manager | Alexander Sulfrian | 2013-01-05 | 3 | -4/+250 |
* | applied the changes from drawable | Alexander Sulfrian | 2013-01-05 | 2 | -4/+2 |
* | refactor some things with FPSmanager | Alexander Sulfrian | 2013-01-05 | 2 | -7/+35 |
* | reset singleton instance on destruction | Alexander Sulfrian | 2013-01-05 | 1 | -0/+3 |
* | added main application | Alexander Sulfrian | 2013-01-05 | 2 | -0/+218 |
* | removed old (converted) opengl display class | Alexander Sulfrian | 2013-01-05 | 2 | -652/+0 |
* | removed unused opengl | Alexander Sulfrian | 2013-01-05 | 1 | -3/+0 |
* | added SDL_Surface* display to all repaint/draw methods | Alexander Sulfrian | 2013-01-05 | 10 | -17/+26 |
* | added parent to control | Alexander Sulfrian | 2013-01-05 | 8 | -10/+37 |
* | started gui framework | Alexander Sulfrian | 2013-01-05 | 14 | -50/+504 |
* | redraw on property change | Alexander Sulfrian | 2013-01-05 | 2 | -0/+2 |
* | make on_draw protected | Alexander Sulfrian | 2013-01-05 | 2 | -6/+10 |
* | added getter/setter for Reflection::spacing | Alexander Sulfrian | 2013-01-05 | 2 | -0/+13 |
* | added Reflection class (descendant of Drawable) | Alexander Sulfrian | 2013-01-05 | 2 | -0/+88 |
* | added drawable abstract base class | Alexander Sulfrian | 2013-01-05 | 2 | -0/+117 |
* | disabled (defined out) not working code to be able to compile all files | Alexander Sulfrian | 2013-01-05 | 2 | -0/+8 |
* | converted UMenuBackgroundColor | Alexander Sulfrian | 2013-01-05 | 3 | -73/+23 |
* | explicit set public scope of implemented method | Alexander Sulfrian | 2013-01-05 | 1 | -0/+1 |
* | converted UMenuBackgroundNone | Alexander Sulfrian | 2013-01-05 | 2 | -48/+23 |
* | refactor MenuBackgrund base class | Alexander Sulfrian | 2013-01-05 | 1 | -5/+5 |
* | added MenuBackgroundException, removed virtual constructor (nonsense) | Alexander Sulfrian | 2013-01-05 | 1 | -1/+3 |
* | converted UMenuBackgrund | Alexander Sulfrian | 2013-01-05 | 2 | -83/+52 |
* | converted UDisplay | Alexander Sulfrian | 2013-01-05 | 3 | -648/+648 |
* | handling mouse input a better way in UDisplay | whiteshark0 | 2009-11-24 | 1 | -22/+44 |
* | some changes on mousesupport | whiteshark0 | 2009-11-18 | 4 | -33/+136 |
* | prevent key input from being sent to the screen that is fading out, send it t... | whiteshark0 | 2009-11-17 | 1 | -0/+13 |
* | merged unicode branch (r1931) into trunk | s_alexander | 2009-11-09 | 10 | -919/+897 |
* | cosmetics | k-m_schindler | 2009-06-04 | 4 | -238/+304 |
* | software cursor is now hidden on startup | whiteshark0 | 2009-05-31 | 1 | -2/+3 |
* | fixed a bug in UMenuText that causes (some of) the crashs in USongJumpTo | whiteshark0 | 2009-05-31 | 1 | -9/+10 |
* | merged (experimental) mouse support patch by d0ccrazy | whiteshark0 | 2009-05-31 | 2 | -7/+303 |