Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{stats,osc}.lua: respect --osd-scale-by-window by default #14158

Merged
merged 6 commits into from
May 20, 2024

Commits on May 20, 2024

  1. DOCS/man/options.rst: recommend --osd-scale-by-window for UI scale

    This recommends querying the value of this option when drawing UI elements.
    This allows a greater level of consistency by using a single flag which
    already controls the scaling behavior of the OSD to control the behavior
    of all scripts.
    
    Also fix a capitalization nearby.
    na-na-hi committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b7ec9b8 View commit details
    Browse the repository at this point in the history
  2. osc.lua: add auto value to vidscale option

    This adds auto to vidscale script option, which lets the scale be
    inherited from OSD --osd-scale-by-window option.
    na-na-hi committed May 20, 2024
    Configuration menu
    Copy the full SHA
    bd3e1e3 View commit details
    Browse the repository at this point in the history
  3. stats.lua: add add auto value to vidscale option

    This adds auto to vidscale script option, which lets the scale be
    inherited from OSD --osd-scale-by-window option.
    na-na-hi committed May 20, 2024
    Configuration menu
    Copy the full SHA
    514875b View commit details
    Browse the repository at this point in the history
  4. {stats,osc}.lua: respect --osd-scale-by-window by default

    This lets these scripts scale the elements with OSD by default.
    na-na-hi committed May 20, 2024
    Configuration menu
    Copy the full SHA
    1dd4655 View commit details
    Browse the repository at this point in the history
  5. stats.lua: handle osd-scale-by-window runtime update

    Allows the scale mode to be changed at runtime if vidscale is set to auto.
    na-na-hi committed May 20, 2024
    Configuration menu
    Copy the full SHA
    8594b91 View commit details
    Browse the repository at this point in the history
  6. osc.lua: handle osd-scale-by-window runtime update

    Allows the scale mode to be changed at runtime if vidscale is set to auto.
    na-na-hi committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b0bc818 View commit details
    Browse the repository at this point in the history