aboutsummaryrefslogtreecommitdiffhomepage
path: root/input
Commit message (Expand)AuthorAge
* 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
* input: improve wording of key binding messagesGravatar wm42015-06-30
* command: add keypress, keydown, and keyup commands.Gravatar torque2015-06-11
* player: use 4 as process exit code on user quitsGravatar wm42015-06-10
* command: remove deprecated get_property commandGravatar wm42015-05-27
* input: remove some unneeded thingsGravatar wm42015-05-26
* input: allow - as separator between commands, instead of _Gravatar wm42015-05-25
* input: add relative percentage seekGravatar rrooij2015-05-19
* command: add playlist_shuffle commandGravatar wm42015-05-17
* ipc: avoid SIGPIPEGravatar wm42015-05-12
* input: filter out redundant mp_input_set_mouse_pos() callsGravatar wm42015-05-08
* ipc: silence some common info messagesGravatar wm42015-05-05
* command: change the default action for rescan_external_filesGravatar wm42015-04-28
* client API: add a screenshot_raw commandGravatar wm42015-04-20
* Update license headersGravatar Marcin Kurczewski2015-04-13
* options: add M_OPT_FILE to --input-confGravatar Philip Sequeira2015-03-31
* input: remove Linux joystick supportGravatar wm42015-03-24
* input: remove classic LIRC supportGravatar wm42015-03-24
* input: use flag option type for some input commandsGravatar wm42015-03-04
* input: remove numeric compatibility parameters from commandsGravatar wm42015-03-04
* input: handle closed pipe correctlyGravatar wm42015-02-26
* input: if FD is not writable, just don't write to the FDGravatar wm42015-02-26
* input: allow passing FDs to --input-fileGravatar wm42015-02-26
* input: avoid creating world-writeable file with --input-unix-socketGravatar wm42015-02-26
* input: minor cleanupGravatar wm42015-02-18
* input: add MOUSE_ENTER keybinding.Gravatar torque2015-02-18
* command: add rescan_external_filesGravatar wm42015-02-16
* x11: add XK_Cancel to the list of special keysGravatar Martin Herkt2015-02-14
* x11: make all XF86 special keys mappableGravatar wm42015-02-13
* ipc: put playback core to sleep while dequeuing commandsGravatar wm42015-02-13
* command: new commands audio_add/audio_remove/audio_reloadGravatar xylosper2015-02-03
* input: fix dangling pointerGravatar wm42015-01-25