aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/x11_common.c
Commit message (Expand)AuthorAge
* libvo: Move aspect.c static variables to vo structGravatar Uoti Urpala2008-05-01
* input: Move cmd_queue to context structGravatar Uoti Urpala2008-04-30
* 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
* Mark a table constGravatar 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
* revert commits 26437-26439Gravatar attila2008-04-19
* cosmetics: fix indentationGravatar attila2008-04-13
* move the #ifdef HAVE_XINERAMA to enclose the whole functionGravatar attila2008-04-13
* Always calculate the xinerama screen mplayer is on.Gravatar attila2008-04-13
* typo fix: inited --> initializedGravatar diego2008-02-14
* Use a transform_color function to reduce code duplicationGravatar reimar2008-01-12
* Remove unnecessary <signal.h> includesGravatar uau2008-01-09
* Remove some now unused screensaver stuff code.Gravatar reimar2008-01-07
* Remove most of the messy screensaver code in favour of only XResetScreenSaverGravatar reimar2008-01-07
* Use a screensaver_off variable to save current state and avoidGravatar reimar2008-01-07
* Add missing X11/extensions/scrnsaver.h includeGravatar reimar2007-12-22
* Add support for XScreenSaverSuspendGravatar reimar2007-12-22
* Move more variables into the block where they are usedGravatar reimar2007-12-20
* Move a variable to where it is usedGravatar reimar2007-12-20
* Remove some pointless 'inline' qualifiersGravatar uau2007-11-01
* Allow XF86AudioLowerVolume/XF86AudioRaiseVolume keys to be handled by MPlayer.Gravatar diego2007-09-05
* Remove checks that in the worst case will completely break fullscreenGravatar reimar2007-09-03
* Make sure aspect hint is adjusted on aspect changeGravatar reimar2007-09-03
* Cosmetics: set vo_hint.flags at more consistent places (directly beforeGravatar reimar2007-09-02
* make sure update_xinerama_info is always called even when using theGravatar reimar2007-07-28
* document "default" behaviour if CopyFromParent is passed as colormapGravatar attila2007-07-22
* Fix vo_x11_clearwindow_part: x position is one less to avoid not clearingGravatar reimar2007-06-27
* Make X11 window creation and (with -fixed-vo) management simpler and moreGravatar reimar2007-06-27
* Add missing return value for x11 error handlerGravatar reimar2007-06-24
* Gui --> guiGravatar diego2007-04-23
* "()" to "(void)" function param list fixesGravatar uau2007-04-01
* Code cleanup: don't include a .c file in mplayer.c and fix a fewGravatar rathann2007-03-29
* Move code to ignore mouse wheel "down" events to fifo.c (needed becauseGravatar reimar2007-01-21