aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/x11_common.c
Commit message (Expand)AuthorAge
...
* 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
* video/out: remove some code duplication between X11 and waylandGravatar wm42014-01-04
* input: move files drag and drop to a new event.c fileGravatar Stefano Pigozzi2014-01-04
* x11: implement dropping files on the VO windowGravatar wm42014-01-04
* vo/x11_common: do not select motion events when --no-mouse-movements is setGravatar ahodesuka2013-12-28
* Revert "x11: don't set global error handler"Gravatar wm42013-12-27
* x11: mp_msg conversion for fstype help outputGravatar wm42013-12-21
* x11: don't set global error handlerGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Move mpvcore/input/ to input/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* switch the build system to wafGravatar Stefano Pigozzi2013-11-21
* fix weird DPMS->EXT replacementGravatar wm42013-11-04
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* x11: make window-scale use windowed size in fullscreen modeGravatar wm42013-11-02
* command: add property to scale window sizeGravatar wm42013-10-31
* x11: factor out normal window resize codeGravatar wm42013-10-31
* x11: restore support for --wid=0Gravatar wm42013-10-30
* x11: remove ancient metacity hackGravatar wm42013-10-30
* x11: minor cosmeticsGravatar wm42013-10-30
* x11_common: refactor of fstype codeGravatar wm42013-10-28
* x11: fix border togglingGravatar wm42013-10-27