aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/x11_common.c
Commit message (Expand)AuthorAge
* 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
* Fix window position when changing videos while in fullscreen and forGravatar reimar2006-06-15
* typo fixes: Extenstion -> extensionGravatar reimar2006-05-14
* Simplify condition, since both time and time_last are unsigned.Gravatar rathann2006-05-13
* Remove updating of vo_mouse_timer_const from the main loop and alsoGravatar uau2006-04-25
* Get ride of the several if(identify) messy lines and rearangment of some of t...Gravatar reynaldo2006-04-24
* 10l, aspect_save_screenres must be always called in update_xinerama_info.Gravatar reimar2006-04-20
* Register for window-manager delete window events and quit MPlayer.Gravatar reimar2006-04-19
* Fix and improve xinerama supportGravatar reimar2006-04-16
* Make -xy help output consistent, output an empty line before and after.Gravatar diego2006-03-04
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* Don't abort when xscreensaver window isn't available anymore.Gravatar al2005-12-07
* Revert previous commitGravatar al2005-11-22
* resolves problem in module stop_xscreensaver, crashing mp after sleep and awa...Gravatar ptt2005-11-21
* Test if source image dimensions are too big.Gravatar al2005-11-10
* libvo input cleanup: remove the dependency on libinput,Gravatar albeu2005-11-02
* Make a few more messages translatable by moving them into help_mp-en.h.Gravatar diego2005-10-18
* Slightly reduce unnecessary verbosity.Gravatar diego2005-08-24
* remove extern for variables that are already in headers.Gravatar reimar2005-08-21
* Try to set XV_SYNC_TO_VBLANK to enable vsync on non-overlay xv adapters.Gravatar reimar2005-06-27
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...Gravatar gpoirier2005-06-20
* helper functions for comparing strarg_t "strings".Gravatar reimar2005-06-16
* - fix black screen problem on reinitGravatar al2005-04-16
* fix vo_xv_draw_colorkey to a workable stateGravatar iive2005-04-10
* We should not crash, only because we couldn't hide the cursor.Gravatar al2005-02-20
* Unified colorkey code for vo xv and vo xvmc.Gravatar al2005-02-20
* Separate XF86 video mode extension check from XF86 keysym check asGravatar diego2005-02-02
* Fix ontop for some WMs that lose ontop state after fullscreen event.Gravatar al2004-12-27
* added -wid support for vo_directx.Gravatar joey2004-12-21
* The GUI shouldn't handle key events at two places.Gravatar al2004-11-21
* 3 memory leaks fixedGravatar iive2004-11-15
* Reduce excessive verbosity.Gravatar diego2004-11-15