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