aboutsummaryrefslogtreecommitdiffhomepage
path: root/input
Commit message (Expand)AuthorAge
...
* 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
* input: fix parsing multiple input command prefixesGravatar Philip Sequeira2016-04-17
* input: do not force double-click emulation for artificial commandsGravatar wm42016-03-26
* ipc-win: restrict read access to the IPC pipeGravatar James Ross-Gowan2016-03-25
* ipc: add Windows implementation with named pipesGravatar James Ross-Gowan2016-03-23
* input/event.h: add include guardGravatar wm42016-03-15
* input: accept plain text for drag&dropGravatar wm42016-03-15
* x11, input: move mime type drag&drop negotiation to common codeGravatar wm42016-03-15
* ipc: fix uninitialized fieldGravatar wm42016-02-12
* input: ignore --input-cursor for events injected by input commandsGravatar wm42016-02-04
* command: add af-command commandGravatar wm42016-01-22
* command: add vf-command commandGravatar wm42016-01-22
* Change 3 more files to LGPLGravatar wm42016-01-20
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* demux: remove weird tripple-buffering for the sh_stream listGravatar wm42015-12-23
* input: add a catch-all "unmapped" commandGravatar wm42015-12-23
* input: add key name to script-binding command responseGravatar wm42015-12-23
* win32: input: use Vista CancelIoExGravatar James Ross-Gowan2015-12-20
* input: rename recently added HALF_SPACEGravatar wm42015-10-21
* input: add key name for U+3000 IDEOGRAPHIC SPACEGravatar wm42015-10-21
* player: rename and move find_subfiles.cGravatar wm42015-09-20
* command: make "add <property> 0" not change the valueGravatar wm42015-09-10
* options: fix --no-configGravatar wm42015-09-05
* input: add append argument to file drop eventGravatar Kevin Mitchell2015-08-30
* lua: implement input_enable_section/input_disable_section via commandsGravatar wm42015-08-06
* command: define-section with empty contents removes a sectionGravatar wm42015-08-06
* command: add a command for defining input bindingsGravatar wm42015-08-06
* player: remove higher-level remains of DVD/BD menu supportGravatar wm42015-08-03
* player: use exit code 0 by default for quit, 4 for signals, etc.Gravatar Philip Sequeira2015-07-11
* input: fix exit code for quit-watch-later commandGravatar wm42015-07-08
* ipc: fix undefined behavior in some error casesGravatar wm42015-07-06
* ipc: add request_id to jsonGravatar Preston Hunt2015-07-03