| Commit message (Expand) | Author | Age | Files | Lines |
* | Move mRootWin,mScreen,mLocalDisplay to x11 struct | Uoti Urpala | 2008-04-23 | 1 | -30/+28 |
* | Move vo_mouse_autohide,vo_wm_type,vo_fs_type,vo_fs_flip to x11 struct | Uoti Urpala | 2008-04-23 | 1 | -27/+22 |
* | x11_common: Move vo_old_[x|y|width|height| to x11 struct | Uoti Urpala | 2008-04-23 | 1 | -18/+14 |
* | x11_common.c: Move orig_layer and old_gravity to x11 struct | Uoti Urpala | 2008-04-23 | 1 | -8/+7 |
* | Move static mouse hide timers to x11 struct | Uoti Urpala | 2008-04-23 | 1 | -12/+9 |
* | Move vo_gc,f_gc,vo_hints to x11 struct | Uoti Urpala | 2008-04-23 | 1 | -55/+53 |
* | x11_common.c: Move function-static variables to struct | Uoti Urpala | 2008-04-23 | 1 | -24/+25 |
* | Mark a table const | Uoti Urpala | 2008-04-23 | 1 | -1/+1 |
* | Move xv_port,xv_colorkey,xv_ck_info to x11 struct | Uoti Urpala | 2008-04-23 | 1 | -39/+38 |
* | Move vo_window to x11 struct | Uoti Urpala | 2008-04-23 | 1 | -67/+60 |
* | Move static X11 atoms to struct | Uoti Urpala | 2008-04-23 | 1 | -56/+47 |
* | Move vo_screenwidth,vo_screenheight to options struct | Uoti Urpala | 2008-04-23 | 1 | -34/+43 |
* | Move vo_depthonscreen to x11 struct | Uoti Urpala | 2008-04-23 | 1 | -11/+11 |
* | Move vo_dx,vo_dy,vo_dwidth,vo_dheight to vo struct | Uoti Urpala | 2008-04-23 | 1 | -19/+20 |
* | Move global mDisplay to x11 state struct | Uoti Urpala | 2008-04-23 | 1 | -126/+136 |
* | Create a struct for X11 state | Uoti Urpala | 2008-04-23 | 1 | -0/+4 |
* | x11_common.c: Make some functions static | Uoti Urpala | 2008-04-23 | 1 | -6/+8 |
* | Move vo_ontop to options struct | Uoti Urpala | 2008-04-23 | 1 | -9/+13 |
* | revert commits 26437-26439 | attila | 2008-04-19 | 1 | -11/+14 |
* | cosmetics: fix indentation | attila | 2008-04-13 | 1 | -8/+8 |
* | move the #ifdef HAVE_XINERAMA to enclose the whole function | attila | 2008-04-13 | 1 | -1/+1 |
* | Always calculate the xinerama screen mplayer is on. | attila | 2008-04-13 | 1 | -6/+3 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 1 | -1/+1 |
* | Use a transform_color function to reduce code duplication | reimar | 2008-01-12 | 1 | -28/+14 |
* | Remove unnecessary <signal.h> includes | uau | 2008-01-09 | 1 | -1/+0 |
* | Remove some now unused screensaver stuff code. | reimar | 2008-01-07 | 1 | -65/+0 |
* | Remove most of the messy screensaver code in favour of only XResetScreenSaver | reimar | 2008-01-07 | 1 | -83/+2 |
* | Use a screensaver_off variable to save current state and avoid | reimar | 2008-01-07 | 1 | -0/+7 |
* | Add missing X11/extensions/scrnsaver.h include | reimar | 2007-12-22 | 1 | -0/+4 |
* | Add support for XScreenSaverSuspend | reimar | 2007-12-22 | 1 | -1/+21 |
* | Move more variables into the block where they are used | reimar | 2007-12-20 | 1 | -3/+1 |
* | Move a variable to where it is used | reimar | 2007-12-20 | 1 | -2/+1 |
* | Remove some pointless 'inline' qualifiers | uau | 2007-11-01 | 1 | -1/+1 |
* | Allow XF86AudioLowerVolume/XF86AudioRaiseVolume keys to be handled by MPlayer. | diego | 2007-09-05 | 1 | -0/+6 |
* | Remove checks that in the worst case will completely break fullscreen | reimar | 2007-09-03 | 1 | -6/+0 |
* | Make sure aspect hint is adjusted on aspect change | reimar | 2007-09-03 | 1 | -0/+1 |
* | Cosmetics: set vo_hint.flags at more consistent places (directly before | reimar | 2007-09-02 | 1 | -3/+5 |
* | make sure update_xinerama_info is always called even when using the | reimar | 2007-07-28 | 1 | -1/+1 |
* | document "default" behaviour if CopyFromParent is passed as colormap | attila | 2007-07-22 | 1 | -1/+1 |
* | Fix vo_x11_clearwindow_part: x position is one less to avoid not clearing | reimar | 2007-06-27 | 1 | -1/+1 |
* | Make X11 window creation and (with -fixed-vo) management simpler and more | reimar | 2007-06-27 | 1 | -0/+56 |
* | Add missing return value for x11 error handler | reimar | 2007-06-24 | 1 | -0/+1 |
* | Gui --> gui | diego | 2007-04-23 | 1 | -1/+1 |
* | "()" to "(void)" function param list fixes | uau | 2007-04-01 | 1 | -3/+3 |
* | Code cleanup: don't include a .c file in mplayer.c and fix a few | rathann | 2007-03-29 | 1 | -2/+1 |
* | Move code to ignore mouse wheel "down" events to fifo.c (needed because | reimar | 2007-01-21 | 1 | -6/+0 |
* | grammar/spelling/wording in comments | diego | 2007-01-18 | 1 | -39/+40 |
* | Do not abort on X11 errors, most are not at all fatal. | reimar | 2007-01-05 | 1 | -1/+1 |
* | Get rid of completely useless includes that in addition hinder compilation | reimar | 2006-12-16 | 1 | -1/+0 |
* | report to mplayer with a slave command the coordinates of the pointer reporte... | nicodvb | 2006-09-16 | 1 | -0/+8 |
* | Make some functions static. | uau | 2006-07-08 | 1 | -1/+1 |
* | Fix window position when changing videos while in fullscreen and for | reimar | 2006-06-15 | 1 | -0/+2 |
* | typo fixes: Extenstion -> extension | reimar | 2006-05-14 | 1 | -2/+2 |
* | Simplify condition, since both time and time_last are unsigned. | rathann | 2006-05-13 | 1 | -2/+1 |
* | Remove updating of vo_mouse_timer_const from the main loop and also | uau | 2006-04-25 | 1 | -6/+12 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 | 1 | -2/+1 |
* | 10l, aspect_save_screenres must be always called in update_xinerama_info. | reimar | 2006-04-20 | 1 | -1/+1 |
* | Register for window-manager delete window events and quit MPlayer. | reimar | 2006-04-19 | 1 | -0/+10 |
* | Fix and improve xinerama support | reimar | 2006-04-16 | 1 | -41/+40 |
* | Make -xy help output consistent, output an empty line before and after. | diego | 2006-03-04 | 1 | -1/+1 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 1 | -1/+1 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 1 | -8/+8 |
* | Don't abort when xscreensaver window isn't available anymore. | al | 2005-12-07 | 1 | -0/+2 |
* | Revert previous commit | al | 2005-11-22 | 1 | -2/+0 |
* | resolves problem in module stop_xscreensaver, crashing mp after sleep and awa... | ptt | 2005-11-21 | 1 | -0/+2 |
* | Test if source image dimensions are too big. | al | 2005-11-10 | 1 | -0/+39 |
* | libvo input cleanup: remove the dependency on libinput, | albeu | 2005-11-02 | 1 | -21/+7 |
* | Make a few more messages translatable by moving them into help_mp-en.h. | diego | 2005-10-18 | 1 | -4/+2 |
* | Slightly reduce unnecessary verbosity. | diego | 2005-08-24 | 1 | -1/+1 |
* | remove extern for variables that are already in headers. | reimar | 2005-08-21 | 1 | -5/+0 |
* | Try to set XV_SYNC_TO_VBLANK to enable vsync on non-overlay xv adapters. | reimar | 2005-06-27 | 1 | -0/+13 |
* | adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ... | gpoirier | 2005-06-20 | 1 | -0/+2 |
* | helper functions for comparing strarg_t "strings". | reimar | 2005-06-16 | 1 | -6/+6 |
* | - fix black screen problem on reinit | al | 2005-04-16 | 1 | -1/+9 |
* | fix vo_xv_draw_colorkey to a workable state | iive | 2005-04-10 | 1 | -10/+12 |
* | We should not crash, only because we couldn't hide the cursor. | al | 2005-02-20 | 1 | -1/+4 |
* | Unified colorkey code for vo xv and vo xvmc. | al | 2005-02-20 | 1 | -0/+311 |
* | Separate XF86 video mode extension check from XF86 keysym check as | diego | 2005-02-02 | 1 | -0/+3 |
* | Fix ontop for some WMs that lose ontop state after fullscreen event. | al | 2004-12-27 | 1 | -2/+4 |
* | added -wid support for vo_directx. | joey | 2004-12-21 | 1 | -1/+1 |
* | The GUI shouldn't handle key events at two places. | al | 2004-11-21 | 1 | -4/+4 |
* | 3 memory leaks fixed | iive | 2004-11-15 | 1 | -0/+1 |
* | Reduce excessive verbosity. | diego | 2004-11-15 | 1 | -2/+3 |
* | keep screensaver off when playing multiple files. | reimar | 2004-11-14 | 1 | -0/+3 |
* | more fullscreen fixes and gl2 uses setGlWindow. | reimar | 2004-11-04 | 1 | -0/+4 |
* | fullscreen fixes and GUI support for vo_gl | reimar | 2004-11-01 | 1 | -0/+15 |
* | Fix erroneus extern declarations, fix wrong signedness of some vars | atmos4 | 2004-10-31 | 1 | -5/+3 |
* | Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. | diego | 2004-10-28 | 1 | -6/+6 |
* | now use vo_rootwin var to check for -rootwin switch | nplourde | 2004-08-08 | 1 | -0/+3 |
* | Indentation fix from previous patch, as discussed on IRC. | rtognimp | 2004-07-11 | 1 | -25/+25 |
* | This fixes the problems that originated from my ewmh | rtognimp | 2004-07-11 | 1 | -6/+15 |
* | major reindentation of x11 code try #2 | attila | 2004-06-14 | 1 | -1267/+1689 |
* | Metacity fullscreen issues, patch by Alexander Strasser <eclipse7@gmx.net>, | diego | 2004-06-02 | 1 | -0/+47 |
* | keepaspect and nokeepaspect are now useable by all vos | faust3 | 2004-05-01 | 1 | -3/+1 |
* | full screen flipping synchronization corrections (by Adam Tla/lka) | rathann | 2004-04-05 | 1 | -1/+4 |
* | Unmap window before change in decor and size while flipping full screen mode ... | rathann | 2004-04-05 | 1 | -3/+4 |
* | move window decor changes after setting Withdrawn state so we have no additio... | rathann | 2004-04-03 | 1 | -3/+4 |
* | - win_gravity memorizing and restoring while switching fullscreen mode (by Ad... | rathann | 2004-04-03 | 1 | -0/+14 |
* | ALSA syc is not so good as OSS - small corrections | atlka | 2004-04-01 | 1 | -11/+21 |
* | Don't mess with the window position in xinerama when -geometry changes it. | diego | 2004-03-16 | 1 | -1/+2 |
* | Use system clock for xscreensaver pings (Tobias Diedrich). | diego | 2004-03-16 | 1 | -3/+5 |
* | set min width/height | attila | 2004-02-24 | 1 | -0/+6 |
* | Support binding F11 and F12 keys to commands. | diego | 2004-01-16 | 1 | -0/+2 |
* | prevent possible segfault when vidmodes is freed and config() calls vo_vm_switch | attila | 2003-12-08 | 1 | -0/+1 |
* | runtime 'stay-on-top' functionality | joey | 2003-11-30 | 1 | -0/+10 |
* | Get more keys from X window (punctuation, etc.) Hopefully, all alnum keys | lumag | 2003-09-24 | 1 | -0/+29 |
* | prevent crashes with vo_sdl | henry | 2003-09-21 | 1 | -1/+1 |
* | dont fix things at the wrong place | attila | 2003-09-21 | 1 | -1/+0 |
* | fix aspect for gl2 fullscreen | attila | 2003-09-20 | 1 | -0/+2 |
* | Fixed double free of data. Patch by Dima K. <dimakar@yahoo.com> | mosu | 2003-09-02 | 1 | -1/+1 |
* | -nomouseinput support for vo_sdl | alex | 2003-09-01 | 1 | -1/+0 |
* | 10000l. Never ever use such foolish GCC 3.x extensionscvs diff -u x11_common.... | alex | 2003-08-31 | 1 | -14/+15 |
* | Avoid flickering during resizes. Keep video contents even when paused. Fix by... | mosu | 2003-08-31 | 1 | -0/+62 |
* | Recieving of mouse events can be switched off. Patch by Markus Rechberger <mr... | alex | 2003-08-31 | 1 | -1/+6 |
* | Commit alex's fstype patch x11_common.c3.diff with additional manpage extension. | attila | 2003-08-25 | 1 | -15/+74 |
* | moved lot of global variables into static ones (and some minor spelling fixes) | alex | 2003-08-12 | 1 | -28/+28 |
* | 10l (and fixes some wmaker issues) | alex | 2003-08-11 | 1 | -1/+1 |
* | move xv_set_eq to x11_common | iive | 2003-07-01 | 1 | -0/+138 |
* | small warning fix | rathann | 2003-06-19 | 1 | -1/+1 |
* | warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org> | alex | 2003-05-30 | 1 | -0/+2 |
* | From: Michael Joosten <joost@c-lab.de> | pontscho | 2003-05-26 | 1 | -1/+1 |
* | keypad and function (f1-f10) suppport (currently only vo_sdl and the terminal... | alex | 2003-04-09 | 1 | -0/+33 |
* | Support for "internet" or "multimedia" keyboards in X11. | albeu | 2003-04-04 | 1 | -0/+17 |
* | Improved xscreensaver support. | ranma | 2003-03-26 | 1 | -11/+116 |
* | - fix detetcion of metacity (sawfish 1.0 will be no longer treated as metacity) | filon | 2003-02-10 | 1 | -3/+2 |
* | linux->osdep | arpi | 2003-02-09 | 1 | -1/+1 |
* | Document -fstype in manpage. | filon | 2003-02-08 | 1 | -9/+7 |
* | - support command line parameter -fstype, eg. -fstype layer=12,above,fullscreen | filon | 2003-02-07 | 1 | -81/+116 |
* | compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org> | arpi | 2003-02-02 | 1 | -1/+1 |
* | Remember window layer befor changing it. | filon | 2003-01-09 | 1 | -1/+25 |
* | - sync with x11_common | pontscho | 2003-01-09 | 1 | -11/+8 |
* | Fixed metacity + xv behavior (something broke it lately). | filon | 2003-01-07 | 1 | -11/+21 |
* | Added missing spaces around found atom name. | filon | 2003-01-04 | 1 | -9/+1 |
* | really not needed | filon | 2003-01-04 | 1 | -1/+0 |
* | 1l | arpi | 2003-01-03 | 1 | -1/+1 |
* | More fullscreen cleanup work. Use nice macros for X atoms. | filon | 2003-01-03 | 1 | -27/+60 |
* | fix bitmap leak pointed out by Pierre-Paul Lavoie <ppl@nbnet.nb.ca> | attila | 2003-01-02 | 1 | -0/+2 |
* | sending 10l to Filip | attila | 2003-01-01 | 1 | -1/+1 |
* | - reverting icewm hack (i have used broken icewm, regular one is working) | filon | 2003-01-01 | 1 | -14/+0 |
* | X11 window aspect patch by Arnaud Boulan <boulan@iie.cnam.fr> | attila | 2003-01-01 | 1 | -0/+10 |
* | I have just installed IceWM 1.2.3 which supports NetWM and has broken | arpi | 2002-12-31 | 1 | -6/+28 |
* | This time the patch is fixing much more that breaking :-) | arpi | 2002-12-30 | 1 | -12/+31 |
* | 2*10l :) | arpi | 2002-12-30 | 1 | -2/+2 |
* | I have looked at the fullscreen code and realized that there are | arpi | 2002-12-30 | 1 | -107/+36 |
* | NetWM fs. switching cleanup | arpi | 2002-12-30 | 1 | -43/+52 |
* | That patch fixes fullscreen on sawfish 1.2. | arpi | 2002-12-29 | 1 | -0/+23 |
* | memory leak | henry | 2002-12-14 | 1 | -1/+5 |
* | use more methods to get the fs window on top | henry | 2002-12-14 | 1 | -5/+24 |
* | fullscreen fix for KDE (reported to work with gnome 1/2 too) | arpi | 2002-12-08 | 1 | -1/+2 |
* | The detection of a NetWM class window manager hints is tested before | arpi | 2002-12-07 | 1 | -30/+24 |
* | This patch fixes the screensaver issues in mplayer. It will correctly read | arpi | 2002-12-04 | 1 | -1/+18 |
* | The OSD menus need more keys | albeu | 2002-11-16 | 1 | -0/+5 |
* | reversed wm order in vo_x11_setlayer + even upper layer for GNOME compliant wm's | henry | 2002-11-11 | 1 | -24/+25 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 1 | -0/+1 |
* | yet another screensaver fix | henry | 2002-11-04 | 1 | -5/+10 |
* | fix by Pontscho | nexus | 2002-11-03 | 1 | -0/+1 |
* | verbose can be negative | arpi | 2002-11-01 | 1 | -2/+0 |
* | here is a somewhat generic equalizer implementation for the X11 vo drivers | arpi | 2002-10-29 | 1 | -0/+133 |
* | fix memleak again | pontscho | 2002-10-16 | 1 | -0/+1 |
* | 10l to Dominik - casting at wrong place | arpi | 2002-10-16 | 1 | -3/+3 |
* | compiler warning fixes | arpi | 2002-10-13 | 1 | -1/+1 |
* | mayeb fixed dpms/screensaver issues | arpi | 2002-10-06 | 1 | -0/+2 |
* | _NET_WM_FULLSCRE |