aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/lua.c
Commit message (Expand)AuthorAge
* lua: redo error handling, print backtracesGravatar wm42014-07-07
* Basic xdg directory implementationGravatar Kenneth Zhou2014-06-26
* command: redo the property typeGravatar wm42014-06-13
* Add more constGravatar wm42014-06-11
* lua: slightly nicer diagnostics outputGravatar wm42014-05-27
* lua: add missing include filesGravatar wm42014-05-26
* lua: fix compilation with lua 5.2Gravatar wm42014-05-26
* lua: add some filesystem utility functionsGravatar wm42014-05-25
* lua/osc: forgot some changed files in previous commitGravatar ChrisK22014-05-23
* player: reorganize how lua scripts are loadedGravatar wm42014-05-13
* lua: remove "lua/" prefix from script namesGravatar wm42014-05-02
* lua: fix stack going out of syncGravatar wm42014-04-24
* client API: remove mpv_event_pause_reasonGravatar wm42014-04-14
* lua: wrap mpv_get_wakeup_pipe()Gravatar wm42014-04-12
* lua: add API for observing property changesGravatar wm42014-04-08
* lua: add basic mpv_observe_property supportGravatar wm42014-04-06
* lua: add license headerGravatar wm42014-03-07
* lua: set a proper chunk name for builtin modulesGravatar wm42014-03-01
* lua: fix format string in luaL_error()Gravatar wm42014-03-01
* lua: add option to disable auto-loading of lua scriptsGravatar wm42014-02-28
* lua: add set_property_native functionGravatar wm42014-02-26
* 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
* client API: report pause/unpause reasonGravatar wm42014-02-24
* client API: expose the internal clockGravatar wm42014-02-24
* 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: add mechanism for script provided key bindingsGravatar wm42014-02-17
* client API: add a client message eventGravatar wm42014-02-17
* lua: allow giving fallback values in get_property() callsGravatar wm42014-02-17
* lua: auto-load scripts from ~/.mpv/lua/Gravatar wm42014-02-14
* lua: some minor API changesGravatar wm42014-02-11
* lua: add set_property functionGravatar wm42014-02-11
* lua: change error behaviorGravatar wm42014-02-11
* lua: rename some API functionsGravatar wm42014-02-11
* lua: port to client APIGravatar wm42014-02-10
* lua: allow ~ path convention for --luaGravatar wm42014-01-21
* sub: uglify OSD code path with lockingGravatar wm42014-01-18
* lua: add a --lua-opts option, which can be queried by scriptsGravatar wm42014-01-16
* lua: use core log level namesGravatar wm42014-01-16
* lua: allow scripts to snoop messagesGravatar wm42014-01-16
* msg: rename mp_msg_log -> mp_msgGravatar wm42013-12-21
* msg: convert defines to enumGravatar wm42013-12-21
* path lookup functions: mp_msg conversionsGravatar wm42013-12-21
* lua: minor simplificationGravatar wm42013-12-21
* input, lua: add functions to take pre-split input commandsGravatar wm42013-12-20
* player: replace some overlooked mp_msgsGravatar wm42013-12-19
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17