index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
player
/
lua
/
defaults.lua
Commit message (
Expand
)
Author
Age
*
lua: add API for registering idle handlers
wm4
2016-09-21
*
lua: run timers only after draining the event queue
wm4
2016-09-21
*
Use - as command-name separator everywhere
Timotej Lazar
2016-07-14
*
lua: add timer:is_enabled() function
Julian
2016-05-14
*
lua: don't require key for mp.add_key_binding()
wm4
2016-03-26
*
lua: don't suspend core by default during script execution
wm4
2016-03-18
*
lua: implement input_enable_section/input_disable_section via commands
wm4
2015-08-06
*
lua: make mp.input_define_section use the define-section command
wm4
2015-08-06
*
input: allow - as separator between commands, instead of _
wm4
2015-05-25
*
lua: replace getcwd() implementation
wm4
2015-03-24
*
Lua: add unpack shim for Lua 5.2/5.3 compatibility.
torque
2015-03-06
*
options: deprecate 'lua' based options/dirs for 'script'
Avi Halachmi (:avih)
2014-12-15
*
lua: don't ignore key press events for script key bindings
wm4
2014-12-10
*
lua: fully cleanup removed key bindings
wm4
2014-12-03
*
lua: add a function that formats Lua values as strings
wm4
2014-11-29
*
lua: remove redundant call
wm4
2014-11-24
*
lua: always handle key repeat on the script side
wm4
2014-11-24
*
lua, ipc: remove leftovers
wm4
2014-11-24
*
input, lua: redo input handling
wm4
2014-11-23
*
input: set mouse area by default for all input
wm4
2014-11-23
*
lua: add a way to add repeatable key bindings
wm4
2014-11-21
*
lua: add convenience function for hooks
wm4
2014-10-21
*
lua: allow disabling suspend
wm4
2014-08-14
*
client API: change mpv_wait_event() timeout semantics
wm4
2014-06-07
*
lua: make it easier to integrate with foreign event loops
wm4
2014-04-12
*
lua: add helper function for printing a table
wm4
2014-04-11
*
lua: add a minor helper function
wm4
2014-04-10
*
lua: add API for observing property changes
wm4
2014-04-08
*
lua: give more control over timers
wm4
2014-04-02
*
lua: add mp.unregister_event() function
wm4
2014-04-01
*
lua: rename mp.register_script_command() to mp.register_script_message()
wm4
2014-03-17
*
command, lua: change script_message semantics
wm4
2014-03-17
*
lua: fix add_key_binding()
wm4
2014-03-01
*
lua: fix use of renamed function
wm4
2014-03-01
*
lua: mark table values returned by get_property_native with their type
wm4
2014-02-26
*
lua: implement mp.get_opt() in Lua
wm4
2014-02-26
*
osd: override user bindings for OSC input
wm4
2014-02-26
*
lua: add a bunch of functions to get/set properties by their native type
wm4
2014-02-24
*
lua: fix behavior if no script command handler is registered
wm4
2014-02-23
*
lua: add mechanism for script provided key bindings
wm4
2014-02-17
*
lua: remove redundant inline documentation
wm4
2014-02-17
*
lua: make register_event() not overwrite previous event handler
wm4
2014-02-14
*
lua: some minor API changes
wm4
2014-02-11
*
lua: add a timer API
wm4
2014-02-10
*
lua: port to client API
wm4
2014-02-10
*
lua: use core log level names
wm4
2014-01-16
*
Move mpvcore/player/ to player/
wm4
2013-12-17