summaryrefslogtreecommitdiffstats
path: root/video/out/x11_common.c
Commit message (Expand)AuthorAgeFilesLines
* x11: fix crashwm42014-11-231-1/+1
* x11: fix crash with --wid=0 and vo_xv/vo_x11wm42014-11-231-2/+5
* vo/x11: implement VOCTRL_GET_DISPLAY_NAMES with xrandr names (e.g., "LVDS1")Kevin Mitchell2014-11-071-2/+18
* x11: rely on the Atom cachewm42014-11-031-11/+9
* command: add window-minimized property (X11 only)wm42014-11-021-0/+19
* x11: fix display FPS detection for interlaced modeswm42014-10-271-1/+6
* x11: don't wait for asynchronous X resizing with window-scalewm42014-10-131-3/+4
* x11: don't wait until window is destroyedwm42014-10-111-5/+0
* x11: fix inverted conditionwm42014-10-091-2/+3
* client API: rename --input-x11-keyboard to --input-vo-keyboardwm42014-10-091-1/+1
* x11: disable various features when embedding the windowwm42014-10-071-3/+5
* options: add --no-keepaspect-windowwm42014-10-041-1/+1
* x11: stupid workaround for XMonadwm42014-10-041-1/+5
* x11: fix --wid=0wm42014-10-021-0/+1
* vo_vdpau: don't try to create surfaces of size 0wm42014-10-011-1/+2
* x11: always wait for mapped when using --widwm42014-09-291-2/+3
* client API, X11: change default keyboard input handling againwm42014-09-281-12/+6
* x11: if the WM supports _NET_FRAME_EXTENTS, don't wait for mapwm42014-09-151-2/+14
* x11: remove unused functionwm42014-09-141-7/+1
* video: rename VOCTRL_GET_WINDOW_SIZEwm42014-09-051-2/+2
* x11: add rewind and forward keysKenneth Zhou2014-09-031-2/+4
* x11: when using --wid, inherit event flags from parent windowwm42014-08-311-5/+10
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-1/+1
* x11: listen to xrandr eventswm42014-08-171-0/+16
* x11: fix xrandr conditional compilationwm42014-08-171-1/+1
* x11: fix memory leakswm42014-08-171-3/+9
* build: drop check for XF86keysym.hwm42014-08-161-6/+1
* x11: use xrandr to retrieve display refresh ratewm42014-08-161-18/+66
* video: add VO framedropping modewm42014-08-151-0/+7
* x11: vdpau GLX interop needs X11 threadswm42014-08-131-0/+2
* vo: remove vo_mouse_movement() wrapperwm42014-07-271-2/+3
* x11: avoid obscure behavior when --wid is partially garbagewm42014-07-041-1/+1
* x11: clear window only on initial mapwm42014-07-021-1/+2
* Add more constwm42014-06-111-1/+1
* x11: cleanup motif hints handlingwm42014-06-061-34/+17
* vo_vaapi: cleanup error handling on initwm42014-05-281-1/+2
* x11: fix restoring position when leaving fullscreenwm42014-05-261-1/+2
* x11: fix datatype for _NET_WM_PIDwm42014-05-261-1/+1
* x11: un-inline GNOME layer stuffwm42014-05-231-16/+11
* x11: prefer NetWM hints over _WIN_LAYER for --ontopwm42014-05-231-11/+11
* x11: rename identifiers using reserved namespacewm42014-05-231-8/+6
* x11: fix NetWM ontop settingwm42014-05-231-23/+13
* x11: add a generic function for NetWM state settingwm42014-05-231-23/+11
* x11: unbreak build without xineramawm42014-05-191-0/+2
* x11: leaving fullscreen -> reset WM hints only if neededwm42014-05-191-4/+6
* x11: always check whether a window existswm42014-05-191-7/+20
* x11: request and handle resize events of parent windows with --widwm42014-05-191-8/+10
* x11: remove a duplicated linewm42014-05-181-1/+0
* x11: never enable DPMS if we didn't disable itwm42014-05-181-0/+3
* x11: make screensaver code more compact, change DPMS handlingwm42014-05-171-53/+23
* x11: add wrapper for EWMH XSendEvent callswm42014-05-171-90/+49
* x11: fix Drag & Dropwm42014-05-171-1/+1
* x11: add a wrapper for XGetWindowPropertywm42014-05-171-70/+77
* x11: comment about gravitywm42014-05-171-0/+4
* x11: replace x/y/w/h with mp_rectwm42014-05-171-92/+73
* x11: don't set PBaseSizewm42014-05-171-7/+0
* x11: remove vo_hint memberwm42014-05-171-22/+26
* x11: always raise layer in fullscreen mode without NetWMwm42014-05-171-4/+1
* x11: implement --fs-screen properly, separate old code pathwm42014-05-171-65/+88
* x11: use CenterGravity by defaultwm42014-05-171-1/+1
* x11: remove gravity restore codewm42014-05-171-9/+0
* x11: don't cache X Atoms manuallywm42014-05-161-77/+45
* x11: inline a functionwm42014-05-161-9/+3
* x11: replace--[x11-]fstype option with --x11-netwmwm42014-05-161-108/+20
* x11: remove a MWM hackwm42014-05-161-11/+0
* x11: remove unused stuffwm42014-05-161-18/+0
* x11: set the fullscreen state before mapping the windowwm42014-05-151-0/+11
* x11: clear window on mapwm42014-05-151-1/+1
* x11: wait until the window is mappedwm42014-05-151-0/+11
* x11: fix potentially unaligned access in icon loaderwm42014-05-101-3/+3
* x11: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-061-27/+26
* options: remove obsolete --fsmode-dontuseMartin Herkt2014-05-041-8/+2
* Fix some libav* include statementswm42014-04-191-5/+5
* x11_common: fix some problems with window draggingwm42014-03-221-1/+2
* x11: implement window dragging by grabbingwm42014-03-181-1/+33
* x11: fix initial VO sizewm42014-02-021-6/+7
* x11: remove apparently useless codewm42014-02-021-8/+0
* x11: fix race condition when setting aspect when leaving fullscreenwm42014-02-021-1/+10
* options: remove --screenw and --screenhwm42014-01-111-7/+2
* video/out: remove pointless x/y parameter from vo_x11_config_vo_windowwm42014-01-111-1/+3
* video/out: simplify monitor aspect handlingwm42014-01-111-1/+0
* video/out: remove some code duplication between X11 and waylandwm42014-01-041-20/+2
* input: move files drag and drop to a new event.c fileStefano Pigozzi2014-01-041-1/+2
* x11: implement dropping files on the VO windowwm42014-01-041-6/+175
* vo/x11_common: do not select motion events when --no-mouse-movements is setahodesuka2013-12-281-1/+1
* Revert "x11: don't set global error handler"wm42013-12-271-0/+28
* x11: mp_msg conversion for fstype help outputwm42013-12-211-9/+6
* x11: don't set global error handlerwm42013-12-211-22/+0
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-2/+2
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* Move mpvcore/input/ to input/wm42013-12-171-3/+3
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-161-1/+1
* switch the build system to wafStefano Pigozzi2013-11-211-3/+3
* fix weird DPMS->EXT replacementwm42013-11-041-3/+3
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-13/+13
* x11: make window-scale use windowed size in fullscreen modewm42013-11-021-2/+2
* command: add property to scale window sizewm42013-10-311-0/+13
* x11: factor out normal window resize codewm42013-10-311-23/+31
* x11: restore support for --wid=0wm42013-10-301-2/+4
* x11: remove ancient metacity hackwm42013-10-301-14/+1
* x11: minor cosmeticswm42013-10-301-16/+11
* x11_common: refactor of fstype codewm42013-10-281-102/+73
* x11: fix border togglingwm42013-10-271-2/+3
* x11_common: reduce screensaver heartbeat from 30 to 10 secondswm42013-10-251-1/+1
* x11_common: don't handle mouse enter eventswm42013-10-151-5/+1
* x11: remove colormap code, always request TrueColor visualswm42013-09-301-145/+5
* vo/x11_common: don't require a working input methodwm42013-09-201-14/+9
* vo/x11_common: remove superfluous msg prefixesMartin Herkt2013-09-201-2/+2
* vo/x11_common: Fail init with no valid XIMMartin Herkt2013-09-191-0/+9
* gl_common: signal to GL backend whether we are probingwm42013-09-161-1/+3
* x11_common: mp_msg conversionwm42013-09-121-40/+37
* options: remove --(no-)mouseinput optionwm42013-09-081-1/+1
* x11_common: don't allocate more than needed for iconwm42013-09-041-3/+4
* x11: add window iconwm42013-09-011-0/+104
* input: deal with spurious X11 LeaveNotify eventswm42013-09-011-1/+5
* input: add some more X11 multimedia/internet keyswm42013-09-011-0/+3
* x11: fix --ontopwm42013-08-141-3/+3
* x11_common: get hack for Motif Window Manager out of the waywm42013-08-111-1/+11
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-6/+6
* x11: add key modifiers to mouse button eventswm42013-07-211-13/+19
* video: remove fullscreen flags chaoswm42013-07-181-16/+14
* core: cleanup more mp_fifo leftoverswm42013-07-021-15/+15
* input: require VOs to send key up events, redo input key lookupwm42013-07-021-1/+2
* input: trigger mouse_leave key bindings if mouse leaves mouse areawm42013-06-291-2/+5
* video/out: introduce VOCTRL_UPDATE_WINDOW_TITLEwm42013-06-151-1/+8
* x11: enable screensaver when paused, rename/change --stop-xscreensaverwm42013-06-141-3/+7
* Replace all calls to GetTimer()/GetTimerMS()wm42013-05-261-2/+2
* x11: remove cursor hiding logic, use VOCTRL_SET_CURSOR_VISIBILITYwm42013-05-261-46/+32
* x11: use vo_x11_control() for all VOswm42013-05-261-4/+5
* video/out: introduce vo_control for gl_common based VOswm42013-05-261-0/+24
* Silence some compiler warningswm42013-05-211-1/+1
* x11: use mpv internal key auto-repeat handling if possiblewm42013-04-241-2/+23
* x11_common: minor simplificationwm42013-04-211-13/+6
* x11_common: remove assumption that video is always centeredwm42013-03-171-22/+20
* vo: Separate vo options from MPOptsAlexander Preisinger2013-03-041-77/+77
* vo: remove and cleanup globalsAlexander Preisinger2013-03-041-83/+85
* x11_common: fix --cursor-autohide when pausedwm42013-03-031-20/+22
* x11_common: fix window mapping, refactor window creation/resize handlingwm42013-03-031-127/+136
* x11_common: use private variables for window statewm42013-03-031-46/+48
* core: move X11 specific code to x11_common.cwm42013-03-011-1/+4
* video/out: remove video mode switching (--vm)wm42013-02-261-128/+2
* x11_common: always create a window, even with --widwm42013-02-261-37/+31
* video/out: rename create_window to config_windowwm42013-02-261-1/+1
* Remove --rootwin option and rootwin propertywm42013-02-241-3/+0
* core: add fs-screen option for fullscreen display selectionStefano Pigozzi2013-02-211-26/+39
* core: move `xineramascreen` to `MPOpts` as `vo_screen_id`Stefano Pigozzi2013-02-211-3/+3
* x11_common: uncrustifywm42013-02-211-387/+324
* Prefix keycode defines with MP_wm42013-02-121-33/+39
* x11: simplify handling of X Visuals and Colormaps in VOswm42013-01-271-45/+59
* x11: fix some obvious video mode switching bugswm42013-01-271-20/+30
* x11: reduce VO mode switching code duplicationwm42013-01-271-3/+33
* x11_common: do not set custom error handler when calling XSelectInputwm42013-01-271-47/+21
* x11: cleanup, refactorwm42013-01-271-857/+251
* options: move -geometry parsing to m_option.cwm42013-01-231-3/+3
* vo_x11, vo_xv: XShmCompletion event supportRudolf Polzer2013-01-131-0/+5
* options: remove --displaywm42012-11-161-9/+1
* Rename directories, move files (step 2 of 2)wm42012-11-121-8/+8
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+2404