log libvo/w32_common.c @ 19819:76d294537ff6

age author description
2006-07-10 reimar Fix window size bug when starting with -fs and returning
2006-07-08 reimar Do not fiddle (too much) with external (WinID) windows
2006-07-07 reimar Convince windows to allow window sizes > screen size
2006-04-16 reimar Fix and improve xinerama support
2006-04-14 reimar 10l, forgot to move aspect_save_screenres in last commit
2006-04-13 reimar correct fullscreen size
2006-04-12 reimar define MONITOR_DEFAULTTOPRIMARY if necessary, some mingw version seem to miss it
2006-04-12 reimar fixes and cleanup for windows fullscreen switching (restore old position,
2005-12-07 reimar WM_PAINT is the "expose" event, not WM_ACTIVATE
2005-12-06 reimar Fix message handling, process resize events
2005-11-17 reimar Enable border toggling for gl and gl2 under windows.
2005-11-02 albeu libvo input cleanup: remove the dependency on libinput,
2005-08-22 reimar DestroyWindow must be used when -wid was not given, so for WinID < 0, not >=0
2005-08-21 reimar -wid support for windows. Not well tested, might still behave a bit weird.
2005-08-14 reimar 10l, initializers don't work without a declaration :-(
2005-08-14 reimar Cleanup, move declarations to beginning of block.
2005-07-26 reimar OpenGL fixes for windows and vo_gl.c ported to windows.
2005-05-30 reimar -geometry support for gl2 under win, default window pos centered for gl, gl2
2005-02-21 reimar Remove a lot of duplicate code
2004-12-11 reimar Improving gl2 under windows, moving some functionality to gl_common
2004-10-28 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
2004-08-02 reimar applied old patch that was missing an include...
2004-08-01 reimar support for passing mouse events on to MPlayer
2004-02-29 faust3 replace WM_DESTROY with WM_CLOSE to make it possible to play multiple files, patch by Reimar Doeffinger
2003-11-30 joey runtime 'stay-on-top' functionality
2003-11-16 faust3 change vo_w32_fullscreen to behave like vo_x11_fullscreen patch by Reimar Doeffinger <someone-guy at gmx.de>
2003-09-19 faust3 vo_gl2 port to win32 patch by Tristan Seligmann <mithrandi-mplayer-dev-eng at mithrandi.za.net>