summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.c
Commit message (Expand)AuthorAgeFilesLines
* make sure update_xinerama_info is always called even when using thereimar2007-07-281-1/+1
* document "default" behaviour if CopyFromParent is passed as colormapattila2007-07-221-1/+1
* Fix vo_x11_clearwindow_part: x position is one less to avoid not clearingreimar2007-06-271-1/+1
* Make X11 window creation and (with -fixed-vo) management simpler and morereimar2007-06-271-0/+56
* Add missing return value for x11 error handlerreimar2007-06-241-0/+1
* Gui --> guidiego2007-04-231-1/+1
* "()" to "(void)" function param list fixesuau2007-04-011-3/+3
* Code cleanup: don't include a .c file in mplayer.c and fix a fewrathann2007-03-291-2/+1
* Move code to ignore mouse wheel "down" events to fifo.c (needed becausereimar2007-01-211-6/+0
* grammar/spelling/wording in commentsdiego2007-01-181-39/+40
* Do not abort on X11 errors, most are not at all fatal.reimar2007-01-051-1/+1
* Get rid of completely useless includes that in addition hinder compilationreimar2006-12-161-1/+0
* report to mplayer with a slave command the coordinates of the pointer reporte...nicodvb2006-09-161-0/+8
* Make some functions static.uau2006-07-081-1/+1
* Fix window position when changing videos while in fullscreen and forreimar2006-06-151-0/+2
* typo fixes: Extenstion -> extensionreimar2006-05-141-2/+2
* Simplify condition, since both time and time_last are unsigned.rathann2006-05-131-2/+1
* Remove updating of vo_mouse_timer_const from the main loop and alsouau2006-04-251-6/+12
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-241-2/+1
* 10l, aspect_save_screenres must be always called in update_xinerama_info.reimar2006-04-201-1/+1
* Register for window-manager delete window events and quit MPlayer.reimar2006-04-191-0/+10
* Fix and improve xinerama supportreimar2006-04-161-41/+40
* Make -xy help output consistent, output an empty line before and after.diego2006-03-041-1/+1
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-1/+1
* massive attack: mp_msg printf format fixesrathann2006-01-121-8/+8
* Don't abort when xscreensaver window isn't available anymore.al2005-12-071-0/+2
* Revert previous commital2005-11-221-2/+0
* resolves problem in module stop_xscreensaver, crashing mp after sleep and awa...ptt2005-11-211-0/+2
* Test if source image dimensions are too big.al2005-11-101-0/+39
* libvo input cleanup: remove the dependency on libinput,albeu2005-11-021-21/+7
* Make a few more messages translatable by moving them into help_mp-en.h.diego2005-10-181-4/+2
* Slightly reduce unnecessary verbosity.diego2005-08-241-1/+1
* remove extern for variables that are already in headers.reimar2005-08-211-5/+0
* Try to set XV_SYNC_TO_VBLANK to enable vsync on non-overlay xv adapters.reimar2005-06-271-0/+13
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...gpoirier2005-06-201-0/+2
* helper functions for comparing strarg_t "strings".reimar2005-06-161-6/+6
* - fix black screen problem on reinital2005-04-161-1/+9
* fix vo_xv_draw_colorkey to a workable stateiive2005-04-101-10/+12
* We should not crash, only because we couldn't hide the cursor.al2005-02-201-1/+4
* Unified colorkey code for vo xv and vo xvmc.al2005-02-201-0/+311
* Separate XF86 video mode extension check from XF86 keysym check asdiego2005-02-021-0/+3
* Fix ontop for some WMs that lose ontop state after fullscreen event.al2004-12-271-2/+4
* added -wid support for vo_directx.joey2004-12-211-1/+1
* The GUI shouldn't handle key events at two places.al2004-11-211-4/+4
* 3 memory leaks fixediive2004-11-151-0/+1
* Reduce excessive verbosity.diego2004-11-151-2/+3
* keep screensaver off when playing multiple files.reimar2004-11-141-0/+3
* more fullscreen fixes and gl2 uses setGlWindow.reimar2004-11-041-0/+4
* fullscreen fixes and GUI support for vo_glreimar2004-11-011-0/+15
* Fix erroneus extern declarations, fix wrong signedness of some varsatmos42004-10-311-5/+3
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-6/+6
* now use vo_rootwin var to check for -rootwin switchnplourde2004-08-081-0/+3
* Indentation fix from previous patch, as discussed on IRC.rtognimp2004-07-111-25/+25
* This fixes the problems that originated from my ewmhrtognimp2004-07-111-6/+15
* major reindentation of x11 code try #2attila2004-06-141-1267/+1689
* Metacity fullscreen issues, patch by Alexander Strasser <eclipse7@gmx.net>,diego2004-06-021-0/+47
* keepaspect and nokeepaspect are now useable by all vosfaust32004-05-011-3/+1
* full screen flipping synchronization corrections (by Adam Tla/lka)rathann2004-04-051-1/+4
* Unmap window before change in decor and size while flipping full screen mode ...rathann2004-04-051-3/+4
* move window decor changes after setting Withdrawn state so we have no additio...rathann2004-04-031-3/+4
* - win_gravity memorizing and restoring while switching fullscreen mode (by Ad...rathann2004-04-031-0/+14
* ALSA syc is not so good as OSS - small correctionsatlka2004-04-011-11/+21
* Don't mess with the window position in xinerama when -geometry changes it.diego2004-03-161-1/+2
* Use system clock for xscreensaver pings (Tobias Diedrich).diego2004-03-161-3/+5
* set min width/heightattila2004-02-241-0/+6
* Support binding F11 and F12 keys to commands.diego2004-01-161-0/+2
* prevent possible segfault when vidmodes is freed and config() calls vo_vm_switchattila2003-12-081-0/+1
* runtime 'stay-on-top' functionalityjoey2003-11-301-0/+10
* Get more keys from X window (punctuation, etc.) Hopefully, all alnum keyslumag2003-09-241-0/+29
* prevent crashes with vo_sdlhenry2003-09-211-1/+1
* dont fix things at the wrong placeattila2003-09-211-1/+0
* fix aspect for gl2 fullscreenattila2003-09-201-0/+2
* Fixed double free of data. Patch by Dima K. <dimakar@yahoo.com>mosu2003-09-021-1/+1
* -nomouseinput support for vo_sdlalex2003-09-011-1/+0
* 10000l. Never ever use such foolish GCC 3.x extensionscvs diff -u x11_common....alex2003-08-311-14/+15
* Avoid flickering during resizes. Keep video contents even when paused. Fix by...mosu2003-08-311-0/+62
* Recieving of mouse events can be switched off. Patch by Markus Rechberger <mr...alex2003-08-311-1/+6
* Commit alex's fstype patch x11_common.c3.diff with additional manpage extension.attila2003-08-251-15/+74
* moved lot of global variables into static ones (and some minor spelling fixes)alex2003-08-121-28/+28
* 10l (and fixes some wmaker issues)alex2003-08-111-1/+1
* move xv_set_eq to x11_commoniive2003-07-011-0/+138
* small warning fixrathann2003-06-191-1/+1
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>alex2003-05-301-0/+2
* From: Michael Joosten <joost@c-lab.de>pontscho2003-05-261-1/+1
* keypad and function (f1-f10) suppport (currently only vo_sdl and the terminal...alex2003-04-091-0/+33
* Support for "internet" or "multimedia" keyboards in X11.albeu2003-04-041-0/+17
* Improved xscreensaver support.ranma2003-03-261-11/+116
* - fix detetcion of metacity (sawfish 1.0 will be no longer treated as metacity)filon2003-02-101-3/+2
* linux->osdeparpi2003-02-091-1/+1
* Document -fstype in manpage.filon2003-02-081-9/+7
* - support command line parameter -fstype, eg. -fstype layer=12,above,fullscreenfilon2003-02-071-81/+116
* compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2003-02-021-1/+1
* Remember window layer befor changing it.filon2003-01-091-1/+25
* - sync with x11_commonpontscho2003-01-091-11/+8
* Fixed metacity + xv behavior (something broke it lately).filon2003-01-071-11/+21
* Added missing spaces around found atom name.filon2003-01-041-9/+1
* really not neededfilon2003-01-041-1/+0
* 1larpi2003-01-031-1/+1
* More fullscreen cleanup work. Use nice macros for X atoms.filon2003-01-031-27/+60
* fix bitmap leak pointed out by Pierre-Paul Lavoie <ppl@nbnet.nb.ca>attila2003-01-021-0/+2
* sending 10l to Filipattila2003-01-011-1/+1
* - reverting icewm hack (i have used broken icewm, regular one is working)filon2003-01-011-14/+0
* X11 window aspect patch by Arnaud Boulan <boulan@iie.cnam.fr>attila2003-01-011-0/+10
* I have just installed IceWM 1.2.3 which supports NetWM and has brokenarpi2002-12-311-6/+28
* This time the patch is fixing much more that breaking :-)arpi2002-12-301-12/+31
* 2*10l :)arpi2002-12-301-2/+2
* I have looked at the fullscreen code and realized that there arearpi2002-12-301-107/+36
* NetWM fs. switching cleanuparpi2002-12-301-43/+52
* That patch fixes fullscreen on sawfish 1.2.arpi2002-12-291-0/+23
* memory leakhenry2002-12-141-1/+5
* use more methods to get the fs window on tophenry2002-12-141-5/+24
* fullscreen fix for KDE (reported to work with gnome 1/2 too)arpi2002-12-081-1/+2
* The detection of a NetWM class window manager hints is tested beforearpi2002-12-071-30/+24
* This patch fixes the screensaver issues in mplayer. It will correctly readarpi2002-12-041-1/+18
* The OSD menus need more keysalbeu2002-11-161-0/+5
* reversed wm order in vo_x11_setlayer + even upper layer for GNOME compliant wm'shenry2002-11-111-24/+25
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-0/+1
* yet another screensaver fixhenry2002-11-041-5/+10
* fix by Pontschonexus2002-11-031-0/+1
* verbose can be negativearpi2002-11-011-2/+0
* here is a somewhat generic equalizer implementation for the X11 vo driversarpi2002-10-291-0/+133
* fix memleak againpontscho2002-10-161-0/+1
* 10l to Dominik - casting at wrong placearpi2002-10-161-3/+3
* compiler warning fixesarpi2002-10-131-1/+1
* mayeb fixed dpms/screensaver issuesarpi2002-10-061-0/+2
* _NET_WM_FULLSCREEN supportpontscho2002-10-011-2/+7
* Fix kde 3.1 fullscreen issues, closes my latest bugreport on that issue.atmos42002-09-291-2/+2
* fullscreen fixes, based on mail by Havoc Pennington <hp@redhat.com>arpi2002-09-281-2/+4
* Modern versions of OpenSSH listen on localhost to forward the X11 connectionarpi2002-09-231-1/+1
* d_width==screenwidth && -fs hopefully fixedarpi2002-09-181-9/+24
* Add the code that chooses a good X11 truecolor visual to the vo_x11 config()jkeil2002-09-031-61/+51
* removed old input codealex2002-08-281-4/+2
* this piece of code should prevent major fullscreen screwups, which canarpi2002-08-211-0/+5
* ignore BadAccess error at XSelectInput() (grabbing mouse etc) with warningarpi2002-08-091-0/+28
* Michele Balistreri <brain87@gmx.net>:atmos42002-06-121-0/+4
* xinerama fullscreen switching fix by Joachim Breitner <mail@joachim-breitner.de>attila2002-06-081-0/+3
* Activating/Deactivating of XScreenSaverarpi2002-06-041-0/+6
* msg/i18n fixes and some printf->mp_msgarpi2002-06-031-24/+18
* new layer handling code under icewm from Attilapontscho2002-05-271-9/+12
* Let X destroy the windowalbeu2002-05-241-0/+2
* applied 64bit patch from Ulrich Hecht <uli at suse dot de>alex2002-05-231-3/+3
* 64bit incompatibility bug, patch by Artur Grabowski <art@blahonga.org>arpi2002-05-201-1/+2
* Workaround the bug in x11 vo's (if it's one) wich let a window in the wayalbeu2002-05-171-1/+2
* some cleanup, gl/gl2 updated to use vo_windowarpi2002-05-141-15/+19
* small fixespontscho2002-05-141-1/+2
* fixed vo_uninitalex2002-05-131-2/+7
* small cleanup, new flag in -fsmode to avoid unmapping window for unknown wmarpi2002-05-121-8/+2
* fix Arpi's bugspontscho2002-05-121-1/+4
* remove base size from vo_x11_sizehintpontscho2002-05-111-29/+21
* fix some small bug and -rootwinpontscho2002-05-111-5/+11
* fullscreen -- round three -- icewm fullscreen fixedpontscho2002-05-091-7/+17
* -zoom, -fs with x[11|mga|v] fix -- round twopontscho2002-05-081-9/+9
* some bugfix, x[11|mga|v] ( fullscreen with more files )pontscho2002-05-081-3/+10
* wm detection -- round twopontscho2002-05-071-14/+60
* upsz, 10lpontscho2002-05-061-4/+5
* add WM detection, and wm specific fullscreen code. (???)pontscho2002-05-061-19/+113
* - the "black bars" in xv bug fixed (drwX=drwY=0)arpi2002-05-051-5/+2
* fix xmga fs, resize to movie size and mouse auto hide + dgapontscho2002-05-031-6/+14
* some bug fixpontscho2002-05-011-5/+2
* fix fullscreen bug es ilyen libvo not initialized bug with gui igypontscho2002-04-291-6/+11
* fix fullscreen (?)pontscho2002-04-251-12/+26
* fix mouse cursor hide/showpontscho2002-04-171-0/+1
* Bug fix in mouse button handling for 2° scroller (I hope it workalbeu2002-04-171-1/+4
* fix playlist bug with gui and rewrite mousecursor show/hide codepontscho2002-04-161-0/+14
* VM Fix by Uwe.Reder@3soft.deatmos42002-04-091-1/+1
* upsz ... 10l :)pontscho2002-03-131-4/+8
* small changes in event handlingpontscho2002-03-131-7/+13
* 10l forgot to remove debug printfsatmos42002-03-121-2/+0
* fix dga key handlingatmos42002-03-121-1/+3
*