aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/x11_common.c
Commit message (Expand)AuthorAge
* x11, input: move mime type drag&drop negotiation to common codeGravatar wm42016-03-15
* x11: move vo->input_ctx accesses to x11->input_ctxGravatar wm42016-03-15
* x11: stop waiting for MapNotify when WM_STATE changesGravatar Tracerneo2016-01-31
* x11: get *current* XRandR screen configurationGravatar Nils Schneider2016-01-20
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* x11: silence xdg-screensaver failure messageGravatar wm42016-01-03
* vo: get rid of vo_get_window_title()Gravatar wm42015-12-06
* x11: request bypassing compositorGravatar wm42015-11-18
* x11: print Xlib errors in verbose mode if Xlib messages are silencedGravatar wm42015-11-07
* vo_opengl: x11: silence error messages when using legacy GL contextGravatar wm42015-11-06
* x11: separate window creation and configurationGravatar wm42015-09-30
* x11: drag and drop append with modifierGravatar Kevin Mitchell2015-08-30
* input: add append argument to file drop eventGravatar Kevin Mitchell2015-08-30
* x11: move GCs and background clearing to vo_xvGravatar wm42015-07-01
* x11: remove clear on mapGravatar wm42015-07-01
* x11: remove trailing spacesGravatar wm42015-06-29
* x11: Handle external fullscreen togglesGravatar Eduardo Sánchez Muñoz2015-06-28
* x11: make screensaver failure message slightly more friendlyGravatar wm42015-06-20
* x11: never forcefully terminate xdg-screensaver processGravatar wm42015-05-18
* x11: attempt to make initial fullscreening more reliableGravatar wm42015-05-15
* x11: query ICC profile based on center of windowGravatar Niklas Haas2015-04-29
* x11: actually disable screensaverGravatar wm42015-04-15
* Update license headersGravatar Marcin Kurczewski2015-04-13
* x11: ignore mouse enter/leave events due to pointer grabGravatar wm42015-03-11
* x11: fix VOCTRL_GET_WIN_STATEGravatar wm42015-03-09
* vo_opengl/x11: fix automatic ICC profile loadingGravatar Martin Herkt2015-03-07
* input: add MOUSE_ENTER keybinding.Gravatar torque2015-02-18
* x11: fix uninitialized variable readsGravatar wm42015-02-14
* x11: add XK_Cancel to the list of special keysGravatar Martin Herkt2015-02-14
* x11: return a framerate even if no window is mappedGravatar wm42015-02-13
* x11: make all XF86 special keys mappableGravatar wm42015-02-13
* video/out: cosmetics: rename VO_EVENT_ICC_PROFILE_PATH_CHANGEDGravatar wm42015-01-26
* vo_opengl, x11: implement icc-profile-autoGravatar wm42015-01-26
* x11: remove unnecessary codeGravatar wm42015-01-23
* x11: fix initial state for --on-all-workspacesGravatar wm42015-01-17
* x11: add --on-all-workspaces option and propertyGravatar wm42015-01-16
* x11: minor cleanupGravatar wm42015-01-16
* command: unify handling of fullscreen and other VO flagsGravatar wm42015-01-16
* x11: explicitly query map status when waiting for map eventGravatar wm42015-01-12
* x11: support XEmbedGravatar wm42015-01-12
* x11: make display-names property stricterGravatar wm42015-01-04
* x11: make display-names property observableGravatar wm42015-01-03
* x11: fix mysterious issue with window embedding on OpenBoxGravatar wm42014-12-18
* x11: minor improvementsGravatar wm42014-12-18
* x11: copy WinID optionGravatar wm42014-12-09
* x11: fix crashGravatar wm42014-11-23
* x11: fix crash with --wid=0 and vo_xv/vo_x11Gravatar wm42014-11-23
* vo/x11: implement VOCTRL_GET_DISPLAY_NAMES with xrandr names (e.g., "LVDS1")Gravatar Kevin Mitchell2014-11-07
* x11: rely on the Atom cacheGravatar wm42014-11-03
* command: add window-minimized property (X11 only)Gravatar wm42014-11-02