Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SDL input: add missing 0-termination of keymap file | reimar | 2010-11-02 | 1 | -0/+1 |
* | Merge svn changes up to r31097 | Uoti Urpala | 2010-04-26 | 1 | -1/+2 |
* | Missing space after if. | reimar | 2010-04-25 | 1 | -1/+1 |
* | Support mouse movements in SDL. | reimar | 2010-04-25 | 1 | -1/+4 |
* | Minor cosmetics. | reimar | 2010-04-25 | 1 | -7/+9 |
* | Add reinitialization support. Necessary for fullscreen on OSX. | reimar | 2010-04-25 | 1 | -0/+11 |
* | Handle SDL expose events with -vo gl. | reimar | 2010-04-25 | 1 | -0/+2 |
* | Simplify SDL key symbol mapping. | reimar | 2010-04-25 | 1 | -48/+26 |
* | Use the proper define for translating the tab key. | reimar | 2010-04-25 | 1 | -1/+1 |
* | Make uppercase characters and in general all ASCII characters work | reimar | 2010-04-25 | 1 | -12/+5 |
* | Share SDL initialization code. | reimar | 2010-04-25 | 1 | -0/+24 |
* | Fullscreen support for -vo gl using SDL. | reimar | 2010-04-25 | 1 | -1/+26 |
* | Window resizing support for -vo gl with SDL backend. | reimar | 2010-04-25 | 1 | -0/+12 |
* | Add sdl_common file and use it to share the input handling between -vo gl | reimar | 2010-04-25 | 1 | -0/+112 |