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

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.
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.
Sun, 20 Jan 2008 09:50:50 +0000 reimar Avoid some pointer conversion warnings (the code is messy but not wrong)
Sun, 20 Jan 2008 09:40:15 +0000 reimar Fix some function types from unspecified to empty argument list
Sun, 13 Jan 2008 21:01:30 +0000 reimar Fix the bug where the window would become smaller each time vo_ontop is toggled.
Mon, 03 Sep 2007 13:18:26 +0000 reimar Fix compilation after patch to remove global vo_hdc
Mon, 03 Sep 2007 08:44:36 +0000 reimar Remove global vo_hdc, since it is recommended to release a DC as soon as possible.
Fri, 22 Jun 2007 22:06:58 +0000 reimar Hack around some fullscreen issues with gl under Windows
Thu, 29 Mar 2007 17:16:11 +0000 rathann Code cleanup: don't include a .c file in mplayer.c and fix a few
Sun, 04 Mar 2007 13:20:51 +0000 reimar Add support for tracking mouse movements.
Sun, 04 Mar 2007 10:39:02 +0000 reimar Whitespace-only cosmetics: get rid of all remaining tabs
Sun, 04 Mar 2007 10:30:55 +0000 reimar Generate resize events when size of -wid window changes.
Sun, 17 Dec 2006 12:33:09 +0000 reimar Fix compilation under MinGW with X11 enabled
Fri, 17 Nov 2006 17:44:51 +0000 reimar Adapt code to annoying ShowCursor semantics (increases/decreases and returns
Sat, 04 Nov 2006 21:44:53 +0000 reimar Hack around Windows focus problem with -vo gl
Sat, 04 Nov 2006 19:19:03 +0000 reimar Remove completely useless cursor variable.
Thu, 02 Nov 2006 18:42:07 +0000 reimar Support backspace for -vo gl/gl2 under Windows
Mon, 10 Jul 2006 10:22:29 +0000 reimar Fix window size bug when starting with -fs and returning
Sat, 08 Jul 2006 14:57:25 +0000 reimar Do not fiddle (too much) with external (WinID) windows
Fri, 07 Jul 2006 11:14:25 +0000 reimar Convince windows to allow window sizes > screen size
Sun, 16 Apr 2006 13:38:28 +0000 reimar Fix and improve xinerama support
Fri, 14 Apr 2006 11:23:03 +0000 reimar 10l, forgot to move aspect_save_screenres in last commit
Thu, 13 Apr 2006 21:47:21 +0000 reimar correct fullscreen size
Wed, 12 Apr 2006 20:17:07 +0000 reimar define MONITOR_DEFAULTTOPRIMARY if necessary, some mingw version seem to miss it
Wed, 12 Apr 2006 14:11:26 +0000 reimar fixes and cleanup for windows fullscreen switching (restore old position,