COMMITS
/ input/input.c April 28, 2026
N
input/dnd: move built-in drag and drop handling to mpv client
nanahi committed
March 30, 2026
N
command: add dropped-file property
nanahi committed
N
input: add --input-builtin-drag-and-drop option
nanahi committed
N
input: rename mp_event_drop_files to mp_input_drop_files
nanahi committed
April 5, 2026
N
input: rename notify_touch_update to notify_event_update
nanahi committed
March 31, 2026
N
command: fix race in reading pad_buttons_pressed
nanahi committed
N
input: fix out of bound read/write in pad_buttons_pressed
nanahi committed
March 19, 2026
L
L
input: fix leaking tablet tool key name
llyyr committed
August 8, 2025
D
Revert "various: remove unneeded option path expansion handling"
Dudemanguy committed
July 12, 2025
D
various: remove unneeded option path expansion handling
Dudemanguy committed
May 24, 2025
J
wayland: expose tablet pad buttons to input system
Jens Peters committed
April 26, 2025
J
wayland: move tablet tool handling to mpv input system
Jens Peters committed
March 11, 2025
N
input: mark mouse and touch position update in mp_cmd
nanahi committed
March 1, 2025
K
various: use mp_assert macro
Kacper Michajłow committed
February 26, 2025
D
input: add quiet arg to mp_input_set_mouse_pos for wayland
Dudemanguy committed
July 6, 2024
K
libmpv: use correct header directory name
Kacper Michajłow committed
February 22, 2025
K
various: reduce the include scope of some public headers
Kacper Michajłow committed
January 3, 2025
K
various: fix typos
Kacper Michajłow committed
November 14, 2024
N
input: fix memory leak with scalable input and nonscalable commands
nanahi committed
October 23, 2024
N
input: fix style
nanahi committed
N
command: fix keybind command with sequence keys
nanahi committed
N
command: add the ability to set comment for keybind command
nanahi committed
N
input: deduplicate mp_input_bind_key
nanahi committed
October 19, 2024
N
input: use stream_read_file2 for reading config
nanahi committed
September 20, 2024
N
input: skip BOM properly
nanahi committed
September 5, 2024
K
various: use talloc_replace
Kacper Michajłow committed
September 7, 2024
N
input: add MP_KEY_STATE_SET_ONLY
nanahi committed
September 4, 2024
K
input: fix use of bstr like null terminated one
Kacper Michajłow committed
August 6, 2024
L
input: fix inverted condition
llyyr committed
L
input: don't mutate 'section' variable inside a loop
llyyr committed
August 3, 2024
K
input: use bstr for section name
Kacper Michajłow committed
June 8, 2024
N
input: don't resolve double clicks on the active mouse section
nanahi committed
June 6, 2024
N
input: mark a command as canceled if it is explicitly dropped
nanahi committed
June 5, 2024
N
input: fix grammar errors and typo
nanahi committed
N
input: only begin VO dragging if the section allows
nanahi committed
May 28, 2024
N
input: reset doubleclick timer when dragging begins
nanahi committed
N
input: un-hardcode VO dragging
nanahi committed
N
input: prevent MBTN_LEFT conflict with VO dragging
nanahi committed
N
input: implement VO dragging deadzone
nanahi committed
N
input: fix mouse position equality check
nanahi committed
N
input: begin VO dragging when moving mouse while left button is down
nanahi committed
May 17, 2024
G
input: prioritize builtin bindings matching longer key sequences
Guido Cella committed
May 13, 2024
S
various: add missing checks for directory streams
sfan5 committed
May 10, 2024
G
input: fix builtin sequence bindings
Guido Cella committed
May 1, 2024
K
various: remove unused sys/time.h include
Kacper Michajłow committed
K
various: move unistd.h inclusion to common.h
Kacper Michajłow committed
April 27, 2024
N
input: add MP_TOUCH_RELEASE_ALL
nanahi committed
N
input: add --input-touch-emulate-mouse option
nanahi committed
N
input: add multitouch support functions
nanahi committed