1. 03 7月, 2017 1 次提交
  2. 02 7月, 2017 9 次提交
  3. 01 7月, 2017 1 次提交
    • J
      UI: Allow zoom with the scroll wheel · 8942c186
      Joseph El-Khouri 提交于
      Adds the ability to zoom into the preview when fixed scaling mode is
      enabled.
      
      (Edit by Jim: Also now saves zoom and scroll position)
      
      Closes jp9000/obs-studio#917
      8942c186
  4. 30 6月, 2017 2 次提交
  5. 29 6月, 2017 4 次提交
  6. 28 6月, 2017 10 次提交
  7. 27 6月, 2017 5 次提交
    • S
      baebfd0c
    • S
      obs-text: Fix file reader occasionally not updating · 2b085da6
      Skid-Inc 提交于
      Delayed reading the text file till the update after the timestamp
      changes, this should fix a minor issue where if the file updates twice
      in one second, only the first change it displayed.
      2b085da6
    • C
      UI: Add "Defaults" button to filters/properties windows · 2d84da2f
      cg2121 提交于
      This adds a "Defaults" button in the source and filter properties, which
      will clear and reset all settings.
      
      Closes jp9000/obs-studio#875
      2d84da2f
    • J
      libobs: Fix bug where obs_data default might not be set · 9ab0f262
      jp9000 提交于
      If a source is created with settings, default values would not be set on
      data items that already had values set.  The check here was supposed to
      be a not equal rather than an equal because you're not supposed to be
      able to set a default value of one type on an item that already exists
      but is of a different type.
      
      This bug would make it so that if a particular setting was removed,
      there would be no default value to fall back on, and it would always be
      0 or NULL for all values.
      
      It's likely this bug wasn't encountered until now because before now
      there had been no reason to clear or remove settings on most things.
      9ab0f262
    • C
      UI: Add fullscreen UI option to view menu · b8d907f3
      cg2121 提交于
      (Edit by Jim: Removed "Fullscreen Preview" because that's already sort
      of served by the normal fullscreen projector option via the preview
      context menu)
      
      Closes jp9000/obs-studio#846
      b8d907f3
  8. 26 6月, 2017 6 次提交
  9. 25 6月, 2017 2 次提交
    • J
      vlc-video: Add network caching property · 31c67d83
      John Cheng 提交于
      Allows having a bit more buffering for network-based video to prevent
      things such as artifacting.
      
      Closes jp9000/obs-studio#786
      31c67d83
    • J
      UI: Fix potential crash with unsupported video cards · 36394ab0
      jp9000 提交于
      If a video card is unsupported, it will attempt to initialize the stats
      window, querying values from a video subsystem that doesn't exist, and
      crash instead of alerting the user that their hardware is unsupported.
      36394ab0