aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/w32_common.c
Commit message (Expand)AuthorAge
* Make some variables static.Gravatar reimar2008-02-10
* Avoid a useless extra pointer variable.Gravatar reimar2008-02-10
* Do not uselessly erase background, OpenGL will take care of drawing everything.Gravatar reimar2008-02-10
* Avoid -wid message processing blocking MPlayer.Gravatar reimar2008-02-10
* Forward mouse messages to -wid Window.Gravatar reimar2008-02-10
* Make sure the -wid window does not get notified when we destroy our attached ...Gravatar reimar2008-02-09
* Hack: Create a child window for Windows OpenGL with -wid, since (esp. nVidia)Gravatar reimar2008-02-09
* Implement keepaspect for Windows OpenGL vos.Gravatar reimar2008-02-02
* Avoid some pointer conversion warnings (the code is messy but not wrong)Gravatar reimar2008-01-20
* Fix some function types from unspecified to empty argument listGravatar reimar2008-01-20
* Fix the bug where the window would become smaller each time vo_ontop is toggled.Gravatar reimar2008-01-13
* Fix compilation after patch to remove global vo_hdcGravatar reimar2007-09-03
* Remove global vo_hdc, since it is recommended to release a DC as soon as poss...Gravatar reimar2007-09-03
* Hack around some fullscreen issues with gl under WindowsGravatar reimar2007-06-22
* Code cleanup: don't include a .c file in mplayer.c and fix a fewGravatar rathann2007-03-29
* Add support for tracking mouse movements.Gravatar reimar2007-03-04
* Whitespace-only cosmetics: get rid of all remaining tabsGravatar reimar2007-03-04
* Generate resize events when size of -wid window changes.Gravatar reimar2007-03-04
* Fix compilation under MinGW with X11 enabledGravatar reimar2006-12-17
* Adapt code to annoying ShowCursor semantics (increases/decreases and returnsGravatar reimar2006-11-17
* Hack around Windows focus problem with -vo glGravatar reimar2006-11-04
* Remove completely useless cursor variable.Gravatar reimar2006-11-04
* Support backspace for -vo gl/gl2 under WindowsGravatar reimar2006-11-02
* Fix window size bug when starting with -fs and returningGravatar reimar2006-07-10
* Do not fiddle (too much) with external (WinID) windowsGravatar reimar2006-07-08
* Convince windows to allow window sizes > screen sizeGravatar reimar2006-07-07
* Fix and improve xinerama supportGravatar reimar2006-04-16
* 10l, forgot to move aspect_save_screenres in last commitGravatar reimar2006-04-14
* correct fullscreen sizeGravatar reimar2006-04-13
* define MONITOR_DEFAULTTOPRIMARY if necessary, some mingw version seem to miss itGravatar reimar2006-04-12
* fixes and cleanup for windows fullscreen switching (restore old position,Gravatar reimar2006-04-12
* WM_PAINT is the "expose" event, not WM_ACTIVATEGravatar reimar2005-12-07
* Fix message handling, process resize eventsGravatar reimar2005-12-06
* Enable border toggling for gl and gl2 under windows.Gravatar reimar2005-11-17
* libvo input cleanup: remove the dependency on libinput,Gravatar albeu2005-11-02
* DestroyWindow must be used when -wid was not given, so for WinID < 0, not >=0Gravatar reimar2005-08-22
* -wid support for windows. Not well tested, might still behave a bit weird.Gravatar reimar2005-08-21
* 10l, initializers don't work without a declaration :-(Gravatar reimar2005-08-14
* Cleanup, move declarations to beginning of block.Gravatar reimar2005-08-14
* OpenGL fixes for windows and vo_gl.c ported to windows.Gravatar reimar2005-07-26
* -geometry support for gl2 under win, default window pos centered for gl, gl2Gravatar reimar2005-05-30
* Remove a lot of duplicate codeGravatar reimar2005-02-21
* Improving gl2 under windows, moving some functionality to gl_commonGravatar reimar2004-12-11
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* applied old patch that was missing an include...Gravatar reimar2004-08-02
* support for passing mouse events on to MPlayerGravatar reimar2004-08-01
* replace WM_DESTROY with WM_CLOSE to make it possible to play multiple files, ...Gravatar faust32004-02-29
* runtime 'stay-on-top' functionalityGravatar joey2003-11-30
* change vo_w32_fullscreen to behave like vo_x11_fullscreen patch by Reimar Doe...Gravatar faust32003-11-16
* vo_gl2 port to win32 patch by Tristan Seligmann <mithrandi-mplayer-dev-eng at...Gravatar faust32003-09-19