aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/x11_common.c
Commit message (Expand)AuthorAge
* 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
* options: remove obsolete --fsmode-dontuseGravatar Martin Herkt2014-05-04
* Fix some libav* include statementsGravatar wm42014-04-19
* x11_common: fix some problems with window draggingGravatar wm42014-03-22
* x11: implement window dragging by grabbingGravatar wm42014-03-18
* x11: fix initial VO sizeGravatar wm42014-02-02
* x11: remove apparently useless codeGravatar wm42014-02-02
* x11: fix race condition when setting aspect when leaving fullscreenGravatar wm42014-02-02
* options: remove --screenw and --screenhGravatar wm42014-01-11
* video/out: remove pointless x/y parameter from vo_x11_config_vo_windowGravatar wm42014-01-11
* video/out: simplify monitor aspect handlingGravatar wm42014-01-11