summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.c
Commit message (Expand)AuthorAgeFilesLines
* wayland/common: exit properly on fd errorsAlexander Preisinger2013-09-201-2/+6
* wayland/common: improved error messagesAlexander Preisinger2013-09-101-3/+5
* wayland: add support for precise scrollingAlexander Preisinger2013-08-071-2/+14
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-5/+5
* wayland: switch to the new mp_msg apiAlexander Preisinger2013-07-311-8/+15
* Remove subopt-helperwm42013-07-221-2/+0
* wayland: use a unified struct for the stateAlexander Preisinger2013-07-181-222/+214
* wayland: don't resize in gl_wayland.cAlexander Preisinger2013-07-181-2/+0
* video: remove fullscreen flags chaoswm42013-07-181-15/+8
* wayland: early aspect calculation in vo_configAlexander Preisinger2013-07-161-0/+2
* wayland: use default fullscreen methodAlexander Preisinger2013-07-161-1/+1
* 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