aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/x11_common.c
Commit message (Expand)AuthorAge
* Factor common code like -wid handling, vo_gc creation etc. out intoGravatar reimar2008-11-19
* include limits.h for INT_MAX.Gravatar reimar2008-11-15
* Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) sameGravatar reimar2008-11-15
* Set modified window position and monitor aspect in vo_vm_switch instead of inGravatar reimar2008-11-15
* Set modeline_width/height to sane values in vo_vm_switch even whenGravatar reimar2008-11-15
* Replace some of the different inconsistent XGetGeometry uses by aGravatar reimar2008-11-15
* Remove X11 backing store: this is now a useless flag.Gravatar ben2008-10-29
* Add missing support for some multimedia keys to X11 backend code.Gravatar diego2008-10-12
* Remove already disabled and probably long obsolete code that worked around an...Gravatar reimar2008-09-20
* Use already "prefetched" atoms instead of calling XInternAtom each time.Gravatar reimar2008-09-20
* Change a bunch of X11-specific preprocessor directives.Gravatar diego2008-08-04
* Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
* Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.Gravatar reimar2008-07-22
* Support -noborder with X11-based vosGravatar reimar2008-07-22
* Make vo_x11_fullscreen not break vo_border (proper support still needs vo cha...Gravatar reimar2008-07-22
* Add parentheses to expression to avoid the warning:Gravatar diego2008-06-15
* cosmetics: Remove useless parentheses from from return statements.Gravatar diego2008-05-16
* 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
* grammar/spelling/wording in commentsGravatar diego2007-01-18
* Do not abort on X11 errors, most are not at all fatal.Gravatar reimar2007-01-05
* Get rid of completely useless includes that in addition hinder compilationGravatar reimar2006-12-16
* report to mplayer with a slave command the coordinates of the pointer reporte...Gravatar nicodvb2006-09-16
* Make some functions static.Gravatar uau2006-07-08