summaryrefslogtreecommitdiffstats
path: root/libvo/w32_common.c
Commit message (Expand)AuthorAgeFilesLines
* Disable -keepaspect with -wid in w32_common code.reimar2009-08-271-1/+1
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-4/+4
* "MPlayer - The Movie Player" should be used as the player name.diego2009-03-151-1/+1
* Calculate border size in aspect keeping code by using AdjustWindowRectreimar2009-02-231-5/+6
* Add standard license headers, unify header formatting.diego2009-02-081-0/+18
* Support F- and numpad keys for w32_common based vos.reimar2008-12-301-0/+10
* Add and use a special lookup function to do table-based translation to MPlaye...reimar2008-12-201-16/+18
* More robust w32 -wid size handlingreimar2008-12-031-0/+5
* Reindent after previous commitreimar2008-12-031-5/+5
* Do not override the vo_dwidth/vo_dheight values in vo_w32_configreimar2008-12-031-0/+3
* cosmetics: typo fixesdiego2008-11-211-1/+1
* Doxygen documentation for w32_common.creimar2008-11-181-0/+98
* Fix Windows OpenGL -wid:reimar2008-11-111-15/+1
* Make some variables static.reimar2008-02-101-6/+6
* Avoid a useless extra pointer variable.reimar2008-02-101-1/+1
* Do not uselessly erase background, OpenGL will take care of drawing everything.reimar2008-02-101-2/+5
* Avoid -wid message processing blocking MPlayer.reimar2008-02-101-1/+1
* Forward mouse messages to -wid Window.reimar2008-02-101-1/+15
* Make sure the -wid window does not get notified when we destroy our attached ...reimar2008-02-091-1/+1
* Hack: Create a child window for Windows OpenGL with -wid, since (esp. nVidia)reimar2008-02-091-8/+10
* Implement keepaspect for Windows OpenGL vos.reimar2008-02-021-0/+12
* Avoid some pointer conversion warnings (the code is messy but not wrong)reimar2008-01-201-2/+2
* Fix some function types from unspecified to empty argument listreimar2008-01-201-3/+3
* Fix the bug where the window would become smaller each time vo_ontop is toggled.reimar2008-01-131-3/+1
* Fix compilation after patch to remove global vo_hdcreimar2007-09-031-2/+2
* Remove global vo_hdc, since it is recommended to release a DC as soon as poss...reimar2007-09-031-3/+3
* Hack around some fullscreen issues with gl under Windowsreimar2007-06-221-0/+3
* Code cleanup: don't include a .c file in mplayer.c and fix a fewrathann2007-03-291-1/+1
* Add support for tracking mouse movements.reimar2007-03-041-0/+11
* Whitespace-only cosmetics: get rid of all remaining tabsreimar2007-03-041-114/+114
* Generate resize events when size of -wid window changes.reimar2007-03-041-0/+8
* Fix compilation under MinGW with X11 enabledreimar2006-12-171-3/+4
* Adapt code to annoying ShowCursor semantics (increases/decreases and returnsreimar2006-11-171-2/+2
* Hack around Windows focus problem with -vo glreimar2006-11-041-0/+5
* Remove completely useless cursor variable.reimar2006-11-041-7/+0
* Support backspace for -vo gl/gl2 under Windowsreimar2006-11-021-0/+1
* Fix window size bug when starting with -fs and returningreimar2006-07-101-2/+2
* Do not fiddle (too much) with external (WinID) windowsreimar2006-07-081-0/+2
* Convince windows to allow window sizes > screen sizereimar2006-07-071-0/+2
* Fix and improve xinerama supportreimar2006-04-161-18/+45
* 10l, forgot to move aspect_save_screenres in last commitreimar2006-04-141-1/+1
* correct fullscreen sizereimar2006-04-131-0/+2
* define MONITOR_DEFAULTTOPRIMARY if necessary, some mingw version seem to miss itreimar2006-04-121-0/+4
* fixes and cleanup for windows fullscreen switching (restore old position,reimar2006-04-121-7/+75
* WM_PAINT is the "expose" event, not WM_ACTIVATEreimar2005-12-071-1/+1
* Fix message handling, process resize eventsreimar2005-12-061-7/+11
* Enable border toggling for gl and gl2 under windows.reimar2005-11-171-2/+19
* libvo input cleanup: remove the dependency on libinput,albeu2005-11-021-1/+1
* 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