| Commit message (Expand) | Author | Age | Files | Lines |
* | input: merge mouse wheel and axis keycodes | James Ross-Gowan | 2017-09-03 | 1 | -2/+2 |
* | input: use mnemonic names for mouse buttons | James Ross-Gowan | 2017-09-03 | 1 | -2/+2 |
* | x11: fix that window could be resized when using embedding | wm4 | 2017-08-21 | 1 | -2/+5 |
* | Revert "x11: drop xscrnsaver use" | Martin Herkt | 2017-08-20 | 1 | -0/+16 |
* | Revert "x11: use xdg-screensaver suspend/resume" | Martin Herkt | 2017-08-20 | 1 | -60/+34 |
* | x11: use xdg-screensaver suspend/resume | wm4 | 2017-08-15 | 1 | -34/+60 |
* | x11: drop xscrnsaver use | wm4 | 2017-08-08 | 1 | -16/+0 |
* | x11: add 128x128 sized icon support | Xu Zhao | 2017-07-02 | 1 | -0/+5 |
* | x11: load icon differently | wm4 | 2017-07-01 | 1 | -83/+40 |
* | Avoid calling close(-1) | wm4 | 2017-06-29 | 1 | -2/+4 |
* | build: make various x11 protocol extension libs mandatory | wm4 | 2017-04-21 | 1 | -51/+17 |
* | x11: pseudo HiDPI scaling | wm4 | 2017-01-19 | 1 | -1/+18 |
* | vo_opengl: x11: move RGBA visual test to x11_common.c | wm4 | 2016-12-30 | 1 | -0/+12 |
* | x11: fix external fullscreen update | wm4 | 2016-09-23 | 1 | -12/+4 |
* | osdep: rename atomics.h to atomic.h | wm4 | 2016-09-07 | 1 | -1/+0 |
* | vo: use new option update mechanism | wm4 | 2016-09-02 | 1 | -0/+13 |
* | vo: change messy handling of fullscreen and other flags | wm4 | 2016-08-30 | 1 | -4/+0 |
* | x11, wayland: always round up wait times | wm4 | 2016-08-26 | 1 | -1/+1 |
* | x11: work around mutter fullscreen issue | wm4 | 2016-08-25 | 1 | -3/+11 |
* | osdep/io: introduce mp_flush_wakeup_pipe() | Rostislav Pehlivanov | 2016-07-30 | 1 | -4/+2 |
* | x11: do not accidentally discard event flags | wm4 | 2016-07-25 | 1 | -5/+4 |
* | x11, wayland: do not accidentally close FD 0 | wm4 | 2016-07-21 | 1 | -0/+1 |
* | x11: stop using vo.event_fd | wm4 | 2016-07-20 | 1 | -1/+34 |
* | x11: skip ICC update on every window move | wm4 | 2016-07-18 | 1 | -11/+25 |
* | x11: add missing FocusChangeMask | wm4 | 2016-07-08 | 1 | -1/+1 |
* | x11_common: silence xdg-screensaver | Ben Boeckel | 2016-07-05 | 1 | -1/+1 |
* | x11: tell GNOME to use dark window decorations | Mantas Mikulėnas | 2016-05-09 | 1 | -0/+1 |
* | x11: slightly safer X11 error handler behavior | wm4 | 2016-05-08 | 1 | -1/+4 |
* | x11: add --x11-bypass-compositor=always | wm4 | 2016-05-06 | 1 | -0/+1 |
* | x11: extend --x11-bypass-compositor with fs-only option | wm4 | 2016-05-02 | 1 | -6/+22 |
* | x11, input: move mime type drag&drop negotiation to common code | wm4 | 2016-03-15 | 1 | -2/+52 |
* | x11: move vo->input_ctx accesses to x11->input_ctx | wm4 | 2016-03-15 | 1 | -19/+20 |
* | x11: stop waiting for MapNotify when WM_STATE changes | Tracerneo | 2016-01-31 | 1 | -1/+3 |
* | x11: get *current* XRandR screen configuration | Nils Schneider | 2016-01-20 | 1 | -1/+1 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 | 1 | -1/+1 |
* | x11: silence xdg-screensaver failure message | wm4 | 2016-01-03 | 1 | -2/+2 |
* | vo: get rid of vo_get_window_title() | wm4 | 2015-12-06 | 1 | -6/+7 |
* | x11: request bypassing compositor | wm4 | 2015-11-18 | 1 | -0/+6 |
* | x11: print Xlib errors in verbose mode if Xlib messages are silenced | wm4 | 2015-11-07 | 1 | -9/+5 |
* | vo_opengl: x11: silence error messages when using legacy GL context | wm4 | 2015-11-06 | 1 | -1/+11 |
* | x11: separate window creation and configuration | wm4 | 2015-09-30 | 1 | -25/+28 |
* | x11: drag and drop append with modifier | Kevin Mitchell | 2015-08-30 | 1 | -1/+7 |
* | input: add append argument to file drop event | Kevin Mitchell | 2015-08-30 | 1 | -1/+1 |
* | x11: move GCs and background clearing to vo_xv | wm4 | 2015-07-01 | 1 | -40/+0 |
* | x11: remove clear on map | wm4 | 2015-07-01 | 1 | -11/+0 |
* | x11: remove trailing spaces | wm4 | 2015-06-29 | 1 | -1/+1 |
* | x11: Handle external fullscreen toggles | Eduardo Sánchez Muñoz | 2015-06-28 | 1 | -0/+43 |
* | x11: make screensaver failure message slightly more friendly | wm4 | 2015-06-20 | 1 | -2/+4 |
* | x11: never forcefully terminate xdg-screensaver process | wm4 | 2015-05-18 | 1 | -8/+5 |
* | x11: attempt to make initial fullscreening more reliable | wm4 | 2015-05-15 | 1 | -0/+3 |
* | x11: query ICC profile based on center of window | Niklas Haas | 2015-04-29 | 1 | -1/+3 |
* | x11: actually disable screensaver | wm4 | 2015-04-15 | 1 | -12/+55 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -5/+4 |
* | x11: ignore mouse enter/leave events due to pointer grab | wm4 | 2015-03-11 | 1 | -0/+4 |
* | x11: fix VOCTRL_GET_WIN_STATE | wm4 | 2015-03-09 | 1 | -0/+1 |
* | vo_opengl/x11: fix automatic ICC profile loading | Martin Herkt | 2015-03-07 | 1 | -0/+3 |
* | input: add MOUSE_ENTER keybinding. | torque | 2015-02-18 | 1 | -1/+4 |
* | x11: fix uninitialized variable reads | wm4 | 2015-02-14 | 1 | -1/+1 |
* | x11: add XK_Cancel to the list of special keys | Martin Herkt | 2015-02-14 | 1 | -0/+1 |
* | x11: return a framerate even if no window is mapped | wm4 | 2015-02-13 | 1 | -8/+11 |
* | x11: make all XF86 special keys mappable | wm4 | 2015-02-13 | 1 | -0/+7 |
* | video/out: cosmetics: rename VO_EVENT_ICC_PROFILE_PATH_CHANGED | wm4 | 2015-01-26 | 1 | -2/+2 |
* | vo_opengl, x11: implement icc-profile-auto | wm4 | 2015-01-26 | 1 | -4/+33 |
* | x11: remove unnecessary code | wm4 | 2015-01-23 | 1 | -3/+0 |
* | x11: fix initial state for --on-all-workspaces | wm4 | 2015-01-17 | 1 | -0/+6 |
* | x11: add --on-all-workspaces option and property | wm4 | 2015-01-16 | 1 | -0/+10 |
* | x11: minor cleanup | wm4 | 2015-01-16 | 1 | -18/+4 |
* | command: unify handling of fullscreen and other VO flags | wm4 | 2015-01-16 | 1 | -0/+2 |
* | x11: explicitly query map status when waiting for map event | wm4 | 2015-01-12 | 1 | -0/+6 |
* | x11: support XEmbed | wm4 | 2015-01-12 | 1 | -0/+49 |
* | x11: make display-names property stricter | wm4 | 2015-01-04 | 1 | -1/+3 |
* | x11: make display-names property observable | wm4 | 2015-01-03 | 1 | -0/+2 |
* | x11: fix mysterious issue with window embedding on OpenBox | wm4 | 2014-12-18 | 1 | -1/+1 |
* | x11: minor improvements | wm4 | 2014-12-18 | 1 | -8/+7 |
* | x11: copy WinID option | wm4 | 2014-12-09 | 1 | -16/+21 |
* | x11: fix crash | wm4 | 2014-11-23 | 1 | -1/+1 |
* | x11: fix crash with --wid=0 and vo_xv/vo_x11 | wm4 | 2014-11-23 | 1 | -2/+5 |
* | vo/x11: implement VOCTRL_GET_DISPLAY_NAMES with xrandr names (e.g., "LVDS1") | Kevin Mitchell | 2014-11-07 | 1 | -2/+18 |
* | x11: rely on the Atom cache | wm4 | 2014-11-03 | 1 | -11/+9 |
* | command: add window-minimized property (X11 only) | wm4 | 2014-11-02 | 1 | -0/+19 |
* | x11: fix display FPS detection for interlaced modes | wm4 | 2014-10-27 | 1 | -1/+6 |
* | x11: don't wait for asynchronous X resizing with window-scale | wm4 | 2014-10-13 | 1 | -3/+4 |
* | x11: don't wait until window is destroyed | wm4 | 2014-10-11 | 1 | -5/+0 |
* | x11: fix inverted condition | wm4 | 2014-10-09 | 1 | -2/+3 |
* | client API: rename --input-x11-keyboard to --input-vo-keyboard | wm4 | 2014-10-09 | 1 | -1/+1 |
* | x11: disable various features when embedding the window | wm4 | 2014-10-07 | 1 | -3/+5 |
* | options: add --no-keepaspect-window | wm4 | 2014-10-04 | 1 | -1/+1 |
* | x11: stupid workaround for XMonad | wm4 | 2014-10-04 | 1 | -1/+5 |
* | x11: fix --wid=0 | wm4 | 2014-10-02 | 1 | -0/+1 |
* | vo_vdpau: don't try to create surfaces of size 0 | wm4 | 2014-10-01 | 1 | -1/+2 |
* | x11: always wait for mapped when using --wid | wm4 | 2014-09-29 | 1 | -2/+3 |
* | client API, X11: change default keyboard input handling again | wm4 | 2014-09-28 | 1 | -12/+6 |
* | x11: if the WM supports _NET_FRAME_EXTENTS, don't wait for map | wm4 | 2014-09-15 | 1 | -2/+14 |
* | x11: remove unused function | wm4 | 2014-09-14 | 1 | -7/+1 |
* | video: rename VOCTRL_GET_WINDOW_SIZE | wm4 | 2014-09-05 | 1 | -2/+2 |
* | x11: add rewind and forward keys | Kenneth Zhou | 2014-09-03 | 1 | -2/+4 |
* | x11: when using --wid, inherit event flags from parent window | wm4 | 2014-08-31 | 1 | -5/+10 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 1 | -1/+1 |
* | x11: listen to xrandr events | wm4 | 2014-08-17 | 1 | -0/+16 |
* | x11: fix xrandr conditional compilation | wm4 | 2014-08-17 | 1 | -1/+1 |
* | x11: fix memory leaks | wm4 | 2014-08-17 | 1 | -3/+9 |
* | build: drop check for XF86keysym.h | wm4 | 2014-08-16 | 1 | -6/+1 |
* | x11: use xrandr to retrieve display refresh rate | wm4 | 2014-08-16 | 1 | -18/+66 |
* | video: add VO framedropping mode | wm4 | 2014-08-15 | 1 | -0/+7 |
* | x11: vdpau GLX interop needs X11 threads | wm4 | 2014-08-13 | 1 | -0/+2 |
* | vo: remove vo_mouse_movement() wrapper | wm4 | 2014-07-27 | 1 | -2/+3 |
* | x11: avoid obscure behavior when --wid is partially garbage | wm4 | 2014-07-04 | 1 | -1/+1 |
* | x11: clear window only on initial map | wm4 | 2014-07-02 | 1 | -1/+2 |
* | Add more const | wm4 | 2014-06-11 | 1 | -1/+1 |
* | x11: cleanup motif hints handling | wm4 | 2014-06-06 | 1 | -34/+17 |
* | vo_vaapi: cleanup error handling on init | wm4 | 2014-05-28 | 1 | -1/+2 |
* | x11: fix restoring position when leaving fullscreen | wm4 | 2014-05-26 | 1 | -1/+2 |
* | x11: fix datatype for _NET_WM_PID | wm4 | 2014-05-26 | 1 | -1/+1 |
* | x11: un-inline GNOME layer stuff | wm4 | 2014-05-23 | 1 | -16/+11 |
* | x11: prefer NetWM hints over _WIN_LAYER for --ontop | wm4 | 2014-05-23 | 1 | -11/+11 |
* | x11: rename identifiers using reserved namespace | wm4 | 2014-05-23 | 1 | -8/+6 |
* | x11: fix NetWM ontop setting | wm4 | 2014-05-23 | 1 | -23/+13 |
* | x11: add a generic function for NetWM state setting | wm4 | 2014-05-23 | 1 | -23/+11 |
* | x11: unbreak build without xinerama | wm4 | 2014-05-19 | 1 | -0/+2 |
* | x11: leaving fullscreen -> reset WM hints only if needed | wm4 | 2014-05-19 | 1 | -4/+6 |
* | x11: always check whether a window exists | wm4 | 2014-05-19 | 1 | -7/+20 |
* | x11: request and handle resize events of parent windows with --wid | wm4 | 2014-05-19 | 1 | -8/+10 |
* | x11: remove a duplicated line | wm4 | 2014-05-18 | 1 | -1/+0 |
* | x11: never enable DPMS if we didn't disable it | wm4 | 2014-05-18 | 1 | -0/+3 |
* | x11: make screensaver code more compact, change DPMS handling | wm4 | 2014-05-17 | 1 | -53/+23 |
* | x11: add wrapper for EWMH XSendEvent calls | wm4 | 2014-05-17 | 1 | -90/+49 |
* | x11: fix Drag & Drop | wm4 | 2014-05-17 | 1 | -1/+1 |
* | x11: add a wrapper for XGetWindowProperty | wm4 | 2014-05-17 | 1 | -70/+77 |
* | x11: comment about gravity | wm4 | 2014-05-17 | 1 | -0/+4 |
* | x11: replace x/y/w/h with mp_rect | wm4 | 2014-05-17 | 1 | -92/+73 |
* | x11: don't set PBaseSize | wm4 | 2014-05-17 | 1 | -7/+0 |
* | x11: remove vo_hint member | wm4 | 2014-05-17 | 1 | -22/+26 |
* | x11: always raise layer in fullscreen mode without NetWM | wm4 | 2014-05-17 | 1 | -4/+1 |
* | x11: implement --fs-screen properly, separate old code path | wm4 | 2014-05-17 | 1 | -65/+88 |
* | x11: use CenterGravity by default | wm4 | 2014-05-17 | 1 | -1/+1 |
* | x11: remove gravity restore code | wm4 | 2014-05-17 | 1 | -9/+0 |
* | x11: don't cache X Atoms manually | wm4 | 2014-05-16 | 1 | -77/+45 |
* | x11: inline a function | wm4 | 2014-05-16 | 1 | -9/+3 |
* | x11: replace--[x11-]fstype option with --x11-netwm | wm4 | 2014-05-16 | 1 | -108/+20 |
* | x11: remove a MWM hack | wm4 | 2014-05-16 | 1 | -11/+0 |
* | x11: remove unused stuff | wm4 | 2014-05-16 | 1 | -18/+0 |
* | x11: set the fullscreen state before mapping the window | wm4 | 2014-05-15 | 1 | -0/+11 |
* | x11: clear window on map | wm4 | 2014-05-15 | 1 | -1/+1 |
* | x11: wait until the window is mapped | wm4 | 2014-05-15 | 1 | -0/+11 |
* | x11: fix potentially unaligned access in icon loader | wm4 | 2014-05-10 | 1 | -3/+3 |
* | x11: don't use VOCTRL_UPDATE_SCREENINFO | wm4 | 2014-05-06 | 1 | -27/+26 |
* | options: remove obsolete --fsmode-dontuse | Martin Herkt | 2014-05-04 | 1 | -8/+2 |
* | Fix some libav* include statements | wm4 | 2014-04-19 | 1 | -5/+5 |
* | x11_common: fix some problems with window dragging | wm4 | 2014-03-22 | 1 | -1/+2 |
* | x11: implement window dragging by grabbing | wm4 | 2014-03-18 | 1 | -1/+33 |
* | x11: fix initial VO size | wm4 | 2014-02-02 | 1 | -6/+7 |
* | x11: remove apparently useless code | wm4 | 2014-02-02 | 1 | -8/+0 |
* | x11: fix race condition when setting aspect when leaving fullscreen | wm4 | 2014-02-02 | 1 | -1/+10 |
* | options: remove --screenw and --screenh | wm4 | 2014-01-11 | 1 | -7/+2 |
* | video/out: remove pointless x/y parameter from vo_x11_config_vo_window | wm4 | 2014-01-11 | 1 | -1/+3 |
* | video/out: simplify monitor aspect handling | wm4 | 2014-01-11 | 1 | -1/+0 |
* | video/out: remove some code duplication between X11 and wayland | wm4 | 2014-01-04 | 1 | -20/+2 |
* | input: move files drag and drop to a new event.c file | Stefano Pigozzi | 2014-01-04 | 1 | -1/+2 |
* | x11: implement dropping files on the VO window | wm4 | 2014-01-04 | 1 | -6/+175 |
* | vo/x11_common: do not select motion events when --no-mouse-movements is set | ahodesuka | 2013-12-28 | 1 | -1/+1 |
* | Revert "x11: don't set global error handler" | wm4 | 2013-12-27 | 1 | -0/+28 |
* | x11: mp_msg conversion for fstype help output | wm4 | 2013-12-21 | 1 | -9/+6 |
* | x11: don't set global error handler | wm4 | 2013-12-21 | 1 | -22/+0 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -2/+2 |
* | |