aboutsummaryrefslogtreecommitdiffhomepage
path: root/input
Commit message (Expand)AuthorAge
* 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
* player: restructure cancel callbackGravatar wm42017-01-18
* client API: turn mpv_suspend() and mpv_resume() into stubsGravatar wm42016-11-22
* ipc: log when listening to IPC socketGravatar wm42016-09-29
* command: add a load-script commandGravatar wm42016-09-22
* options: make input options generally runtime-settableGravatar wm42016-09-21
* player: kill associated OSD and key bindings when removing a scriptGravatar wm42016-09-20
* command: add an apply-profile commandGravatar wm42016-09-17
* player: use better way to wait for input and dispatching commandsGravatar wm42016-09-16
* client API: declare mpv_suspend/mpv_resume deprecatedGravatar wm42016-09-16
* client API: remove SIGPIPE overriding codeGravatar wm42016-09-15
* osdep: rename atomics.h to atomic.hGravatar wm42016-09-07
* input, demux_tv: remove some older option access methodsGravatar wm42016-09-06
* command: remove vo-cmdlineGravatar wm42016-09-02
* input: use OPT_REPLACED for an old option aliasGravatar wm42016-08-31
* osdep/io: introduce mp_flush_wakeup_pipe()Gravatar Rostislav Pehlivanov2016-07-30
* Use - as command-name separator everywhereGravatar Timotej Lazar2016-07-14
* input: remove redundant log messageGravatar wm42016-07-04
* build: silence -Wunused-resultGravatar Niklas Haas2016-06-07