summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* VM fixes by Nilmoni Deb.atmos42002-03-101-7/+18
* small changes in libvo's X11 supportpontscho2002-03-081-6/+28
* rewrite fullscreen support in some libvo driverpontscho2002-03-071-0/+21
* vm pecs applied from daniel carter <hedonist@win.co.nz>pontscho2002-03-071-1/+9
* small bug fixed and workarounds :(pontscho2002-03-071-3/+10
* Bugfix in x11_common.c mainly. Don't screw up the display name,albeu2002-02-231-10/+12
* setting vo_dx and vo_dy in event handlingalex2002-02-221-4/+27
* new interface ? :)pontscho2002-02-211-3/+7
* small changespontscho2002-02-211-58/+35
* added local X11 error handler (call player_exit)alex2002-02-171-0/+25
* Added new input mouse support in x11 voalbeu2002-02-111-0/+16
* grr, 10l. vo_x11_uninit: close display only if window not created by GUIalex2002-01-311-4/+1
* vo_x11_uninit: dont destroy window if GUI created italex2002-01-311-12/+19
* added vo_x11_uninitalex2002-01-311-0/+12
* common -vm code, patch by Santi Béjar <tiarda@yahoo.es>arpi2002-01-311-0/+66
* patch by Fredrik Kuivinen <freku045@student.liu.se>pl2002-01-151-1/+1
* Xinerama patch number two by attila.atmos42002-01-061-11/+14
* xinerama fix by attilaatmos42002-01-051-5/+23
* 10larpi2002-01-021-2/+2
* do not hide cursur if play at rootwin. based on patch by Tomas Konir <moje@mo...arpi2002-01-021-0/+2
* WinID cleanup, support for Xvarpi2001-12-281-0/+2
* applied Panagiotis' patchgabucino2001-12-141-0/+2
* xinerama: allow to override xinerama screen_w/screen_h and setting size of sc...alex2001-12-111-2/+8
* -screenw/h patch by Tomi.Ollila@sonera.comarpi2001-10-221-2/+4
* Xinerama screen size fix by Lev Babiev <harley@hosers.org>arpi2001-10-101-1/+17
* add half gui supportpontscho2001-08-291-0/+3
* Handle X11 displays with multiple depths.jkeil2001-08-281-16/+106
* GUI stuff. now seeking works, and xmga renders to video windowarpi2001-08-271-5/+7
* changes according to -utf8 option, draw_osd() function addedatlka2001-08-131-1/+2
* printfs cleanup - moved to higher -v level or moved to stderrarpi2001-08-061-0/+3
* better local display connection patch by Adam Tla/lka atlka@pg.gda.plarpi2001-08-061-1/+5
* new -fsmode flag: 0x8 enables XSetTransientForHintarpi2001-07-291-0/+4
* x11_common does not compile, when the XDPMS extension is not available on thejkeil2001-07-191-2/+9
* switch fullscreen method with -fsmodearpi2001-07-031-2/+11
* icewm basz bug fixpontscho2001-06-271-12/+34
* patch: some X11 compliance fixed: set ClassHint and better fullscreen modearpi_esp2001-06-171-2/+25
* -Wall like fixesal3x2001-06-121-1/+0
* applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>arpi_esp2001-06-051-1/+1
* Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display...lgb2001-05-311-9/+20
* DPMS re-enable patch by Loring Holdenarpi_esp2001-05-091-4/+16
* add gui supportpontscho2001-05-081-19/+50
* add o keypontscho2001-04-271-0/+2
* -ss patch by Loring Holdenarpi_esp2001-04-261-0/+2
* fprintf(stderr converted to printf(szabii2001-04-241-1/+1
* add 'mixer supportpontscho2001-04-181-0/+2
* add mixer supportpontscho2001-04-161-0/+4
* I really hope that you will learn how to use cvs, sooner or later...arpi_esp2001-04-151-41/+37
* add mixer keyspontscho2001-04-151-37/+41
* qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+arpi_esp2001-04-151-47/+47
* Pontscho's mixer, select, and hell-a-lot-of-stuff patch ;)gabucino2001-04-151-47/+47
* X11_FULLSCREEN fixarpi_esp2001-04-141-6/+8
* include dpms.h moved to x11_common.carpi_esp2001-04-141-0/+2
* -bpp changesarpi_esp2001-04-131-6/+0
* Autohide X11 cursorlgb2001-04-131-0/+17
* pass keys a-z && A-Zarpi_esp2001-04-121-0/+2
* OSD alpha renderers moved to osd.carpi_esp2001-04-101-1/+1
* Szebb es jobb screensaver-kikapcsolo reszlaaz2001-04-101-0/+49
* the common x11 stuffarpi_esp2001-03-031-0/+153