aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/x11_common.h
Commit message (Expand)AuthorAge
* Move allocation/free of x11 struct to x11_common.cGravatar Uoti Urpala2008-04-29
* Add a context for mp_fifoGravatar Uoti Urpala2008-04-29
* Move mRootWin,mScreen,mLocalDisplay to x11 structGravatar Uoti Urpala2008-04-23
* Move vo_mouse_autohide,vo_wm_type,vo_fs_type,vo_fs_flip to x11 structGravatar Uoti Urpala2008-04-23
* x11_common: Move vo_old_[x|y|width|height| to x11 structGravatar Uoti Urpala2008-04-23
* x11_common.c: Move orig_layer and old_gravity to x11 structGravatar Uoti Urpala2008-04-23
* Move static mouse hide timers to x11 structGravatar Uoti Urpala2008-04-23
* Move vo_gc,f_gc,vo_hints to x11 structGravatar Uoti Urpala2008-04-23
* x11_common.c: Move function-static variables to structGravatar Uoti Urpala2008-04-23
* Move xv_port,xv_colorkey,xv_ck_info to x11 structGravatar Uoti Urpala2008-04-23
* Move vo_window to x11 structGravatar Uoti Urpala2008-04-23
* Move static X11 atoms to structGravatar Uoti Urpala2008-04-23
* Move vo_screenwidth,vo_screenheight to options structGravatar Uoti Urpala2008-04-23
* Move vo_depthonscreen to x11 structGravatar Uoti Urpala2008-04-23
* Move vo_dx,vo_dy,vo_dwidth,vo_dheight to vo structGravatar Uoti Urpala2008-04-23
* Move global mDisplay to x11 state structGravatar Uoti Urpala2008-04-23
* Create a struct for X11 stateGravatar Uoti Urpala2008-04-23
* x11_common.c: Make some functions staticGravatar Uoti Urpala2008-04-23
* Move vo_ontop to options structGravatar Uoti Urpala2008-04-23
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Remove pointless #ifdefs around extern declarations.Gravatar diego2008-02-20
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* Make X11 window creation and (with -fixed-vo) management simpler and moreGravatar reimar2007-06-27
* "()" to "(void)" function param list fixesGravatar uau2007-04-01
* Remove updating of vo_mouse_timer_const from the main loop and alsoGravatar uau2006-04-25
* forgotten update_xinerama_info prototypesGravatar reimar2006-04-21
* Fix and improve xinerama supportGravatar reimar2006-04-16
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* Test if source image dimensions are too big.Gravatar al2005-11-10
* remove extern for variables that are already in headers.Gravatar reimar2005-08-21
* added forgotten xv_enable_vsyncGravatar reimar2005-06-30
* fix vo_xv_draw_colorkey to a workable stateGravatar iive2005-04-10
* missing externs (fixes implicit declaration warnings)Gravatar rathann2005-03-01
* Unified colorkey code for vo xv and vo xvmc.Gravatar al2005-02-20
* X11 headers must be included also when X11_FULLSCREEN is not defined (althoughGravatar reimar2005-02-06
* fullscreen fixes and GUI support for vo_glGravatar reimar2004-11-01
* now use vo_rootwin var to check for -rootwin switchGravatar nplourde2004-08-08
* Metacity fullscreen issues, patch by Alexander Strasser <eclipse7@gmx.net>,Gravatar diego2004-06-02
* runtime 'stay-on-top' functionalityGravatar joey2003-11-30
* fix for warning in some vo_*.cGravatar pl2003-09-12
* 10000l. Never ever use such foolish GCC 3.x extensionscvs diff -u x11_common....Gravatar alex2003-08-31
* move xv_set_eq to x11_commonGravatar iive2003-07-01
* - support command line parameter -fstype, eg. -fstype layer=12,above,fullscreenGravatar filon2003-02-07
* - sync with x11_commonGravatar pontscho2003-01-09
* here is a somewhat generic equalizer implementation for the X11 vo driversGravatar arpi2002-10-29
* Add the code that chooses a good X11 truecolor visual to the vo_x11 config()Gravatar jkeil2002-09-03
* ignore BadAccess error at XSelectInput() (grabbing mouse etc) with warningGravatar arpi2002-08-09
* Aii 10l forgot to commit with my last x11_common.c commitGravatar atmos42002-06-13
* some cleanup, gl/gl2 updated to use vo_windowGravatar arpi2002-05-14
* some bugfix, x[11|mga|v] ( fullscreen with more files )Gravatar pontscho2002-05-08