summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.c
Commit message (Expand)AuthorAgeFilesLines
* 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.diego