Oscar Manglaras
Oscar Manglaras
This PR implements mouse support. This feature must be enabled with the script-opt `mouse_mode=yes` and requires mpv v0.33. I would like to resolve the following issues before merging this PR:...
Even though these functions aren't documented a number of scripts have started to write to this property. This commit adds the bare minimum optimisation to the `shared_script_property_observe` function so that...
This is an experiment to make the main browser state variable immutable via metatables. This means that any change to the state table results in the creation of a new...
Merges the custom-keybind API and the addon API under a single version number. This allows addons to safely use custom-keybind features, and for custom-keybinds to safely call the addon API.
Currently users can either always open a provided server, or never, and switching between the two requires a restart. I think it would be more convenient if a request were...
## Add the `atleastLazy` method - [ ] This PR only introduces changes to documentation. - Please include a summary of changes and an explanation - [x] This PR adds...
## Add support for the regex `d` flag - [ ] This PR only introduces changes to documentation. - Please include a summary of changes and an explanation - [x]...
We need to check the status of the command_native function calls and print error mesages to the console if the commands were not successful.
This system replaces the jumplist and allows users to set custom keybinds for the different pages. These keybinds send standard input commands, but users can use special string codes which...