summaryrefslogtreecommitdiffstats
path: root/player/javascript/defaults.js
Commit message (Expand)AuthorAgeFilesLines
* js: complex key-binding: send also key_textAvi Halachmi (:avih)2024-02-091-4/+5
* console.lua: style log lines in the terminalGuido Cella2024-01-141-3/+6
* scripting: add mp.inputGuido Cella2024-01-131-0/+47
* player: remove shared-script-properties propertyDudemanguy2023-11-221-22/+0
* lua/js: remove user-data helpersAvi Halachmi (:avih)2023-01-291-24/+0
* lua/js: fix user_data_del util functionrcombs2023-01-281-1/+1
* javascript/defaults: add user_data helpersrcombs2023-01-281-0/+24
* js: key bindings: ensure priorities for same-key - againAvi Halachmi (:avih)2022-06-231-1/+1
* js: utils.get_user_path: make wrapper of expand-pathAvi Halachmi (:avih)2022-02-041-0/+2
* js: ~~/init.js: use mp.find_config_fileAvi Halachmi (:avih)2021-11-011-9/+5
* js: custom-init: use ~~/init.js instead of ~~/.init.js (dot)Avi Halachmi (:avih)2021-10-191-6/+10
* js: custom init: ignore ~~/.init.js with --no-configAvi Halachmi (:avih)2021-10-121-1/+4
* js: custom init (~~/.init.js): fail loudly on errorsAvi Halachmi (:avih)2021-09-301-3/+3
* js: key bindings: ensure priorities for same-key bindingsAvi Halachmi (:avih)2021-07-211-4/+14
* js: idle-observers: minor performance improvementAvi Halachmi (:avih)2021-06-221-1/+1
* js: add mp.utils.append_fileAvi Halachmi (:avih)2021-06-131-0/+2
* scripting (lua/js): utils.getpid: make wrapper of pid propertyAvi Halachmi (:avih)2021-05-011-0/+1
* lua/js: mp.get_mouse_pos: use the mouse-pos propertyAvi Halachmi (:avih)2020-11-161-0/+1
* js: hooks: allow deferred continuation (match d0ab562b)Avi Halachmi (:avih)2020-08-071-2/+9
* js: mp.set_osd_ass: ignore identical inputs (match ccbb8b1c)Avi Halachmi (:avih)2020-05-101-0/+5
* js: osd-overlay update: return the command result (match 7a76b577)Avi Halachmi (:avih)2020-03-071-2/+1
* js: osd-overlay update: support arbitrary key namesAvi Halachmi (:avih)2020-03-071-9/+11
* js: require: directory-scripts: first look at <dir>/modules/Avi Halachmi (:avih)2020-02-071-0/+3
* js: require: don't use ~~/scripts/modules.js/Avi Halachmi (:avih)2020-02-071-1/+6
* js: use osd-dimentions for mp.get_osd_{size,margins}Avi Halachmi (:avih)2020-01-081-4/+7
* js: support mp.create_osd_overlay (match 07287262)Avi Halachmi (:avih)2019-12-231-0/+53
* js: batch key bindings updates (match 96932fe7)Avi Halachmi (:avih)2019-12-231-3/+12
* js: read_options: on_update: don't re-read the config fileAvi Halachmi (:avih)2019-12-221-3/+3
* js: read_options: support on_update (match 478a321d)Avi Halachmi (:avih)2019-12-211-2/+16
* js: support shared script properties (match 7e4819e7)Avi Halachmi (:avih)2019-12-191-0/+22
* js: require: allow custom module search paths via mp.module_pathsAvi Halachmi (:avih)2019-12-191-4/+10
* js: mp.add_key_binding: allow false-y name (match 311cc5b)Avi Halachmi (:avih)2019-11-301-1/+3
* js: complex key binding: use key_name like the docs sayAvi Halachmi (:avih)2019-11-201-1/+1
* js: report key name for "complex" key bindings - match b08c8f50Avi Halachmi (:avih)2019-11-201-4/+5
* js: expose mpv_abort_async_command() (match dbe831bd)Avi Halachmi (:avih)2019-09-111-1/+14
* js: reimplement subprocess_detached using the run command (match 7f91e268)Avi Halachmi (:avih)2019-09-111-0/+5
* js: reimplement subprocess using the subprocess command (match 548ef078)Avi Halachmi (:avih)2019-09-111-0/+14
* js: expose async commands (match 159379980e)Avi Halachmi (:avih)2019-09-111-1/+21
* js: use new hooks API (match f60826c3)Avi Halachmi (:avih)2018-04-071-10/+8
* js: dump(..): fix incorrect <VISITED> with array argumentAvi Halachmi (:avih)2018-04-071-1/+1
* js: implement mp.register_idleAvi Halachmi (:avih)2018-04-071-2/+37
* js: implement mp.options.read_optionsAvi Halachmi (:avih)2018-04-071-0/+52
* js: implement mp.msg.trace()TheAMM2017-12-161-1/+1
* js: add javascript scripting support using MuJSAvi Halachmi (:avih)2017-06-141-0/+495