mpv/DOCS/man
Kacper Michajłow 8708f4dc91 m_property: add `>` for fixed precision floating-point expansion
This enhancement makes it easier to create constant width property
expansions, useful for the `--term-status-msg`. Additionally, it changes
to `%f` printing with manual zero trimming, which is easier to control
than `%g`. With this method, we can directly specify precision, not just
significant numbers. This approach also avoids overly high precision for
values less than 1, which is not necessary for a generic floating-point
print function.

A new print helper function is added, which can be used with adjusted
precision for specific cases where a different default is needed. This
also unifies the code slightly.
2024-03-21 03:50:11 +01:00
..
af.rst m_option: drop support for -del for list options 2023-10-30 16:47:44 +00:00
ao.rst DOCS: move ALSA option documentation to ao.rst 2024-02-26 15:36:37 +00:00
changes.rst DOCS: document the new way to handle interface changes 2024-03-20 22:38:56 +00:00
console.rst console.lua: implement case-insensitive completion 2023-12-15 15:44:48 +00:00
encode.rst options: remove a few options marked with .deprecation_message 2023-09-21 16:06:29 +00:00
input.rst m_property: add `>` for fixed precision floating-point expansion 2024-03-21 03:50:11 +01:00
ipc.rst DOCS: Add missing 'not' 2023-01-28 11:59:59 -05:00
javascript.rst scripting: add mp.input 2024-01-13 02:53:08 +00:00
libmpv.rst cplugin: allow loading mpv_* symbols dynamically 2023-09-20 02:16:45 +00:00
lua.rst DOCS/lua: clarify `repeatable` and `complex` for `add_key_binding` 2024-02-15 16:43:46 +00:00
mpv.rst input.conf: add `b` to toggle debanding 2024-03-19 09:18:49 +01:00
options.rst DOCS/options: improve wording of dither-depth 2024-03-19 19:43:08 +01:00
osc.rst osc.lua: escape text 2024-03-21 03:20:14 +01:00
stats.rst stats.lua: truncate long lines for the terminal 2024-03-21 03:08:52 +01:00
vf.rst vf_format: add hdr10plus sub-parameter to format video filter 2024-03-09 05:58:52 +00:00
vo.rst vo_drm: add support for YUYV format 2024-03-16 13:27:34 +01:00