aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/x11_common.h
Commit message (Expand)AuthorAge
* x11: move GCs and background clearing to vo_xvGravatar wm42015-07-01
* x11: remove clear on mapGravatar wm42015-07-01
* x11: never forcefully terminate xdg-screensaver processGravatar wm42015-05-18
* x11: actually disable screensaverGravatar wm42015-04-15
* Update license headersGravatar Marcin Kurczewski2015-04-13
* vo_opengl, x11: implement icc-profile-autoGravatar wm42015-01-26
* x11: copy WinID optionGravatar wm42014-12-09
* 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
* x11: if the WM supports _NET_FRAME_EXTENTS, don't wait for mapGravatar wm42014-09-15
* x11: remove unused functionGravatar wm42014-09-14
* x11: listen to xrandr eventsGravatar wm42014-08-17
* x11: use xrandr to retrieve display refresh rateGravatar wm42014-08-16
* x11: cleanup motif hints handlingGravatar wm42014-06-06
* x11: un-inline GNOME layer stuffGravatar wm42014-05-23
* x11: never enable DPMS if we didn't disable itGravatar wm42014-05-18
* x11: make screensaver code more compact, change DPMS handlingGravatar wm42014-05-17
* x11: replace x/y/w/h with mp_rectGravatar wm42014-05-17
* x11: remove some unused fieldsGravatar wm42014-05-17
* x11: remove vo_hint memberGravatar wm42014-05-17
* x11: remove gravity restore codeGravatar wm42014-05-17
* x11: don't cache X Atoms manuallyGravatar wm42014-05-16
* x11: replace--[x11-]fstype option with --x11-netwmGravatar wm42014-05-16
* x11: don't use VOCTRL_UPDATE_SCREENINFOGravatar wm42014-05-06
* x11: implement window dragging by grabbingGravatar wm42014-03-18
* video/out: remove pointless x/y parameter from vo_x11_config_vo_windowGravatar wm42014-01-11
* x11: implement dropping files on the VO windowGravatar wm42014-01-04
* x11: mp_msg conversion for fstype help outputGravatar wm42013-12-21
* Reduce recursive config.h inclusions in headersGravatar wm42013-12-18
* x11: fix border togglingGravatar wm42013-10-27
* x11: remove colormap code, always request TrueColor visualsGravatar wm42013-09-30
* x11_common: mp_msg conversionGravatar wm42013-09-12
* x11: add window iconGravatar wm42013-09-01
* video: remove fullscreen flags chaosGravatar wm42013-07-18
* Replace all calls to GetTimer()/GetTimerMS()Gravatar wm42013-05-26
* x11: remove cursor hiding logic, use VOCTRL_SET_CURSOR_VISIBILITYGravatar wm42013-05-26
* x11: use vo_x11_control() for all VOsGravatar wm42013-05-26
* video/out: introduce vo_control for gl_common based VOsGravatar wm42013-05-26
* x11: use mpv internal key auto-repeat handling if possibleGravatar wm42013-04-24
* x11_common: remove assumption that video is always centeredGravatar wm42013-03-17
* x11_common: fix window mapping, refactor window creation/resize handlingGravatar wm42013-03-03
* x11_common: use private variables for window stateGravatar wm42013-03-03
* core: move X11 specific code to x11_common.cGravatar wm42013-03-01
* video/out: remove video mode switching (--vm)Gravatar wm42013-02-26
* video/out: rename create_window to config_windowGravatar wm42013-02-26
* core: add fs-screen option for fullscreen display selectionGravatar Stefano Pigozzi2013-02-21
* x11_common: uncrustifyGravatar wm42013-02-21
* x11: simplify handling of X Visuals and Colormaps in VOsGravatar wm42013-01-27
* x11: fix some obvious video mode switching bugsGravatar wm42013-01-27