summaryrefslogtreecommitdiffstats
path: root/libvo/w32_common.c
Commit message (Expand)AuthorAgeFilesLines
* DestroyWindow must be used when -wid was not given, so for WinID < 0, not >=0reimar2005-08-221-1/+1
* -wid support for windows. Not well tested, might still behave a bit weird.reimar2005-08-211-0/+5
* 10l, initializers don't work without a declaration :-(reimar2005-08-141-2/+3
* Cleanup, move declarations to beginning of block.reimar2005-08-141-7/+7
* OpenGL fixes for windows and vo_gl.c ported to windows.reimar2005-07-261-1/+1
* -geometry support for gl2 under win, default window pos centered for gl, gl2reimar2005-05-301-1/+1
* Remove a lot of duplicate codereimar2005-02-211-44/+22
* Improving gl2 under windows, moving some functionality to gl_commonreimar2004-12-111-28/+12
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-4/+4
* applied old patch that was missing an include...reimar2004-08-021-0/+1
* support for passing mouse events on to MPlayerreimar2004-08-011-0/+21
* replace WM_DESTROY with WM_CLOSE to make it possible to play multiple files, ...faust32004-02-291-1/+1
* runtime 'stay-on-top' functionalityjoey2003-11-301-2/+14
* change vo_w32_fullscreen to behave like vo_x11_fullscreen patch by Reimar Doe...faust32003-11-161-2/+3
* vo_gl2 port to win32 patch by Tristan Seligmann <mithrandi-mplayer-dev-eng at...faust32003-09-191-0/+267