aboutsummaryrefslogtreecommitdiffhomepage
path: root/input
Commit message (Expand)AuthorAge
* 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
* 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