1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-03 05:31:34 +00:00
mpv/player/lua
Avi Halachmi (:avih) 57f42cee84 stats.lua: page 2 - frame timing: use fixed display order
Page 2 displays the frame timing info for each type (currently "Fresh"
and "Redraw"), but since they're unordered keys of a map, their
iteration order and hence their order on screen could (and did) change
depending on $things, which was annoying.

haasn thinks none of them should be considered more important (and
therefore maybe worthy of being displayed on top), so we go with
lexicographic order, which currently means that "Fresh" is first.

Fixes #9901
2022-02-23 02:20:49 +02:00
..
assdraw.lua
auto_profiles.lua auto_profiles.lua: don't warn if profile-restore=default 2022-01-30 15:13:10 +02:00
console.lua console.lua: define remaining emacs keybindings 2021-11-01 23:42:16 +11:00
defaults.lua lua: remove mp.suspend, resume and resume_all 2021-12-15 12:29:10 +01:00
options.lua lua: read_options: quote values at error messages 2021-08-10 11:00:18 +03:00
osc.lua osc.lua: seekbar hover: speed-up chapter access 2022-02-06 11:02:39 +02:00
stats.lua stats.lua: page 2 - frame timing: use fixed display order 2022-02-23 02:20:49 +02:00
ytdl_hook.lua ytdl_hook.lua: improve check for sub language before inserting all-subs 2021-11-15 15:08:22 +01:00