aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/w32_common.c
Commit message (Expand)AuthorAge
* 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
* | Merge svn changes up to r28176Gravatar Uoti Urpala2008-12-22
|\|
| * Add and use a special lookup function to do table-based translation to MPlaye...Gravatar reimar2008-12-20
* | Merge svn changes up to r28087Gravatar Uoti Urpala2008-12-04
|\|
| * More robust w32 -wid size handlingGravatar reimar2008-12-03
| * Reindent after previous commitGravatar reimar2008-12-03
| * Do not override the vo_dwidth/vo_dheight values in vo_w32_configGravatar reimar2008-12-03
* | w32_common.c, vo_direct3d.c: Fix Windows compilation issuesGravatar Uoti Urpala2008-12-02
* | Merge svn changes up to r27979Gravatar Uoti Urpala2008-11-22
|\|
| * cosmetics: typo fixesGravatar diego2008-11-21
| * Doxygen documentation for w32_common.cGravatar reimar2008-11-18
* | Merge svn changes up to r27949Gravatar Uoti Urpala2008-11-17
|\|
| * Fix Windows OpenGL -wid:Gravatar reimar2008-11-11
* | libvo: Move aspect.c static variables to vo structGravatar Uoti Urpala2008-05-01
* | input: Move cmd_queue to context structGravatar Uoti Urpala2008-04-30
* | Remove vo_depthonscreen references from non-X VOsGravatar Uoti Urpala2008-04-23
* | Move vo_ontop to options structGravatar Uoti Urpala2008-04-23
|/
* Make some variables static.Gravatar reimar2008-02-10
* Avoid a useless extra pointer variable.Gravatar reimar2008-02-10
* Do not uselessly erase background, OpenGL will take care of drawing everything.Gravatar reimar2008-02-10
* Avoid -wid message processing blocking MPlayer.Gravatar reimar2008-02-10
* Forward mouse messages to -wid Window.Gravatar reimar2008-02-10
* Make sure the -wid window does not get notified when we destroy our attached ...Gravatar reimar2008-02-09
* Hack: Create a child window for Windows OpenGL with -wid, since (esp. nVidia)Gravatar reimar2008-02-09
* Implement keepaspect for Windows OpenGL vos.Gravatar reimar2008-02-02
* Avoid some pointer conversion warnings (the code is messy but not wrong)Gravatar reimar2008-01-20
* Fix some function types from unspecified to empty argument listGravatar reimar2008-01-20
* Fix the bug where the window would become smaller each time vo_ontop is toggled.Gravatar reimar2008-01-13
* Fix compilation after patch to remove global vo_hdcGravatar reimar2007-09-03
* Remove global vo_hdc, since it is recommended to release a DC as soon as poss...Gravatar reimar2007-09-03
* Hack around some fullscreen issues with gl under WindowsGravatar reimar2007-06-22
* Code cleanup: don't include a .c file in mplayer.c and fix a fewGravatar rathann2007-03-29
* Add support for tracking mouse movements.Gravatar reimar2007-03-04
* Whitespace-only cosmetics: get rid of all remaining tabsGravatar reimar2007-03-04
* Generate resize events when size of -wid window changes.Gravatar reimar2007-03-04
* Fix compilation under MinGW with X11 enabledGravatar reimar2006-12-17
* Adapt code to annoying ShowCursor semantics (increases/decreases and returnsGravatar reimar2006-11-17
* Hack around Windows focus problem with -vo glGravatar reimar2006-11-04
* Remove completely useless cursor variable.Gravatar reimar2006-11-04