summaryrefslogtreecommitdiffstats
path: root/player/lua
Commit message (Expand)AuthorAgeFilesLines
* osc: Use osd-font for playlist buttonsChrisK22014-08-221-2/+3
* osc: revert disabling use_suspendwm42014-08-211-2/+0
* osd+osc: Add left-arrow to osd-fontChrisK22014-08-211-2/+4
* osc: Overhaul (wip)ChrisK22014-08-151-502/+848
* lua: allow disabling suspendwm42014-08-141-2/+8
* osc: Do precise seeks on simple clicks on seekbarChrisK22014-07-291-11/+19
* osc: improve previous commitChrisK22014-07-101-6/+3
* osc: round displayed cache valueChrisK22014-07-101-3/+3
* osc: fix failure when using DVD menuswm42014-07-071-1/+1
* player: make the time display relative to start PTSTsukasa OMOTO2014-06-291-2/+2
* client API: change mpv_wait_event() timeout semanticswm42014-06-071-1/+1
* osc: keep track of the "fullscreen" state when it changesMarcoen Hirschberg2014-06-021-3/+6
* osc: correct calculation of slider positionChrisK22014-05-281-1/+1
* osc: extend hitbox of seekbars to include gapChrisK22014-05-271-1/+1
* osc: fix chapter list displayChrisK22014-05-241-2/+2
* lua/osc: forgot some changed files in previous commitChrisK22014-05-232-97/+17
* lua/osc: small overhaulChrisK22014-05-231-0/+105
* lua: make it easier to integrate with foreign event loopswm42014-04-121-6/+26
* lua: add helper function for printing a tablewm42014-04-111-0/+49
* lua: add a minor helper functionwm42014-04-101-0/+13
* osc: fix playlist displayChrisK22014-04-091-2/+2
* lua: add API for observing property changeswm42014-04-081-0/+26
* lua: give more control over timerswm42014-04-021-9/+30
* lua: add mp.unregister_event() functionwm42014-04-011-0/+26
* osc: make OSC more responsive when pausedChrisK22014-03-301-0/+1
* osc: add enable/disable message, and map DEL to disabling the OSCwm42014-03-171-0/+14
* lua: rename mp.register_script_command() to mp.register_script_message()wm42014-03-171-13/+13
* command, lua: change script_message semanticswm42014-03-171-1/+1
* lua: fix add_key_binding()wm42014-03-011-2/+2
* lua: fix use of renamed functionwm42014-03-011-3/+3
* lua: mark table values returned by get_property_native with their typewm42014-02-261-1/+8
* lua: implement mp.get_opt() in Luawm42014-02-261-0/+9
* osd: override user bindings for OSC inputwm42014-02-262-3/+3
* lua, osc: use properties for chapter/track listswm42014-02-241-5/+5
* lua: add a bunch of functions to get/set properties by their native typewm42014-02-241-0/+2
* lua: fix behavior if no script command handler is registeredwm42014-02-231-1/+3
* lua: add mechanism for script provided key bindingswm42014-02-171-1/+77
* lua: remove redundant inline documentationwm42014-02-171-4/+0
* options: make --no-config block all auto-loaded configuration fileswm42014-02-141-1/+1
* lua: make register_event() not overwrite previous event handlerwm42014-02-141-4/+11
* lua: some minor API changeswm42014-02-111-2/+5
* lua: rename some API functionswm42014-02-111-63/+63
* lua: add a timer APIwm42014-02-101-10/+79
* lua: port to client APIwm42014-02-102-13/+45
* lua: use core log level nameswm42014-01-161-1/+1
* osc: check for availabillity of percent-pos instead of lengthChrisK22014-01-151-2/+2
* osc: use mp.send_commandvwm42013-12-201-18/+18
* Move mpvcore/player/ to player/wm42013-12-173-0/+1468