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
|