log libvo/w32_common.c @ 27343:5fe6a8adf569

age author description
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,
Wed, 07 Dec 2005 15:53:02 +0000 reimar WM_PAINT is the "expose" event, not WM_ACTIVATE
Tue, 06 Dec 2005 22:15:03 +0000 reimar Fix message handling, process resize events
Thu, 17 Nov 2005 20:49:46 +0000 reimar Enable border toggling for gl and gl2 under windows.
Wed, 02 Nov 2005 21:50:55 +0000 albeu libvo input cleanup: remove the dependency on libinput,
Mon, 22 Aug 2005 09:05:18 +0000 reimar DestroyWindow must be used when -wid was not given, so for WinID < 0, not >=0
Sun, 21 Aug 2005 09:59:45 +0000 reimar -wid support for windows. Not well tested, might still behave a bit weird.
Sun, 14 Aug 2005 23:16:17 +0000 reimar 10l, initializers don't work without a declaration :-(
Sun, 14 Aug 2005 10:30:18 +0000 reimar Cleanup, move declarations to beginning of block.
Tue, 26 Jul 2005 13:47:18 +0000 reimar OpenGL fixes for windows and vo_gl.c ported to windows.
Mon, 30 May 2005 08:45:21 +0000 reimar -geometry support for gl2 under win, default window pos centered for gl, gl2
Mon, 21 Feb 2005 14:44:39 +0000 reimar Remove a lot of duplicate code
Sat, 11 Dec 2004 16:57:42 +0000 reimar Improving gl2 under windows, moving some functionality to gl_common
Thu, 28 Oct 2004 01:15:53 +0000 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
Mon, 02 Aug 2004 15:02:35 +0000 reimar applied old patch that was missing an include...
Sun, 01 Aug 2004 20:13:42 +0000 reimar support for passing mouse events on to MPlayer
Sun, 29 Feb 2004 17:42:49 +0000 faust3 replace WM_DESTROY with WM_CLOSE to make it possible to play multiple files, patch by Reimar Doeffinger
Sun, 30 Nov 2003 16:36:10 +0000 joey runtime 'stay-on-top' functionality
Sun, 16 Nov 2003 14:37:42 +0000 faust3 change vo_w32_fullscreen to behave like vo_x11_fullscreen patch by Reimar Doeffinger <someone-guy at gmx.de>
Fri, 19 Sep 2003 14:33:51 +0000 faust3 vo_gl2 port to win32 patch by Tristan Seligmann <mithrandi-mplayer-dev-eng at mithrandi.za.net>