summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.c
Commit message (Expand)AuthorAgeFilesLines
* wayland: create xkbcommon keymap from stringAlexander Preisinger2013-11-131-2/+1
* waylad: implement functionality for window-scalingAlexander Preisinger2013-11-121-0/+12
* wayland: better name for mouse coordinatesAlexander Preisinger2013-10-251-5/+5
* wayland: fix fullscreen transparent border regionsAlexander Preisinger2013-10-251-22/+28
* wayland: use mp_input_test_draggingAlexander Preisinger2013-10-201-3/+6
* Revert "wayland: remove moving window by grabbing"Alexander Preisinger2013-10-201-0/+4
* Revert "wayland: remove outdated comment"Alexander Preisinger2013-10-201-0/+2
* wayland: remove outdated commentAlexander Preisinger2013-09-241-2/+0
* wayland: remove moving window by grabbingAlexander Preisinger2013-09-241-4/+0
* wayland/common: exit properly on fd errorsAlexander Preisinger2013-09-191-2/+6
* gl_common: signal to GL backend whether we are probingwm42013-09-161-2/+4
* wayland: change fs messages to dbgAlexander Preisinger2013-09-121-2/+2
* Revert "wayland: don't create our own log context"Alexander Preisinger2013-09-121-8/+9
* wayland/common: improved error messagesAlexander Preisinger2013-09-101-4/+8
* wayland: update license headersAlexander Preisinger2013-09-091-7/+5
* wayland: fix memory leaksAlexander Preisinger2013-08-261-2/+5
* wayland: don't create our own log contextAlexander Preisinger2013-08-261-10/+9
* wayland: remove shm listener for the backendAlexander Preisinger2013-08-251-15/+0
* wayland/egl: rework resizing (again)Alexander Preisinger2013-08-251-22/+61
* wayland: separate shm and cursor contextAlexander Preisinger2013-08-191-7/+13
* 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