summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.c
Commit message (Expand)AuthorAgeFilesLines
* wayland: remove mp_fifo headerAlexander Preisinger2013-07-031-1/+0
* wayland: fix typoAlexander Preisinger2013-07-031-1/+1
* wayland: remove mp_fifoAlexander Preisinger2013-07-021-7/+7
* wayland: implement MOUSE_LEAVEAlexander Preisinger2013-07-021-0/+2
* input: require VOs to send key up events, redo input key lookupwm42013-07-021-3/+4
* wayland: use VOCTRL_UPDATE_WINDOW_TTILEAlexander Preisinger2013-06-161-1/+3
* wayland: use VOCTRL_SET_CURSOR_VISIBILITYAlexander Preisinger2013-05-261-33/+23
* wayland: introduce vo_wayland_configAlexander Preisinger2013-05-261-13/+21
* video/out: introduce vo_control for gl_common based VOswm42013-05-261-0/+23
* wayland: reworked resizingAlexander Preisinger2013-05-071-15/+21
* wayland: fix wrong poll comment, check for errorsAlexander Preisinger2013-05-021-2/+4
* wayland: avoid iterating over all outputsAlexander Preisinger2013-05-021-15/+18
* wayland: remove unused stuffAlexander Preisinger2013-05-021-12/+0
* wayland: use new function xkb_keymap_from_bufferAlexander Preisinger2013-05-021-9/+5
* wayland: remove input modifier variableAlexander Preisinger2013-05-011-12/+0
* wayland: use GetTimerMS for hiding mouse cursorAlexander Preisinger2013-05-011-148/+36
* wayland: use mpv internal key auto-repeat handlingAlexander Preisinger2013-05-011-53/+5
* wayland: fully support cursor autohide optionsAlexander Preisinger2013-03-231-15/+15
* wayland: use the cursor_autohide_delay optionAlexander Preisinger2013-03-111-6/+9
* wayland: move window by grabing itAlexander Preisinger2013-03-111-0/+8
* vo: Separate vo options from MPOptsAlexander Preisinger2013-03-041-12/+12
* vo: remove and cleanup globalsAlexander Preisinger2013-03-041-14/+12
* x11_common: use private variables for window statewm42013-03-031-5/+1
* wayland: add wayland supportAlexander Preisinger2013-02-281-0/+1036