aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/lua
Commit message (Expand)AuthorAge
* osc: fix failure when using DVD menusGravatar wm42014-07-07
* player: make the time display relative to start PTSGravatar Tsukasa OMOTO2014-06-29
* client API: change mpv_wait_event() timeout semanticsGravatar wm42014-06-07
* osc: keep track of the "fullscreen" state when it changesGravatar Marcoen Hirschberg2014-06-02
* osc: correct calculation of slider positionGravatar ChrisK22014-05-28
* osc: extend hitbox of seekbars to include gapGravatar ChrisK22014-05-27
* osc: fix chapter list displayGravatar ChrisK22014-05-24
* lua/osc: forgot some changed files in previous commitGravatar ChrisK22014-05-23
* lua/osc: small overhaulGravatar ChrisK22014-05-23
* 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
* osc: fix playlist displayGravatar ChrisK22014-04-09
* 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
* osc: make OSC more responsive when pausedGravatar ChrisK22014-03-30
* osc: add enable/disable message, and map DEL to disabling the OSCGravatar wm42014-03-17
* 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, osc: use properties for chapter/track listsGravatar wm42014-02-24
* 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
* options: make --no-config block all auto-loaded configuration filesGravatar wm42014-02-14
* lua: make register_event() not overwrite previous event handlerGravatar wm42014-02-14
* lua: some minor API changesGravatar wm42014-02-11
* lua: rename some API functionsGravatar wm42014-02-11
* lua: add a timer APIGravatar wm42014-02-10
* lua: port to client APIGravatar wm42014-02-10
* lua: use core log level namesGravatar wm42014-01-16
* osc: check for availabillity of percent-pos instead of lengthGravatar ChrisK22014-01-15
* osc: use mp.send_commandvGravatar wm42013-12-20
* Move mpvcore/player/ to player/Gravatar wm42013-12-17