aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/x11_common.c
Commit message (Expand)AuthorAge
* 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
* x11_common: reduce screensaver heartbeat from 30 to 10 secondsGravatar wm42013-10-25
* x11_common: don't handle mouse enter eventsGravatar wm42013-10-15
* x11: remove colormap code, always request TrueColor visualsGravatar wm42013-09-30
* vo/x11_common: don't require a working input methodGravatar wm42013-09-20
* vo/x11_common: remove superfluous msg prefixesGravatar Martin Herkt2013-09-20
* vo/x11_common: Fail init with no valid XIMGravatar Martin Herkt2013-09-19
* gl_common: signal to GL backend whether we are probingGravatar wm42013-09-16
* x11_common: mp_msg conversionGravatar wm42013-09-12
* options: remove --(no-)mouseinput optionGravatar wm42013-09-08
* x11_common: don't allocate more than needed for iconGravatar wm42013-09-04
* x11: add window iconGravatar wm42013-09-01
* input: deal with spurious X11 LeaveNotify eventsGravatar wm42013-09-01
* input: add some more X11 multimedia/internet keysGravatar wm42013-09-01
* x11: fix --ontopGravatar wm42013-08-14
* x11_common: get hack for Motif Window Manager out of the wayGravatar wm42013-08-11
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* x11: add key modifiers to mouse button eventsGravatar wm42013-07-21
* video: remove fullscreen flags chaosGravatar wm42013-07-18
* core: cleanup more mp_fifo leftoversGravatar wm42013-07-02
* input: require VOs to send key up events, redo input key lookupGravatar wm42013-07-02
* input: trigger mouse_leave key bindings if mouse leaves mouse areaGravatar wm42013-06-29
* video/out: introduce VOCTRL_UPDATE_WINDOW_TITLEGravatar wm42013-06-15
* x11: enable screensaver when paused, rename/change --stop-xscreensaverGravatar wm42013-06-14
* Replace all calls to GetTimer()/GetTimerMS()Gravatar wm42013-05-26
* x11: remove cursor hiding logic, use VOCTRL_SET_CURSOR_VISIBILITYGravatar wm42013-05-26