log libvo/w32_common.c @ 20280:5c8f177a0478

age author description
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 :-(