summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.c
Commit message (Expand)AuthorAgeFilesLines
* x11: set window titles as UTF-8wm42011-12-061-3/+55
* libvo: remove title argument from struct vo_driver.configwm42011-12-061-7/+3
* vo: X key input: remove ambiguous KeySym remappingUoti Urpala2011-07-291-6/+1
* Merge branch 'mplayer1_changes'Uoti Urpala2011-07-061-4/+4
|\
| * VO: support Pause/Break key in X11 inputdiego2011-07-061-1/+2
| * cleanup: x11_common: remove pointless GC operationsiive2011-07-061-3/+2
* | vo: avoid losing initial expose eventUoti Urpala2011-07-061-3/+2
* | vo_xv: avoid clearing too much on resizeUoti Urpala2011-07-061-29/+3
|/
* input: move all key code lists to input/keycodes.hUoti Urpala2011-05-021-2/+1
* cleanup: avoid various GCC warningsClément Bœsch2011-04-201-6/+5
* VO: don't wait for map event in X VO initializationUoti Urpala2011-04-081-4/+0
* x11_common: fix for reconfig with pos/xineramascreen setUoti Urpala2011-02-031-7/+7
* input: support bindings with modifier keys for X inputUoti Urpala2010-12-201-6/+15
* libvo: register X11 connection fd in input event systemUoti Urpala2010-12-141-0/+1
* options: move -name and -title to option structClément Bœsch2010-11-041-3/+5
* x11_common: add VO_EVENT_MOVEreimar2010-11-021-2/+6
* spelling fixessiretart2010-11-021-1/+1
* x11_common: Get window dimensions also for -wid 0reimar2010-11-021-1/+2
* x11_common.c: minor cleanupreimar2010-11-021-3/+1
* x11_common.c: Some indentation fixesreimar2010-11-021-10/+10
* x11_common: Do not try to grab input from -wid windowsreimar2010-11-021-8/+21
* x11_common: Consistently use "None" instead of "NULL" for X resourcesreimar2010-11-021-7/+7
* vo: improve fixed-vo behavior when video size changes in x11 VOsUoti Urpala2010-07-231-0/+14
* Merge svn changes up to r31291Uoti Urpala2010-06-021-1/+5
|\
| * Change code to let Window Manager chose window location by default.reimar2010-05-301-1/+5
* | Merge svn changes up to r31189Uoti Urpala2010-05-301-0/+4
|\|
| * Quit MPlayer if we receive a DestroyNotify event.reimar2010-05-141-0/+4
* | Merge svn changes up to r31104Uoti Urpala2010-05-071-2/+2
|\|
| * Move variable declaration into the block where it is actually used.reimar2010-04-271-2/+2
* | Merge svn changes up to r31100Uoti Urpala2010-05-071-1/+1
|\|
| * Move "screen" variable declaration below the relevant #ifdef, fixes the warning:diego2010-04-271-1/+1
* | Merge svn changes up to r31097Uoti Urpala2010-04-261-10/+3
|\|
| * Avoid duplicating mouse-movement command-generation code.reimar2010-04-251-6/+1
| * Deduplicate enable_mouse_movements declaration.reimar2010-04-251-1/+0
| * rename 'struct keymap' -> 'struct mp_keymap'siretart2010-04-231-2/+2
* | Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* | Merge svn changes up to r30798Uoti Urpala2010-03-101-0/+1
|\|
| * Enable StructureNotifyMask before waiting for a DestroyNotify event.reimar2010-02-271-0/+1
| * libvo: Mark functions not used outside of their files as static.diego2010-02-161-1/+1
| * Fix exit_player() usage throughout the codebase.diego2010-02-141-1/+0
* | Merge svn changes up to r30514Uoti Urpala2010-03-091-2/+8
|\|
| * Fix hang with -fixed-vo due to VOFLAG_HIDDEN never being removed from window_...reimar2010-02-051-0/+1
| * Create the OpenGL probe window as a hidden Window on X11.reimar2010-02-041-2/+8
* | Merge svn changes up to r30502Uoti Urpala2010-03-091-1/+1
|\|
| * Use vo_x11_clearwindow instead of XClearWindow, both for consistency and alsoreimar2010-02-031-1/+1
* | Merge svn changes up to r30494Uoti Urpala2010-03-091-1/+0
|\|
| * Remove a duplicated vo_x11_sizehint, vo_x11_nofs_sizepos already calls thisreimar2010-02-021-1/+0
* | x11_common: always free x11 context struct on exitUoti Urpala2010-01-281-7/+6
* | Merge svn changes up to r30136Uoti Urpala2009-12-301-1/+1
|\|
| * vo_x11_classhint name argument should be const, since we pass string constant...reimar2009-12-271-1/+1
* | cosmetics: remove some unused variablesUoti Urpala2009-11-171-3/+0
* | vo_xv: Support yuv colorspace changes on ATI cardsUoti Urpala2009-11-171-2/+4
* | Merge svn changes up to r29912Uoti Urpala2009-11-161-12/+9
|\|
| * Added -name, -title and -use-filename-title options and implementation in X11...ptt2009-11-121-1/+4
| * Remove unneeded initializationreynaldo2009-11-031-1/+0
| * Slightly change behavior of "none" if fstype specification.corey2009-10-301-1/+1
| * Move some variable initializations to the beginning of vo_x11_fullscreen().diego2009-10-241-9/+4
* | Add yuv_colorspace property, implemented in vo_vdpau and vo_xvUoti Urpala2009-11-151-1/+7
* | Implement vsync-aware frame timing for VDPAUUoti Urpala2009-11-151-0/+12
* | Merge svn changes up to r29644Uoti Urpala2009-09-041-3/+7
|\|
| * Do not do a unmap/map cycle on Windows given with -wid, with some windowreimar2009-09-011-2/+1
| * First attempts at supporting -fs with -wid, -vo gl on X11 only so farreimar2009-08-271-1/+6
| * fix missing event on move that breaks xmga window movementattila2009-06-191-1/+2
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-11/+11
* | Remove the internal GUIAnton Khirnov2009-07-071-37/+0
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-10/+10
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-3/+3
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-3/+3
* | VO: Don't force window position in X11 VOsUoti Urpala2009-03-311-1/+5
* | Merge svn changes up to r28862Uoti Urpala2009-03-071-0/+6
|\|
| * Make sure vo_x11_create_vo_window sets vo_dwidth and vo_dheight rightreimar2009-03-041-0/+6
* | Merge svn changes up to r28549Uoti Urpala2009-02-131-20/+6
|\|
| * Remove now unused vo_calc_drwXY function.reimar2009-02-121-17/+0
| * Only set VO_EVENT_RESIZE if size actually changed, not if e.g. the window wasreimar2009-02-121-2/+6
* | Merge svn changes up to r28537Uoti Urpala2009-02-121-0/+17
|\|
| * Add standard license headers, unify header formatting.diego2009-02-081-0/+17
* | Merge svn changes up to r28310Uoti Urpala2009-01-151-0/+19
|\|
| * Factor calc_drwXY out of vo_xv and vo_xvmc.cehoyos2009-01-091-0/+18
* | Merge svn changes up to r28204Uoti Urpala2008-12-271-1/+0
|\|
| * Remove unused variable.diego2008-12-241-1/+0
* | Merge svn changes up to r28176Uoti Urpala2008-12-221-274/+59
|\|
| * 100l, forgot an assignment, broke special keys handling for X11-based vos.reimar2008-12-211-1/+1
| * Add and use a special lookup function to do table-based translation to MPlaye...reimar2008-12-201-39/+14
| * Use a table to translate X11 to MPlayer keycodes.reimar2008-12-201-145/+46
| * Simplify handling of X11 key events that are just passed through.reimar2008-12-201-97/+7
* | Merge svn changes up to r28103Uoti Urpala2008-12-061-0/+7
|\|
| * Set the base size window manager hint, otherwise some subtract the minimumreimar2008-12-051-0/+7
* | Merge svn changes up to r27979Uoti Urpala2008-11-221-0/+23
|\|
| * Factor common code like -wid handling, vo_gc creation etc. out intoreimar2008-11-191-0/+23
* | Merge svn changes up to r27949Uoti Urpala2008-11-171-36/+46
|\|
| * include limits.h for INT_MAX.reimar2008-11-151-0/+1
| * Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) samereimar2008-11-151-22/+18
| * Set modified window position and monitor aspect in vo_vm_switch instead of inreimar2008-11-151-0/+7
| * Set modeline_width/height to sane values in vo_vm_switch even whenreimar2008-11-151-1/+4
| * Replace some of the different inconsistent XGetGeometry uses by areimar2008-11-151-19/+17
* | Merge svn changes up to r27850Uoti Urpala2008-10-301-2/+2
|\|
| * Remove X11 backing store: this is now a useless flag.ben2008-10-291-2/+2
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-0/+9
|\|
| * Add missing support for some multimedia keys to X11 backend code.diego2008-10-121-0/+9
* | Merge svn changes up to r27649Uoti Urpala2008-09-201-20/+2
|\|
| * Remove already disabled and probably long obsolete code that worked around an...reimar2008-09-201-16/+0
| * Use already "prefetched" atoms instead of calling XInternAtom each time.reimar2008-09-201-5/+2
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-14/+14
|\|
| * Change a bunch of X11-specific preprocessor directives.diego2008-08-041-14/+14
* | Merge svn changes up to r27399Uoti Urpala2008-08-021-7/+7
|\|
| * Rename two GUI-related preprocessor directives:diego2008-07-301-8/+8
* | Merge svn changes up to r27347Uoti Urpala2008-07-251-1/+8
|\|
| * Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.reimar2008-07-221-0/+6
| * Support -noborder with X11-based vosreimar2008-07-221-0/+1
| * Make vo_x11_fullscreen not break vo_border (proper support still needs vo cha...reimar2008-07-221-1/+1
* | Merge svn changes up to r27092Uoti Urpala2008-06-171-1/+1
|\|
| * Add parentheses to expression to avoid the warning:diego2008-06-151-1/+1
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-6/+6
|\|
| * cosmetics: Remove useless parentheses from from return statements.diego2008-05-161-6/+6
* | libvo: Move aspect.c static variables to vo structUoti Urpala2008-05-011-1/+1
* | input: Move cmd_queue to context structUoti Urpala2008-04-301-1/+2
* | Move allocation/free of x11 struct to x11_common.cUoti Urpala2008-04-291-1/+5
* | Add a context for mp_fifoUoti Urpala2008-04-291-88/+92
* | Move mRootWin,mScreen,mLocalDisplay to x11 structUoti Urpala2008-04-231-30/+28
* | Move vo_mouse_autohide,vo_wm_type,vo_fs_type,vo_fs_flip to x11 structUoti Urpala2008-04-231-27/+22
* | x11_common: Move vo_old_[x|y|width|height| to x11 structUoti Urpala2008-04-231-18/+14
* | x11_common.c: Move orig_layer and old_gravity to x11 structUoti Urpala2008-04-231-8/+7
* | Move static mouse hide timers to x11 structUoti Urpala2008-04-231-12/+9
* | Move vo_gc,f_gc,vo_hints to x11 structUoti Urpala2008-04-231-55/+53
* | x11_common.c: Move function-static variables to structUoti Urpala2008-04-231-24/+25
* | Mark a table constUoti Urpala2008-04-231-1/+1
* | Move xv_port,xv_colorkey,xv_ck_info to x11 structUoti Urpala2008-04-231-39/+38
* | Move vo_window to x11 structUoti Urpala2008-04-231-67/+60
* | Move static X11 atoms to structUoti Urpala2008-04-231-56/+47
* | Move vo_screenwidth,vo_screenheight to options structUoti Urpala2008-04-231-34/+43
* | Move vo_depthonscreen to x11 structUoti Urpala2008-04-231-11/+11
* | Move vo_dx,vo_dy,vo_dwidth,vo_dheight to vo structUoti Urpala2008-04-231-19/+20
* | Move global mDisplay to x11 state structUoti Urpala2008-04-231-126/+136
* | Create a struct for X11 stateUoti Urpala2008-04-231-0/+4
* | x11_common.c: Make some functions staticUoti Urpala2008-04-231-6/+8
* | Move vo_ontop to options structUoti Urpala2008-04-231-9/+13
|/
* revert commits 26437-26439attila2008-04-191-11/+14
* cosmetics: fix indentationattila2008-04-131-8/+8
* move the #ifdef HAVE_XINERAMA to enclose the whole functionattila2008-04-131-1/+1
* Always calculate the xinerama screen mplayer is on.attila2008-04-131-6/+3
* typo fix: inited --> initializeddiego2008-02-141-1/+1
* Use a transform_color function to reduce code duplicationreimar2008-01-121-28/+14
* Remove unnecessary <signal.h> includesuau2008-01-091-1/+0
* Remove some now unused screensaver stuff code.reimar2008-01-071-65/+0
* Remove most of the messy screensaver code in favour of only XResetScreenSaverreimar2008-01-071-83/+2
* Use a screensaver_off variable to save current state and avoidreimar2008-01-071-0/+7
* Add missing X11/extensions/scrnsaver.h includereimar2007-12-221-0/+4
* Add support for XScreenSaverSuspendreimar2007-12-221-1/+21
* Move more variables into the block where they are usedreimar2007-12-201-3/+1
* Move a variable to where it is usedreimar2007-12-201-2/+1
* Remove some pointless 'inline' qualifiersuau2007-11-011-1/+1
* Allow XF86AudioLowerVolume/XF86AudioRaiseVolume keys to be handled by MPlayer.diego2007-09-051-0/+6
* Remove checks that in the worst case will completely break fullscreenreimar2007-09-031-6/+0
* Make sure aspect hint is adjusted on aspect changereimar2007-09-031-0/+1
* Cosmetics: set vo_hint.flags at more consistent places (directly beforereimar2007-09-021-3/+5
* 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
* 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