| Commit message (Expand) | Author | Age |
* | "MPlayer - The Movie Player" should be used as the player name. | diego | 2009-03-15 |
* | Calculate border size in aspect keeping code by using AdjustWindowRect | reimar | 2009-02-23 |
* | Add standard license headers, unify header formatting. | diego | 2009-02-08 |
* | Support F- and numpad keys for w32_common based vos. | reimar | 2008-12-30 |
* | Add and use a special lookup function to do table-based translation to MPlaye... | reimar | 2008-12-20 |
* | More robust w32 -wid size handling | reimar | 2008-12-03 |
* | Reindent after previous commit | reimar | 2008-12-03 |
* | Do not override the vo_dwidth/vo_dheight values in vo_w32_config | reimar | 2008-12-03 |
* | cosmetics: typo fixes | diego | 2008-11-21 |
* | Doxygen documentation for w32_common.c | reimar | 2008-11-18 |
* | Fix Windows OpenGL -wid: | reimar | 2008-11-11 |
* | Make some variables static. | reimar | 2008-02-10 |
* | Avoid a useless extra pointer variable. | reimar | 2008-02-10 |
* | Do not uselessly erase background, OpenGL will take care of drawing everything. | reimar | 2008-02-10 |
* | Avoid -wid message processing blocking MPlayer. | reimar | 2008-02-10 |
* | Forward mouse messages to -wid Window. | reimar | 2008-02-10 |
* | Make sure the -wid window does not get notified when we destroy our attached ... | reimar | 2008-02-09 |
* | Hack: Create a child window for Windows OpenGL with -wid, since (esp. nVidia) | reimar | 2008-02-09 |
* | Implement keepaspect for Windows OpenGL vos. | reimar | 2008-02-02 |
* | Avoid some pointer conversion warnings (the code is messy but not wrong) | reimar | 2008-01-20 |
* | Fix some function types from unspecified to empty argument list | reimar | 2008-01-20 |
* | Fix the bug where the window would become smaller each time vo_ontop is toggled. | reimar | 2008-01-13 |
* | Fix compilation after patch to remove global vo_hdc | reimar | 2007-09-03 |
* | Remove global vo_hdc, since it is recommended to release a DC as soon as poss... | reimar | 2007-09-03 |
* | Hack around some fullscreen issues with gl under Windows | reimar | 2007-06-22 |
* | Code cleanup: don't include a .c file in mplayer.c and fix a few | rathann | 2007-03-29 |
* | Add support for tracking mouse movements. | reimar | 2007-03-04 |
* | Whitespace-only cosmetics: get rid of all remaining tabs | reimar | 2007-03-04 |
* | Generate resize events when size of -wid window changes. | reimar | 2007-03-04 |
* | Fix compilation under MinGW with X11 enabled | reimar | 2006-12-17 |
* | Adapt code to annoying ShowCursor semantics (increases/decreases and returns | reimar | 2006-11-17 |
* | Hack around Windows focus problem with -vo gl | reimar | 2006-11-04 |
* | Remove completely useless cursor variable. | reimar | 2006-11-04 |
* | Support backspace for -vo gl/gl2 under Windows | reimar | 2006-11-02 |
* | Fix window size bug when starting with -fs and returning | reimar | 2006-07-10 |
* | Do not fiddle (too much) with external (WinID) windows | reimar | 2006-07-08 |
* | Convince windows to allow window sizes > screen size | reimar | 2006-07-07 |
* | Fix and improve xinerama support | reimar | 2006-04-16 |
* | 10l, forgot to move aspect_save_screenres in last commit | reimar | 2006-04-14 |
* | correct fullscreen size | reimar | 2006-04-13 |
* | define MONITOR_DEFAULTTOPRIMARY if necessary, some mingw version seem to miss it | reimar | 2006-04-12 |
* | fixes and cleanup for windows fullscreen switching (restore old position, | reimar | 2006-04-12 |
* | WM_PAINT is the "expose" event, not WM_ACTIVATE | reimar | 2005-12-07 |
* | Fix message handling, process resize events | reimar | 2005-12-06 |
* | Enable border toggling for gl and gl2 under windows. | reimar | 2005-11-17 |
* | libvo input cleanup: remove the dependency on libinput, | albeu | 2005-11-02 |
* | DestroyWindow must be used when -wid was not given, so for WinID < 0, not >=0 | reimar | 2005-08-22 |
* | -wid support for windows. Not well tested, might still behave a bit weird. | reimar | 2005-08-21 |
* | 10l, initializers don't work without a declaration :-( | reimar | 2005-08-14 |
* | Cleanup, move declarations to beginning of block. | reimar | 2005-08-14 |