aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/lua/defaults.lua
Commit message (Expand)AuthorAge
* client API: add a first class hook API, and deprecate old APIGravatar wm42018-03-26
* lua: implement mp_utils.format_bytes_humanizedGravatar Julian2017-12-26
* lua: implement mp.msg.traceGravatar Niklas Haas2017-12-15
* lua: allow unregistration of idle handlersGravatar Olivier Perret2017-01-15
* client API: turn mpv_suspend() and mpv_resume() into stubsGravatar wm42016-11-22
* lua: add API for registering idle handlersGravatar wm42016-09-21
* lua: run timers only after draining the event queueGravatar wm42016-09-21
* Use - as command-name separator everywhereGravatar Timotej Lazar2016-07-14
* lua: add timer:is_enabled() functionGravatar Julian2016-05-14
* lua: don't require key for mp.add_key_binding()Gravatar wm42016-03-26
* lua: don't suspend core by default during script executionGravatar wm42016-03-18
* lua: implement input_enable_section/input_disable_section via commandsGravatar wm42015-08-06
* lua: make mp.input_define_section use the define-section commandGravatar wm42015-08-06
* input: allow - as separator between commands, instead of _Gravatar wm42015-05-25
* lua: replace getcwd() implementationGravatar wm42015-03-24
* Lua: add unpack shim for Lua 5.2/5.3 compatibility.Gravatar torque2015-03-06
* options: deprecate 'lua' based options/dirs for 'script'Gravatar Avi Halachmi (:avih)2014-12-15
* lua: don't ignore key press events for script key bindingsGravatar wm42014-12-10
* lua: fully cleanup removed key bindingsGravatar wm42014-12-03
* lua: add a function that formats Lua values as stringsGravatar wm42014-11-29
* lua: remove redundant callGravatar wm42014-11-24
* lua: always handle key repeat on the script sideGravatar wm42014-11-24
* lua, ipc: remove leftoversGravatar wm42014-11-24
* input, lua: redo input handlingGravatar wm42014-11-23
* input: set mouse area by default for all inputGravatar wm42014-11-23
* lua: add a way to add repeatable key bindingsGravatar wm42014-11-21
* lua: add convenience function for hooksGravatar wm42014-10-21
* lua: allow disabling suspendGravatar wm42014-08-14
* client API: change mpv_wait_event() timeout semanticsGravatar wm42014-06-07
* lua: make it easier to integrate with foreign event loopsGravatar wm42014-04-12
* lua: add helper function for printing a tableGravatar wm42014-04-11
* lua: add a minor helper functionGravatar wm42014-04-10
* lua: add API for observing property changesGravatar wm42014-04-08
* lua: give more control over timersGravatar wm42014-04-02
* lua: add mp.unregister_event() functionGravatar wm42014-04-01
* lua: rename mp.register_script_command() to mp.register_script_message()Gravatar wm42014-03-17
* command, lua: change script_message semanticsGravatar wm42014-03-17
* lua: fix add_key_binding()Gravatar wm42014-03-01
* lua: fix use of renamed functionGravatar wm42014-03-01
* lua: mark table values returned by get_property_native with their typeGravatar wm42014-02-26
* lua: implement mp.get_opt() in LuaGravatar wm42014-02-26
* osd: override user bindings for OSC inputGravatar wm42014-02-26
* lua: add a bunch of functions to get/set properties by their native typeGravatar wm42014-02-24
* lua: fix behavior if no script command handler is registeredGravatar wm42014-02-23
* lua: add mechanism for script provided key bindingsGravatar wm42014-02-17
* lua: remove redundant inline documentationGravatar wm42014-02-17
* lua: make register_event() not overwrite previous event handlerGravatar wm42014-02-14
* lua: some minor API changesGravatar wm42014-02-11
* lua: add a timer APIGravatar wm42014-02-10
* lua: port to client APIGravatar wm42014-02-10