summaryrefslogtreecommitdiffstats
path: root/player/lua/defaults.lua
Commit message (Expand)AuthorAgeFilesLines
* player: remove shared-script-properties propertyDudemanguy2023-11-221-24/+0
* lua: remove a ton of unneeded parenthesesDudemanguy2023-11-021-4/+4
* defaults.lua: add a disabled parameter to timer constructorsMike Will2023-10-111-4/+6
* lua/js: remove user-data helpersAvi Halachmi (:avih)2023-01-291-19/+0
* lua/js: fix user_data_del util functionrcombs2023-01-281-1/+1
* lua/defaults: add user_data helpersrcombs2023-01-281-0/+19
* lua: command_native_async: make the callback optionalCogentRedTester2022-06-221-0/+1
* lua: command_native_async: always callback a-syncCogentRedTester2022-06-221-1/+1
* lua: remove mp.suspend, resume and resume_allsfan52021-12-151-3/+0
* lua: fix timers comment (no-op)Avi Halachmi (:avih)2021-07-131-2/+3
* lua: idle observers: ensure timers are up-to-dateAvi Halachmi (:avih)2021-06-231-0/+9
* lua: timers: don't block forever with slow callbacksAvi Halachmi (:avih)2021-06-231-2/+13
* scripting (lua/js): utils.getpid: make wrapper of pid propertyAvi Halachmi (:avih)2021-05-011-0/+4
* lua/js: mp.get_mouse_pos: use the mouse-pos propertyAvi Halachmi (:avih)2020-11-161-0/+5
* lua: make hook processing more flexiblewm42020-08-051-2/+25
* lua: restore change detection with legacy OSD functionwm42020-05-011-4/+9
* lua: restore recent end-file event, and deprecate itwm42020-03-221-0/+9
* command: extend osd-overlay command with bounds reportingwm42020-03-061-1/+1
* lua: use new OSD propertywm42020-01-081-9/+6
* lua: fix guard against division by 0wm42019-12-231-1/+1
* lua: fix passing non-integers to mp.set_osd_ass()wm42019-12-231-0/+2
* client API, lua: add new API for setting OSD overlayswm42019-12-231-0/+59
* lua: batch-update key bindingswm42019-12-231-3/+11
* command, lua: add a way to share data between scriptswm42019-12-181-0/+24
* lua: make later key bindings always have higher prioritywm42019-12-071-2/+13
* lua: unbreak mp.add_key_binding(key, fn)Avi Halachmi (:avih)2019-11-301-1/+1
* lua: make add_key_binding() rotate optional arguments correctlywm42019-11-231-1/+5
* input: add text produced by key to script key eventswm42019-11-221-3/+7
* lua: complex key binding: use key_name like the docs sayAvi Halachmi (:avih)2019-11-201-1/+1
* lua: report key name for "complex" key bindingswm42019-11-191-4/+5
* lua: actually unobserve properties in mp.unobserve_property()wm42019-10-241-0/+1
* Merge branch 'master' into pr6360Jan Ekström2019-03-111-6/+3
|\
| * lua: execute idle handlers after timers have been processedOlivier Perret2019-01-161-6/+3
* | lua: expose mpv_abort_async_command()wm42018-05-241-3/+17
* | lua: reimplement mp.subprocess_detached() by invoking the "run" commandwm42018-05-241-0/+4
* | lua: reimplement mp.subprocess() by invoking the new subprocess commandwm42018-05-241-0/+23
* | lua: expose async commandswm42018-05-241-0/+21
|/
* client API: add a first class hook API, and deprecate old APIwm42018-03-261-10/+7
* lua: implement mp_utils.format_bytes_humanizedJulian2017-12-261-0/+10
* lua: implement mp.msg.traceNiklas Haas2017-12-151-0/+1
* lua: allow unregistration of idle handlersOlivier Perret2017-01-151-0/+10
* client API: turn mpv_suspend() and mpv_resume() into stubswm42016-11-221-6/+6
* lua: add API for registering idle handlerswm42016-09-211-0/+10
* lua: run timers only after draining the event queuewm42016-09-211-12/+11
* Use - as command-name separator everywhereTimotej Lazar2016-07-141-3/+3
* lua: add timer:is_enabled() functionJulian2016-05-141-0/+4
* lua: don't require key for mp.add_key_binding()wm42016-03-261-3/+4
* lua: don't suspend core by default during script executionwm42016-03-181-1/+1
* lua: implement input_enable_section/input_disable_section via commandswm42015-08-061-1/+12
* lua: make mp.input_define_section use the define-section commandwm42015-08-061-0/+7
* input: allow - as separator between commands, instead of _wm42015-05-251-5/+5
* lua: replace getcwd() implementationwm42015-03-241-0/+4
* Lua: add unpack shim for Lua 5.2/5.3 compatibility.torque2015-03-061-0/+2
* options: deprecate 'lua' based options/dirs for 'script'Avi Halachmi (:avih)2014-12-151-1/+1
* lua: don't ignore key press events for script key bindingswm42014-12-101-2/+2
* lua: fully cleanup removed key bindingswm42014-12-031-0/+1
* lua: add a function that formats Lua values as stringswm42014-11-291-16/+21
* lua: remove redundant callwm42014-11-241-1/+0
* lua: always handle key repeat on the script sidewm42014-11-241-4/+5
* lua, ipc: remove leftoverswm42014-11-241-1/+0
* input, lua: redo input handlingwm42014-11-231-34/+98
* input: set mouse area by default for all inputwm42014-11-231-1/+1
* lua: add a way to add repeatable key bindingswm42014-11-211-3/+5
* lua: add convenience function for hookswm42014-10-211-0/+21
* lua: allow disabling suspendwm42014-08-141-2/+8
* client API: change mpv_wait_event() timeout semanticswm42014-06-071-1/+1
* 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
* 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
* 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-261-2/+2
* 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
* lua: make register_event() not overwrite previous event handlerwm42014-02-141-4/+11
* lua: some minor API changeswm42014-02-111-2/+5
* lua: add a timer APIwm42014-02-101-10/+79
* lua: port to client APIwm42014-02-101-5/+42
* lua: use core log level nameswm42014-01-161-1/+1
* Move mpvcore/player/ to player/wm42013-12-171-0/+82