| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge svn changes up to r31189 | Uoti Urpala | 2010-05-30 | 1 | -6/+12 |
|\ |
|
| * | Do not return pointer to on-stack memory. | reimar | 2010-05-19 | 1 | -1/+3 |
| * | Fix return value (it was missing completely). | reimar | 2010-05-19 | 1 | -1/+1 |
| * | Handle -wid Window being closed for direct3d and gl vos on Windows. | reimar | 2010-05-19 | 1 | -4/+8 |
* | | Merge svn changes up to r31097 | Uoti Urpala | 2010-04-26 | 1 | -9/+2 |
|\| |
|
| * | Avoid duplicating mouse-movement command-generation code. | reimar | 2010-04-25 | 1 | -6/+1 |
| * | Deduplicate enable_mouse_movements declaration. | reimar | 2010-04-25 | 1 | -2/+0 |
| * | rename 'struct keymap' -> 'struct mp_keymap' | siretart | 2010-04-23 | 1 | -1/+1 |
* | | Merge svn changes up to r30514 | Uoti Urpala | 2010-03-09 | 1 | -24/+26 |
|\| |
|
| * | Add support for VOFLAG_HIDDEN to the w32 backend. | reimar | 2010-02-04 | 1 | -0/+3 |
| * | Set the PixelFormat right after creating the window and set it only once. | reimar | 2010-02-04 | 1 | -23/+23 |
* | | Merge svn changes up to r29962 | Uoti Urpala | 2009-11-23 | 1 | -2/+42 |
|\| |
|
| * | Add support for Windows OpenGL rendering onto a device instead of into a window. | reimar | 2009-11-21 | 1 | -2/+42 |
* | | Merge svn changes up to r29644 | Uoti Urpala | 2009-09-04 | 1 | -1/+1 |
|\| |
|
| * | Disable -keepaspect with -wid in w32_common code. | reimar | 2009-08-27 | 1 | -1/+1 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -4/+4 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -4/+4 |
* | | Merge svn changes up to r29117 | Uoti Urpala | 2009-04-01 | 1 | -1/+1 |
|\| |
|
| * | "MPlayer - The Movie Player" should be used as the player name. | diego | 2009-03-15 | 1 | -1/+1 |
* | | Merge svn changes up to r28728 | Uoti Urpala | 2009-02-25 | 1 | -5/+6 |
|\| |
|
| * | Calculate border size in aspect keeping code by using AdjustWindowRect | reimar | 2009-02-23 | 1 | -5/+6 |
* | | Merge svn changes up to r28537 | Uoti Urpala | 2009-02-12 | 1 | -0/+18 |
|\| |
|
| * | Add standard license headers, unify header formatting. | diego | 2009-02-08 | 1 | -0/+18 |
* | | Merge svn changes up to r28310 | Uoti Urpala | 2009-01-15 | 1 | -0/+10 |
|\| |
|
| * | Support F- and numpad keys for w32_common based vos. | reimar | 2008-12-30 | 1 | -0/+10 |
* | | Merge svn changes up to r28176 | Uoti Urpala | 2008-12-22 | 1 | -16/+18 |
|\| |
|
| * | Add and use a special lookup function to do table-based translation to MPlaye... | reimar | 2008-12-20 | 1 | -16/+18 |
* | | Merge svn changes up to r28087 | Uoti Urpala | 2008-12-04 | 1 | -4/+12 |
|\| |
|
| * | More robust w32 -wid size handling | reimar | 2008-12-03 | 1 | -0/+5 |
| * | Reindent after previous commit | reimar | 2008-12-03 | 1 | -5/+5 |
| * | Do not override the vo_dwidth/vo_dheight values in vo_w32_config | reimar | 2008-12-03 | 1 | -0/+3 |
* | | w32_common.c, vo_direct3d.c: Fix Windows compilation issues | Uoti Urpala | 2008-12-02 | 1 | -2/+2 |
* | | Merge svn changes up to r27979 | Uoti Urpala | 2008-11-22 | 1 | -0/+98 |
|\| |
|
| * | cosmetics: typo fixes | diego | 2008-11-21 | 1 | -1/+1 |
| * | Doxygen documentation for w32_common.c | reimar | 2008-11-18 | 1 | -0/+98 |
* | | Merge svn changes up to r27949 | Uoti Urpala | 2008-11-17 | 1 | -15/+1 |
|\| |
|
| * | Fix Windows OpenGL -wid: | reimar | 2008-11-11 | 1 | -15/+1 |
* | | libvo: Move aspect.c static variables to vo struct | Uoti Urpala | 2008-05-01 | 1 | -1/+1 |
* | | input: Move cmd_queue to context struct | Uoti Urpala | 2008-04-30 | 1 | -1/+1 |
* | | Remove vo_depthonscreen references from non-X VOs | Uoti Urpala | 2008-04-23 | 1 | -5/+6 |
* | | Move vo_ontop to options struct | Uoti Urpala | 2008-04-23 | 1 | -0/+2 |
|/ |
|
* | Make some variables static. | reimar | 2008-02-10 | 1 | -6/+6 |
* | Avoid a useless extra pointer variable. | reimar | 2008-02-10 | 1 | -1/+1 |
* | Do not uselessly erase background, OpenGL will take care of drawing everything. | reimar | 2008-02-10 | 1 | -2/+5 |
* | Avoid -wid message processing blocking MPlayer. | reimar | 2008-02-10 | 1 | -1/+1 |
* | Forward mouse messages to -wid Window. | reimar | 2008-02-10 | 1 | -1/+15 |
* | Make sure the -wid window does not get notified when we destroy our attached ... | reimar | 2008-02-09 | 1 | -1/+1 |
* | Hack: Create a child window for Windows OpenGL with -wid, since (esp. nVidia) | reimar | 2008-02-09 | 1 | -8/+10 |
* | Implement keepaspect for Windows OpenGL vos. | reimar | 2008-02-02 | 1 | -0/+12 |
* | Avoid some pointer conversion warnings (the code is messy but not wrong) | reimar | 2008-01-20 | 1 | -2/+2 |
* | Fix some function types from unspecified to empty argument list | reimar | 2008-01-20 | 1 | -3/+3 |
* | Fix the bug where the window would become smaller each time vo_ontop is toggled. | reimar | 2008-01-13 | 1 | -3/+1 |
* | Fix compilation after patch to remove global vo_hdc | reimar | 2007-09-03 | 1 | -2/+2 |
* | Remove global vo_hdc, since it is recommended to release a DC as soon as poss... | reimar | 2007-09-03 | 1 | -3/+3 |
* | Hack around some fullscreen issues with gl under Windows | reimar | 2007-06-22 | 1 | -0/+3 |
* | Code cleanup: don't include a .c file in mplayer.c and fix a few | rathann | 2007-03-29 | 1 | -1/+1 |
* | Add support for tracking mouse movements. | reimar | 2007-03-04 | 1 | -0/+11 |
* | Whitespace-only cosmetics: get rid of all remaining tabs | reimar | 2007-03-04 | 1 | -114/+114 |
* | Generate resize events when size of -wid window changes. | reimar | 2007-03-04 | 1 | -0/+8 |
* | Fix compilation under MinGW with X11 enabled | reimar | 2006-12-17 | 1 | -3/+4 |
* | Adapt code to annoying ShowCursor semantics (increases/decreases and returns | reimar | 2006-11-17 | 1 | -2/+2 |
* | Hack around Windows focus problem with -vo gl | reimar | 2006-11-04 | 1 | -0/+5 |
* | Remove completely useless cursor variable. | reimar | 2006-11-04 | 1 | -7/+0 |
* | Support backspace for -vo gl/gl2 under Windows | reimar | 2006-11-02 | 1 | -0/+1 |
* | Fix window size bug when starting with -fs and returning | reimar | 2006-07-10 | 1 | -2/+2 |
* | Do not fiddle (too much) with external (WinID) windows | reimar | 2006-07-08 | 1 | -0/+2 |
* | Convince windows to allow window sizes > screen size | reimar | 2006-07-07 | 1 | -0/+2 |
* | Fix and improve xinerama support | reimar | 2006-04-16 | 1 | -18/+45 |
* | 10l, forgot to move aspect_save_screenres in last commit | reimar | 2006-04-14 | 1 | -1/+1 |
* | correct fullscreen size | reimar | 2006-04-13 | 1 | -0/+2 |
* | define MONITOR_DEFAULTTOPRIMARY if necessary, some mingw version seem to miss it | reimar | 2006-04-12 | 1 | -0/+4 |
* | fixes and cleanup for windows fullscreen switching (restore old position, | reimar | 2006-04-12 | 1 | -7/+75 |
* | WM_PAINT is the "expose" event, not WM_ACTIVATE | reimar | 2005-12-07 | 1 | -1/+1 |
* | Fix message handling, process resize events | reimar | 2005-12-06 | 1 | -7/+11 |
* | Enable border toggling for gl and gl2 under windows. | reimar | 2005-11-17 | 1 | -2/+19 |
* | libvo input cleanup: remove the dependency on libinput, | albeu | 2005-11-02 | 1 | -1/+1 |
* | DestroyWindow must be used when -wid was not given, so for WinID < 0, not >=0 | reimar | 2005-08-22 | 1 | -1/+1 |
* | -wid support for windows. Not well tested, might still behave a bit weird. | reimar | 2005-08-21 | 1 | -0/+5 |
* | 10l, initializers don't work without a declaration :-( | reimar | 2005-08-14 | 1 | -2/+3 |
* | Cleanup, move declarations to beginning of block. | reimar | 2005-08-14 | 1 | -7/+7 |
* | OpenGL fixes for windows and vo_gl.c ported to windows. | reimar | 2005-07-26 | 1 | -1/+1 |
* | -geometry support for gl2 under win, default window pos centered for gl, gl2 | reimar | 2005-05-30 | 1 | -1/+1 |
* | Remove a lot of duplicate code | reimar | 2005-02-21 | 1 | -44/+22 |
* | Improving gl2 under windows, moving some functionality to gl_common | reimar | 2004-12-11 | 1 | -28/+12 |
* | Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. | diego | 2004-10-28 | 1 | -4/+4 |
* | applied old patch that was missing an include... | reimar | 2004-08-02 | 1 | -0/+1 |
* | support for passing mouse events on to MPlayer | reimar | 2004-08-01 | 1 | -0/+21 |
* | replace WM_DESTROY with WM_CLOSE to make it possible to play multiple files, ... | faust3 | 2004-02-29 | 1 | -1/+1 |
* | runtime 'stay-on-top' functionality | joey | 2003-11-30 | 1 | -2/+14 |
* | change vo_w32_fullscreen to behave like vo_x11_fullscreen patch by Reimar Doe... | faust3 | 2003-11-16 | 1 | -2/+3 |
* | vo_gl2 port to win32 patch by Tristan Seligmann <mithrandi-mplayer-dev-eng at... | faust3 | 2003-09-19 | 1 | -0/+267 |