aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/w32_common.c
Commit message (Expand)AuthorAge
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12
* options: remove --adapterGravatar wm42012-10-30
* Rename to "mpv"Gravatar wm42012-10-12
* win32: don't crash if vo_w32_uninit() is called without vo_w32_init()Gravatar wm42012-04-24
* win32: fix handling of AltGrGravatar wm42012-04-14
* win32: simplify icon loadingGravatar wm42012-04-14
* win32: move global variables into a struct & some refactoringGravatar wm42012-04-14
* win32: use GetKeyState() instead of maintaining the state manuallyGravatar wm42012-04-14
* win32: prevent modifier keys from getting stuckGravatar wm42012-04-13
* win32: make F10 key not enter the window menuGravatar wm42012-04-07
* win32: fix behavior of enter keyGravatar wm42012-04-07
* win32: use more unicode functionsGravatar wm42012-04-06
* win32: support key modifiers (shift, ctrl, alt)Gravatar wm42012-04-06
* win32: properly set window titleGravatar wm42012-03-17
* win32: fix fullscreen not working on Windows 7Gravatar wm42012-03-17
* win32: different method to force window aspect ratioGravatar wm42012-03-17
* win32, vo_directx: don't use vo_dx/dy, directly query window positionGravatar wm42012-03-17
* win32: fix window creation and size handlingGravatar wm42012-03-17
* cleanup: Silence compilation warnings on MinGW-w64Gravatar wm42012-03-01
* VO: w32_common: also generate VO_EVENT_MOVEGravatar reimar2011-07-06
* Windows: vo/input: handle WM_XBUTTONDOWN messageGravatar Rudolf Polzer2011-06-19
* input: move all key code lists to input/keycodes.hGravatar Uoti Urpala2011-05-02
* vo_gl: create stereo-capable window when using Quadbuffer 3DGravatar reimar2010-11-14
* libvo/w32_common.c: Move setting of pixel format from init to configGravatar reimar2010-11-14
* libvo/w32_common.c: minor cleanupGravatar reimar2010-11-14
* Merge svn changes up to r31189Gravatar Uoti Urpala2010-05-30
|\
| * Do not return pointer to on-stack memory.Gravatar reimar2010-05-19
| * Fix return value (it was missing completely).Gravatar reimar2010-05-19
| * Handle -wid Window being closed for direct3d and gl vos on Windows.Gravatar reimar2010-05-19
* | Merge svn changes up to r31097Gravatar Uoti Urpala2010-04-26
|\|
| * Avoid duplicating mouse-movement command-generation code.Gravatar reimar2010-04-25
| * Deduplicate enable_mouse_movements declaration.Gravatar reimar2010-04-25
| * rename 'struct keymap' -> 'struct mp_keymap'Gravatar siretart2010-04-23
* | Merge svn changes up to r30514Gravatar Uoti Urpala2010-03-09
|\|
| * Add support for VOFLAG_HIDDEN to the w32 backend.Gravatar reimar2010-02-04
| * Set the PixelFormat right after creating the window and set it only once.Gravatar reimar2010-02-04
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Add support for Windows OpenGL rendering onto a device instead of into a window.Gravatar reimar2009-11-21
* | Merge svn changes up to r29644Gravatar Uoti Urpala2009-09-04
|\|
| * Disable -keepaspect with -wid in w32_common code.Gravatar reimar2009-08-27
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * "MPlayer - The Movie Player" should be used as the player name.Gravatar diego2009-03-15
* | Merge svn changes up to r28728Gravatar Uoti Urpala2009-02-25
|\|
| * Calculate border size in aspect keeping code by using AdjustWindowRectGravatar reimar2009-02-23
* | Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\|
| * Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* | Merge svn changes up to r28310Gravatar Uoti Urpala2009-01-15
|\|
| * Support F- and numpad keys for w32_common based vos.Gravatar reimar2008-12-30