log libvo/w32_common.c @ 31316:de902c34c33c

age author description
Wed, 19 May 2010 17:58:17 +0000 reimar Do not return pointer to on-stack memory.
Wed, 19 May 2010 17:55:39 +0000 reimar Fix return value (it was missing completely).
Wed, 19 May 2010 17:53:47 +0000 reimar Handle -wid Window being closed for direct3d and gl vos on Windows.
Sun, 25 Apr 2010 16:13:57 +0000 reimar Avoid duplicating mouse-movement command-generation code.
Sun, 25 Apr 2010 15:49:46 +0000 reimar Deduplicate enable_mouse_movements declaration.
Fri, 23 Apr 2010 10:22:44 +0000 siretart rename 'struct keymap' -> 'struct mp_keymap'
Thu, 04 Feb 2010 22:46:45 +0000 reimar Add support for VOFLAG_HIDDEN to the w32 backend.
Thu, 04 Feb 2010 22:46:01 +0000 reimar Set the PixelFormat right after creating the window and set it only once.
Sat, 21 Nov 2009 22:27:40 +0000 reimar Add support for Windows OpenGL rendering onto a device instead of into a window.
Thu, 27 Aug 2009 13:20:21 +0000 reimar Disable -keepaspect with -wid in w32_common code.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sun, 15 Mar 2009 09:47:51 +0000 diego "MPlayer - The Movie Player" should be used as the player name.
Mon, 23 Feb 2009 21:40:02 +0000 reimar Calculate border size in aspect keeping code by using AdjustWindowRect
Sun, 08 Feb 2009 03:27:30 +0000 diego Add standard license headers, unify header formatting.
Tue, 30 Dec 2008 17:00:11 +0000 reimar Support F- and numpad keys for w32_common based vos.
Sat, 20 Dec 2008 11:52:11 +0000 reimar Add and use a special lookup function to do table-based translation to MPlayer keycodes.
Wed, 03 Dec 2008 10:54:01 +0000 reimar More robust w32 -wid size handling
Wed, 03 Dec 2008 10:42:53 +0000 reimar Reindent after previous commit
Wed, 03 Dec 2008 10:38:50 +0000 reimar Do not override the vo_dwidth/vo_dheight values in vo_w32_config
Fri, 21 Nov 2008 19:32:19 +0000 diego cosmetics: typo fixes
Tue, 18 Nov 2008 12:23:23 +0000 reimar Doxygen documentation for w32_common.c
Tue, 11 Nov 2008 19:21:36 +0000 reimar Fix Windows OpenGL -wid:
Sun, 10 Feb 2008 19:58:05 +0000 reimar Make some variables static.
Sun, 10 Feb 2008 19:55:15 +0000 reimar Avoid a useless extra pointer variable.
Sun, 10 Feb 2008 19:47:54 +0000 reimar Do not uselessly erase background, OpenGL will take care of drawing everything.
Sun, 10 Feb 2008 16:49:24 +0000 reimar Avoid -wid message processing blocking MPlayer.
Sun, 10 Feb 2008 10:01:25 +0000 reimar Forward mouse messages to -wid Window.
Sat, 09 Feb 2008 14:47:10 +0000 reimar Make sure the -wid window does not get notified when we destroy our attached child window.
Sat, 09 Feb 2008 14:14:35 +0000 reimar Hack: Create a child window for Windows OpenGL with -wid, since (esp. nVidia)
Sat, 02 Feb 2008 17:22:07 +0000 reimar Implement keepaspect for Windows OpenGL vos.