summaryrefslogtreecommitdiffstats
path: root/libvo/w32_common.c
Commit message (Expand)AuthorAgeFilesLines
* options: remove --adapterwm42012-10-301-23/+0
* Rename to "mpv"wm42012-10-121-1/+1
* win32: don't crash if vo_w32_uninit() is called without vo_w32_init()wm42012-04-241-0/+2
* win32: fix handling of AltGrwm42012-04-141-0/+5
* win32: simplify icon loadingwm42012-04-141-6/+1
* win32: move global variables into a struct & some refactoringwm42012-04-141-249/+260
* win32: use GetKeyState() instead of maintaining the state manuallywm42012-04-141-16/+9
* win32: prevent modifier keys from getting stuckwm42012-04-131-0/+5
* win32: make F10 key not enter the window menuwm42012-04-071-0/+2
* win32: fix behavior of enter keywm42012-04-071-5/+11
* win32: use more unicode functionswm42012-04-061-38/+24
* win32: support key modifiers (shift, ctrl, alt)wm42012-04-061-13/+45
* win32: properly set window titlewm42012-03-171-2/+8
* win32: fix fullscreen not working on Windows 7wm42012-03-171-2/+2
* win32: different method to force window aspect ratiowm42012-03-171-15/+53
* win32, vo_directx: don't use vo_dx/dy, directly query window positionwm42012-03-171-7/+4
* win32: fix window creation and size handlingwm42012-03-171-48/+109
* cleanup: Silence compilation warnings on MinGW-w64wm42012-03-011-6/+8
* VO: w32_common: also generate VO_EVENT_MOVEreimar2011-07-061-0/+8
* Windows: vo/input: handle WM_XBUTTONDOWN messageRudolf Polzer2011-06-191-1/+16
* input: move all key code lists to input/keycodes.hUoti Urpala2011-05-021-2/+1
* vo_gl: create stereo-capable window when using Quadbuffer 3Dreimar2010-11-141-0/+2
* libvo/w32_common.c: Move setting of pixel format from init to configreimar2010-11-141-21/+21
* libvo/w32_common.c: minor cleanupreimar2010-11-141-18/+19
* Merge svn changes up to r31189Uoti Urpala2010-05-301-6/+12
|\
| * Do not return pointer to on-stack memory.reimar2010-05-191-1/+3
| * Fix return value (it was missing completely).reimar2010-05-191-1/+1
| * Handle -wid Window being closed for direct3d and gl vos on Windows.reimar2010-05-191-4/+8
* | Merge svn changes up to r31097Uoti Urpala2010-04-261-9/+2
|\|
| * Avoid duplicating mouse-movement command-generation code.reimar2010-04-251-6/+1
| * Deduplicate enable_mouse_movements declaration.reimar2010-04-251-2/+0
| * rename 'struct keymap' -> 'struct mp_keymap'siretart2010-04-231-1/+1
* | Merge svn changes up to r30514Uoti Urpala2010-03-091-24/+26
|\|
| * Add support for VOFLAG_HIDDEN to the w32 backend.reimar2010-02-041-0/+3
| * Set the PixelFormat right after creating the window and set it only once.reimar2010-02-041-23/+23
* | Merge svn changes up to r29962Uoti Urpala2009-11-231-2/+42
|\|
| * Add support for Windows OpenGL rendering onto a device instead of into a window.reimar2009-11-211-2/+42
* | Merge svn changes up to r29644Uoti Urpala2009-09-041-1/+1
|\|
| * Disable -keepaspect with -wid in w32_common code.reimar2009-08-271-1/+1
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-4/+4
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-4/+4
* | Merge svn changes up to r29117Uoti Urpala2009-04-011-1/+1
|\|
| * "MPlayer - The Movie Player" should be used as the player name.diego2009-03-151-1/+1
* | Merge svn changes up to r28728Uoti Urpala2009-02-251-5/+6
|\|
| * Calculate border size in aspect keeping code by using AdjustWindowRectreimar2009-02-231-5/+6
* | Merge svn changes up to r28537Uoti Urpala2009-02-121-0/+18
|\|
| * Add standard license headers, unify header formatting.diego2009-02-081-0/+18
* | Merge svn changes up to r28310Uoti Urpala2009-01-151-0/+10
|\|
| * Support F- and numpad keys for w32_common based vos.reimar2008-12-301-0/+10
* | Merge svn changes up to r28176Uoti Urpala2008-12-221-16/+18
|\|
| * Add and use a special lookup function to do table-based translation to MPlaye...reimar2008-12-201-16/+18
* | Merge svn changes up to r28087Uoti Urpala2008-12-041-4/+12
|\|
| * 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
* | w32_common.c, vo_direct3d.c: Fix Windows compilation issuesUoti Urpala2008-12-021-2/+2
* | Merge svn changes up to r27979Uoti Urpala2008-11-221-0/+98
|\|
| * cosmetics: typo fixesdiego2008-11-211-1/+1
| * Doxygen documentation for w32_common.creimar2008-11-181-0/+98
* | Merge svn changes up to r27949Uoti Urpala2008-11-171-15/+1
|\|
| * Fix Windows OpenGL -wid:reimar2008-11-111-15/+1
* | libvo: Move aspect.c static variables to vo structUoti Urpala2008-05-011-1/+1
* | input: Move cmd_queue to context structUoti Urpala2008-04-301-1/+1
* | Remove vo_depthonscreen references from non-X VOsUoti Urpala2008-04-231-5/+6
* | Move vo_ontop to options structUoti Urpala2008-04-231-0/+2
|/
* 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