log libvo/w32_common.c @ 35077:c9d302e5e4be

age author description
Sat, 03 Dec 2011 19:59:17 +0000 reimar Make -title and -use-filename-title work on Windows.
Sun, 19 Jun 2011 12:45:28 +0000 reimar Generate VO_EVENT_MOVE also with -wid.
Sun, 19 Jun 2011 10:36:15 +0000 reimar w32_common: also generate VO_EVENT_MOVE.
Wed, 10 Nov 2010 22:48:41 +0000 reimar gl/win32: select a stereo pixel format for window when
Wed, 10 Nov 2010 22:10:30 +0000 reimar Move setting of pixel format from init to config.
Tue, 09 Nov 2010 22:13:11 +0000 reimar Simplify: Use early return instead of large if block.
Tue, 09 Nov 2010 22:11:08 +0000 reimar Some indentation fixes.
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.