aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/x11_common.c
Commit message (Expand)AuthorAge
...
* x11: when using --wid, inherit event flags from parent windowGravatar wm42014-08-31
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* x11: listen to xrandr eventsGravatar wm42014-08-17
* x11: fix xrandr conditional compilationGravatar wm42014-08-17
* x11: fix memory leaksGravatar wm42014-08-17
* build: drop check for XF86keysym.hGravatar wm42014-08-16
* x11: use xrandr to retrieve display refresh rateGravatar wm42014-08-16
* video: add VO framedropping modeGravatar wm42014-08-15
* x11: vdpau GLX interop needs X11 threadsGravatar wm42014-08-13
* vo: remove vo_mouse_movement() wrapperGravatar wm42014-07-27
* x11: avoid obscure behavior when --wid is partially garbageGravatar wm42014-07-04
* x11: clear window only on initial mapGravatar wm42014-07-02
* Add more constGravatar wm42014-06-11
* x11: cleanup motif hints handlingGravatar wm42014-06-06
* vo_vaapi: cleanup error handling on initGravatar wm42014-05-28
* x11: fix restoring position when leaving fullscreenGravatar wm42014-05-26
* x11: fix datatype for _NET_WM_PIDGravatar wm42014-05-26
* x11: un-inline GNOME layer stuffGravatar wm42014-05-23
* x11: prefer NetWM hints over _WIN_LAYER for --ontopGravatar wm42014-05-23
* x11: rename identifiers using reserved namespaceGravatar wm42014-05-23
* x11: fix NetWM ontop settingGravatar wm42014-05-23
* x11: add a generic function for NetWM state settingGravatar wm42014-05-23
* x11: unbreak build without xineramaGravatar wm42014-05-19
* x11: leaving fullscreen -> reset WM hints only if neededGravatar wm42014-05-19
* x11: always check whether a window existsGravatar wm42014-05-19
* x11: request and handle resize events of parent windows with --widGravatar wm42014-05-19
* x11: remove a duplicated lineGravatar wm42014-05-18
* 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: add wrapper for EWMH XSendEvent callsGravatar wm42014-05-17
* x11: fix Drag & DropGravatar wm42014-05-17
* x11: add a wrapper for XGetWindowPropertyGravatar wm42014-05-17
* x11: comment about gravityGravatar wm42014-05-17
* x11: replace x/y/w/h with mp_rectGravatar wm42014-05-17
* x11: don't set PBaseSizeGravatar wm42014-05-17
* x11: remove vo_hint memberGravatar wm42014-05-17
* x11: always raise layer in fullscreen mode without NetWMGravatar wm42014-05-17
* x11: implement --fs-screen properly, separate old code pathGravatar wm42014-05-17
* x11: use CenterGravity by defaultGravatar wm42014-05-17
* x11: remove gravity restore codeGravatar wm42014-05-17
* x11: don't cache X Atoms manuallyGravatar wm42014-05-16
* x11: inline a functionGravatar wm42014-05-16
* x11: replace--[x11-]fstype option with --x11-netwmGravatar wm42014-05-16
* x11: remove a MWM hackGravatar wm42014-05-16
* x11: remove unused stuffGravatar wm42014-05-16
* x11: set the fullscreen state before mapping the windowGravatar wm42014-05-15
* x11: clear window on mapGravatar wm42014-05-15
* x11: wait until the window is mappedGravatar wm42014-05-15
* x11: fix potentially unaligned access in icon loaderGravatar wm42014-05-10
* x11: don't use VOCTRL_UPDATE_SCREENINFOGravatar wm42014-05-06