1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-13 02:16:40 +00:00
mpv/input
wm4 7c6bb321eb video/out: remove some code duplication between X11 and wayland
Both X11 and Wayland support the same format for drag & drop operations
(text/uri-list), and the code for that was copied from x11_common.c to
wayland_common.c. Factor it out.
2014-01-04 19:33:40 +01:00
..
cmd_list.c input: split off some code from input.c to separate files 2013-12-26 17:13:25 +01:00
cmd_list.h input: split off some code from input.c to separate files 2013-12-26 17:13:25 +01:00
cmd_parse.c common: simplify and optimize string escape parsing 2013-12-30 22:49:50 +01:00
cmd_parse.h input: split off some code from input.c to separate files 2013-12-26 17:13:25 +01:00
event.c video/out: remove some code duplication between X11 and wayland 2014-01-04 19:33:40 +01:00
event.h video/out: remove some code duplication between X11 and wayland 2014-01-04 19:33:40 +01:00
input.c input: move files drag and drop to a new event.c file 2014-01-04 17:28:55 +01:00
input.h input: move files drag and drop to a new event.c file 2014-01-04 17:28:55 +01:00
joystick.c input: rework how input sources are added 2013-12-21 20:50:13 +01:00
joystick.h input: rework how input sources are added 2013-12-21 20:50:13 +01:00
keycodes.c input: use bstr_xappend() 2013-12-30 22:49:51 +01:00
keycodes.h input: use bstr_xappend() 2013-12-30 22:49:51 +01:00
lirc.c input: rework how input sources are added 2013-12-21 20:50:13 +01:00
lirc.h input: rework how input sources are added 2013-12-21 20:50:13 +01:00