1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-28 01:52:19 +00:00
mpv/input
wm4 6e0e39b79f input: change mp_cmd.original from bstr to cstr
No reason to have this as bstr, just makes everything more complex.

Also clear mp_cmd.sender when it's copied. Otherwise it would be a
dangling pointer. Apparently it's never set to non-NULL in this
situation, but this is cleaner anyway.
2019-11-23 01:18:49 +01:00
..
cmd.c input: change mp_cmd.original from bstr to cstr 2019-11-23 01:18:49 +01:00
cmd.h input: change mp_cmd.original from bstr to cstr 2019-11-23 01:18:49 +01:00
event.c input: ignore empty lines on drag-drop mime data 2019-09-21 15:39:47 +02:00
event.h input/event.h: add include guard 2016-03-15 22:44:15 +01:00
input.c input: change mp_cmd.original from bstr to cstr 2019-11-23 01:18:49 +01:00
input.h input: make MP_INPUT_RELEASE_ALL a pseudo-key 2019-11-22 01:19:00 +01:00
ipc-dummy.c build: change how some OS specific source files are selected 2017-06-29 10:30:16 +02:00
ipc-unix.c Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--merge-edition 2018-12-05 19:19:24 +01:00
ipc-win.c player: get rid of mpv_global.opts 2018-05-24 19:56:35 +02:00
ipc.c ipc: cosmetic: switch a negated if/else 2018-05-25 10:46:18 +02:00
keycodes.c input: introduce a pseudo key name that grabs all text input 2019-11-22 01:15:08 +01:00
keycodes.h input: make MP_INPUT_RELEASE_ALL a pseudo-key 2019-11-22 01:19:00 +01:00
pipe-win32.c osdep: rename atomics.h to atomic.h 2016-09-07 11:26:25 +02:00
sdl_gamepad.c sdl: prevent concurrent use of SDL in different threads 2019-10-25 22:17:54 +02:00