summaryrefslogtreecommitdiffstats
path: root/DOCS/man/lua.rst
Commit message (Expand)AuthorAgeFilesLines
* DOCS/lua: clarify `repeatable` and `complex` for `add_key_binding`gaesa2024-02-151-5/+6
* scripting: don't observe properties with type nilGuido Cella2024-01-201-3/+3
* console.lua: style log lines in the terminalGuido Cella2024-01-141-4/+10
* scripting: add mp.inputGuido Cella2024-01-131-0/+82
* defaults.lua: add a disabled parameter to timer constructorsMike Will2023-10-111-2/+6
* DOCS/lua: update read_options exampleGuido Cella2023-10-101-2/+2
* DOCS/lua: remove superfluous parameterChristoph Heinrich2023-09-301-1/+1
* DOCS/lua.rst: fix typoGuido Cella2023-09-091-2/+2
* DOCS/lua: fix typoAmeer Taweel2023-03-211-1/+1
* lua/js: remove user-data helpersAvi Halachmi (:avih)2023-01-291-28/+0
* doc: correct spelling of user-data/user_data JS/lua helpersrcombs2023-01-281-12/+12
* docs: document new user-data propertyrcombs2023-01-281-0/+28
* lua: add mp.del_property()rcombs2023-01-281-0/+6
* lua: command_native_async: always callback a-syncCogentRedTester2022-06-221-0/+2
* lua: remove mp.suspend, resume and resume_allsfan52021-12-151-12/+0
* DOCS: fix spellinga13460542021-08-241-2/+2
* DOCS: convert 3rd party http links to httpsLaserEyess2021-08-171-1/+1
* DOCS/lua.rst: fix docs for utils.file_infoAvi Halachmi (:avih)2021-05-031-1/+1
* DOCS: clarify how client/script names workDudemanguy2021-04-291-2/+8
* lua: make hook processing more flexiblewm42020-08-051-2/+16
* lua: add mp.get_env_list() functionwm42020-07-201-0/+4
* documentation: fix some ReST syntax mistakes in lua.rstEmanuele Torre2020-05-011-1/+1
* client API, lua, ipc: unify event struct returnwm42020-03-211-110/+1
* manpage: explicitly mention "tick" event as deprecatedwm42020-03-071-1/+1
* command: extend osd-overlay command with bounds reportingwm42020-03-061-0/+1
* manpage: improve command_native_async descriptionwm42020-02-161-6/+13
* manpage: fix a case of broken indentationwm42020-02-151-15/+16
* lua: add mp.get_script_directory() functionwm42020-02-041-5/+16
* lua: set package path if loaded from a script directorywm42020-02-011-6/+38
* client API, lua: add new API for setting OSD overlayswm42019-12-231-0/+35
* lua: change runtime option change behaviorwm42019-12-221-0/+6
* lua: add a helper for runtime script option changeswm42019-12-201-2/+9
* manpage: lua: mention what happens on unavailable propertieswm42019-12-191-0/+4
* lua: make add_key_binding() rotate optional arguments correctlywm42019-11-231-1/+3
* input: add text produced by key to script key eventswm42019-11-221-0/+5
* manpage: correct "complex" key binding descriptionwm42019-11-221-2/+2
* manpage: improve "complex" key binding list of table entrieswm42019-11-221-6/+13
* lua: report key name for "complex" key bindingswm42019-11-191-3/+4
* DOCS: explicitly mention that property observing has an initial eventwm42019-10-081-1/+5
* manpage: clarify some details about async. commands and "subprocess"wm42019-10-041-0/+2
* manpage: fix minor typowm42019-09-191-1/+1
* lua: expose mpv_abort_async_command()wm42018-05-241-0/+12
* lua: reimplement mp.subprocess_detached() by invoking the "run" commandwm42018-05-241-0/+3
* lua: reimplement mp.subprocess() by invoking the new subprocess commandwm42018-05-241-39/+17
* input: add glue code for named argumentswm42018-05-241-1/+11
* lua: expose async commandswm42018-05-241-0/+9
* scripting: change when/how player waits for scripts being loadedwm42018-04-181-1/+4
* config: replace config dir lua-settings/ with dir script-opts/Avi Halachmi (:avih)2018-04-071-1/+1
* client API: deprecate mpv_get_wakeup_pipe()wm42018-03-261-1/+1
* lua+js: Implement utils.getpid()sfan52018-02-131-0/+4
* js: implement mp.msg.trace()TheAMM2017-12-161-4/+5
* lua+js: implement utils.file_info()TSaaristo2017-12-131-0/+28
* manpage: add note about properties not immediately showing upKevin Mitchell2017-12-061-1/+4
* manpage: replace gendered pronounsNicolas F2017-04-191-2/+2
* lua: allow unregistration of idle handlersOlivier Perret2017-01-151-0/+5
* client API: turn mpv_suspend() and mpv_resume() into stubswm42016-11-221-20/+8
* lua: add API for registering idle handlerswm42016-09-211-0/+7
* manpage: lua: mention recent deprecationswm42016-09-211-4/+6
* lua: expose subprocess_detachedrr-2016-09-211-0/+13
* manpage: minor fixwm42016-07-101-2/+2
* man: fix typosJakub Wilk2016-07-091-1/+1
* lua: add timer:is_enabled() functionJulian2016-05-141-0/+4
* manpage: fix some script_message references to preferred namewm42016-05-091-3/+3
* lua: don't require key for mp.add_key_binding()wm42016-03-261-1/+2
* man: lua: fix typo in script-binding example.torque2016-03-191-1/+1
* lua: don't suspend core by default during script executionwm42016-03-181-7/+1
* manpage: lua: fix command nameswm42015-12-291-5/+5
* man: fix grammar issuesMartin Herkt2015-12-191-1/+1
* subprocess, lua: export whether the process was killed by uswm42015-06-271-0/+4
* DOCS/manpage: fix typosrrooij2015-06-171-1/+1
* lua: support MPV_END_FILE_REASON_REDIRECTwm42015-06-111-0/+10
* lua: export end-file event fieldswm42015-06-111-0/+17
* lua: fix options submodulewm42015-05-291-1/+1
* manpage: lua: clarify OSD differences between mp.command/mp.commandvwm42015-05-161-0/+7
* lua: add utils.format_json() functionwm42015-04-221-0/+8
* manpage: lua: clarify timer usagewm42015-04-081-0/+17
* DOCS, options: fix exampleChrisK22015-03-051-1/+1
* manpage: remove empty line to fix formattingwm42015-03-021-1/+0
* manpage: document hook APIwm42015-02-041-14/+3
* command: add on_unload hookwm42015-02-041-0/+4
* manpage: lua: fix a linkwm42014-12-261-1/+1
* manpage: lua: fixes and improvementswm42014-12-251-20/+15
* options: deprecate 'lua' based options/dirs for 'script'Avi Halachmi (:avih)2014-12-151-10/+10
* manpage: lua: fix examplewm42014-11-291-2/+2
* manpage: minor fixeswm42014-11-291-6/+5
* lua: add a function that formats Lua values as stringswm42014-11-291-0/+4
* manpage: lua: fix typo paramater -> parameterAlessandro Ghedini2014-11-261-1/+1
* input, lua: redo input handlingwm42014-11-231-7/+18
* manpage: update utils.subprocess() for WindowsJames Ross-Gowan2014-11-221-2/+3
* lua: add a way to add repeatable key bindingswm42014-11-211-1/+5
* client API: deprecate some eventswm42014-11-081-22/+3
* lua: add convenience function for hookswm42014-10-211-0/+26
* lua: expose JSON parserwm42014-10-191-0/+14
* lua: add an utility function for starting processeswm42014-10-191-0/+42
* lua: add command_native() functionwm42014-10-111-0/+9
* manpage: improve consistency with new ~/.config/mpv defaultKevin Mitchell2014-10-041-11/+13
* lua: add mpv/lua directories to the lua pathOtto Modinos2014-09-281-3/+8
* lua: synchronously wait until scripts are loadedwm42014-09-061-0/+9
* man: fix a whole bunch of typosMartin Herkt2014-09-011-9/+9
* lua: expose mp_getcwd through mp.utilsOtto Modinos2014-08-311-0/+4
* manpage: mention that mp.commandv doesn't expand propertiesOtto Modinos2014-08-251-0/+4
* manpage: lua: document timer timeout and oneshot fieldswm42014-07-291-0/+14
* DOCS: remove en/ sub-directorywm42014-06-201-0/+633