aboutsummaryrefslogtreecommitdiffhomepage
path: root/input
Commit message (Expand)AuthorAge
* ipc-unix: don't blow up on readonly fd://Gravatar Niklas Haas2018-10-31
* ipc-unix: leave room for a NUL terminatorGravatar Ben Boeckel2018-10-31
* cmd: do not use a random value for MP_CMD_OPT_ARGGravatar wm42018-05-25
* ipc: cosmetic: switch a negated if/elseGravatar wm42018-05-25
* ipc: alias set_property_string to set_propertyGravatar wm42018-05-25
* input: move an enum back to its correct placeGravatar wm42018-05-25
* input: add a define for the number of mouse buttons and use itGravatar wm42018-05-25
* input: rename weirdly named functionGravatar wm42018-05-03
* input: move some more cmd definitions to cmd.hGravatar wm42018-05-03
* input: merge cmd_list.c with cmd.cGravatar wm42018-05-03
* input: rename cmd_parse.c to cmd.cGravatar wm42018-05-03
* input: rename cmd_parse.h to cmd.hGravatar wm42018-05-03
* command: split big command handler switch into separate functionsGravatar wm42018-05-03
* input: remove some explicit uses of command IDsGravatar wm42018-05-03
* input: remove legacy command handlingGravatar wm42018-05-03
* input: move command list to command.cGravatar wm42018-05-03
* input: raise log level of some noisy messagesGravatar wm42018-04-29
* client API: add a first class hook API, and deprecate old APIGravatar wm42018-03-26
* all: replace mpv_detach_destroy() with mpv_destroy()Gravatar wm42018-03-15
* command: add a change-list commandGravatar wm42018-01-25
* cmd_parse: minor cosmeticsGravatar wm42018-01-18
* ta: introduce talloc_dup() and use it in some placesGravatar wm42018-01-18
* input: make command argument list a dynamic arrayGravatar wm42018-01-10
* player: remove internal `vo-resize` command againGravatar sfan52018-01-02
* player: add internal `vo-resize` commandGravatar sfan52017-12-27
* msg: reinterpret a bunch of message levelsGravatar Niklas Haas2017-12-15
* ipc: avoid dereferencing NULLGravatar Martin Shirokov2017-12-15
* input: remove a stray HAVE_GPLGravatar wm42017-11-29
* player: change 3 remaining GPL-only code pieces to LGPLGravatar wm42017-11-24
* build: add preliminary LGPL modeGravatar wm42017-09-21
* input: fix error in MP_KEY_IS_WHEELGravatar James Ross-Gowan2017-09-03
* input: merge mouse wheel and axis keycodesGravatar James Ross-Gowan2017-09-03
* input: use mnemonic names for mouse buttonsGravatar James Ross-Gowan2017-09-03
* w32_common: handle media keysGravatar James Ross-Gowan2017-08-05
* input: drop deprecated "osd" commandGravatar wm42017-07-21
* Avoid calling close(-1)Gravatar wm42017-06-29
* build: change how some OS specific source files are selectedGravatar wm42017-06-29
* player: deprecate "osd" commandGravatar wm42017-06-23
* input/keycodes: change license to LGPLGravatar wm42017-06-20
* input: mention GPL exceptions in license headerGravatar wm42017-06-20
* input: change license to LGPLGravatar wm42017-06-19
* ipc-unix: don’t truncate the message on EAGAINGravatar Sebastian Reuße2017-05-24
* command: use scale_units to add/cycle integer propertiesGravatar James Ross-Gowan2017-05-12
* input: pre-process MP_AXIS_* inputGravatar James Ross-Gowan2017-05-12
* command: mark some commands as "scalable"Gravatar James Ross-Gowan2017-05-12
* input: add MP_KEY_IS_AXIS and treat MP_AXIS_* as mouse eventsGravatar James Ross-Gowan2017-05-12
* ipc: raise json nesting limitGravatar wm42017-05-03
* input: add "async" flagGravatar wm42017-04-01
* osx: fix key input in certain circumstancesGravatar Akemi2017-03-26
* command: add expand-text command to property-expand a stringGravatar Avi Halachmi (:avih)2017-03-26