summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.c
Commit message (Expand)AuthorAgeFilesLines
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-2404/+0
* x11_common: make some variables staticreimar2012-10-311-2/+2
* x11_common: make modecount variable globalreimar2012-10-311-3/+3
* Rename to "mpv"wm42012-10-121-5/+5
* cleanup: remove pointless #definesUoti Urpala2012-09-181-4/+0
* mplayer: never exit mplayer from within the play loopwm42012-08-041-1/+0
* x11_common: remove some code duplicationwm42012-08-031-114/+54
* mplayer: do not create X11 state in player frontendwm42012-08-031-1/+12
* x11: change stop_xscreensaver default to 1 to be more user-friendlymplayer-svn2012-08-031-1/+1
* x11: make the stop-xscreensaver option behave as described in the man pagemplayer-svn2012-08-031-1/+1
* libvo, libao: remove useless video and audio output driverswm42012-07-281-2/+1
* Merge remote-tracking branch 'origin/master'wm42012-07-281-0/+9
|\
| * vo_vdpau: disable refresh-aware frame timing when compositedUoti Urpala2012-07-271-0/+9
* | Merge remote-tracking branch 'origin/master'wm42012-04-011-10/+7
|\|
| * options, x11+cocoa: add option --cursor-autohide-delayStefano Pigozzi2012-03-251-9/+6
| * x11: remove wskeys.hwm42012-03-251-21/+20
| * x11: input: add print and menu keyswm42012-03-251-0/+1
| * x11: add KP_Separator to key mappingwm42012-03-251-0/+1
| * x11: allow unicode inputwm42012-03-251-29/+46
| * x11: fix setting UTF-8 window titles for some special caseswm42012-03-251-29/+18
* | x11: fix crash when using switch_video (broken by UTF-8 input changes)wm42012-02-241-0/+1
* | x11: fix setting UTF-8 window titles for some special caseswm42012-01-251-9/+15
* | Merge branch 'utf8_input' into my_masterwm42012-01-181-49/+66
|\ \
| * | x11: remove wskeys.hwm42012-01-181-21/+20
| * | x11: add print and menu keyswm42012-01-181-0/+1
| * | x11: add KP_Separator to key mappingwm42012-01-181-0/+1
| * | x11: allow unicode inputwm42012-01-181-29/+45
| |/
* / x11: simplify setting unicode text propertieswm42012-01-181-22/+6
|/
* libvo: change default window title to "mplayer2"wm42011-12-061-1/+1
* 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