| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | comment removed. Successful review from mog. | k-m_schindler | 2009-05-28 | 1 | -3/+0 |
* | fix the bug from rev. 1784. mog has to review this! | k-m_schindler | 2009-05-28 | 1 | -3/+5 |
* | cosmetical removal of Warning: Constructor should be public | k-m_schindler | 2009-05-28 | 1 | -37/+37 |
* | All options do have one option visible now | mogguh | 2009-05-27 | 1 | -59/+43 |
* | Statics defined in theme don't necessarily need a width or height set, if omi... | mogguh | 2009-05-26 | 2 | -11/+71 |
* | cosmetics and buildbot trigger | k-m_schindler | 2009-05-22 | 1 | -1/+1 |
* | cosmetics. No code change | k-m_schindler | 2009-04-24 | 8 | -268/+283 |
* | removal of type warnings and cosmetics | k-m_schindler | 2009-04-18 | 1 | -14/+15 |
* | unclutter UMain.pas. Create UPath.pas. Tests on all platformssvn statussvn st... | k-m_schindler | 2009-03-07 | 1 | -5/+6 |
* | fixed first screen was cleared when second screen was drawn. #76 should be fi... | whiteshark0 | 2009-03-01 | 5 | -10/+25 |
* | editing | k-m_schindler | 2009-02-21 | 1 | -30/+33 |
* | All comments are English now (Polish ones have been translated) | tobigun | 2008-11-03 | 2 | -7/+6 |
* | some compiler warnings/hints removed | tobigun | 2008-10-28 | 3 | -4/+3 |
* | - glPrint(Pchar) -> glPrint(string) | tobigun | 2008-10-28 | 3 | -14/+14 |