summaryrefslogtreecommitdiffstats
path: root/libvo/sdl_common.c
Commit message (Expand)AuthorAgeFilesLines
* SDL input: add missing 0-termination of keymap filereimar2010-11-021-0/+1
* Merge svn changes up to r31097Uoti Urpala2010-04-261-1/+2
* Missing space after if.reimar2010-04-251-1/+1
* Support mouse movements in SDL.reimar2010-04-251-1/+4
* Minor cosmetics.reimar2010-04-251-7/+9
* Add reinitialization support. Necessary for fullscreen on OSX.reimar2010-04-251-0/+11
* Handle SDL expose events with -vo gl.reimar2010-04-251-0/+2
* Simplify SDL key symbol mapping.reimar2010-04-251-48/+26
* Use the proper define for translating the tab key.reimar2010-04-251-1/+1
* Make uppercase characters and in general all ASCII characters workreimar2010-04-251-12/+5
* Share SDL initialization code.reimar2010-04-251-0/+24
* Fullscreen support for -vo gl using SDL.reimar2010-04-251-1/+26
* Window resizing support for -vo gl with SDL backend.reimar2010-04-251-0/+12
* Add sdl_common file and use it to share the input handling between -vo glreimar2010-04-251-0/+112