| Commit message (Expand) | Author | Age | Files | Lines |
* | x11: pseudo HiDPI scaling | wm4 | 2017-01-19 | 1 | -0/+1 |
* | vo_opengl: x11: move RGBA visual test to x11_common.c | wm4 | 2016-12-30 | 1 | -0/+2 |
* | osdep: rename atomics.h to atomic.h | wm4 | 2016-09-07 | 1 | -1/+1 |
* | x11: do not accidentally discard event flags | wm4 | 2016-07-25 | 1 | -1/+1 |
* | x11: stop using vo.event_fd | wm4 | 2016-07-20 | 1 | -0/+4 |
* | x11: skip ICC update on every window move | wm4 | 2016-07-18 | 1 | -0/+1 |
* | x11: move vo->input_ctx accesses to x11->input_ctx | wm4 | 2016-03-15 | 1 | -0/+1 |
* | vo: get rid of vo_get_window_title() | wm4 | 2015-12-06 | 1 | -0/+1 |
* | vo_opengl: x11: silence error messages when using legacy GL context | wm4 | 2015-11-06 | 1 | -0/+2 |
* | x11: separate window creation and configuration | wm4 | 2015-09-30 | 1 | -1/+2 |
* | x11: drag and drop append with modifier | Kevin Mitchell | 2015-08-30 | 1 | -0/+1 |
* | x11: move GCs and background clearing to vo_xv | wm4 | 2015-07-01 | 1 | -3/+0 |
* | x11: remove clear on map | wm4 | 2015-07-01 | 1 | -1/+0 |
* | x11: never forcefully terminate xdg-screensaver process | wm4 | 2015-05-18 | 1 | -1/+3 |
* | x11: actually disable screensaver | wm4 | 2015-04-15 | 1 | -0/+6 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -5/+4 |
* | vo_opengl, x11: implement icc-profile-auto | wm4 | 2015-01-26 | 1 | -0/+3 |
* | x11: copy WinID option | wm4 | 2014-12-09 | 1 | -0/+1 |
* | vo/x11: implement VOCTRL_GET_DISPLAY_NAMES with xrandr names (e.g., "LVDS1") | Kevin Mitchell | 2014-11-07 | 1 | -0/+1 |
* | x11: rely on the Atom cache | wm4 | 2014-11-03 | 1 | -4/+0 |
* | command: add window-minimized property (X11 only) | wm4 | 2014-11-02 | 1 | -0/+1 |
* | x11: if the WM supports _NET_FRAME_EXTENTS, don't wait for map | wm4 | 2014-09-15 | 1 | -1/+4 |
* | x11: remove unused function | wm4 | 2014-09-14 | 1 | -2/+0 |
* | x11: listen to xrandr events | wm4 | 2014-08-17 | 1 | -0/+2 |
* | x11: use xrandr to retrieve display refresh rate | wm4 | 2014-08-16 | 1 | -0/+11 |
* | x11: cleanup motif hints handling | wm4 | 2014-06-06 | 1 | -4/+0 |
* | x11: un-inline GNOME layer stuff | wm4 | 2014-05-23 | 1 | -1/+1 |
* | x11: never enable DPMS if we didn't disable it | wm4 | 2014-05-18 | 1 | -0/+1 |
* | x11: make screensaver code more compact, change DPMS handling | wm4 | 2014-05-17 | 1 | -2/+1 |
* | x11: replace x/y/w/h with mp_rect | wm4 | 2014-05-17 | 1 | -10/+3 |
* | x11: remove some unused fields | wm4 | 2014-05-17 | 1 | -3/+0 |
* | x11: remove vo_hint member | wm4 | 2014-05-17 | 1 | -1/+0 |
* | x11: remove gravity restore code | wm4 | 2014-05-17 | 1 | -1/+0 |
* | x11: don't cache X Atoms manually | wm4 | 2014-05-16 | 1 | -31/+0 |
* | x11: replace--[x11-]fstype option with --x11-netwm | wm4 | 2014-05-16 | 1 | -1/+0 |
* | x11: don't use VOCTRL_UPDATE_SCREENINFO | wm4 | 2014-05-06 | 1 | -3/+4 |
* | x11: implement window dragging by grabbing | wm4 | 2014-03-18 | 1 | -0/+4 |
* | video/out: remove pointless x/y parameter from vo_x11_config_vo_window | wm4 | 2014-01-11 | 1 | -2/+1 |
* | x11: implement dropping files on the VO window | wm4 | 2014-01-04 | 1 | -0/+17 |
* | x11: mp_msg conversion for fstype help output | wm4 | 2013-12-21 | 1 | -1/+2 |
* | Reduce recursive config.h inclusions in headers | wm4 | 2013-12-18 | 1 | -2/+0 |
* | x11: fix border toggling | wm4 | 2013-10-27 | 1 | -0/+2 |
* | x11: remove colormap code, always request TrueColor visuals | wm4 | 2013-09-30 | 1 | -10/+0 |
* | x11_common: mp_msg conversion | wm4 | 2013-09-12 | 1 | -0/+1 |
* | x11: add window icon | wm4 | 2013-09-01 | 1 | -0/+1 |
* | video: remove fullscreen flags chaos | wm4 | 2013-07-18 | 1 | -0/+1 |
* | Replace all calls to GetTimer()/GetTimerMS() | wm4 | 2013-05-26 | 1 | -1/+1 |
* | x11: remove cursor hiding logic, use VOCTRL_SET_CURSOR_VISIBILITY | wm4 | 2013-05-26 | 1 | -2/+1 |
* | x11: use vo_x11_control() for all VOs | wm4 | 2013-05-26 | 1 | -4/+0 |
* | video/out: introduce vo_control for gl_common based VOs | wm4 | 2013-05-26 | 1 | -0/+1 |
* | x11: use mpv internal key auto-repeat handling if possible | wm4 | 2013-04-24 | 1 | -0/+1 |
* | x11_common: remove assumption that video is always centered | wm4 | 2013-03-17 | 1 | -2/+2 |
* | x11_common: fix window mapping, refactor window creation/resize handling | wm4 | 2013-03-03 | 1 | -9/+12 |
* | x11_common: use private variables for window state | wm4 | 2013-03-03 | 1 | -0/+8 |
* | core: move X11 specific code to x11_common.c | wm4 | 2013-03-01 | 1 | -2/+0 |
* | video/out: remove video mode switching (--vm) | wm4 | 2013-02-26 | 1 | -2/+0 |
* | video/out: rename create_window to config_window | wm4 | 2013-02-26 | 1 | -1/+1 |
* | core: add fs-screen option for fullscreen display selection | Stefano Pigozzi | 2013-02-21 | 1 | -0/+2 |
* | x11_common: uncrustify | wm4 | 2013-02-21 | 1 | -3/+4 |
* | x11: simplify handling of X Visuals and Colormaps in VOs | wm4 | 2013-01-27 | 1 | -2/+2 |
* | x11: fix some obvious video mode switching bugs | wm4 | 2013-01-27 | 1 | -0/+1 |
* | x11: reduce VO mode switching code duplication | wm4 | 2013-01-27 | 1 | -5/+1 |
* | x11: cleanup, refactor | wm4 | 2013-01-27 | 1 | -66/+18 |
* | vo_x11, vo_xv: XShmCompletion event support | Rudolf Polzer | 2013-01-13 | 1 | -0/+7 |
* | options: remove --display | wm4 | 2012-11-16 | 1 | -2/+0 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+184 |