log libvo/sdl_common.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 20 May 2012 17:57:08 +0000 reimar SDL: add support for quadbuffer stereo.
Sun, 20 May 2012 17:38:18 +0000 reimar Change if() condition into #if.
Mon, 14 May 2012 20:24:43 +0000 reimar Fix -fs with SDL-based vo gl.
Sat, 18 Feb 2012 00:08:30 +0000 al Fix compiling with osdep setenv
Sun, 12 Feb 2012 19:03:19 +0000 reimar SDL: add support for setting window position.
Sun, 12 Feb 2012 18:49:07 +0000 reimar vo_sdl: reuse some more sdl_common code.
Sat, 11 Feb 2012 15:35:39 +0000 reimar Support -noborder with SDL.
Sun, 29 Jan 2012 16:27:46 +0000 reimar Support -wid for vo_sdl.
Sat, 14 Jan 2012 19:29:25 +0000 reimar SDL: Try to select a fullscreen mode that does not require resolution changes by default.
Sun, 13 Jun 2010 13:40:18 +0000 reimar 100l, add missing 0-termination of keymap file.
Sun, 25 Apr 2010 16:20:54 +0000 reimar Missing space after if.
Sun, 25 Apr 2010 16:15:00 +0000 reimar Support mouse movements in SDL.
Sun, 25 Apr 2010 15:41:21 +0000 reimar Minor cosmetics.
Sun, 25 Apr 2010 10:44:53 +0000 reimar Add reinitialization support. Necessary for fullscreen on OSX.
Sun, 25 Apr 2010 10:34:58 +0000 reimar Handle SDL expose events with -vo gl.
Sun, 25 Apr 2010 10:09:01 +0000 reimar Simplify SDL key symbol mapping.
Sun, 25 Apr 2010 09:59:43 +0000 reimar Use the proper define for translating the tab key.
Sun, 25 Apr 2010 09:57:52 +0000 reimar Make uppercase characters and in general all ASCII characters work
Sun, 25 Apr 2010 09:52:01 +0000 reimar Share SDL initialization code.
Sun, 25 Apr 2010 09:24:30 +0000 reimar Fullscreen support for -vo gl using SDL.
Sun, 25 Apr 2010 08:35:35 +0000 reimar Window resizing support for -vo gl with SDL backend.
Sun, 25 Apr 2010 08:17:23 +0000 reimar Add sdl_common file and use it to share the input handling between -vo gl